/*  
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/

*/
html, body { height: 100%; }

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: 12px;
	text-align: center;
	vertical-align: top;
	background-image: url(images/bg.jpg);
	color: #000000;
}

h1{
	font-size: 24px;
	color:#36C;
	padding: 0 0 10px 0;
}
h2{
	font-size: 20px;
	color:#036;
}
a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 960px;
	height:100%;
	text-align: left;
}

#postcards {
	position: absolute;
	top:3px;
	left: 50%;
	margin-left: 150px;
	text-align: right;
	height:204px;
	z-index:2;
}

#header{
	float: left;
	margin-left: 170px;
	width: 960px;
	height: 158px;
}

#container{
	float: left;
	min-height:75%;
	width: 680px;
	background-image:url(images/bg_maincontent.jpg);
}
#maintextgalley{
	float:left;
	background-color: #FFF;
	width:635px;
	min-height:70%;
	margin: 15px;
	padding: 10px;
}
#post{
	float:left;
	width:180;
}
#maintext {
	float:left;
	background-color: #FFF;
	width:400px;
	min-height:70%;
	margin: 15px;
	padding: 10px;
}
#sidepics {
	float:left;
	width:220px;
	z-index:1;
	margin-top: 55px;
}
.thumbnail-class {
	float: left;
	}
.left {
	float: left;
	}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	font-size: 14px;
	font-weight: bold;
}

.sidebar{
	float: left;
	width: 150px;
	text-align: right;
	padding: 10px;
}

.sidebar a{
	color:#FFF;
}

.sidebar ul{
list-style-type: none;
margin: 0;
}

.sidebar ul li{
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;

}

table#wp-calendar{
	width: 100%;
}

#footer{
	clear: both;
	float: left;
	margin-left: 170px;
	width: 680px;
	padding: 10px 0 0 0;
}
#footer a{
	color:#FFF;
}

#footer p{
	line-height: 18px;
}

.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-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;
}

#rocks {
	bottom:0px;
	right: 0px;
	position:fixed;
	width:424px;
	height:203px;
	z-index:2;
}