/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
/* END RESET */

html {
	background: url(../images/html-bg.gif) repeat-x;
}

body {
	line-height: normal;
	color: #000000;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.center {
	padding-left: 10px;
}

.darker {
	color: #373737;
}

#main h1, #main h2, #main h3, #main h4, #main h5 {
	color: #226dba;
}

#main h1 a, #main h2 a, #main h3 a, #main h4 a, #main h5 a {
	color: #226dba;
	text-decoration: none;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	color: #4e9cde;
	position: relative;
	font-weight: normal;
	line-height: 19px;
}

.clear {
	clear: both;
}

input {
	color: #595959;
}

a {
	color: #bd1616;
}

#header-container {
	position: relative;
	width: 100%;
	height: 148px;
}

#header-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 27px;
	background: #184b7c;
	z-index: 10;
}

#header-top-left {
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 200;
}

#header {
	margin: 0 auto;
	position: relative;
	background: url(../images/header-bg.jpg);
	width: 960px;
	height: 148px;
	z-index: 100;
}

#header #logo {
	position: absolute;
	top: 55px;
	left: 26px;
}

#header #logout {
	position: absolute;
	top: 35px;
	right: 17px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#header #user-info {
	position: absolute;
	top: 9px;
	right: 17px;
	font-size: 10px;
	color: #fff;
}

#header #user-info .title {
	color: #65afe9;
}

#header #search {
	position: absolute;
	top: 93px;
	right: 17px;
	width: 220px;
	height: 29px;
	background: url(../images/search-bg.gif) no-repeat;
}

#header #search input {
	float: left;
	display: inline;
	width: 134px;
	color: #c9c9c9;
	font-size: 9px;
	padding: 8px 8px;
}

#header #search input.submit {
	float: left;
	display: inline;
	width: 64px;
	padding: 8px 0 5px 5px;
	color: #3772a5;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
}

#main {
	margin: 0 auto;
	padding: 0px 10px 40px 10px;
	width: 940px;
	overflow: hidden;
	/*height: 2000px;*/
	background: #fff url(../images/main-bg.gif) no-repeat;
	/*background: url(../images/mockup-main-bg.png) no-repeat;*/
	border-top: 7px solid #bcbcbc;
}


#posts {
	float: left;
	width: 552px;
	margin: 0px 0 0 0;
	padding: 23px 13px 0 0;
}

#posts .post {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	background: url(../images/post-bottom-border.gif) no-repeat bottom;
}

#posts .post-category {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1px;
	padding: 0 0 0 15px;
	background: url(../images/arrow-dark.gif) no-repeat;
}

#posts .post-title {
	margin: 5px 0 0 13px;
	letter-spacing: 1.5px;
	font: 25px Georgia, "Times New Roman", Times, serif;
}

#posts .post-title { 
	
}

#posts .post-meta {
	margin: 6px 0 22px 13px;
	letter-spacing: .3px;
	font-size: 12px;
}

#posts .post-meta .post-author {
	color: #373737;
}

#posts p {
	margin: 0 0 15px 13px;
	font-size: 12px;
	letter-spacing: .4px;
	line-height: 19px;
}

#posts img {
	/*float: right;*/
	border: 5px solid #eae9ea; 
	margin: 20px 20px 20px 20px;
}

#posts img.alignleft {
	float: left;
}

#posts img.alignright {
	float: right;
}

div.navigation {
	float: left;
	display: inline;
	width: 545px;
}

div.prev-post {
	float: left;
	display: inline;
	width: 250px;
	margin: 0 0 0 20px;
	text-align: left;
}


div.prev-post a {
	color: #838383;
	font-size: 14px;
	text-decoration: none;
}

div.next-post {
	float: right;
	display: inline;
	width: 250px;
	margin: 0 0 0 20px;
	text-align: right;
}

div.next-post a {
	color: #838383;
	font-size: 14px;
	text-decoration: none;
}



ol.wp-paginate {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 36px 15px 20px 15px;
	background: url(../images/pagination-bottom-border.gif) repeat-x 0 26px;
}

ol.wp-paginate li {
	float: left;
	width: 30px;
	height: 45px;
	display: inline;
	margin: 0 0 0 5px;
}

ol.wp-paginate li a {
	text-decoration: none;
	font-size: 14px;
	color: #454545;
	padding: 1px 11px;
}

ol.wp-paginate li.current {
	background: url(../images/pagination-active-arrow.gif) no-repeat center bottom;
}

ol.wp-paginate li.current span {
	font-size: 14px;
	padding: 1px 11px;
	background: #226dba;
	color: #fff;
}


div.comments {
	float: left;
	width: 552px;
	margin: 0px 0 0 0;
	padding: 23px 13px 0 13px;
}

#posts div.comments p {
	margin-left: 0;
}


div.comments li.comment {
	margin-bottom: 18px;
}

div.comments div.comment-body .comment-author, div.comments div.comment-body .comment-meta {
	margin: 6px 0 6px 0;
	letter-spacing: .3px;
	font-size: 12px;	
}

