/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/3c-fixed.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* Un-comment the line below to set a grid with 18px line-height */
/* body { background:url(images/960_grid_12_col.gif) repeat-y top center; } */


/* =Global Elements
-------------------------------------------------------------- */

body {
    font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#wrapper {
    
}
a:link, a:visited {
    color:#2772B3;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Georgia, serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

/* =Header
-------------------------------------------------------------- */
body {
	border-top:4px solid #d7d7d6;
}
#header {
    background:#FFF;
}
#blog-title {
    
    float:left;
}
#blog-title a {
    
}
#blog-titleinfo {
	float:right;
}
#blog-description {
    
}

/* =Menu
-------------------------------------------------------------- */
.skip-link {
    display:none;
}

#menu{
width: 100%;
overflow: hidden;
background:#395c85;
}

#menu ul{
margin: 0;
padding: 0;
font: 12px Verdana;
list-style-type: none;
}

#menu li{
display: inline;
margin: 0;
}

#menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 14px 24px; /*padding inside each tab*/
border-right: 1px solid #253f64; /*right divider between tabs*/
border-left: 1px solid #556f95;
color: white;
background:#395c85;
font-size:14px;
}

#menu li a:visited{
color: white;
}

#menu li a:hover, #menu li.selected a{
background: #19304a; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#menu .current_page_item a {
background:#19304a;
}

#menu .current_page_parent a {
background:#19304a;
}

#submenu ul {
list-style:none;
margin: 0 0 20px 0;
padding: 0;
}

#submenu li {
padding:0 ;
}

#submenu a {
	padding: 5px 5px 5px 30px;
	border-bottom: 1px solid #d8dde3;
	display: block;
	background: url(images/arrow-right.gif) 15px center no-repeat;
}

#submenu a:hover {
background-color:#d8e5f0;
text-decoration:none;
}

#submenu .current_page_item a {
background-color:#d8e5f0;
}



/* =Banner 
-------------------------------------------------------------- */
/* Banner */
#banner {}
#bannertop {margin:10px 0 10px 0; }
#bannertop1 {float:left;}
#bannertop2 {float:right;}
#bannertop3 img {padding-top:1px;}
#bannertop3 {float:right;}
#bannerbottom img {margin-top:10px;}
#bannerbottom1 {float:left;}
#bannerbottom1 img {padding-right:1px;}
#bannerbottom2 {float:right;clear:right;}
#bannerbottom2 img {padding-right:1px;}
#bannerbottom3 {float:right;}
#bannerbottom3 img {padding-right:1px;}
#bannerbottom4 {float:right;}
#subbanner {background: url(images/sub_banner.jpg) no-repeat top; height:90px; width:846px;margin:10px 0 0 0;}
#subbannertitle {line-height: 70px; padding-left: 20px; font-family: sans-serif;font-size: 40px;color:#FFF;list-style: none;}

/* =Content
-------------------------------------------------------------- */

#main {
    padding: 0 0 40px 0;
}
body.home #main {
	margin: 10px auto;
	padding-bottom: 0;
	background: url(images/home-panels-bg.gif) 434px repeat-y ;
}
#content {
}    
.hentry {
    margin:9px 0 0 0;
    padding:44px 1px 36px 1px;
    border-top:1px solid #e0e0e0;
}
.p1 {
    margin:0;
    padding:0 0 0 0;
    border:none;
}
.page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}

#primary {
	padding:0 0 0 5px;
}
#primary h3 {
        padding:0 0 0 12px;
}
#primary ul {
        list-style:none;
}
#primary li {
        padding: 0;
}
#secondary {
	padding:0 0 0 5px;
}

#secondary .widgettitle {
        padding:10px 0 0 10px;
}

#secondary p {
        padding:0 0 0 10px;
        width: 95px;
}
#secondary input {  }
#pageprimary {
	padding:0 0 0 5px;
}
#pagesecondary {
	padding:0 0 0 5px;
}
#pagesecondary p { width: 95px; }
.entry-title {
    font-size:24px;
    padding: 0 0 2px 0;
    font-weight:bold;
    color:#7e7e7e;
	display: block;
	line-height: normal;
}
	body.home .entry-title { padding: 18px 0 2px 0; }
.entry-title a {
    text-decoration:none;
    color:#7195bd;
}
.entry-meta {
    display:none;
}
.entry-content {
    margin:18px 0 0 0;
    overflow:hidden;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.entry-content dl {
    margin:0 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.content-column, .entry-content .linkcat {
	list-style:none;
	float:left;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    display:none;
}
.comments-link a {
    font-weight:bold;
    color:#2772B3;
}
#subscribe2widget {
    width:100px;
    display: ;
}
#subscribe2widget .widgettitle {
    padding:10px 0 0 5px;
}
#subscribe2widget form {
    padding:0 0 0 5px;
}
#subscribe2 { 
	
}
body.home .search p { margin: 0 !important; padding: 0 0 10px 5px !important; width: 150px; }

