/*  
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;
}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	background-image:url(img/background.jpg);
}
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: 1005px;
	text-align: left;
}
#whitepaper {
	width: 1005px;
	background:url(images/whitepaper.jpg) repeat-y;
	margin:0px;
	float:left;
}
#header {
	margin:15 auto 0 auto;
	height:234px;
	background:url(images/header2.png) no-repeat;
}
#container {
	float: left;
	width: 743px;
	/*background:url(images/whitepaper.jpg);*/
}
.post {
	padding: 10px 0 10px 20px;
	margin-left:20px;
}
.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}
.post h2 a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	text-decoration:none;
	color:black;
}
.entry {
	line-height: 18px;
}
p.postmetadata {
	background: url(images/ribbon.jpg) repeat-x;
	width:700px;
	margin: 10px 0 0 0;
	padding-top:20px;
}
.sidebar {
	float: right;
	width: 250px;
	/*display: inline;*/
	background-image:url(img/sidebar_bgrd.gif);
}

.sidebartop {
	background-image:url(img/sidebartop.jpg);
	width:250px;
	height:27px;
}
.sidebarbottom{
	background-image:url(img/sidebarbottom.jpg);
	width:250px;
	height:27px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
        margin-left:5px;
	padding: 0 10px 0 10px;
}
.sidebar ul li {
	padding: 0px;
}
.sidebar ul li h2 {
	padding:5px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        margin:10px 0 5px;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}
.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 {
	text-align:center;
	clear: both;
	display:inline;
	float: left;
	width: 750px;
	height:40px;
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
}
#footer p a {
	line-height:14px;
	text-decoration:none;
}
.post {
	padding: 10px 0 10px 0;
}
.post h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	color:black;
}
.entry {
	line-height: 18px;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

