/*  
Theme Name: Exhausted
Theme URI: http://www.wpdesigner.com
Description: Exhausted Wordpress theme created by Small Potato
Version: 1.0.1
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #9ccfe6; /*#5e889b url(../images/bg_body.gif) repeat-x;*/
	/*background: #acad7e;*/
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, sans-serif;
	/*font-size: 18px;*/
	font-weight: normal;
/*	color: #5F889B;*/
	color: #3d6e85;
}

a{
	text-decoration: underline;
	color: #b1643f;
}

a:hover{ text-decoration: none; }

a:visited {
	color: #7F7F7F;
}

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #e5e5d4;
	color: #000;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

code{
	/*background: #f9f9f9;*/
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #d0d0b1;
	color: #d0d0b1;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #433129;
	background-color: #2c231f;
	padding: 3px;
	color: #fff;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{
	margin: 0 auto;
	width: 858px;
	padding: 15px 0 0;
	text-align: left;
	vertical-align: top;
}

#menu{
	float: left;
	width: 858px;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu ul li{
	float: left;
	margin: 0 2px 0 0;
	text-align: left;
	vertical-align: top;
	background: #2a201c url(../images/bg_tab_right.gif) no-repeat right top;
}

#menu ul li h1{
	font-family: Arial, Helvetica, Georgia, sans-seriff;
	font-size: 14px;
}

#menu ul li a{
	display: block;
	padding: 10px 15px 11px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: url(../images/bg_tab_left.gif) no-repeat;
	color: #fff;
}

#wrapper{
	clear: both;
	float: left;
	width: 858px;
	background: #362b26 url(../images/bg_wrapper.gif) no-repeat;
	color: #a98a7b;
}

#page-wrapper{
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 0 10px;
	display: inline; /* prevent margin doubling in IE 6 */
	width: 668px;
	background: #e5e5d4 url(../images/bg_page_wrapper.gif) no-repeat left bottom;
	color: #000;
}

#page{
	float: left;
	padding: 0 10px;
	background: url(../images/bg_page.gif) no-repeat;
}

#banner{
	float: left;
	margin: 10px 0 0;
	width: 648px;
	height: 150px;
	background: #d0d0d1 url(../images/banner_mate2.jpg) no-repeat;
}

#banner h1 {
	display: none;	
}

.narrowcolumn-wrapper{
	float: left;
	width: 648px;
	margin: 10px 0 0;
	background: #d0d0b1 url(../images/bg_narrowcolumn_wrapper.gif) no-repeat left bottom;
}

.narrowcolumn{
	float: left;
	width: 648px;
	background:url(../images/bg_narrowcolumn.gif) no-repeat;
}

.posts-wrapper{
	margin: 10px;
	background: #fff url(../images/bg_posts_wrapper.gif) no-repeat left bottom;
}

.posts{
	padding: 0 20px 20px;
	background: url(../images/bg_posts.gif) no-repeat;
}

.posts h2{
	border-bottom: 1px solid #d0d0b1;
	padding: 20px 0 10px;
	/*font-size: 24px;*/
	color: #DD3700;font-size: 30px;
}

.posts h2 a{
	text-decoration: none;
	font-size: 24px;
}

.posts h2 a:hover{
	text-decoration: underline;
}

.entry{
	padding: 0 0 20px;
	line-height: 24px;
	clear: both;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	color: #3d6e85;
}

.entry h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.comments-template h2, .entry h2{
	font-size: 26px;/* old value was 18px*/
	/*color: #000;*/
}

.comments-template h3, .entry h3{font-size: 20px; /* old value was default*/}

.entry  h4{ font-size: 16px; }

.entry h5{ font-size: 14px; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry img{
	border: 1px solid #e2e2c7;
	padding: 5px;
	background-color: #fff;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	color: #9d9d77;
}

.postdate{
	color: #000;
}

.browse{
	padding: 15px 0 0;
	font-family: Georgia;
	font-size: 16px;
	border-top: 1px solid #e6eecb;
	line-height: 24px;
}

#sidebar{
	float: left;
	margin: 10px 0 0;
	width: 180px;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia;
	font-size: 12px;
	background: #362b26;
}

#sidebar a{
	color: #e7bda9;
}

#sidebar ul{
	margin: 0;
	padding: 0 10px 10px;
	list-style: none;
}

#sidebar ul li{
	padding: 20px 0 0;
}

#sidebar ul li h2{
	padding: 0 0 9px;
	border-bottom: 1px solid #433129;
	color: #e78a12;
}

#sidebar ul ul{
	padding: 0;
}

#sidebar ul ul li{
	padding: 8px 0 0;
	line-height: 18px;
}

#sidebar li#search{
	padding: 15px 0 0;
}

#sidebar li#search input{
	margin: 0 0 5px;
}

#sidebar ul ul ul li{
	padding: 8px 0 0 15px;
}

#footer{
	margin: 0 0 10px;
	float: left;
	width: 858px;
	font-size: 12px;
	background: #362b26 url(../images/bg_footer.gif) no-repeat left bottom;
	color: #a98a7b;
}

#footer a{
	text-decoration: none;
	color: #e7bda9;
}

#footer p{
	padding: 20px 20px 20px 20px;
	line-height: 24px;
}


/* comments template */

.comments-template{
	padding: 0 0 20px;
	border-top: 1px solid #d0d0b1;
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d0d0b1;
}


.comments-template h2, .comments-template h3{
	padding: 20px 0 0;
}

.comments-template h2{
	border: 0;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 20px 0 0;
}

/* end comments template */


p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times New Roman; min-height: 15.0px}
    p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 20.0px Times New Roman}
    p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times New Roman}
    p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Courier New; color: #990000}
    p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Courier New; color: #0000ff}
    p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Courier New}
    p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Courier New; color: #8e0000}
    p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New}
    p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Courier New; color: #0033ff}
    span.s1 {letter-spacing: 0.0px}
    span.s2 {letter-spacing: 0.0px color: #0000ff}
    span.s3 {letter-spacing: 0.0px color: #000000}
    span.s4 {font: 12.0px Times New Roman; letter-spacing: 0.0px color: #000000}
    span.s5 {letter-spacing: 0.0px color: #990000}
    span.s6 {letter-spacing: 0.0px color: #0033ff}
    span.s7 {letter-spacing: 0.0px color: #339966}
    span.s8 {font: 12.0px Times New Roman; letter-spacing: 0.0px}
    span.s9 {letter-spacing: 0.0px color: #6699cc}
    span.s10 {text-decoration: underline ; letter-spacing: 0.0px}
    span.Apple-tab-span {white-space:pre}
    
   
/* Custom */
.thumbContainer {
	float: left;
	width: 50%;	
}

.longThumbContainer {
	float: left;
}

.thumbContainer img {
	float: left;
	margin-right: 1em;
}

.thumbContainer p {
	font-size: 0.5 em;
}

.button{
	text-decoration:none;
	border-bottom:1px solid #D5E2ED;
	/*line-height:34px;*/
	white-space: nowrap;
	margin-right:10px;
}
.download{
	padding-left:20px;
	background:url("../images/download.gif") center left no-repeat;
}
.liveExample{
	padding-left:20px;
	background:url("../images/liveExample.gif") center left no-repeat;
}

.breadcrumb {
  background-color: #E5E5D4;
  font-size: 0.8em;

	padding: 0.5em 1em 0.5em 1em;
}

.code {
	font-family: "Courier New", monospace;
	}
	
.note {	border:1px dotted #ccc;	padding: 10px;
	background:#FFFFCC;
	margin: 10px 0;}