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

	{
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,Georgia,Sans-serif;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	height: 100%;
	background-color: #959595;
	}

#outter-wrapper
{
margin: 0;
padding: 0;
}

#backimg
{
}

#backimg-inner
{
height: 140px;
/*background-image: url('images/backimg.jpg');*/
background-repeat:  repeat-x;
}


#headerimg 	{
	height: 140px;
	width: 1024px;
	margin-top: -140px;
	}

#logo {
  width: 950px;
  height: 140px;
  background-image: url('images/headerimage.jpg');
  position: fixed;
  }

h1{
	font-family:"Lucida Sans", Arial, Verdana, Sans-serif;
	font-size: 27px;
	font-weight: lighter;
}

a:link, a:visited{
	text-decoration: none;
	color: #007bba;
}

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

p{
	padding:10px 0 0 0;
}

#wrapper
{
margin: 0px auto;
width: 950px;
overflow: auto;
background-color: #fff;
}

#header{
width: 1024px;
}

#container{
	margin-left: 265px;
	float: left;
	clear: both;
	width: 650px;
}

.post{
	border-bottom: 1.5px solid #B3B3B3;
	padding:10px 0 40px 0;
}

.post_title{
	font-family:Arial, Verdana, Sans-serif;
	font-size: 24px;
	font-weight: lighter;
}

.entry{
	width: 650px;
	line-height:18px;
}

p.postmetadata{
	border-bottom:.5px solid #eee;
	margin: 6px 0 0 0;
}

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

.sidebar{
	margin-top: 0px; 
	width: 225px;
	height: 100%;
	border-right: 1px solid #999;
	position: fixed;
	text-align: right;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

.sidebar li{
	padding: 4px 0 4px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}


#footer{
	padding: 10px 0 0 0;
	margin-left: 50px;
	margin-top: 400px;
	position: fixed;
	text-align: right;
}

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

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