/*  
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 {
margin: 0;
padding: 0;
}
body {
	font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
	font-size: 100%;
	font-weight:normal;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url(mainbackground.gif) repeat-x;
}
#mainleft {
width:170px;
float:left;
margin-top: 0;
height: 1365px;
border-color:#191970;
}
#nav{
width: 170px; 
padding:1px 0 0 0px;
margin:0;
font-size:75%; 
font-weight: bold;
}
#nav li{
padding-top: 1px;
padding-bottom: 1px;
list-style-type:none; 
text-align: center;}
#nav li a{
background-color:#00008B;
display:block;
padding:5px 11px; 
color:#ffffff; 
text-decoration:none;}
#nav li a:hover
{background-color:#0000CC;
display:block;}
a img {border: 0}
a:link, a:visited {
text-decoration: underline;
color: #336699;
}
a:hover {
text-decoration: none;
}
p {
padding: 10px 0 0 0;
}
#wrapper {
position:relative;
width: 800px;
margin-left:auto;
margin-right:auto;
border-top:2px solid;
border-left:2px solid;
border-right:2px solid;
border-color:#191970;
height: 1500px;
background: #FFFFFF;
}
#headerimg  {
  background: url("logo.jpg"); 
  margin: 0; 
  height: 130px; 
  width: 800px; 
border-bottom: 5px solid;
border-color: #333333;}
#topbar {
background: url("topbar.gif"); 
  margin-top: 2px; 
  margin-bottom: 0;
  padding-bottom: 0;
  height: 8px;
width: 800px;
}
#container {
position: absolute;
top: 170px;
left: 180px;
width: 410px;
}
.post {
padding: 10px 0 10px 0;
}
.big {
margin-left: 174px;
margin-top: 2px;
width: 421px;
background: #473C8B;
text-align: center;
}
.big h1{
font-size: 18px;
line-height: 24px;
}
.big h1 a:link {
font-size: 16px;
color: white;
text-decoration: none;
}
.big h1 a:visited {
font-size: 16px;
color: white;
text-decoration: none;
}
.post h2 {
font-size: 12px;
}
.post h2 a:link {
font-size: 16px;
color: red;
text-decoration: none;
}
.post h2 a:visited {
font-size: 16px;
color: red;
text-decoration: none;
}
.entry {
font-size: 12px;
line-height: 18px;
}
.entry p {
color: #404040;
}
p.postmetadata {
margin-top: 15px;
border-top: 1px solid #ccc;
}
.navigation {
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
.sidebar {
position: absolute;
top: 135px;
left: 587px;
width: 200px;
background:url(bg.gif) repeat-y;
border-left: 2px solid;
border-bottom: 2px solid;
border-color: #CCCCCC;
margin: 0 0 0 10px;
}
.sidebar ul {
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}
.sidebar ul li {
padding: 10px 0 10px 0;
}
.sidebar ul li h2 {
font-family: verdana, Georgia, Sans-serif;
font-size: 14px; 
}
.sidebar ul ul li {
padding: 0;
line-height: 24px;
}
.sidebar a:link, a:visited {
font-size: 12px;
}
table#wp-calendar {
background-color:#c1cdcd;
font-size: 12px;
width: 100%;
}
#footer {
font-size:12px;
position: absolute;
bottom: 5px;
left: 180px;
width: 620px;
padding: 0 10px 0 0;
}
#footer p {
margin-bottom: 0px;
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-family: verdana, 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;
}
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
.img 
{
border: 1px solid;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin: 10px auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 1px solid;
}
.wp-caption p.wp-caption-text {
font-size: 9px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}