 		/* Global Styles */

body
	{
	background: #f9f9f9 url(../img/bg-mark.png) bottom right no-repeat fixed;
	color:				#333;
	margin:				0;
	padding:			0;
	font-family:		"Times New Roman", serif;
	font-size:			13pt;
	}

img { border: 0; }

a
	{
	text-decoration:	underline;
	color:				#a11d39;
	text-decoration: none;
	-webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear;
	}

a:hover { color: #e32950; }


 		/* Layout */


#head, #body, #foot { width: 900px; margin: 0 auto; }

#content {  padding: 20px; margin-bottom: 30px; line-height: 1.3em; text-align: justify; border-radius: 15px; border-top-left-radius: 0;
background: #fff4e2; border: 1px solid #c2ad8a; width: 620px; float: right; margin-left: -10px;
box-shadow: 0 0 17px 7px rgba(89,89,89,.25), inset 0 0 30px 25px rgba(245,229,203,.85),
inset 0 0 4px 1px rgba(0,0,0,.4);
}
#content a { border-bottom: 1px solid #a11d39; }
#content a:hover { border-bottom: 1px solid #e32950; }

strong, b { color: #000; }

#sidebar { float: left;
}

#bd-about h1, #bd-contact h1, #bd-home h1 { position: absolute; text-indent: -31783px; }

h2 { font-size: 120%; font-weight: normal; font-style: italic; color: #a01a37; margin: 0 0 .25em 0; }
	#bd-home h2 { font-weight: bold; font-size: 140%; font-style: normal; }
	.bd-subpage h1 { font-size: 150%; text-align: left; line-height: 1.25em; font-weight: bold; font-style: normal; color: #a01a37; margin: 0 0 .75em 0; }
	.bd-subpage h1 span { display: block; color: #000; font-style: italic; }
	#bd-blog h2 { font-size: 150%; }


h3 { font-size: 110%; margin: 0 0 .25em 0; letter-spacing: 1px; }

p { margin: 0 0 1em 0; padding: 0; }

dt { color: #a01a37; font-weight: bold; letter-spacing: 1px; }

.sideimg { border-radius: 15px; margin-left: 20px; box-shadow: 0 8px 5px -5px rgba(89,89,89,.5); }

#head p { margin-left: 260px; padding-top: 50px; }
#head a { width: 620px; height: 61px; display: block;
background: url(../img/logo.png) top left no-repeat;
border: 0; text-indent: -31783px;
}
#head a:hover {  }

#icons { list-style: none; }

#icons li { width: 40px; height: 40px; text-indent: -31783px;
float: left; margin: 0 10px;
}
#icons a { display: block; border-radius: 20px; width: 40px; height: 40px;
-webkit-animation-name:bounceIn; -moz-animation-name:bounceIn; -ms-animation-name:bounceIn; -o-animation-name:bounceIn; animation-name:bounceIn;
-webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both;
-webkit-animation-duration:1.25s; -moz-animation-duration:1.25s; -ms-animation-duration:1.25s; -o-animation-duration:1.25s; animation-duration:1.25s;
}

#icon-rss { clear: left; margin-left: 25px !important; display: none; line-height: 2.5em; text-indent: 0 !important; width: auto !important; }
#icon-rss a { width: auto !important; padding-left: 40px; padding-right: 5px; }
	#bd-blog #icon-rss { display: block }

#icon-twitter a { background: url(../img/icons.png) 0 0 no-repeat; -webkit-animation-delay:.25s; -moz-animation-delay:.25s; -ms-animation-delay:.25s; -o-animation-delay:.25s; animation-delay:.25s; }
#icon-linkedin a { background: url(../img/icons.png) -40px 0 no-repeat; -webkit-animation-delay: .5s; -moz-animation-delay:.5s; -ms-animation-delay:.5s; -o-animation-delay:.5s; animation-delay:.5s; }
#icon-gplus a { background: url(../img/icons.png) -80px 0 no-repeat; -webkit-animation-delay: .75s; -moz-animation-delay:.75s; -ms-animation-delay:.75s; -o-animation-delay:.75s; animation-delay:.75s; }
#icon-rss a { background: url(../img/icons.png) -120px 0 no-repeat; -webkit-animation-delay: 1s; -moz-animation-delay:1s; -ms-animation-delay:1s; -o-animation-delay:1s; animation-delay:1s; }
#icons a:hover { background-color: #000; }

#icons li:hover {
-webkit-animation-name:pulse; -moz-animation-name:pulse; -ms-animation-name:pulse; -o-animation-name:pulse; animation-name:pulse;
-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
-webkit-animation-duration:.75s; -moz-animation-duration:.75s; -ms-animation-duration:.75s; -o-animation-duration:.75s; animation-duration:.75s;
}

