/*
Theme Name: SLU Agency
Theme URI: 
Description: Insanely awesome, is what this is.
Version: 1.0
Author: Keith Mitchell
Author URI: http://thepixelforest.com
*/

/*************************************************************************/
/******************************* BLOG ************************************/

#outer.blog{
	background:url(/images/bodyBg-blog.jpg) no-repeat top center fixed;
}

.left-blog{
	width:190px;
	float:left;
	font-size:14px;
	line-height:21px;
}
.left-blog ul{ /* reset all to zero */
	margin:0;
	padding:0;
	list-style:none;
}
.left-blog .widgettitle{
	margin:0 0 8px 0;
	font-size:16px;
	font-weight:bold;
}
.left-blog ul li ul{ /* nav links */
	margin:0 0 20px 0;
	padding:0 0 0 15px;
	line-height:18px;
}
.left-blog a{
	display:block;
	font-size:12px;
}

.right-blog{
	width:700px;
	float:right;
}
.right-blog h2{
	margin:0;
	padding:0 0 8px 0;
	clear:both;
	line-height:24px;
}
.right-blog h2 a{
	text-decoration:none;
}
.right-blog h3{
	margin:0 0 14px 0;
	padding:0 0 10px 0;
	font-size:12px;
	font-weight:normal;
}
.right-blog .post{
	width:700px;
	float:left;
	clear:both;
	margin-bottom:60px;
}

/*************************************************************************/
/******************************* IMAGES **********************************/

.right-blog .entry img{
	padding:5px;
	max-width: 680px; /* ensures it doesn't break the layout */
}
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;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/*************************************************************************/
/*****************************IMG CAPTIONS *******************************/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background:#454545;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wp-caption-text{
	font-style:italic;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*************************************************************************/
/******************************* SEARCH **********************************/

#search{
	float:right;
}
#searchform{
	margin:0;
	padding:0;
}
#searchform #s{ /* search field */
	height:22px;
	width:170px;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	float:left;
	font-size:16px;
	color:#EEEDD0;
	background:#B7B68B;
	border:1px solid #A6A56E;
	outline:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#searchform .send{
	float:right;
}