/*
Theme Name: Adformat
Theme URI: http://pross.org.uk
Description: Adformat for wordpress 3.0 Ultimate adsense theme. Updated to work with latest wordpress 3.0 with support for 2.9.x. Auto tag suggestion searchbox using js.
Version: 1.2.2
Author: Simon Prosser
Tags: three-columns, fixed-width, threaded-comments, theme-options, red, blue, green, custom-menu, sticky-post, custom-background
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
   
    The Icons used in the admin panel are from http://www.woothemes.com/2009/09/woofunction/
    and are also GPL
    
    Changelog:
    1.2.1 - Fixed admin error
	    Added GPL notice for icons.
	    Fixed nav menus.
    1.2.0 ? Removed gallery shortags fix, included in a new plugin im releasing. ( dev version )
    1.1.3 ? More CSS fixes, added child/parent code to page.php, added some table CSS.
    1.1.2 ? Minor CSS fixes, two missing images causing server 404, search box moved 2px.
    1.1.1 ? Custom gallery function added to fix the default gallery. Theme validates as html5.
    1.1.0 ? Swiched to theme_mod for theme options.
    1.0.6 ? CSS in comments fixed.
    1.0.4 ? Added auto-tag search suggestion!
    1.0.3 ? Re-submitted to wp.org, all advertising removed now, replaced with images to show placement.
*/
* {
margin:0;
padding:0;
}

body {
font-family:'Trebuchet MS', Arial, Verdana, Sans-Serif;
font-size:76%;
}

hr {
display:none;
}

#page {
margin:0 auto;
width:795px;
}

#wrapper {
margin:0 auto;
width:780px;
}

#content {
float:left;
overflow:hidden;
width:440px;
}

.post {
color:#4a2c00;
font-size:1.1em;
margin-bottom:20px;
padding-left:5px;
padding-right:5px;
}

h2 {
border-bottom:1px solid #e8c38b;
font-size:1.6em;
}

h2 a:hover,h2 a:visited,h2 a {
color:#bd492a;
text-decoration:none;
}

.entry {
margin-bottom:15px;
margin-top:10px;
}

.postmetadata {
border-top:1px solid #fada96;
clear:both;
font-size:0.8em;
padding:2px;
}

.postmetadata a {
color:#4a2c00;
}

.post p {
line-height:1.4em;
margin-bottom:1em;
padding:10px 2px 5px;
}

blockquote {
background:#fcf1e2;
border:1px solid #fada96;
margin:5px;
padding:5px;
}

.post li {
margin-left:20px;
}

acronym,abbr,span.caps {
cursor:help;
}

acronym,abbr {
border-bottom:1px dashed #999;
}

blockquote cite {
display:block;
margin:5px 0 0;
}

.center {
text-align:center;
}

a img {
border:none;
}

h3 {
font-size:1.4em;
margin-top:0.5em;
}

h4 {
font-size:1.2em;
margin-top:1.2em;
}

h5 {
font-size:1em;
margin-top:1em;
}

.navigation {
display:block;
margin-bottom:50px;
margin-top:10px;
}

.alignleft {
float:left;
text-align:left;
}

.alignright {
float:right;
text-align:right;
}

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.wp-caption {
background:#f3f3f3;
border:1px solid #ddd;
padding-top:4px;
text-align:center;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

ol.commentlist {
margin:0 auto;
width:95%;
}

ol.commentlist li {
background:#f5de74;
border:1px solid #c69835;
list-style:none;
margin-bottom:1.5em;
padding:5px;
}

ol.commentlist li.alt {
background:#fdf6a7;
}

small.commentmetadata {
display:block;
font-size:0.8em;
margin-bottom:1em;
}

#header {
margin-bottom:20px;
margin-top:20px;
padding:5px;
text-align:left;
}

#sidebar {
float:right;
padding:2px;
text-align:center;
width:336px;
}

#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;
font-size:1.2em;
font-weight:400;
list-style-type:none !important;
margin-bottom:10px;
padding:2px;
}

#footer {
clear:both;
padding:5px;
text-align:center;
}

#sidebar_r {
float:right;
padding:1px;
text-align:left;
width:170px;
}

#sidebar_r ul {
list-style-type:none;
}

#sidebar_l {
float:left;
width:160px;
}

.description {
border-bottom:100px;
}

#ad_hf {
padding-top:10px;
text-align:center;
}

.menu {
list-style-type:none;
margin-left:20px;
}
.menu li {
list-style-type:circle;
}

.menu ul li {
list-style-type:circle;
margin-bottom:0 !important;
}

.sub-menu {
margin-bottom:0 !important;
padding:0;
}

.children {
margin-bottom:0 !important;
}

/* Comments form */
input[type=submit] {
color:#333;
}

#respond {
border-top:1px solid #e7e7e7;
overflow:hidden;
padding:10px;
position:relative;
width:90%;
}

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

#cancel-comment-reply-link {
font-size:12px;
font-weight:400;
line-height:18px;
}

#respond .required {
color:#FF4B33;
font-weight:700;
}

#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 {
font-size:14px;
width:auto;
}

#respond dl {
margin:0 0 10px;
}

#respond dt {
display:inline;
font-weight:400;
}

#respond dd {
display:inline;
}

#searchmain {
padding:0 0 5px 3px;
text-align:left;
}

.search-excerpt {
color:#000;
}

.avatar-32 {
float:left;
padding:0 5px 0 0;
}

.comment-meta {
padding:0 0 10px;
}

.comment-body .reply {
padding:5px 0 2px 2px;
}

.author {
font-weight:700;
text-decoration:underline;
}

p img {
max-width:100%;
padding:3px;
}

.sticky {
background:#F3F2F1;
}

table {
border-collapse:collapse;
margin:1em;
}

td,th {
border:1px #ccc solid;
padding:.3em;
}

thead {
background:#fc9;
}

.thumbnail {
padding:2px;
}

.post ul,#sidebar ul {
margin-bottom:10px;
}

a,ol.commentlist a {
color:#bd492a;
}

.depth-2,.depth-3,.depth-4,.depth-5 {
list-style:none;
}

#respond p,#comments-list ul #respond {
margin:0;
}
.post-meta, #comments {clear:both;padding:5px}
.wp-post-image {float:right}