/*  
Theme Name: Tutorial
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: center;
vertical-align: top;
background: #d5c7a6;
color: #000000;
}


h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited{
text-decoration: underline;
color: #000000;
}

a:hover{
text-decoration: none;
color: #ff0000;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 1000px;
text-align: left;
}

#header{
float: left;
width: 1000px;
height: 325px;
background-image:url(images/bg_header.gif);
}

#container{
float: left;
width: 653px;
height: 902px;

}



.post{
padding: 10px 0 10px 10px;
background-image:url(images/bg_content.gif);
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 16px;
background-color:#a1cd6a;
padding: 5px 0 5px 5px;
}

.entry{
line-height: 20px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

#pageslist {font-size:12px; font-style:normal;
        text-transform:uppercase; }
#pageslist ul {list-style-type: none; list-style-image:none; 
        margin:0; padding-top: 20px; padding-left: 20px; }
#pageslist li { display: inline; padding: 0px 5px;}
#pageslist a:link, #pageslist a:visited {color:black
}
#pageslist a:hover {color:white}

.sidebar{
float: left;
width: 295px;
background: #eeeeee;
margin: 0 0 0 50px;
display: inline;
background-image:url(images/bg_sidebar.gif)
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 50px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px; to .sidebar ul ul li{}
}

table#wp-calendar{
width: 100%;
}

.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;
}

#footer{
clear: both;
float: left;
width: 1000px;
padding: 80px 0 0 0;
}

#footer p{
line-height: 18px;
	
	}