#sidebox {
    background: url(images/bottom-right-corner-dark-blue.gif) right bottom no-repeat #395c84;
    padding: 0;
}

#sidebox h1 {
    color: #4C4D48;
    font-size:12px;
	font-weight: bold;
    padding: 10px 16px;
	background: url(images/top-left-corner-dark-grey.gif) left top no-repeat #d5d4cf;
}

#sideboxlink {
    display:block;
	padding: 10px 16px 15px 16px;
	margin: 0 !important;
	color: #aac4e1;
}

#sideboxlink a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
    text-decoration:underline;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#B5D1EA;
    position:relative;
    top:4px;
}


/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

.alignleft,
img.alignleft,
img.align-left {
	float: left;
	margin-right:20px;
}
.alignright,
img.alignright,
img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
.aligncenter,
img.aligncenter,
img.centered {
	margin: 0 auto 18px auto;
	display: block;
	float: none;
	clear: both;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside ul {
    margin:0;
    list-style:none;
}
.aside ul ul {
    list-style:square;
}
.aside h3 {
    font-size:16px;
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	display: block;
    font-weight:bold;
}
/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
/* Begin RSS widget styles */
/* I think I'm going to have to reset some stuff in functions.php for the RSS widget. It stinks for styling. */
/* End RSS widget styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside {
}
.main-aside h3 {
    padding:17px 0 1px 0;
}
.main-aside ul ul {
    margin:0 0 18px 13px;
}
.main-aside ul ul ul {
    margin:0;
}
.sub-aside h3 {
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}
#footer .widgetcontainer ul {
    margin:0 0 0 13px;
}
#footer .widgetcontainer ul ul {
}

#recent-posts strong { display: block;
padding-bottom: 2px; }
#recent-posts ul li {
	display: block;
	padding: 4px 0;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    background:#e9e9e9;
    color:#686868;
    padding:5px 0 0 5px;
    border-top:0px solid #000;
}
#footer a {
    color:#4e7aac;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:18px 0;
}


#sitemap {
    margin:0;
    float:left;
    width:500px;
    padding:5px 0 0 5px;
    overflow:hidden; /* clears the inner float  */
}
#sitemap ul {
    margin:0;
    list-style:none;
    clear:both;
}
#sitemap ul ul {
    display:none;
}
#sitemap li {
    display:inline;
    border-left: 1px solid #4e7aac;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#sitemap a {
    
}

#staticsitemap {
    margin:0;
    float:right;
    width:300px;
    padding:7px 0 0 0;
    overflow:hidden; /* clears the inner float  */
}
#staticsitemap ul {
    margin:0;
    list-style:none;
    clear:both;
}
#staticsitemap ul ul {
    display:none;
}
#staticsitemap li {
    display:inline;
    border-left: 1px solid #808080;
    float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#staticsitemap a {
    color:#808080;
}

#contactinfo {
    margin:0;
    padding:5px 0 0 5px;
}

#copyrightinfo {
   padding:5px 0 0 5px;
   clear:both;
}


div.search p.error {
	display: block;
	padding: 5px !important;
	color: #6b1804;
	background: #e5beb5;
	border: 1px solid #ad7669;
}
div.search p.success {
	display: block;
	padding: 5px !important;
	color: #11570e;
	background: #c5e3c4;
	border: 1px solid #77a574;
	margin-top: 10px;
}

li#subscribe2widget { padding-left: 10px; }


/* =Widgets
-------------------------------------------------------------- */

.textwidget img {
	margin:0;
	padding:0;
	display:block;
}




.category-homepage .entry-title a { font-size: 16px !important; }


#side-contact-box h3 {
	display: block;
	padding: 10px 16px !important;
	margin: 0;
	background: url(images/top-left-corner-dark-blue.gif) top left no-repeat #395c84;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
}
#side-contact-box ul {
	display: block;
	padding: 10px 16px;
	margin: 0;
	background: url(images/bottom-right-corner-dark-grey.gif) right bottom no-repeat #d5d4cf;
	list-style-type: none;
}
	#side-contact-box ul li {
		display: block;
		padding: 6px 0 6px 30px;
		border-bottom: 1px solid #b0b2ad;
		color: #477cb0;
	}
		#side-contact-box ul li strong {
			display: block;
			color: #4c4d48;
			padding-bottom: 2px;
		}
			#side-contact-box ul li#call {
				background: url(images/call-bg.gif) left 9px no-repeat;
			}
			#side-contact-box ul li#email {
				background: url(images/email-bg.gif) left 9px no-repeat;
			}
			#side-contact-box ul li#directions {
				background: url(images/directions-bg.gif) left 9px no-repeat;
				border-bottom: none;
			}
			
		.pageid-52 #side-contact-box,
		.pageid-54 #side-contact-box { display: none; }