/*
Theme Name: Derren Brown Art
Theme URI: http://wordpress.org/
Description: Wordpress theme built for Derren Brown
Version: 1.0
Author: Jonathan Brain
Author URI: http://jonathanbrain.com/
Tags: brown, fixed width, two columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* styles for derrenbrownart.com */

/* Reset CSS - thanks, Eric */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* my own reset */

input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  }

/* end of reset */


/* basics */

body {
  background-color: #d3d3d3;
  color: #262626;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  }

p {
  margin-top: 5px;
}
blockquote,
li {
  line-height: 1.25em;
  }

a,
a:link,
a:visited,
a:active {
  color: #8D7C3A;
  text-decoration: none;
  }
  
a:hover {
  color: #b1ab2f;
  }

.cleared {
  clear: both;
  }
  
.invisible {
	display: none; 
	}
	
.hidden {
	visibility: hidden; 
	}
  
input, textarea {
  padding: 4px;
  border: 1px solid #d7d7d7;
  font-family: Arial, Helvetica, sans-serif;
  color: #898787;
  }
  
input:focus { color: #000; border: 1px solid #000; }
  
#search { padding: 5px }

#searchform #s {
width:90px;
}

#searchform #submit {
	padding: 3px;
	}
	
#container { width: 100%; }
 
#pageheader-outer { position: relative; width: 100%; height:134px; background: #eee; z-index: 500; } 
#pageheader { position: relative; width: 990px; height:134px; padding: 0 11px; margin-left: auto; margin-right: auto; background: #eee url(images/bg_header.gif) 0 0 repeat-y; z-index: 500; }
#pageheader-inner { position: relative; width: 100%; height:100%; background: #eee url(images/bg_header_gradient.gif) 0 0 no-repeat; }

#line-outer { position: relative; width: 100%; height: 2px; background: url(images/bg_line_outer.gif) 0 0 repeat-x; }
#line { position: relative; width: 990px; height: 2px; margin-left: auto; margin-right: auto; }

#maincolumn-outer { position: relative; width: 1012px; margin-left: auto; margin-right: auto; }
#maincolumn { position: relative; width: 990px; padding: 0 11px; float: left; background: #d3d3d3 url(images/bg_main.gif) 0 0 repeat-y; }
#maincolumn p { color: #404644; }
  
ul#topnav { position: absolute; top: 101px; left: 0; float: left; height: 33px; width: 100%; background: url(images/bg_nav.gif) 0 0 repeat-x; }
ul#topnav li { display: block; float: left; background: url(images/bg_navdivider.gif) right 3px no-repeat; position: relative; }
ul#topnav li.first { background: none; }
ul#topnav a { display: block; padding: 10px 12px 0 13px; height: 28px; float: left; color: #262626 !important; }
ul#topnav a:hover, 
ul#topnav li.current_page_item a { background: url(images/bg_navover.gif) 0 2px repeat-x; color: #8D7C3A !important;}
ul#topnav ul { display: none; background: #f0f0f0; position: absolute; top: 35px; left: 0; width: 200px; }
ul#topnav ul li { background: #f0f0f0; background-image: none; position: relative; width: 200px; }
ul#topnav ul li a { width: 175px; background: none; }
ul#topnav li.current_page_item ul li a { background: none; }
ul#topnav ul li.current_page_item a { background: url(images/bg_navover.gif) left bottom repeat-x; }
ul#topnav ul li a:hover,
ul#topnav li.current_page_item ul li a:hover { background: url(images/bg_navover.gif) left bottom repeat-x; }
ul#topnav li:hover ul { display: block; } 

h1 { position: relative; }
h1 span { display: none; }
  
#footer-outer { float: left; position: relative; width: 1012px; margin-left: auto; margin-right: auto; clear: both; background: transparent url(images/bg_main.gif) 0 0 repeat-y; }
#footer { position: relative; float: left; width: 990px; height: 28px; margin: 0 11px 0 11px; padding-top: 15px; background: #262626 url(images/bg_footer.gif) 0 0 repeat-x; }
#footer p { float: left; width: 70%; color: #686868; font-size: 90%; padding-left: 30px; }
#footer #button-art { position: absolute; display: block; top: 10px; left: 681px; }
#footer #button-website { position: absolute; display: block; top: 10px; left: 801px; }
#footer-bottom { width: 100%; clear: both; position: relative; height: 20px; background: transparent url(images/bg_footer_outer.gif) 0 0 no-repeat; }

/* ====== content ====== */

