/*
Theme Name: Axis41
Theme URI: http://www.axis41.com/
Description: The default axis41 blog theme
Version: 1.0
Author: Jacky Conrad, Eric Faerber
Author URI: http://www.axis41.com/
Tags: 


*/

* {
	margin: 0;
	padding: 0;
}

html, body {
/* Updated with html to expand the background color - Drue 12/01/09 */
	color: #2C3F4B;
	background-color: #D7D8DC;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 0.923em; /* 12px -- This should be 13px but font size was changed in the middle on me so instead of going back through and resizing everything I only changed the body text to 13px */
	height: auto;
}

a {
	color: #2C3F4B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Updated to min-height to expand background image - Drue 12/01/09 */
#page_canvas {
	/* position: static; */
	min-height: 1000px;
}

#page_wrap {
	margin: 32px auto 0;
	width: 931px;
}

.clear {
	clear: both;
	height: 0px;
	display: block;
}

/* content
-------------------*/
#content-wrap {
	width: 740px;
	float: left;
	margin-top: 78px; /* 110px from top of page */
}

#content-top, #content-bottom {
	display: block;
	width: 740px;
	height: 17px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#content-top {
	background-image: url(images/middle-top.png);
}

#content-bottom {
	background-image: url(images/middle-bottom.png);
}

#content {
	width: 704px; /*740px;*/
	height: auto;
	background: url(images/middle-bg.png) repeat-y;
	padding: 0 18px 1em;
	border: 0;
}

/* posts */
.post {
	padding: 10px 0;
	border-top: 1px dotted #586268;
	position: relative;
	z-index: 90;
	width: 704px;
}

.first-post {
	border: 0;
	padding-top: 0;
}

.single .post {
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.post .details {
	width: 450px;
	float: right;
	margin-right: 10px;
	padding-bottom: 2em;
}

.post .image {
	width: 208px;
	height: 208px;
	float: left;
	margin-right: 27px;
	background: #FFFFFF;
}

.single .post .image {
	width: 53px;
	height: 53px;
	margin-right: 7px;
}

.single .post .image img {
	width: 53px;
	height: 53px;
}

.single .post .category {
	width: 135px; /*148px;*/
	line-height: 53px;
	background-color: #ccd3d6;
	color: #415968;
	padding: 0 0 0 13px;
	margin: 0;
	float: left;
	text-transform: uppercase;
}

.post .left-box {
	width: 183px; /* 208px;*/
	margin-right: 27px;
	margin-top: 5px;
	margin-bottom: -999em;
	padding: 19px 10px 999em 15px;
	float: left;
	clear: left;
	background: #415968 url(images/left-box-bg.png) repeat-y;
	color: #E2E6E8;
}

.left-box a {
	color: #E2E6E8;
}

.left-box h5 {
	font-size: 1em;
	margin-bottom: 5px;
}

.left-box ul {
	list-style: none;
	margin-bottom: 1em;
	font-size: 0.921em; /* ~11px */
	line-height: 1.5em;
}

.left-box ul a {
	background: url(images/arrow-light-blue.png) no-repeat 0 5px;
	padding-left: 10px;
	display: block;
}

.post h3 {
	font-size: 1.25em; /* 15px */
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 0;
	line-height: 1em;
}

.single .post h3 {
	padding-bottom: 5px;
}

.single .post .author {
	margin-bottom: 1em;
}

.post h3 a {
	color: #415968;
}

.post .date {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 0.921em; /* ~11px */
}

.post .entry {
	width: 433px;
	font-size: 1.09em; /* ~13px */
}

.post .entry p {
	margin-bottom: 1em;
}

.post .entry a {
	text-decoration: underline;
}

.post .meta {
	position: absolute;
	bottom: 20px;
	width: 450px;
	text-transform: uppercase;
	font-size: 0.835em; /* ~10px */
}

.post .meta a {
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right;
}

.post .meta .left {
	float: left;
}

.post .meta .left a {
	color: #6D7D87;
	background-image: url(images/arrow-light.gif);
}

.post .meta .right {
	float: right;
}

.post .meta .right a {
	background-image: url(images/arrow-dark.gif);	
}

/* sidebar
-------------------*/
#sidebar {
	width: 153px; /*183px;*/
	float: right;
	background: url(images/sidebar-bg.png) no-repeat;
	padding: 15px;
	color: #2C3F4B;
	font-size: 0.921em; /* ~11px */
}

#sidebar a {
	color: #2C3F4B;
}

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

#sidebar div {
	margin-bottom: 20px;
	line-height: 1.5em;
}

#top-box {
	height: 95px; /*105px;*/
	padding-top: 20px;
}

#top-box h2 {
	font-size: 2.9em; /* ~32px */
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 22px;
	line-height: 1em;
}

#top-box h2 a {
	color: #6D7D87;
	text-decoration: none;
}

#top-box form div {
	margin: 0;
}

#top-box form label {
	display: none;
}

#top-box form input {
	width: 134px;
}

#searchsubmit {
	display: none;
}

#second-box {
	height: 132px;
}

h4 {
	font-size: 1.09em; /* ~12px */
	margin-bottom: 5px;
}

#sidebar .view-all {
	text-transform: uppercase;
	font-size: 0.91em; /* ~10px */
}

#sidebar .view-all a {
	color: #F83732;
}

#sidebar .more {
	display: none;	
}

/* footer
-------------------*/
#footer {
	clear: both;
	font-size: 0.8em;
	padding: 20px 0 0 10px;
	margin-bottom: 10px;
}



.collapse-box h4 {
	background-color: #5A6F7C;
	background-position: right;
	background-repeat: no-repeat;
	line-height: 23px;
	color: #E2E6E8;
	text-transform: uppercase;
	font-size: 1em; /* ~12px */
	font-weight: normal;
	padding-left: 10px;
	cursor: pointer;
}

.collapse-box h4.closed {
	background-image: url(images/arrow-down.gif);
}

.collapse-box h4.opened {
	background-image: url(images/arrow-up.gif);
}

.collapse-box div {
	display: none;
}

.collapse-box p {
	margin-bottom: 1em;
}

/* related tags box */
#related-tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #2C3F4B;
	font-size: 0.921em; /* ~11px */
	font-weight: 500;
}

#related-tags ul li {
	padding-bottom: 5px;
}

#related-tags a {
	color: #2C3F4B;
}

/* comments form */
#respond {
	border-top: 6px #415968 solid;
	padding-top: 20px; 
	position: relative;
	color: #415968;
}

#respond h5 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #415968;
	margin-bottom: 1em;
}

#respond label {
	display: block;
	margin-bottom: 5px;
}

#respond input, #respond textarea {
	width: 444px; /*450px;*/
	border: 1px #cccccc solid;
	background: #FFFFFF;
	font-size: 1em;
	font-family: arial, sans-serif;
	padding: 3px;
}

#respond input[type=submit] {
	width: auto;
}

#respond #required {
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 0.921em; /* ~11px */
}

/* comment list */
.commentlist {
	list-style: none;
}

.comment {
	display: block;
	border-top: 1px dotted #586268;
	padding: 18px 10px 0;
	margin-bottom: 25px;
}

.commentlist .first {
	padding-top: 0 !important;
	border: 0;
}

.comment-date {
	width: 60px;
	float: left;
	font-weight: bold;
	font-size: 0.921em; /* ~11px */
}

.comment-content {
	font-size: 1.09em; /* ~13px */
	float: right;
	width: 360px;
}

.comment-author {
	font-size: 0.843em; /* ~11px */
}

.comment-author cite {
	font-style: normal;
}
