/* CLEARS AND STUFF */


.clearall {
	clear: both;
}

/* BODY */

body.custom {
	color: #000000;
	background:#52555c;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {color:#32778c; outline:none;}

/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

/* SET WIDTHS*/

.custom #container{width:960px;}
.custom #container #page {width:960px;}

/* Header Widths*/
.custom #header {width:960px;}
.custom #header #logo a {width: 960px;}
.custom ul.menu {width: 960px;}

/* Content Widths*/
.custom #content_box {width:960px;}
.custom #content {width:650px;}
.custom .teaser {width:620px;}
.custom .teasers_box {width:620px;}
.custom .post {width:620px;}

/* Sidebar Widths*/
.custom #sidebars {width:300px;}
.custom #sidebar_1 {width:300px;}
.custom #multimedia_box {width:300px;}
/* Footer Widths*/
.custom #footer {width:960px;}


/* End Widths*/


/* Header */

.custom #header {height:200px; padding:0;}

.custom #header #logo a {
	text-align:center;
	display: block; 
	height: 200px; 
	background: url(images/banner.png) no-repeat; 
	outline: none; 
}
.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}


/* Nav Menu*/
.custom ul.menu {
	background:#fff;
	border-top:2px solid;
	border-bottom:2px solid;
	border-left:none;
	border-right:none;
	border-color: #627884;
	margin-bottom:5px;
	}
.custom .menu li {
	margin:0;
	float:left;
	margin-bottom:0!important;
	}	

.custom .menu li.tab-home{margin-left:10px;} 
.custom .menu li.current-cat a{color:#627884;}
.custom .menu li.tab a { color: #627884; background:none; }
.custom .menu .current a { color: #627884; background:none; }
.custom .menu .current a:hover { color: #627884; background:none; }
.custom .menu .current-parent a { color: #627884; background:none; }
.custom .menu .current-cat-parent a { color: #627884; background:none; }
.custom .menu .current-parent a:hover { color: #627884; background:none; }
.custom .menu .current-cat-parent a:hover { color: #627884; background:none; }

.custom .menu li a{
	background:none;
	padding: 4px 12px;
	font-size:18px;
	font-weight:600;
	letter-spacing:1px;
	color:#627884;
	border:none;
	outline:none;
	text-decoration:none;
	}

.custom .menu li a:hover{color:#078daf;background:#fff; text-decoration:none;}
.custom ul.submenu {}
.custom ul.submenu li {background:#fff;float:left; width:auto;}
.custom ul.submenu li a {padding: 4px 12px;}

/* Content Area */

.custom #content_box {background:none;}
.custom #container #page {padding:0; margin:10px 0;}



/* Numbered Page Nav */
.page-nav { font-size: 1.35em; font-weight: bold; margin: 1em; padding: 0; overflow: hidden; }
.page-nav-intro {
	color:#fff;
	float: left;
	padding: .3em .5em;
	margin: 0 1em 1em 0;
	background: #191c1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
	
.page-number {
	float: left;
	padding: .3em .5em;
	margin: 0 .2em;
	background: #fff;
	border: .1em solid #191c1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;			
	}

.current-page-number {
	float: left;
	padding: .3em .5em;
	margin: 0 .2em;
	background: #efefef;
	border: .1em solid #191c1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;			

	}

.elipses { float: left; padding: .3em .2em; }

/* Multimedia Box */

.custom #multimedia_box {padding:0; float:left; border:none!important;}
.custom #image_box {padding:0; float:left; border:none!important;}
.custom #image_box img {border:none!important; padding:0;}
.custom #image_box img.four_by_three {border:none!important;}
.custom .image_box {background:inherit;}

/* Sidebar */

.custom #sidebars {float:left;}
.custom #sidebar_1 {float:left;}

.custom li.widget {margin:5px 0;}

.custom .sidebar h3 {
	color:#191c1f;
	font-size:24px;
	line-height:28px;
	font-weight:600;
	letter-spacing:-1px;
	margin-bottom:5px;
	font-variant: normal;
}

/* Footer */

.custom #footer{padding:0;}
.custom #footer, .custom #footer a {color:#000;}

.custom #foot_attrib {
	margin:0 auto;
	padding-bottom:10px;
	color:#000000;
	background:inherit;
	float:right;
	width:100%;
	}

.custom #foot_attrib p{font-weight:400; font-size:14px; line-height:16px; padding:2px 10px;}
.custom #foot_attrib p a{color:#c4282d!important;}