/*  
Theme Name: DE-BRANDING
Description: Bold and Blocky Style, Yellow and Black on White, technically based on <a href="http://wpthemes.info/misty-look/" title="misty look">misty look</a>
Version: 1.0
Author: Fabio Franz, Kris Krois
Author URI: http://www.kriskrois.com
*/
* {
	padding: 0px; 
	margin:0px;
}
p 
{
	margin: 0.7em 0px;
	line-height:1.5em;
}
dl 
{
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}
a img 
{
	border:0;
}
.clear 
{
	clear:both;
	height:20px;
}
blockquote
{
    margin-left:1em;
    padding-left:1em;
	font: 1.1em/1.4em "Courier New", Courier, mono;
	word-spacing: -0.15em;
}
blockquote p
{
	line-height: 1.4em;
}
fieldset 
{
	border:none;
}
body 
{
	background: #ffffff; 
	margin: 0px 20px; 
	font: 82%/1.6em Arial, Helvetica, sans-serif; 
	color: #000000;
	text-align: center;
}
a 
{
    text-decoration:none;
	color: #000000;
	border-bottom:2px dotted #000000;
	padding:1px 0 0 0;
}
a:link 
{
}
a:visited 
{
}
a:hover, a:active 
{
	background-color:#FFFF00;
}
h1, h2, h3, h4, h5, h6 
{
	font-family: Arial, Helvetica, sans-serif;
}

