/*  
Theme Name: New Theme
Theme URI: YourWebsite.com
Description: Your Theme Description
Version: 1.0
Author: Your Name
Author URI: http://www.yourwebsite.com

*/


body{
        text-color: white;
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: black;
        color: white;
}

a:link, a:visited{
	text-decoration: none;
	color: red;
}

a:hover{
	text-decoration: none;
        color: orange; 
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}

#header{
	float: Default;
	width: 535px;
        padding: 0px 0px 20px 0px;
}

#box{   
        margin: 10px 0 0 30px;
        
	float: left;
	width: 600px;
        background-color: black;
        padding: 15px 20px 15px 15px
}
#entry{
        margin: 50 0 0 0;

}

.sidebar{
	float: right;
	width: 280px;
	background-color: black;
	margin: 10px 0 0 20px;
	display: inline;
        padding-right: 25px;
       
}

#footer{
	clear: both;
	float: left;
	width: 750px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}