/* 
Theme Name: goodshow!
Description: The goodshowstudio wordpress theme.
Author: Edward Lewis
Author URI: http://goodshowstudio.com
Version: 2.0

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/* </> */

p{
	margin-bottom: 10px;
}
#theblog h2{
	font-size:22px;
	margin-bottom:   5px;
}

.wp-caption-text{
	font-size:10px;
	color:#666666;
	padding-bottom:10px;
}
#content{
	float:left;
	width:530px;
	padding:20px 20px 0 0;
}
#content p{
	color:#333333;
	line-height:18px;
}
.supa{
	font-size:11px;
	color:#666666;
}
#container{}
.post{}
.postmeta{ 
	margin: 20px 0 20px 0; 
	background-color:#ddd;
	padding: 10px;
	clear:both;
}
#postmeta{ 
	margin: 20px 0 20px 0; 
	background-color:#ddd;
	padding: 10px;
}
.postnavigation{}
#searchform{}
#sidebar{
	padding-top:20px;
}
#sidebar ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}
#comments {}
#comments ol{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}
#comments li{
	margin-bottom:10px;
	background-color:#eee;
	padding:10px;
}
.comment_text{
	
}
.comments_navigation{}
.comments_navigation{}
.comments_reply{
	margin: 10px 0 10px 0;
	background-color:#ddd;
	padding:10px;
}
.comments_meta{

	
}
#footer{
	padding-bottom:20px;
}
small{
	font-size:10px;
}
.thumbnail{
	float:left;
	padding:0 10px 10px 0;
}
.thumbnail img{
	border:5px solid #fff;
}
.apost{
	float:left;
}
.commentnum{
	color:#191919;
	font-weight:bold;
	font-size:11px;
}
.hr{
	height:10px;
	clear:both;
	border-top:1px solid #bebcb9;
	
}