/*  
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,blockquote,p,form{
margin: 0;
padding: 0;
}

body{
		margin: 0;
		font-family: Arial, Helvetica, Georgia, Sans-serif;
		font-size: 9pt;
		text-align: center;
		vertical-align: bottom;
		background-image:url('images/bg.gif');
		color: #000000
	}
	
h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

h2{
color: ##336699;
}
	
a:link, a:visited{
			text-decoration: none;
			color: #336699;
}

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

img{
border: none;
}

p{
padding: 10px 0 0 0;
}

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

#header{
float: left;
width: 920px;
height: 150px;
margin: 0 0 20px;
/*background: #0000FF;*/
background-image:url('images/header.png');
}

#header h1 a{

width: 920px;
height: 150px;
display: block;
color: #FFFFFF
}

#header h1 a span {
display: none;
}

#container{
float: left;
width: 510px;
background: #FFFFFF;
}

.post{
padding: 10px 10px 10px 10px;
}

.post h2{
font-family: Helvetica, Arial, Sans-serif;
font-size: 20px;
text-align: left;
}

.posttime {
font-size: 12px;
font-weight: none;
color: #8c8c8c;
}

.posttitle{
border-bottom: dotted 1px #ccc;
padding-bottom: 10px;
}

.entry{
line-height: 18px;
}

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

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

.sidebar{
float: right;
width: 240px;
background: #FFFFFF;
margin: 0 0 0 10px;
display: inline;
}

#sidebar-inner{
margin: 0;
}


.widgettitle {
font-size: 12pt;
padding: 0;
margin: 0 0 10px;
border-bottom: dotted 1px #ccc;
color: #8c8c8c;
}

.widgettitle h2{

}

.sidebar ul li#meta-3 .widget widget_meta .widgettitle{
background: #FFFFFF
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
text-align: center;

}

.sidebar ul li{
padding: 10px 0 10px 0;
text-align: left;
}

.sidebar ul li h2{
font-family: Arial, Helvetica, Sans-serif;
font-size: 12pt;
}

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

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

table#wp-calendar>caption{
font-size: 12pt;
text-align: left;
font-weight: bold;
text-transform: lowercase;
padding-bottom: 10px;
padding-left: 10px;
}

li#calendar-3>.widgettitle{
display: none;
}

li#search-3{

}

li#meta-3{

}

li#categories-3{

}

li#linkcat-2{

}

#footer{
padding: 10px;
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 25px 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: Helvetica, Arial, Sans-serif;
	font-size: 14px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

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

.moretext{
background-color: #000;
}