/*  
Theme Name: JustSimple
Description: JustSimple Theme <a href="http://wpthemespot.com/themes/justsimple/" title="JustSimple by WP ThemeSpot">WP ThemeSpot</a>
Version: 2.2
Author: WP ThemeSpot
Author URI: http://wpthemespot.com
*/
*
{
	margin: 0em;
	padding: 0em;
}

a:link,a:visited
{
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

#commentbg {
background: #f0e2bb;
padding-left: 6px;
padding-top: 2px;
padding-bottom: 2px;
width: 100px;
}

a:hover,a:active
{
	color:#333333;
	text-decoration:underline;
	font-weight: bold;
	
}
h1,h2,h3,h4,h5,h6 
{
	color:#ed1c24;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
text-align: center;
}
img 
{
	border:0px;
	padding:2px;
}

blockquote {
	margin:1em;
	padding:1em;
	border-left:#eec 2px solid;
	color:#333;
}
.clear 
{
	clear:both;
}
fieldset 
{
	border:0;
}
#main ol,#main ul 
{
	margin:1em;
	padding:0 2em;
}
#main ul.asides 
{
	margin:0 0 2em 0;
	padding:1em;
	list-style-type:square;
	border-bottom:#eec 1px solid;
}
body
{
	background: #FFF;
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px;	
text-align: center;
}

#outer
{
	width: 100%;
	padding: 0;
	background:#fff;
}

#content
{
	clear:both;
}
#main
{
	width: 100%;
	margin:auto;
}

#main p
{
	line-height:1.6em;
	margin-top: 0;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px;	

}
#main .post 
{
	/*margin:0 0 3em 0;*/
text-align: center;
}
#main h2
{
	font-size: 14px;
	font-weight:normal;
text-align: center;			
}
#main h2.pagetitle
{
	font-size: 14px;
	font-weight:normal;
	border-bottom:none;
	margin:0 0 1em 0;
text-align: center;
}
#main h2.post-title
{
	font-size: 14px;
	font-weight:normal;
	border-bottom:none;
	margin:0 0 1em 0;
text-align: center;
}
#main h2 a
{
	color: #ed1c24;
text-align: center;
}
#main .post-content 
{
	padding:0;
line-height: 22px;
}
#main .post-content ul, #main .post-content ol 
{
	padding:0;
}
#main p.post-info 
{
	clear:both;
	padding:3px 0;
	color:#333;	
	font-size:12px;		
	border-bottom: 0px;
	font-family: Arial, Helvetica, Sans-Serif; 			
}

#main p.post-info a 
{
	color:#ed1c24;
}
#comments, #respond{
	font-size:12px;
	font-weight:normal;
}
#commentform 
{
	padding:10px;
	background:#f2e7c7;
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
}
.commentnum 
{
	font-size:12px;
	font-weight:bold;	
	padding:3px;
}
#outer .commentlist {
	padding: 0;		
	border-top: #333 1px solid;
	list-style:none;
}
.commentlist li 
{
	list-style:none;
	padding:1em;	
	border-bottom: #333 1px solid;	
}
.commentlist li.alt 
{
    background:#f9f5eb;    
}
.commentlist li .cmtinfo 
{
	font-size:12px;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	margin:0;
	padding:0;
	font-style:normal;
	font-size:12px;
	color:#333;
}
#outer .nocomments 
{
	text-align:center;
	color:#333;
	font-size:12px;
}
input.textbox
{
	border:#333 1px solid;
	background:#f9f5eb;
	font:12px Arial, Helveticam Sans-Serif;
	padding:2px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #333;	
	background:#FFF;
	font:1em Arial, Helvetica, Sans-Serif;
}
.textbox:focus, textarea:focus
{
	background:#fff;
	border:#333333 1px solid;
}