/*
Theme Name: deCoder
Theme URI: http://webdemar.com/wordpress/wordpress-theme-decoder-09/
Description: Dark stlye clean WordPress Theme deCoder by <a href="http://webdemar.com">webdemar</a> with multi-level dropdown, threaded comments and sticky posts (backward compatible).
Version: 0.9.1
Author: webdemar
Author URI: http://webdemar.com
Tags: black, dark, blue, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

/*	##################################
   	GENERAL
	################################## */
	
body 
{
margin: 0px;
padding: 0px;
background: #FCC19C url(img/bg.png) repeat-x left top;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}


/*	##################################
   	HEADER
	################################## */

img 
{
border: none;
}

/*	##################################
   	BODY LAYOUT
	################################## */
	
#page 
{
width: 960px;
margin: 0 auto;
padding-bottom: 25px;
background: #FA995A;
}
	
#header 
{
clear: both;
position: relative;
height: 315px;
background: url(img/bg-header.png) no-repeat left top;
z-index: 2; /* IE z-index bug */
}

#content 
{
background: url(img/content-bg.jpg) repeat-y right top;
z-index: 1; /* IE z-index bug */
}

#content-left 
{
float: left;
width: 575px;
padding-top: 10px;
padding-left: 25px;
}

#content-right 
{
float: right;
margin: 20px 20px 0px 0px;
padding-top: 10px;
width: 300px;
background: #FDCCAD;
}

.sticky 
{
background: #FA995A;
}

/* CONTENT LEFT */

.box-left, .post, .page 
{
margin: 0 0 40px 0;
}

.meta
{
clear: both;
margin: 15px 0px;
color: #000;
background: none;
padding: 5px 0px;
width: 575px;
}

.box-left ol, .post ol, .page ol 
{
line-height: 1.7em;
clear: left;
margin-left: 20px;
padding-left: 0px;
}
 
 
.box-left ul, .post ul, .page ul 
{
clear: left;
margin-left: -8px;
padding-left: 0px;
list-style: none;
}

.box-left ul li, .post ul li, .page ul li 
{
background-image: url(img/bullet-square.png);
background-repeat: no-repeat;
padding-left: 22px;
background-position: 0.5em 0.2em;
line-height: 1.7em;
}


/** CONTENT RIGHT */

/** SEARCHFORM */

#content #searchform 
{
width: 300px;
}
	
#searchform #search 
{
clear: none;
float: left;
width: 190px;
height: 23px;
margin: 0px 0px 5px 10px;
padding: 7px 5px 0px 5px;
color: #000;
}

/* Go button on search forms */
#searchform #search-submit 
{
float: left;
width: 30px;
height: 30px;
margin: 0px 0px 0px 5px;
padding: 0px;
}

.facebook
{
clear: none;
float: left;
margin: 0px 0px 15px 5px;
width: 32px;
height: 32px;
background: url(img/facebook.png) top left no-repeat;
}

.sidebar1 
{
float: right;
margin: 10px 0px 15px 0px;
width: 300px;
height: 130px;
background: url(img/sidebar-1.png) top left no-repeat;
}

.sidebar2 
{
float: right;
margin: 0px 0px 15px 0px;
width: 300px;
height: 130px;
background: url(img/sidebar-2.png) top left no-repeat;
}

.sidebar3 
{
float: right;
margin: 0px 0px 15px 0px;
width: 300px;
height: 130px;
background: url(img/sidebar-3.png) top left no-repeat;
}

.box-right
{
float: right;
margin: 0px 0px 15px 0px;
width: 300px;
}


/*	##################################
   	FONTS
	################################## */
	
h1#blog-title 
{
float: left;
margin: 50px 10px 0 0;
padding: 0px;
font-size: 20px;
width: 660px;
font-weight: normal;
}

h1
{
float: left;
margin: 10px 0px 10px 0px;
padding: 0px;
font-size: 22px;
font-weight: normal;
width: 100%;
}


h2 
{
float: left;
clear: left;
margin: 0px 0px 10px 0px;
font-size: 20px;
font-weight: normal;
width: 100%;
}

h3 
{
margin: 0px 0px 10px 0px;
padding: 0px;
font-size: 16px;
font-weight: normal;
width: 100%;
}

.box-right h2 
{
margin: 0px 0px 5px 0px;
padding: 0px;
font-size: 16px;
font-weight: normal;
width: 100%;
}

.box-right h3 
{
margin: 0px 0px 5px 0px;
padding: 0px;
font-size: 18px;
font-weight: normal;
text-align: center;
width: 100%;
}


h4 
{
clear: left;
font-size: 13px;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.7em;
color: #FFF;
}

.box-right h4 
{
color: #000;
font-weight: normal;
font-size: 14px;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 10px;
line-height: 1.2em;
}

h5
{
clear: left;
font-size: 13px;
font-weight: normal;
clear: left;
margin: 0px 0px 10px 0px;
padding: 5px;
line-height: 1.7em;
background: #FCC19C;
}

p 
{
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.7em;
}

.box-right p
{
color: #FFF;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap 
{
width: 975px;
height: 195px;
margin: 0px auto;
background: url(img/footer.png) left top no-repeat;
}

#footer 
{
width: 960px;
margin: 0 auto;
padding-top: 15px;
}

#footer p 
{
text-align: center;
color: #FFF;
margin: 0px;
padding: 0px;
line-height: 1.8em;
}


/*	##################################
   	LINKS
	################################## */
	
a 
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted #000;
}

a:hover
{
color: #000;
text-decoration: none;
border-bottom: 1px solid #000;
}
	
#footer a 
{
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

#footer a:hover
{
color: #FA995A;
background: #FFF;
text-decoration: none;
border-bottom: 1px solid #FA995A;
}

#header a
{
border-bottom: 0px;
}

#header a:hover
{
border-bottom: 0px;
}

/* ########################################################################################### */


/*	##################################
   	BASIC CSS ELEMENTS
	################################## */



/*	##################################
   	TABLES
	################################## */


/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
background: none;
border: none;
color: #FFF;
font-size: 14px;
padding: 6px;
}

	
hr 
{
height: 1px;
margin: 20px 0px;
background: #FA995A;
border: none;
}
	
table 
{
width: 100%;
margin: 0px 0px 20px 0px;
background: #FA995A;
}

th, td 
{
padding: 5px 10px;
background: #FA995A;
}

th 
{
background: #FA995A;
color: #fff;
}

tr.even 
{
background: #FA995A;
}

pre 
{
margin: 0 0 20px 0;
padding: 20px;
background: #FA995A;
line-height: 22px;
border: 1px solid #3a3a3a;
font-family: Courier, serif;
overflow-x: scroll;
overflow-y: visible;
}

blockquote 
{
padding: 0 0 0 20px;
border-left: 5px solid #FFF;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset 
{
margin: 0 0 40px 0;
padding: 0 40px 40px 40px;
background: #FFF;
border: none;
}

legend 
{
color: #006990;
font-size: 14px;
}

label 
{
display: block;
margin: 0 0 5px 0;
}
	
input, textarea 
{
width: 50%;
height: 23px;
margin: 0 0 20px 0;
padding: 7px 5px 0 5px;
color: #000;
background: #FCC19C;
border: 1px solid #F87B29;
}

textarea 
{
width: 80%;
height: 150px;
}

select 
{
margin: 0 0 20px 0;
}

input.radio, input.checkbox 
{
width: auto;
height: auto;
margin: 0px;
padding: 0px;
background: #fff;
}

input.submit, input.button 
{
clear: none;
float: left;
width: auto;
height: 34px;
margin: 0px;
padding: 0px 10px;
background: #F87B29;
border: none;
color: #FFF;
}
	

/** COMMENTFORM */

#comments, #trackbacks 
{
margin: 40px 0 0 0;
}

#trackbacks 
{
margin: 20px 0 0 0;
}

.comment 
{
padding: 0 40px 40px 40px;
background: #FFF;
}

#trackbacks ul 
{
margin: 0 0 40px 0;
padding: 40px 40px 30px 40px;
background: #FFF;
list-style: none;
}

#trackbacks li 
{
margin: 0 0 10px 0;
padding: 0 0 0 20px;
line-height: 22px;
background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first 
{
padding: 40px;
}

#response 
{
margin: 60px 0 0 0;
}

#response fieldset 
{
padding: 40px;
}

.comment-left, #commentform-left 
{
float: left;
width: 120px;
height: 120px;
background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right 
{
float: left;
width: 430px;
min-height: 120px;
}

.comment-text 
{
padding: 20px;
background: #CCC;
color: #000;
line-height: 22px;
}

#response textarea 
{
width: 420px;
height: 100px;
margin: 0px;
padding: 5px;
}

#response label 
{
display: block;
line-height: 20px;
}

#response input.text 
{
width: 420px;
height: 20px;
margin: 0px;
padding: 5px;
}

#response input.submit 
{
float: right;
height: 30px;
margin: 20px 0 0 0;
padding: 0 20px;
}

.comment-author 
{
margin: 0px;
padding: 5px 0;
color: #000;
font-size: 14px;
}

.comment-author a 
{
color: #000;
text-decoration: none;
}

.comment-author a:hover 
{
text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset 
{
padding: 20px 40px;
}

.commentlist ul 
{
margin: 0px;
padding: 0px;
list-style: none;
}

.commentlist li 
{
margin: 20px 0 0 0;
padding: 20px 0 20px 20px;
background: #FFF;
list-style: none;
}

.commentlist .avatar 
{
float: right;
margin: 0 20px 10px 20px;
}

.commentlist li a 
{
color: #000;
}

.commentlist li p 
{
margin: 0 20px 20px 0;
}

.commentlist .comment-meta 
{
margin: 0 0 20px 0;
}

.commentlist .comment-author a 
{
padding: 0 0 5px 0;
color: #000;
font-weight: bold;
}

.commentlist ul.children 
{
margin: 0px;
padding: 0px;
}

.commentlist .children li 
{
margin: 20px 0 0 0;
padding: 20px 0 20px 20px;
background: none;
border: 1px solid #CCC;
border-right: none;
}

.reply 
{
width: 50px;
height: 25px;
line-height: 25px;
text-align: center;
background: #CCC;
color: #000;
border-right: none;
border-bottom: none;
}

.reply a 
{
display: block;
height: 25px;
line-height: 25px;
}

#cancel-comment-reply 
{
margin: 5px 0 20px 0;
}

#cancel-comment-reply a 
{
color: #CCC;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 
{
background: #FFF;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 
{
background: #FFF;
}


/*	##################################
   	USEFUL
	################################## */

.clearfix:after 
{
content: " ";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix 
{
display: inline-block;
}

html[xmlns] .clearfix 
{
display: block;
}

* html .clearfix 
{
height: 1%;
}

.clear 
{
clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter 
{
display: block;
margin: 0 auto;
}

.aligncenter 
{
margin-top: 10px;
margin-bottom: 20px!important;
}

.alignleft 
{
float: left;
margin: 8px 15px 10px 0px;
}

.alignright 
{
float: right;
margin: 8px 0px 10px 15px;
}

.wp-caption 
{
margin-bottom: 10px;
padding-top: 4px;
text-align: center;
background-color: #FCC19C;
}

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

.wp-caption p.wp-caption-text 
{
font-size: 11px;
line-height: 1.5em;
text-align: left;
padding: 0px 5px;
margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table 
{
width: 100%;
}

#calendar_wrap td 
{
text-align: center;
}

#wp-calendar caption 
{
margin: 0 0 10px 0;
padding: 2px;
background: #3a3a3a;
}