#content { width: 648px; float: left; padding-top: 24px; }
.post { width: 608px; padding: 0 20px 20px 20px; float: left; }
.post h2 { font-family: impact; color: #b1ab2f; text-transform: uppercase; font-size: 2em; line-height: 2em; padding-top: 0px; }
.post h3 { font-family: impact; color: #b1ab2f; text-transform: uppercase; font-size: 2em; line-height: 2em; padding-top: 15px; }
.post h4 { color: #b1ab2f; text-transform: uppercase; font-size: 14px; line-height: 2em; padding-top: 15px; }
.post h2 a,
.post h3 a { text-decoration: none; }
.post p { padding-bottom: 16px; line-height: 1.6em; }
.post .postmetadata { margin-top: -5px; font-size: 0.9em; color: #8D7C3A !important; }
.post .postauthormetadata { margin-top: -15px; font-size: 1.0em; color: #8D7C3A !important; }
.post .postmetadata a { color: #8D7C3A !important; }
.post .postmetadata a:hover { color: #b1ab2f !important; }
.divider { float: left; width: 648px; height: 33px; background: transparent url(images/bg_post_separator.gif) 0 0 repeat-x; margin-bottom: 22px; padding-top: 25px; }
.divider .alignright { display: block; float: right; background: transparent url(images/bg_navdivider.gif) left 3px no-repeat; }
.divider .alignright a { display: block; padding: 10px 20px 0 21px; height: 28px; float: left; }
.divider .rss a { background: transparent url(images/button_rss.gif) 20px 8px no-repeat; padding: 10px 20px 0 47px; }
.navigation { width: 608px; float: left; padding: 0 20px 0 20px; font-size: 0.9em; display: block; }
.navigation .alignleft{ float: left; color: #8D7C3A !important; }
.navigation .alignright{ float: right; color: #8D7C3A !important; }
.navigation a { color: #8D7C3A !important; }
.navigation a:hover { color: #b1ab2f !important; }
.pagetitle { width: 608px; float: left; padding: 0 20px 0 20px; font-size: 0.9em; color: #8D7C3A !important; }

#comments { padding: 22px 20px 9px 20px; width: 608px; background: #efefef url(images/bg_section.gif) 0 0 repeat-x; float: left; }
#comments h3 { background: transparent url(images/header_comments.gif) 0 0 no-repeat; width: 75px; height: 17px; float: left; padding-bottom: 4px; }
#comments span { display: none; }
#comments p { float: left; clear: both; }
.commentlist { width: 648px; float: left; padding-bottom: 2px; background: #efefef url(images/bg_section.gif) left bottom repeat-x; }
.commentlist li { float: left; display: block; padding: 22px 20px 20px 20px; width: 608px; background: #efefef url(images/bg_section.gif) 0 0 repeat-x; }
.commentlist .comment-author { color: #8D7C3A; }
.commentlist .comment-meta { font-size: 0.9em; padding-bottom: 4px; }

#respond { float: left; padding: 20px 20px 20px 20px;  width: 608px; }
#respond h3 { float: left; background: transparent url(images/header_leavereply.gif) 0 0 no-repeat; width: 96px; height: 17px; padding-bottom: 4px; }
#respond h3 span { display: none; }
#respond .cancel-comment-reply { clear: both; }

#commentform input { margin: 4px 0 0 0; width: 160px;}
#commentform textarea { width: 608px; margin: 4px 0 0 0; }

/* ====== sidebar ====== */

#sidebar { width: 341px; float: left; border-top: 45px solid #e7e7e7; padding: 0 0 2px 1px; background: transparent url(images/bg_section.gif) left bottom repeat-x; }
#sidebar .mpu { float: left; width: 300px; height: 250px; margin: 0 0 20px 20px; }
#sidebar .section { float: left; background: #efefef url(images/bg_section.gif) 0 0 repeat-x; width: 341px; }
#sidebar h2 { float: left; padding: 22px 0 9px 20px; }
#sidebar h2 span { display: none; }
#sidebar ul { float: left; }
#sidebar li { float: left; background: #efefef url(images/bg_section.gif) 0 0 repeat-x; width: 341px; display: block; }
#sidebar li a { float: left; width: 301px; padding: 14px 20px 11px 20px; display: block; color: #8D7C3A; }
#sidebar li a:hover { color: #b1ab2f; }
#sidebar #recent-comments { background: transparent url(images/header_recentcomments.gif) 20px 22px no-repeat; width: 129px; height: 17px; }
#sidebar #archives { background: transparent url(images/header_archives.gif) 20px 22px no-repeat; width: 65px; height: 17px; }
#sidebar #categories { background: transparent url(images/header_categories.gif) 20px 22px no-repeat; width: 81px; height: 17px; }
#sidebar #blogroll { background: transparent url(images/header_blogroll.gif) 20px 22px no-repeat; width: 69px; height: 17px; }
#sidebar .comment-snippet { display: block; color: #262626; padding-top: 2px; font-size: 0.9em; }


  
