@charset "utf-8";
/*
Theme Name: Stratejus
Theme URI: http://www.stratejus.com/
Description: Based on the main Stratejus website.
Version: 1.0
Author: Scott Cranfill
Author URI: http://www.stratejus.com/
Tags: green, fixed width, 1024w, two columns, widgets
*/

@import url("http://www.stratejus.com/styles/reset.css");
@import url("http://www.stratejus.com/styles/main.css");

/* Entry Styles */

.navigation {
	display: block;
	height: 18px;
	margin-bottom: 18px;
	font-size: 1.2em;
}

div.post {
	margin-bottom: 36px;
}
div.editpostlink {
	float: right;
	margin: 0 0 4px 4px;
	padding: 4px 6px;
	background: #DEB;
	border: 1px dotted #390;
}
div.post h2 {
	margin: 0;
	color: #333;
	font-size: 2.0em;
}
div.post h2 a:hover {
	text-decoration: none;
}
p.deck {
	font-size: 1.5em;
	color: #999;
}
div.authordate,
div.postmetadata {
	background: #F4F4F4;
	border-top: 1px solid #CCC;
	color: #222;
	font-size: 1.2em;
}
div.authordate {
	height: 18px;
	margin: 9px 0 18px; padding: 4px;
}
div.postmetadata {
	padding: 9px 9px 8px 9px;
}
.hidden {
	display: none;	
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
.alignright {
	float: right;
	margin: 0 0 9px 9px;
}
.alignleft {
	float: left
	margin-right: 9px;
}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	padding: 6px;
	border: 1px outset #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content .wp-caption img {
	margin: 0 0 4px 0;
	padding: 0;
	border: none;
}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0;
}

/* End captions */

/* Begin Form Elements */
#searchform {
	margin: 15px 18px 16px 18px; padding: 0;
	text-align: center;
}
#sidebar #searchform #s {
	width: 97px; height: 14px;
	margin: 0; padding: 2px;
	font-size: 1.0em;
}
#sidebar #searchsubmit {
	margin: 0; padding: 1px;
	font-size: 1.0em;
	text-transform: uppercase;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */