/*  
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%;
	}

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

#backimg
{
}

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


#headerimg 	{
	height: 200px;
	width: 1024px;
	margin-top: -100px;
	margin-left: 100px;
	}

#logo {
  width: 190px;
  height: 200px;
  background-image: url('images/tbl_Logo-lo.jpg');
  position: fixed;
  }

h2{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	font-weight: lighter;
}

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

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

p{
	padding:10px 0 0 0;
}

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

#header{
width: 1024px;
}

#container{
	margin-left: 360px;
	margin-top: -100px;
	float: left;
	clear: both;
	width: 800px;
}

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

.post_title{
	font-family:arial;
	font-size: 15px;
	font-weight: lighter;
}

.entry{
	width: 650px;
	font-size: 15px;
	font-weight: lighter;
}

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-left: 100px; 
	width: 300px;
	height: 100%;
	/*border-right: 1px solid #999;*/
	position: fixed;
	text-align: left;
}

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

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

.sidebar ul li{
	font-size: 13px;
}


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

#footer p{
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	color: #959595;
	
}

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