/*
Theme Name: Adformat
Theme URI: http://www.wordpress-adsense-seo.com
Description: Adformat for wordpress 3.0 Ultimate adsense theme. Updated to work with latest wordpress 3.0 with support for 2.9.x
Version: 1.0
Author: Simon Prosser
Author URI: http://www.wordpress-adformat.info
Tags: three-columns, fixed-width, threaded-comments
*/

*
{
  padding: 0;
  margin: 0;
}

body
{
	font-size:   76%;
	font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
}

hr
{
  display: none;
}

#page
{
  width: 795px;
  margin: 0 auto;
    
}

#wrapper
{
  width: 780px;
  margin: 0 auto;
}

#content
{
  float: left;
  width: 440px;
}

.post
{
  margin-bottom: 20px;
  color: #4a2c00;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.1em;
}

h2
{
  font-size: 1.6em;
  border-bottom: 1px solid #e8c38b;
}

h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #bd492a;
}

.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #fada96;
  clear: both;
}

.postmetadata a
{
  color: #4a2c00;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
  padding: 10px 2px 5px 2px;
}

blockquote
{
  margin: 5px;
  padding: 5px;
  border: 1px solid #fada96;
  background: #fcf1e2 url(images/blockquote.png) no-repeat scroll top left;
}

.post li
{
  margin-left: 20px;
}

.post ul
{
  list-style-image: url(images/listitem.png);
  margin-bottom: 10px
}

acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;
}

blockquote cite
{
  margin: 5px 0 0;
  display: block;
}

.center
{
  text-align: center;
}

a img
{
  border: none;
}

h3
{
  margin-top: 0.5em;
  font-size: 1.4em;
}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

a
{
  color: #bd492a;
}

.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}

.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
}

.alignright
{
  float: right;
  text-align: right;
  width: 50%
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

ol.commentlist
{
  width: 95%;
  margin: 0 auto;
}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #c69835;
  padding: 5px;
  background-color: #f5de74;
  list-style: none;
}

ol.commentlist li.alt
{
  background-color: #fdf6a7;
}

ol.commentlist a
{
  color: #bd492a;
}

small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

#header
{
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
  padding: 5px;
}

#sidebar
{
  float: right;
  width: 336px;
  padding: 2px;
  text-align: center;
}

#sidebar ul
{
  margin-bottom: 10px;
}

#sidebar ul ul
{
  list-style-type: circle;
  margin-left: 20px;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}

#sidebar ul h2
{
  border-bottom: 1px solid #fada96;
  border-top: 1px solid #fada96;
  list-style-type: none !important;
  font-size: 1.2em;
  font-weight: normal;
  padding: 2px;
  margin-bottom: 10px;
}

#footer 
{
  padding: 5px;
  clear: both;
  text-align: center;
}

#sidebar_r
{
  float: right;
  width: 170px;
  padding: 1px;
  text-align: left;
}
#sidebar_r ul {
list-style-type: none;
}

#sidebar_l
{
  float: left;
  width: 160px;
}

.description
{
  border-bottom: 100px;
}

#ad_hf
{
  text-align: center;
  padding-top: 10px;
}
.search td {
	border: none;
	white-space: nowrap;
	}
.search span {
	font-size: 90%;
	color: #000000;
	}
.menu {
list-style-type: none;
margin-left: 20px;
}
.menu ul li{
  list-style-type: circle;
  
  }
 .sub-menu {
 padding: 0px;
 margin-bottom: 0px !important;
 }
.depth-2 {
list-style: none;
}
.depth-3 {
list-style: none;
}
.depth-4 {
list-style: none;
}
.depth-5 {
list-style: none;
}


/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}
