/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body.front 	{  background: url('../images/header-bg.gif')  repeat-x;}

body.int 	{  background: url('../images/header-bg-int.gif')  repeat-x;}

/* Blueprint width setting */
#page {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	min-height: 400px;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #283a74; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{padding: 4px 8px; border: 1px solid #5688c3;}
input.button    { padding: 4px 8px; background: #5688c3; color: #fff; border: none;}
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }
.floatright {float:right;}
.floatleft {float:left;}

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

.home-logo 	 { background:url('../images/logo-home.png') bottom left no-repeat; width: 426px; height: 221px; margin-top:0px;}
.int-logo 	 { background:url('../images/logo-2.png') bottom left no-repeat; width: 380px; height: 117px; margin-top:0px;}

#header {
	background: url('../images/banners/01.jpg') 960px 221px;
	height: 221px;
	width: 960px;
	}
	
#header-int {
		background: url('../images/banners/int-1.jpg') 962px 117px;
		height: 117px;
		width: 962px;
		}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

/*#maincontent { padding: 0 0 20px 0; }*/
#leadin {display:inline; float:right; margin-right: 4px; color:#667A8A !important;
font-family:georgia;
font-size:1.1em!important;}
#leadin ul {list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px 8px 0 0;
padding:0; }
#leadin li {float:left;
margin:4px;
padding:0;list-style: none !important; background: none!important; }

/*-----------------------------------------------------------------------------
	TOP Navigation
-----------------------------------------------------------------------------*/
#top-nav {display:inline; float:right;font-family:georgia;
font-size:1.1em!important;}
#top-nav ul	{ margin: 0 12px 0 0 ; padding: 0; list-style: none; }
#top-nav li{ margin: 0; padding: 0px; float: left;}
#top-nav 	a { margin: 0; padding: 9px; float: left; background:#fabf1f; border-top: 1px solid #bac3c2; border-right: 1px solid #b5b9af; border-left: 1px solid #bac3c2; border-bottom:0 none!important; text-decoration: none; color: #4c3f19;
 }
#top-nav  a:hover	{background:#fff57b; }
#top-nav li.current_sidebar-item, li.current_page_item {border-top: 0px none!important; border-bottom: 0px none!important;}
#top-nav li.current_top-nav-item a, li.current_top-nav-item a, li a:hover 	{ color: #4c3f19; background:#fff57b;}
#top-nav li.top-nav-item a, li.top-nav-item a, li a:hover 	{  }


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0; float: left; width: 100%; line-height: 1.5em; }

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #283a74; margin-right: 1px; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ color: #283a74; }

#subnav				{ }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #283a74; }

#nav li.first a { margin-left: 50px; }

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

.content {
 }
.entry {
	font-weight:500;
}
	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#page 		{margin-top:1.3em;}
/* #sidebar 	{ margin-left: 8px; /* lets us have border */ } */
#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	list-style-type: none;
	
}

#sidebar ul li	{ padding: 0;margin: 3px 0 3px 0px; width: 170px;
 }

#sidebar ul li ul { padding-top: 0;}

#sidebar ul li ul li {
	margin: 3px 0 3px 0px;
	padding: 2px 0 2px 0px;
	list-style-type: none!important;
	/*background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;*/
	/*font-size: 0.9em; */
	
}

#sidebar li a 	{ padding: 4px;}
#sidebar li a:hover 	{ color: #000; background:#fff;}

#sidebar ul li.current_item {border-top: 1px solid #c1d6e8; border-bottom: 1px solid #c1d6e8;}
#sidebar li.current_sidebar-item a, li.current_page_item a{ color: #6c6c6c; text-decoration: none;}
#sidebar li.sidebar-item a, li.sidebar-item a, li a:hover 	{  }




.primary-subnav {font-size: 1.2em!important;}

.secondary-subnav li a {font-size: .9em; color: #000!important;}
.apply-link  {margin-top: 1.2em!important; padding: 3px 4px; border: 1px solid, #efefef;}

.apply-link li a {background:#5688c3!important; color: #fff!important; margin-top: 1.2em!important; margin-bottom: 1.2em!important; 
	font-size:1.2em;
font-weight:bold;
margin-left:-4px;
padding:6px 21px;}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	/* margin-bottom: 20px; */
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

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

.footer, .push {
	height: 80px; /* .push must be the same height as .footer */
	background: transparent url('../images/footer-bg.gif')repeat-x;
	background-color: #7398c3;
	overflow:visible;
	clear:both;
	
}


.footer-container {text-align: center; 
	font-size: .9em; 
width: 950px;
margin-left: auto;
margin-right: auto;
}
#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Gallery
-----------------------------------------------------------------------------*/

.gallery img { padding: 8px;margin: 2px!important; } 
.comments-alt 	{ background: #EEE;}
.headshot {margin-right: 12px; float:left;}
.headshot-right {margin-left: 12px; float:right;}

.bio-box 	{background: transparent url('../images/bio-bg.jpg') repeat-x; padding: 8px; margin-left: 8px;}


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}


/*-----------------------------------------------------------------------------
	Form Input
-----------------------------------------------------------------------------*/
#campaignmonitor input{padding: 4px 8px; }

.bluebutton {padding: 4px 8px; background: #5688c3; color: #fff;}
span.label,span.spacer,span.multiple span {clear:both;} 
span.multiple {float:left;} 
div.clear {clear:both;padding-top:5px;} 
div.button {}
.attachment-thumbnail {}


/*-----------------------------------------------------------------------------
1-800-sidebar formatting
-----------------------------------------------------------------------------*/
#sidebar-number {display:inline; color:#667A8A !important;
font-family:georgia;
font-size:1.1em!important;}