div.comments div.comment-body .comment-author img {
	display: none;
}

div.comments div.comment-body .comment-meta a {
	color: #226dba;
	text-decoration: none;
}

div.comments div.comment-body .comment-author cite.fn a {
	color: #373737;	
}


div.comments div#respond {
	margin-top: 10px;
}

div.comments div#respond form {
	margin-top: 5px;
}

div.comments div#respond input, div.comments div#respond textarea {
	border: 1px solid #e9e8e9;
}

div.comments div#respond input.submit {
	background: url(../images/button-submit.gif) no-repeat;
	width: 85px;
	height: 20px;	
	border: none;
}



#posts .post-meta .post-author {
	color: #373737;
}


#sidebar {
	float: left;
	width: 374px;
	padding: 0 0 138px 0;
	font-size: 13px;
	line-height: 17px;
	background: url(../images/sidebar-border-fade.gif) no-repeat left bottom;
}


#sidebar #left-column {
	float: left;
	width: 194px;
	display: inline;
	padding: 23px 0 0 0;
	border-left: 1px solid #e9e8e9;
}


#sidebar #right-column {
	float: left;
	width: 169px;
	display: inline;
	padding: 23px 0 0 0;
	margin-left: 10px;
}

#sidebar p {
	margin: 0 0 10px 0;
	padding: 0 0 0 22px;
}

#sidebar h3 {
	margin: 23px 0 10px 0;
	padding: 0px 0 0 22px;
	font-size: 18px;
}

.arrow-medium {
	background: url("../images/arrow-medium.gif") no-repeat scroll 0 4px transparent;
}

.blue-medium {
	color: #4e9cde;
}

.arrow-white {
	position: absolute;
	top: 3px;
	left: -19px;
}

#sidebar div.box {
	margin: 20px 0 0 14px;
	padding-bottom: 10px;
	border: 7px solid #eae9ea;
	width: 161px;
}

#sidebar div.box h4 {
	font-size: 18px;
	margin: 13px 0 12px 12px;
}

#sidebar div.box p, .mc_merge_var, .mc_error_msg {
	padding:  0 0 0 12px;
	margin: 0 0 5px 0;
}

.mc_error_msg {
	display: block;
	padding:  0 0 0 12px;
	margin: 0 0 5px 0;
	width: 125px;
}

#sidebar p input, .mc_merge_var input {
	border-top-style: inset;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: #eae9ea;
	border-width: 1px;
	border-top-width: 3px;
	width: 127px;
	padding: 4px 4px;
	font-size: 10px;
}

#sidebar div.box login {
	/*margin-top: 7px;*/
}

#sidebar div.box p.login a {
	font-size: 9px;
	color: #4e9cde;
	margin-right: 18px;
}

#sidebar div.box p.login input {
	border: none;
	background: url(../images/button-login.gif) no-repeat;
	width: 51px;
	height: 21px;
}	

div.mc_custom_border_hdr {
	display: none;
}

div#mc_signup_container {
	display: block;	
}

.mc_merge_var label {
	display: none;
}

#sidebar div.box div.mc_signup_submit input {
	border: none;
	background: url(../images/button-subscribe.gif) no-repeat;
	width: 85px;
	height: 20px;
	margin-left: 65px;
}	

#sidebar #anonymous-form input {
	width: 155px;
}

#sidebar p.submit input {
	border: none;
	background: url(../images/button-submit.gif) no-repeat;
	width: 85px;
	height: 20px;
	margin-left: 81px;
}		

#sidebar #current-jobs-container {
	margin-top: 25px;
	background: url(../images/sidebar-border.gif) no-repeat top;
	overflow: hidden;
}	

#sidebar #current-jobs-container h3 {
	margin-top: 15px;
}

#sidebar #current-jobs-container p {
	width: 150px;
	margin: 0 0 0 23px;
	padding: 0;
}

#sidebar #current-jobs-container p.job-name {
	margin: 10px 0 3px 23px;
}

#sidebar #current-jobs-container a {
	display: block;
	margin: 10px 0 0 25px;
}

#sidebar #current-jobs-container p.job-name a {
	display: block;
	margin: 0 0 0 0;
	color: #838383;	
	text-decoration: none;
}

#sidebar #social-links {
	margin-left: 13px;	
}

#sidebar #social-links li {
	display: inline;
	margin-right: 7px;
	width: 26px;
	height: 26px;
}

#sidebar ul.links-box {
	margin: 0 0 10px 0;
	padding: 0 0 0 22px;
}

#sidebar ul.links-box li {
	font-weight: bold;
	color: #4e9cde;
	margin-bottom: 3px;
}

#sidebar ul.links-box li a {
	color: #818181;
	font-weight: bold;
	text-decoration: none;
}


#footer-container {
	width: 100%;
	background: #eaeaea;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 28px 0 120px 25px;
	width: 935px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #838383;
	font-size: 14px;	
	text-decoration: none;
	margin: 0 10px 0 5px;
}