#container 
{
	background: #fff;
	margin: 0 auto; 
	width: 800px; 	
	position: relative; 
	text-align: left;
}
#navigation 
{
	margin: 20px auto 0 auto; 
	overflow: hidden; 
	width: 780px; 
	position: relative; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
 html #navigation 
 {
	height: 1%;
}
#navigation ul li 
{
	float: left; 
	margin: 0px 5px 0px 0px; 
	list-style-type: none;
}
#navigation ul li a 
{
	border-bottom:none;
	padding: 2px 10px 1px 10px; 
	display: block; 
	background: #000000; 
	text-decoration: none;
	color:#FFFF00;
	font-size:1em;
}
#navigation ul li a:hover 
{
	background: #FFFF00;
	color:#000000;
}
#navigation ul li a:active 
{
	background: #FFFF00;
	color:#000000;
}
#navigation ul li.current_page_item a 
{
	background: #FFFF00;
	color: #000;	 
	border-bottom:none;
}

#navigation ul li.search 
{
	font-size: 0.9em; 
	right: 0px; 
	position: absolute; 
	top: 0px;
}
#navigation ul li.search input#s 
{
	border: none;
	border-bottom:#000000 2px dotted;
	font-size: 1em; 	
	width: 158px; 
	padding: 3px 2px 1px 2px; 
	background: #FF0;
	color:#000;
}
#navigation ul li.search input#searchsubmit 
{
	border: none; 
	font-size: 1em; 
	margin: 0px 0px 0px 4px; 
	color: #265e15; 
	padding: 2px; 	
	background:#000;
	color:#FF0;	
}

#header 
{
	clear: both; 
	margin:0 10px 0 10px; 
	width: 780px;
	background: #FFFF00;
	height: 156px;
	text-align:center;
}
#header a
{ 
	display:block;
	margin:0 auto;
	padding:57px 0 0 0;
	width: 100%;
	height: 100%;
	border:0;
}
/*
#header a:hover {
	background: #000000;
}
#header h1 
{
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-variant: normal;
	letter-spacing:1px;		
}
#header h1 a 
{
	display: block; 	
	text-decoration:none;	
}
#header h2 
{
	margin:5px 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;		
}
*/
#feedarea 
{
	padding:10px 10px 0 0; 
	float: right; 	
	text-align: right;
}
html #feedarea {
	padding-top: 10px;
}
#feedarea dl dt 
{
	display: inline; 
	margin-right: 5px; 
	height: 45px;
}
#feedarea dl dd 
{
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(img/feed.png) no-repeat left center;
	padding-left:16px;
}
/*
#headerimage 
{
	clear: both; 
	background: #FFFF00;
	margin: 10px; 
	color: #fff; 
	height: 200px;
}
*/
 html #headerimage 
 {
	margin-top: 0px;
}
#content 
{
	clear:both;
	margin: 10px 10px 10px 15px; 
	overflow: auto;
}
 html #content 
{
	height: 1%;
}
#content h3 
{
	font-size: 1.2em; 
	margin: 1em 0px 0px;
}
#content h4 
{
	font-size: 1.1em; 
	margin: 1em 0px 0 0;
}
#content h5 
{
	font-size: 1em; 
	margin: 1em 0px;
}
#content-main ul 
{
    margin:1em;
    padding:0 1em;
/*    list-style-image:url(img/bullet.png); */
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-main 
{
	float: left; 
	width: 535px; 
	margin: 20px 0 20px 0;
}
 html #section-index #content-main 
 {
	margin-right: 20px;
}
#content .post 
{
	padding:0 0 2em 0;
	border-bottom:#000 5px solid;
}
#content p img.right 
{
	float: right; margin:10px 0 0 10px;
}
#content p img.left 
{
	float: left; margin:0 10px 10px 0;
}
#content .post h2 
{
	font-size: 2em; 
	margin: 0.8em 0px 0px;
	font-weight:bold;
	line-height:1.3em;
}
#content .entry 
{
    margin:0.3em 0;
    padding-right:1em;    
}
#content .entry a 
{
    border-bottom:#000000 2px dotted;
    text-decoration:none;
}
#content .post-info , #content .postmetadata
{
	font-size:0.87em;
	color:#000000;
	margin:0.7em 0em 0em 0em;
	padding:0;
}
#content .post-info 
{
	padding-bottom:12px;	
}
#sidebar 
{
	float: left; 
	width: 220px;
	font-size:0.9em;
}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul ul
{
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
}
li.sidebox, li.categories
{
	padding:10px;
	background-color:#000000;
	color:#FFFF00;
	margin: 10px 0; 	
}
/* html li.sidebox 
{
	padding-bottom: 10px;
} */
li.sidebox h2, li.categories h2
{
	font-weight: bold; 
	font-size: 1.4em;
	text-align: left;
	text-transform:uppercase;
}
#sidebar li.sidebox p img, #sidebar li.categories p img 
{
	float: left; margin: 0px 10px 10px 0px;
}
li.sidebox a, li.categories a
{
	color:#FFFF00;
	border:0;
	padding:1px 2px 1px 2px;
	
}
li.sidebox a:before,li.categories a:before
 { 
	content: "\\\\ ";
}
li.sidebox a:hover, li.categories a:hover
{
	color:#000000;
}
#footer 
{
	clear: both; 	
	background: transparent; 
	margin: 0px auto; 
	overflow: auto; 
	width: 760px; 
	color: #000000; 
	text-align: left;
	padding: 10px 0 0 130px;
	font-size:0.87em;
}
 html #footer 
 {
	height: 1%;
}
#footer p 
{
	float: left; width: 40%; line-height: 1.1em;
}
#footer p img 
{
	vertical-align: text-bottom;
}
#footer ul 
{
	float: left; 
	margin: 1em 0px; 
	width: 50%; 
	text-align: left;
	font-size: 0.9em; 
}
#footer ul li 
{
	display: inline; 
	margin-left: 5px; 
	list-style-type: none;
}
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
#container .commentlist 
{
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 1em 0;
	padding: 0.5em;	
	background:#f5f5f5;
}
.commentlist li.alt 
{
    background:#fafafa;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	border-bottom: #eee 1px solid;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea
{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f8f4;
}
input 
{
	background:#f9f8f4;
	border:#ccc 1px solid;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget 
{
    overflow: hidden;
}