/*
Theme Name: Wordpress Forest
Theme URI: http://blog.themeforest.net
Description: A test theme fore the video screencast series on ThemeForest.net
Version:4.0
Author: DThompson
Author URI: http://dev-tips.com
Tags: boring, dull, void of life
*/

#wrap {
	width:800px;
	margin:0 auto 0 auto;
	background: #fef9e9 url('layout/header_gradient.gif') repeat-x bottom;
}
#header {
	height: 122px;
	padding-bottom: 69px;
	background: #fff9e7 url('layout/header_gradient.gif') repeat-x bottom;
	text-align:left;
}
#logo {
	position: relative;
	top: 0px;
	left: 12px;
	height:122px;
	width:408px;
	background-image: url('layout/logo.gif');
}

#header .tagline {
  position: relative;
  top 33px;
  left: 250px;
}

.post_snippet {
	margin:5px;
	padding:0px;
	width:650px;
	font-family: Garamond, Serif;
}

.post_snippet a:link{
color: #000000;
}
.post_snippet a:visited{
color: #000000;
}
.post_snippet a:active{
color: #000000;
}

.clear {
	clear:both;
}
#nav {
  margin:18px 20px 0px 25px;
	list-style-type:none;
	font-size:17px;
	font-family: Garamond, Serif;
	text-transform: uppercase;
  width: 550px;
  height: 45px;
}
#nav a:link {
color: #000000;
	text-decoration: none;
}
#nav a:visited {
color: #000000;
	text-decoration: none;
}
#nav a:hover {
color: rgb(0,153,0);
}
#nav a:active {
	color: #000000;
		text-decoration: none;
}

#nav .page_item {
	float:left;
	background-image: url('layout/button.gif');
	height: 45px;
	width:134px;
  text-align: center;
  verticle-align: 50%;
  line-height:35px;
}

.static_page {
  font-family: Garamond, Serif;
  width:520px;
  margin: 5px;
}
.static_page a:link {
  color: #000000;
}

#sidebar {
	float:right;
	margin-top:30px;
	font-family: Garamond, Serif;
}
#sidebar a{
	color: #000;
}

#sidebar li {
	list-style-type:none;
}

#sidebar img{
	border: solid 1px;

}

.single_post {
	width:650px;
	float:left;
}
.promote {
	border:2px solid #ccc;
	-moz-border-radius: 10px 10px 10px 10px;
	padding:8px;
}

#comments_section li {
	margin:10px 0px;
	padding:8px;
	border:2px solid #ccc;
	font-style:normal;
}

#footer {
	font-family: Garamond, Serif;
	color: #000;
	text-align: center;
}

#footer a {
	color: #000;
}
