/*  
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/

*/
#page{
	width:900px;
	margin:0px auto;
}
#container {
	width:750px;
	padding:20px;
	float:left;
}
#header {
	width:100%;
	height:167px;	
}
#header_logo {
	padding-left:20px;
	border:0px;
	width:440px;
	float:left;
}
#header_links{
	float:right;
	width:200px;
	text-align:right;
	padding-top:20px;
}
h1 {
	color:#FFFFFF;
	font-size:24px;
	font-family:Georgia, Geneva, sans-serif;
	font-style:oblique;
	margin-top:0px;
}
h2 {
	color:#FFFFFF;
	font-size:18px;
	font-family:Georgia, Geneva, sans-serif;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
.post {
	background-color:#000000;
	padding:20px;
	margin-bottom:0px;
}
.postmetadata{
	background-color:#000000;
	padding:20px;
	margin-top:5px;
}
.navigation{
	padding:10px;
	background-color:#000000;
}
#sidebar{
	width:100px;
	float:left;
	margin-top:25px;
	display: inline;
}
#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #0c0d0f;
  border-right:1px solid #0c0d0f;
  background:#050606}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #131518;
  border-right:1px solid #131518;
  background:#040405}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #040405;
  border-right:1px solid #040405;}
.spiffy4{
  border-left:1px solid #0c0d0f;
  border-right:1px solid #0c0d0f}
.spiffy5{
  border-left:1px solid #050606;
  border-right:1px solid #050606}
.spiffyfg{
  background:#000000}
.divider{
	height:10px;
	width:900px;
}
.comments-template{
	margin: 10px 0 0;
	border: 1px dashed #333333;
	padding: 10px 0 0;
	background-color:#111111;
	padding:20px;
}

.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 dashed #333333;
}

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