/*----------- CSS 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, 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, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
*/
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*----------- LAYOUT -----------*/
a img {
        border: none;
}
blockquote {
	font-style: italic;
}
body {
	/* background: url("images/bg_repeat.jpg") repeat-x #8b8b89; */
	background: url("images/bg_large.jpg") repeat-x #8b8b89;
	font-family: Verdana, Arial, sans-serif;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 1025px;
}
#header {
	background: url("images/header_bg.png") no-repeat;
	height: 319px;
	padding: 20px 0 0 50px;
	position: absolute;
	width: 975px;/* 1025px; */
	z-index: 2;
}
#duct_tape {
	position: absolute;
	right: 75px;
	top: 200px;
}
#content_container {
	background: url("images/body_bg.png") repeat-y;
	display: block;
	margin: 297px 0 0 51px;
	position: absolute;
	padding: 60px 0;
	width: 920px;
	z-index: 1;
}
#left_sidebar {
	display: block;
	float: left;
	margin-left: 18px;
	width: 180px;
}
#main_content {
	display: block;
	float: left;
	margin-left: 60px;
	width: 405px;
}
#left_sidebar, #right_sidebar {
	font-size: 10px;
	line-height: 14px;
}
#left_sidebar a, #right_sidebar a {
	color: #005183;
	font-size: 10px;
	text-decoration: none;
}
#left_sidebar a:hover, #right_sidebar a:hover {
	text-decoration: underline;
}
#right_sidebar {
	display: block;
	float: left;
	margin-left: 60px;
	width: 180px;
}
#right_sidebar h2, #left_sidebar h2 {
	border-bottom: 2px solid #cf8c0a;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 6px;
	text-transform: uppercase;
	text-decoration: none;
}
#right_sidebar h2 a, #left_sidebar h2 a {
	color: #fff;
	font-size: 13px;
}
#right_sidebar li, #left_sidebar li {
	padding-bottom: 10px;
}
#right_sidebar ul ul {
	/* margin-top: 8px; */
}
#left_sidebar li li, #right_sidebar li li {
	padding: 0;
	margin: 0;
}
#list-authors-plus, #list-contributors-plus, .auths {
	font-size: 13px;
	font-weight: normal;
	padding: 0;
}
#list-authors-plus ul li, #list-contributors-plus ul li, #text-8 ul li, #text-7 ul li, #text-6 ul li {
	margin-bottom: 5px;
}
#right_sidebar .auth_cont a, .link_separator {
	color: #cf8c0a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.screen-reader-text {
	display: none;
}
#search-2 h2 {
	border: none;
	padding: 0;
}
#s { /* Search Bar */
	border: none;
	height: 22px;
	width: 100%;
}
#searchsubmit {
	float: right;
	margin-top: 5px;
}
.post {
	margin-bottom: 45px;
}
.post a {
	color: #005183;
	text-decoration: none;
}
.post a:hover {
	text-decoration: underline;
}
.post-date {
	color: #bababa;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.post h1  {
	margin: 5px 0 8px 0;
}
.post h1 a {
	color: #cf8c0a;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}
.post h1 a:hover {
	text-decoration: none;
}
.post-body {
	font-size: 12px;
	line-height: 18px;
}
.navigation {
	clear: both;
	font-size: 12px;
}
.navigation a {
	color: #005183;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation a:first-child {
	float: left;
}
.navigation a:last-child {
	float: right;
}
/*----------- POST META -----------*/
.post_meta {
	border-bottom: 1px solid gray;
	margin-bottom: 30px;
	padding: 15px 0;
}
.post_meta a {
	color: #005183;
	text-decoration: none;
}
.post_meta a:hover {
	text-decoration: underline;
}
.post_author {
	color: #bababa;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.share_this {
	float: right;
	width: 85px;
}
.post_tags {
	clear: both;
	display: block;
	font-size: 12px;
	padding-top: 10px;
}
.post_comments {
	clear: both;
	display: block;
	font-size: 12px;
	padding-top: 10px;
}
/*----------- COMMENTS -----------*/
#comments {
	font-size: 12px;
}
#comments h3 {
	color: #cf8c0a;
}
#comments a {
	color: #005183;
	text-decoration: none;
}
#comments a:hover {
	text-decoration: underline;
}
#comments label {
	display: block;
}
#comments textarea {
	width: 395px;
}
#comments #submit {
	float: right;
}
.comment {
	border-bottom: 1px dotted gray;
	margin-bottom: 15px;
	padding-bottom: 30px;
}
.comment-author {
	height: 40px;
}
.comment-author img {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
.reply {
	float: right;
}
/*----------- TWEETS -----------*/
.tweets li {
	border-bottom: 1px dotted gray;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
/*----------- TAGS -----------*/
.tagcloud {
	line-height: normal;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;/* 24px; */
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 12px;/* 24px; */
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 6px;/* 12px; */
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#social {
	position: absolute;
	bottom: 0;
	left: 70px;
}