/*
Theme Name: Texas B&B Assoc
Theme URI: http://www.hat.org/
Description: custom theme
Version: 1.0
Author: InsideOut Solutions/Kailey Lampert
Author URI: http://insideout.com/
Tags: 
*/

/* Layout and Coloring */
#content { background:#fff; }
#main {

	clear: both;
	background: #e7e9b8;
	padding: 0 16px;

}

#main .container {


	padding: 1em;
	background: #fff;

}

#main .leftSide{

	font-size: .8em;
	padding: 15px;
	color: #403121;
	line-height: 1.7em;

}

/* --------------------------------------------------------------------------------------- */


#content {
	padding: 0px 10px 10px;
}
.widecolumn .attachment {
	text-align:center;
}
.widecolumn .caption p {
	background: #bbb;
	padding: 3px 5px;
}

#content.narrowcolumn {
	width:630px;
	float:left;
	border-right: 1px solid #292929;
}

.post {
	font-size:13px;
	text-align:left;
	letter-spacing:.5px;
	line-height:16px;
}
#content ul {
	margin: 0 0 0 20px;
}

#sidebar {
	width:230px;
	margin-left:-1px;
	float:left;
	border-left: 1px solid #292929;
	padding: 0 10px 10px 0;
	text-align:left;
}
	#sidebar h2{
		margin: 10px 0 0 10px;
		list-style:none;
	}
	#sidebar ul {
		margin: 0 0 0 20px;
		list-style:none;
	}
	#sidebar ul li {
		margin:3px 0;
	}
	
.postmetadata {
	border: 1px dashed #ccc;
	font-size:11px;
	padding:2px 5px;
}
.postmetadata, .post {
	clear:both;
}
.navigation {
	overflow:hidden;
	margin: 0 0 10px 0;
	border: 1px solid #E7E9B8;
	padding: 3px 2px;
	font-size:12px;
}

input#s {
	width:125px;
}
/* --------------------------------------------------------------------------------------- */
/* 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) */

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
	}
/* End Images */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */


