@font-face {
    font-family: 'Arvo';
    src: url('../../style/arvo/Arvo-Regular-webfont.eot');
    src: url('../../style/arvo/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../style/arvo/Arvo-Regular-webfont.woff') format('woff'),
         url('../../style/arvo/Arvo-Regular-webfont.ttf') format('truetype'),
         url('../../style/arvo/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Arvo';
    src: url('../../style/arvo/Arvo-Italic-webfont.eot');
    src: url('../../style/arvo/Arvo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../style/arvo/Arvo-Italic-webfont.woff') format('woff'),
         url('../../style/arvo/Arvo-Italic-webfont.ttf') format('truetype'),
         url('../../style/arvo/Arvo-Italic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Arvo';
    src: url('../../style/arvo/Arvo-Bold-webfont.eot');
    src: url('../../style/arvo/Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../style/arvo/Arvo-Bold-webfont.woff') format('woff'),
         url('../../style/arvo/Arvo-Bold-webfont.ttf') format('truetype'),
         url('../../style/arvo/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBoldItalic';
    src: url('../../style/arvo/Arvo-BoldItalic-webfont.eot');
    src: url('../../style/arvo/Arvo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../style/arvo/Arvo-BoldItalic-webfont.woff') format('woff'),
         url('../../style/arvo/Arvo-BoldItalic-webfont.ttf') format('truetype'),
         url('../../style/arvo/Arvo-BoldItalic-webfont.svg#ArvoBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}



/* GENERAL */
body {
	background:#ddd url('assets/images/bg.gif');
}
#wrapper {
	width:950px;
	margin:-1px 0 0 30px;
	position:relative;
	display:block;
  background:#fff;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  z-index: 1;
}
a:link, a:visited {
	color:#316594;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#222;
	text-decoration:underline;
}	
em { font-style: italic; }
td { border-top: 1px solid #EEEEEE; }


/* HEADER */
header {
	display: block;
	width: 950px;
	height:92px;
	margin: 0 0 0 30px;
	padding: 0;
	line-height: 1em;
	position: relative;
	z-index: 1000;
}

/* HEADER: breadcrumbs */
header .breadcrumbs {
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	border-top:#FFF 1px solid;
	border-bottom:#ccc 1px solid;
	font-size:11px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	text-transform:uppercase;
	width:100%;
	background: #eee;
	background: -moz-linear-gradient(top, #EDEDED 0%, #D5D5D5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#D5D5D5));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#D5D5D5',GradientType=0 ); 
}
header .breadcrumbs a:link, 
header .breadcrumbs a:visited {
	color:#666;
	text-decoration:underline;
}
header .breadcrumbs a:focus, 
header .breadcrumbs a:hover {
	color:#316594;
	text-decoration:underline;
}
#index header .breadcrumbs {
	display:none; /* no reason to have breadcrumbs on homepage */
} 

/* HEADER: logo */
header #logo img {
  border-left: 1px solid #d0d0d0;
  float: left;
}
header #logo:link, 
header #logo:visited, 
header #logo:hover, 
header #logo:focus {
	text-decoration:none;
}

/* HEADER: navigation */
header nav {
	text-shadow: 1px 1px 0px rgba(255,255,255, .5);
}
header nav ul {
	list-style:none;	
	display: block;
	width: 900px;
	position: relative;
	z-index: 500;
}	
header nav li {
	display:block;
	float:left;
	margin:0;
	height: 92px;
	border-left: 1px solid #d0d0d0;
}
header nav li:last-child {
	border-right: 1px solid #d0d0d0;	
}
header nav li a {
	display:block;
	height: 92px;
	font-size:16px;
	line-height: 122px;
	padding:0 15px;
	text-transform:uppercase;
	font-weight:bold;
}
header nav li a:link, 
header nav li a:visited {
	text-decoration:none;
}	
header nav li a:hover, 
header nav li a:focus {
	text-decoration:none;
	background: rgba(200,150,100, 0.23);
}
header nav li.current a,
header nav li.currentpath a {
	color:#909090;
	text-decoration:none;
}


/* BODY CONTENT */


article {
	float:right;
	width:710px;
	min-height:500px;
	margin-left: 10px;
}
article h1 {
	font-family: Arvo, arial, helvetica, sans-serif;
	margin:5px 0 40px 0;
	color: #275176;
	font-size:37px;
}
article h2 {
	font-family: Arvo, arial, helvetica, sans-serif;
	margin:30px 0 10px 0;
	color: #222222;
	font-size:24px;
}
article h3 {
	font-family: Arvo, arial, helvetica, sans-serif;
	margin:24px 0 10px 0;
	color: #2781a6;
	font-size:20px;
}
article h4 {
	font-family: Arvo, arial, helvetica, sans-serif;
	margin:18px 0 10px 0;
	color: #888;
	font-size:18px;
	font-weight:100;
}
article h5 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #333;
	font-size:15px;
}
article h6 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #666;
	font-size:14px;
}
article section {
	padding:30px;
	line-height:20px;
	font-size:14px;
	color:#333;	
}
article section p {margin:0 0 10px 0;}
article section ul, 
article section ol {
	margin:0 0 25px 30px;
}
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:none;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}


/* SIDEBAR */
aside {
	float:right;
	width:200px;
	margin:30px 0 0 0;
}
aside .section {
	padding:0 0 0 30px;	
}
aside .section {
	margin:0 0 40px 0;
	line-height:16px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
}
aside .section p {
	margin:0 0 15px 0;
}
aside .section ul, 
aside .section ol {
	margin:0 0 15px 20px;
}
aside .section h2 {
	background:#333;
	border-top:1px solid rgba(255,255,255,.4);
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	text-transform:uppercase;
	background: -moz-linear-gradient(top, #444 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); 
	font-family: Arvo, arial, helvetica, sans-serif;
	font-weight:100;
	color:#fff;
	font-size:19px;
	line-height:19px;
	margin:0 0 20px -31px;
	padding:5px 0 7px 25px;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}

/* SIDEBAR: socialmedia */
aside #socialmedia {
	position:relative;
}
aside #socialmedia h2 {
	width:65px;
	background: #316594;
	background: -moz-linear-gradient(top, #316594 0%, #2C5983 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316594), color-stop(100%,#2C5983));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316594', endColorstr='#2C5983',GradientType=0 ); 
}
aside #socialmedia .icons {
	position:absolute;
	top:3px;
	right:0px;	
}

aside ul.section {
	list-style: none;
	padding: 0;
}
aside li {
	margin: 0;
	padding: 0.7em 0 0 0;
}
aside li ul li { margin-left: 1.4em; }
aside ul.section li ul {
	list-style: none;
	margin: 0;
}



/* FOOTER */
footer {
	display: block;
	width: 950px;
	padding:0;
	margin: 30px;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-size:11px;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#888;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:underline;
}
