 /*  
Theme Name: South Texas Stomp
Theme URI: http://www.southtexasstomp.com/
Description: Special Ed and the gang, online.
Version: 1.0
Author: Cy Barlow
Author URI: http://www.cydar.com/

With CSS Reset by Eric Meyer
*/

/* Eric Meyer CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0; 	padding: 0;	border: 0;	outline: 0;
	font-size: 100%; vertical-align: baseline; background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse; border-spacing: 0;
}

/* ---- structure ---- */
body
{
	/* background: #000 url(images/background.jpg) no-repeat top left; */
	background-color: #000; 
}
#nav
{
	position: relative;
	width: 900px;
	margin: 23px auto -20px auto;
}
	#nav ul
	{
		list-style-type:none;
		margin: 0;
	}
	#nav ul li
	{
		padding: .5em .5em .5em .5em;
		background-image: url(images/ulbackground.png);
		opacity: .75;
		display: inline;
	}
#content
{
	position: relative;
	width: 900px;
	margin: 23px auto;
}

#posts, #sidebar
{
	background-color: #fff;	
	/* padding-bottom: 42px; */
	/* margin-bottom: 23px; */
}

#posts
{
	padding: 1.5em;
	width: 535px;
	min-height: 900px;
	float: left;
	text-align: left;
}
	.post, .person
	{
		margin: 1em;
		background-color: #eeeeee;
		border: 1px solid #666666;
	}
	.post
	{
		margin-bottom: 2em;
	}
	.post h2, .sidecontainer h2
	{
		padding: .25em;
		background-color: #cccccc;
	}
	.post p
	{
		padding: .25em;
		margin-bottom: .5em;
	}
	p.postmetadata
	{
		background-color: #cccccc;
		padding: .25em; margin: 0; 
		/* display:block; */
		clear: both;
	}
	p.postfoot
	{
		padding: .5em; 
		display: block;
		margin-top: .5em;
		border-top: 2px solid #dddddd;
		clear: both;
	}
	.bylineauthor
	{
		margin-bottom: .5em;
	}
	.postfoot .bylinetime
	{
		float: right;
		display: inline;
	}
	.post img, .postie-image
	{
/* 		display: block; */
		margin: 0 auto;
		border: 1px solid #666666;
	}
		
#sidebar
{
	position: relative;
	float: right;
	width: 320px; min-height: 600px;
	padding-top: .5em;
	padding-bottom: 250px;
}
	.sidecontainer
	{
		/* width: 34em; */
		margin: 1em;
		background-color: #eeeeee;
		border: 1px solid #666666;
	}
	.side
	{
		padding: .5em;
	}
#tree
{
	position: absolute;
	z-index: 99;
	display: inline;
	bottom: -20px; right: -23px;
}
#footer
{
	padding-top: 1em;
	clear:both;
}
/* Typography */
html, body
{
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: .055em;
	text-align: center;
	font-size: .9em;
	color: #333333;
	line-height: 1.3;
}
#nav
{
	text-align: left;
	color: #fff;
}
#footer
{
	text-align: center;
	font-size: .8em;
	color: #fff;
}
.post h2
{
	font-size: 1.3em;
}
.postfoot
{
	font-size: 1em;	
}
.bylinetime
{
	font-size: .75em;
}


a:link
{
	color: #600;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #4A1110;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #916B00;
	font-weight: bold;
	text-decoration: underline;
}
a:active
{
	color: #CC9900;
	font-weight: bold;
}
#nav a:link, #nav a:visited,
#footer a:link, #footer a:visited

{
	font-weight: normal;
	color: #fff;
}
#nav a:hover, #nav a:active,
#footer a:hover, #footer a:active
{
	color: #CC9900;
	font-weight: normal;
	text-decoration: none;
}


.socialhomes
{
	text-align: center;
	padding: .5em;
}
ol
{
	list-style-type: decimal;
	padding-left: 3em;
}
ol li
{
	padding-bottom: .5em;
}
.post ul
{
	padding-left: 3em;
	list-style-type:square;
}
.post ul li
{
	padding-bottom: .5em;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}
.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


/************************************************
*	Comments									*
************************************************/
	
/* 
.commentlist
	{
		margin: 1em;
		background-color: #e8e8e8;
		border: 1px solid #cccccc;
	}
#commentblock {
	display: block;
	width: 470px;
	background: #E8E8E8;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
*/	
.post h3.commenthead
{
	background-color: #dfdfdf;
	border-top: 1px solid #666666;
	padding: .25em;
}
.commenthead img, .commentlist img, .commenttext img, .commentform_link img
{
	border: 0;
}
ol.commentlist
{
	background-color: #e8e8e8;
	padding-top: 1em;
	padding-left: .5em;
	list-style-type: none;
}
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
.commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	/* width: 420px; */
	width: 95%;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 420px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}
.commentform_link
{
	font-size: .9em;
}
.awpcomments
{
	clear:both;
}
#nrs-search-widget-with-title-submit input
{
	display: inline;
}
.noborder
{
	border: 0;
}
.person
{
	min-height: 72px;
}
.person img
{
	float: right;
clear: both;
}
.person h3
{
	font-size: 1.1em;
	padding: 1em;
}
.person p
{
	padding: 0 1em 1em 1em;
}
.side ul li
{
	display: inline;
}
img.caticon 
{
	float:right;
	border: 0;
	margin-top: -.125em;
}
.aktt_tweets p
{
	margin-bottom: 1em;
}
.post .tt-flickr .tt-flickr-Thumbnail img, .post .tt-flickr .tt-flickr-Square img
{
	position: relative;
	display: inline;
	background-color:#9C0;
	border: 1px solid #f00;
} 