#nav { 
background: #fff4e2; border: 1px solid #c2ad8a; border-top-left-radius: 15px; border-bottom-left-radius: 15px;
box-shadow: 0 0 17px 7px rgba(89,89,89,.25), inset 0 0 30px 25px rgba(245,229,203,.85);
list-style: none; width: 237px; margin: 0; padding: 0;
}

#nav li { margin: 0; padding: 0; background: rgba(0,0,0,0);
border-top: 1px solid #f4efe9;
border-bottom: 1px solid #cab39c;
line-height: 200%;
}

#bd-about #nv-about, #bd-study #nv-study, #bd-blog #nv-blog, #bd-contact #nv-contact { font-style: italic; font-weight: bold; }

#nav a { height: 35px; display: block; color: #444; padding: 0 0 0 20px; background: rgba(255,245,229,0);
-webkit-transition: -webkit-gradient .1s linear; -moz-linear-gradient: all .1s linear; -o-linear-gradient: all .1s linear; linear-gradient: all .1s linear;
}

#bd-about #nv-about a, #bd-study #nv-study a, #bd-blog #nv-blog a, #bd-contact #nv-contact a, 
#nav a:hover {
background: -moz-linear-gradient(left,  rgba(255,245,229,1) 0%, rgba(219,206,184,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,245,229,1)), color-stop(100%,rgba(219,206,184,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,245,229,1) 0%,rgba(219,206,184,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,245,229,1) 0%,rgba(219,206,184,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,245,229,1) 0%,rgba(219,206,184,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,245,229,1) 0%,rgba(219,206,184,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e5', endColorstr='#00dbceb8',GradientType=1 ); /* IE6-9 */
}
#nv-about, #nv-about a { border-top-left-radius: 15px; border-top: 0; }
#nv-contact, #nv-contact a { border-bottom-left-radius: 15px; border-bottom: 0 !important; }


#subnav { display: none; list-style: disc; padding: 0 0 0 2em; background: none !important; }
	#bd-study #subnav { display: block; }
#subnav li { height: auto !important; margin: 0; padding: 0 0 0 0; border: 0; color: #a11d39; border-radius: 0; }
#subnav li:hover { color: #000; }
#subnav li a { font-weight: normal; font-style: normal; height: auto; padding: 0; }
#subnav li a:hover { background: none; color: #a11d39; }

#subnav li.urhere { color: #000; }
#subnav li.urhere a { color: #a11d39; font-style: italic; }


.sideimg {
float: right;
}

.calloutimg {
-webkit-animation-name:fadeInUp; -moz-animation-name:fadeInUp; -ms-animation-name:fadeInUp; -o-animation-name:fadeInUp; animation-name:fadeInUp;
-webkit-animation-fill-mode:both;
-webkit-animation-duration:.5s; -moz-animation-duration:.5s; -ms-animation-duration:.5s; -o-animation-duration:.5s; animation-duration:.5s;
float: right;
margin-left: 20px;
box-shadow: inset 0 6px 5px -6px rgba(89,89,89,.5), inset 6px 0 5px -6px rgba(89,89,89,.5), 2px 0 4px rgba(255,225,255,.5), 0 2px 4px rgba(255,255,255,.5), -2px 0 3px rgba(204,182,145,.25), 0 -2px 3px rgba(204,182,145,.25);
border: 1px solid #ccb691;
border-left-color: #b3a07f;
border-top-color: #b3a07f;
border-radius: 5px;
padding: 10px;
background: #fff;
}

.calloutimg a {
border: 0 !important;
}

.calloutimg a:hover { opacity: .75;
}

.calloutimg img { 
-webkit-animation-name:appearEV; -moz-animation-name:appearEV; -ms-animation-name:appearEV; -o-animation-name:appearEV; animation-name:appearEV;
-webkit-animation-fill-mode:both; -moz-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both;
-webkit-animation-duration:.75s; -moz-animation-duration:.75s; -ms-animation-duration:.75s; -o-animation-duration:.75s; animation-duration:.75s;
-webkit-animation-delay:.75s; -moz-animation-delay:.75s; -ms-animation-delay:.75s; -o-animation-delay:.75s; animation-delay:.75s;
}

#subnav{
	animation-name: subnav;
	-webkit-animation-name: subnav;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes subnav {
	0% { transform: scaleY(0.1); }
	40% { transform: scaleY(1.02); }
	60% { transform: scaleY(1); }
	100% { transform: scaleY(1); }							
}

@-webkit-keyframes subnav {
	0% { -webkit-transform: scaleY(0.1); }
	40% { -webkit-transform: scaleY(1.02); }
	60% { -webkit-transform: scaleY(1); }
	100% { -webkit-transform: scaleY(1); }		
}

#blogbg { height: 148px; width: 660px; margin-left: -20px; margin-top: -20px; background: url(../img/blog-bg.jpg) top left no-repeat !important; 
border-top-right-radius: 15px; border-bottom: 1px solid #c2ad8a; margin-bottom: 10px;
}