/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0; background: #f3f3f3; }

/* Blueprint width setting */
.container 	{ width:950px;margin:0 auto; background:url(../images/Borders.jpg) repeat-y; overflow: hidden; }
.content-container {width:900px; margin: 0 auto;}

#page {
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	float: left;*/
	border-bottom: 1px solid #999;
	margin: 0 auto;
	width: 900px;
	overflow: auto;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #0c69aa; text-decoration: none; }
a:hover			{ text-decoration: underline; }
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-left: 0; border: 1px solid #CCCCCC;  }
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; }

h3, h3 a {
	font-size: 1.1em;
	line-height: 1.2;
	color: #0c69aa;
 	letter-spacing: 0px;
	text-decoration: none;
	font-weight: bold;
}

#maincontent h2 		{ margin-bottom: 5px; border-bottom: none; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: normal; color: #767677; }
h2 a 					{ color: #767677; text-decoration: none; }
/*#maincontent .post h2	{ margin-bottom: 5px; border-bottom: none; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: normal; }*/
						/* Padding inside columns */
#maincontent .content 	{ padding: 15px 5px 0 10px; }

#maincontent #FreeTrial {float: left; width: 244px; height: 38px; background: url(../images/FreeTrialBtn.gif) no-repeat left; padding-right: 0px;}
#maincontent a.Btn {margin-left: 15px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 18px; color: #484848; line-height: 36px; text-decoration: none;}
#maincontent a.Btn:hover { text-decoration: underline; color: #156bab; }

#RecentNews 			{ background: #f3f3f3; border: 1px dotted #767677; height: auto; padding: 10px 10px 0 0; }
#RecentNews a:hover	h3	{ text-decoration: underline; }

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 15px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#topnav {width:100%; height:30px; background: #484848;}
#topnav a, #topnav a:active {color: #FFFFFF; text-decoration: none;}
#topnav a:hover {text-decoration: underline;}
#topnav .container {color: #FFFFFF; width:900px; background: none; font-size: 13px; text-align: right; line-height: 30px;}

#header { width: 900px; height: 90px; margin:0 auto; padding: 0; }

/*#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}*/

#maincontent, #sidebar { padding: 0; margin-left: 5px; }


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

.MainNav {width: 900px; height: 30px; margin: 0 auto; padding: 0; background:url(../images/Nav-Bg.jpg) repeat-x; border-bottom:1px solid #777676; border-top: 1px solid #777676;}
.MainNav ul {padding-left: 0px; margin: 0; list-style-type: none;}
.MainNav ul li {background: none; padding: 0; margin: 0;}
.MainNav li {list-style: none; float: left; text-transform: uppercase; /*margin: 0 1px 0 5px;*/ display: block;}
.MainNav li.IC {float: right;}
.MainNav li a {display: block; float: left; font: bold 12px/12px Arial, Helvetica, sans-serif; height: 30px; line-height: 30px; text-decoration: none; padding: 0 12px 0 12px;}
.MainNav li.IC a {background-color: #6FBB44; color: #FFF; width: 250px; text-align: center; padding: 0 10px;}
.MainNav li a:hover, .MainNav li.current_page_item a {color: #fff; background-color: #777676; text-decoration: none;}
.MainNav li.IC a:hover{color: #fff; background-color: #6FBB44; text-decoration: underline;}


/*#nav, #subnav	{ padding: 0; background: #668040; 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: #F2FFDF; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #485A2D; color: #F2FFDF; }

#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

#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;
	}

	.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;}
	
/*-----------------------------------------------------------------------------
	Promo
-----------------------------------------------------------------------------*/
#Promo {width: 900px; height: 280px; margin:0 auto; padding: 0; background: url(../images/employmentpage.jpg) no-repeat; border-bottom: 1px solid #777676;}
#Promo .wrapper {width: 880px; height: 240px; margin: 0 auto; padding: 7px 0 0 15px; color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif;}
#Promo .wrapper .video {float: left; width: 320px; padding: 13px 15px 0 0;}
#Promo a #FreeTrial {float: right; width: 153px; height: 35px; background: url(../images/trialbt-h.png) no-repeat center; margin-top: 215px; margin-right: 30px;}
#Promo a #FreeTrial div {
	background: url(../images/trialbt.png) no-repeat center;
	height:35px;
	display:block;
}
#Promo a #FreeTrial div:focus, #Promo a #FreeTrial div:hover, #Promo a #FreeTrial div:active { background:transparent;}

/*-----------------------------------------------------------------------------
	Accordion
-----------------------------------------------------------------------------*/
.LibraryList h3 { cursor: pointer; }
.LibraryList p {margin-bottom: 1em; }

/*-----------------------------------------------------------------------------
	Bottom Sidebar
-----------------------------------------------------------------------------*/
#btmBar { clear: both; display: block; width: 900px; overflow: auto; margin-bottom: 0px; position: relative; background: #f3f3f3 url(../images/Nav-Bg.jpg) repeat-x scroll left bottom; border-top: 6px solid #999; }
#execphp-3, #twitter-1 { float: left; width: 400px; padding: 10px 10px; margin: 0; }
#btmBar .widget { -moz-border-radius: 0; -webkit-border-radius: 0; /*border: 1px solid #0c69aa;*/ }
#execphp-3 h2, #twitter-1 h2, #execphp-3 h2 a, #twitter-1 h2 a { font-family: Georgia, "Times New Roman", Times, serif; color: #767677; display: inline; }

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/
#brochure {display:block; margin:auto; width: 204px; height: 27px; background: url(../images/more-bt-h-204x27.png) no-repeat center;}
#brochure div {
	background: url(../images/more-bt-204x27.png) no-repeat center;
	height:27px;
	display:block;
    text-align:center;  
    text-decoration:none;
}
#brochure div:focus, #brochure div:hover, #brochure div:active { background:transparent;}


#page 		{ background: #FFFFFF; /* fake bg */ }
#sidebar 	{ margin-left: 10px; /* lets us have border */ }
#sidebar p { text-align: left; line-height: 1.4; margin-bottom: 0; padding-bottom: 0; }
#sidebar h2 { font-size: 1.1em; line-height: 1.2; margin-bottom: 10px; }
#sidebar .content { float: left; width: 150px; }
#execphp-4 .content { float: none; width: 150px; margin-left: 80px; }
#text-11, #text-10, #text-3, #text-4, #text-5, #text-6, #text-7, #text-8, #text-9, #archives-3, #archives-4, #execphp-4, #latest-tweets { margin: 10px 0; width: 230px; padding: 10px; position: relative; word-wrap: break-word;}

#text-11, #text-10, #text-3, #text-4, #text-5, #text-6, #text-7, #text-8, #text-9, #archives-3, #archives-4, #execphp-4, #latest-tweets { -moz-border-radius: 20px; -webkit-border-radius: 20px; }
.textwidget img { float: left; width: 72px; padding-right: 8px; }
.textwidget img.editors { width: 69px; padding-right: 11px; }
.textwidget img.sample { width: 56px; padding: 0 12px; }

#text-11, #text-10, #text-4, #text-5, #text-6, #text-7, #text-8, #text-9, #archives-3, #archives-4, #execphp-4, #latest-tweets { background: #f3f3f3; }
#text-11 { height: 265px; }
#text-10 { height:438px; }
#text-4 {height:100px;}
#text-5 {height: 74px;}
#text-3 { background: #afcee2 url(../images/NetNews-Gradient.jpg) repeat-x scroll left top; height: 70px; }
#text-3 h2, #text-5 h2, #text-6 h2 { margin-bottom: 5px;}
/*#text-3 { background: #136BAB url(../images/Blog-Gradient.jpg) repeat-x scroll left top; height: 74px; }
#execphp-3, #execphp-4 { background: #dcebf5 url(../images/icons/whitepaper.gif) no-repeat 10px 20px; }
#text-5 img, #text-6 img, #text-7 img { float: left; width: 72px; padding-right: 8px; }
#text-3 h2, #text-3 a, #text-3 p { color: #FFFFFF; }*/
#text-7 table, #text-8 table {border-top:1px solid #0c69aa; border-left:none; margin-bottom: 10px;}
#text-7 td, #text-8 td {border-bottom: 1px solid #0c69aa; padding: 5px 0; border-right: none; vertical-align: middle;}
#text-7 td img, #text-8 td img {width:50px; height:50px; float: none;}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	position: relative;
}

#sidebar ul li	{ padding: 0 10px 0 13px; margin: 5px 0 0; font-size: 1.0em; }

#sidebar ul li ul { padding-top: 0; }

/*#sidebar ul li ul li {
	margin: 0 0 0 -9px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 4px no-repeat;
	font-size: 0.9em;
}*/

.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: transparent url(../images/icons/bullet_arrow.gif) no-repeat left 4px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar
#sidebar #search { display: none; } */

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ font-size: .9em; margin: 0 auto; clear: both; width: 900px;}

#footer a 		{ text-decoration: none; }
.footerLt { width: 450px; float: left; padding: 5px 0; margin:0; text-align: left; vertical-align: top; }
.footerRt { width: 450px; float: left; padding: 5px 0; margin:0; text-align: right; vertical-align: top; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ clear: both; }
#search input		{ border: 2px solid #999999; }
#search #s 			{ background: #ffffff url('../images/icons/search_grey.gif') 2px center no-repeat;
 				  	  padding: 3px 0 3px 20px; width: 228px; color: #666666; font-size: 1em; margin: 15px 0 5px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}

#comments .avatar {
	float: right;
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------
	Misc Wordpress CSS
-----------------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*-----------------------------------------------------------------------------
	Page Tabs CSS
-----------------------------------------------------------------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url("../images/Nav-Bg.jpg") repeat-x scroll 0 0 transparent;
}
ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: url("../images/Nav-Bg.jpg") repeat-x scroll 0 0 transparent;
	color: #333;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #0C69AA;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

html ul.tabs li.active a {
	color: #ffffff;
}

.tab_container {
	/*border: 1px solid #999;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 21px;
	font-size: 1em;
}

/* table sort styles */
#eld-tablesort {
	width:870px;
	padding:0;
	margin:0;
	}

table.tablesorter {
	border-collapse: collapse;
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	/*table-layout: fixed;*/
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #0C69AA;
	color: #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 8pt;
	padding: 3px 14px 3px 3px;
}

.header:nth-child(8), .header:nth-child(9) {
	width: 90px;
	}

.header:nth-child(5) {
	width: 45px;
	}
	
.header:nth-child(3) {
	width: 150px;
	}

table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	vertical-align: middle;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 3px;
	background-color: #FFF;
	vertical-align: top;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #AECDE1;
	color: #333333;
}
