/*
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
	################################## */
	
body 
{
margin: 0px;
padding: 0px;
background: #FFFFFF url(img/bg.png) repeat-x top center;
color: #000;
font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
font-size: 14px;
}

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

img 
{
border: none;
}

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

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

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

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

#headeremail a
{
color: #0066FF;
text-decoration: none;
border-bottom: 1px dotted #0066FF;
}

#headeremail a:hover
{
color: #FFF;
text-decoration: none;
border-bottom: 1px solid #0066FF;
background: #0066FF;
}

#content-right a
{
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

#content-right a:hover
{
color: #000;
text-decoration: none;
border-bottom: 1px solid #FFF;
background: #FFF;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page 
{
width: 960px;
margin: 0 auto;
}
	
#header 
{
position: relative;
height: 238px;
background: url(img/bg-header.png) no-repeat top left;
z-index: 2; /* IE z-index bug */
}

/* div for email address in header */
#headeremail
{
float: right;
width: 175px;
margin: 150px 10px 0px 0px;
}

#headeremail p
{
text-align: center;
}

#content 
{
background: #FFF;
z-index: 1; /* IE z-index bug */
}

#content-left 
{
float: left;
width: 630px;
padding: 20px 0px 20px 20px;
}

#content-right 
{
float: right;
width: 290px;
}

.sidebar-text
{
float: left;
margin: 100px 0px 0px 25px;
width: 240px;
}

/*	##################################
   	HEADINGS
	################################## */
	

h1
{
clear: left;
font: 22px Arial, Helvetica, sans-serif;
color: #0066FF;
margin: 0px 0px 10px 0px;
line-height: 1.5;
}

h2
{
clear: left;
font: 18px Arial, Helvetica, sans-serif;
color: #0066FF;
margin: 0px 0px 10px 0px;
line-height: 1.5;
}

h3
{
clear: left;
font: 16px Arial, Helvetica, sans-serif;
color: #000;
margin: 0px 0px 10px 0px;
line-height: 1.5;
}

h4
{
font: 16px Arial, Helvetica, sans-serif;
color: #0066FF;
margin: 0px 0px 10px 0px;
line-height: 1.5;
}

h5
{
clear: both;
font: 14px Arial, Helvetica, sans-serif;
color: #000E;
margin: 0px 0px 10px 0px;
line-height: 1.5;
padding: 5px;
background: #DFFB86;
}


h3.post-title 
{
margin: 0 0 20px 0;
padding: 0px;
color: #0066FF;
font-size: 18px;
}

h3.post-title a 
{
color: #0066FF;
text-decoration: none;
border-bottom: 1px dotted #0066FF;
}

h3.post-title a:hover 
{
border-bottom: none;
}

h4.sidebar-title 
{
margin: 0 0 10px 0;
padding: 0px;
color: #0066FF;
font-size: 14px;
}

h4.content-title 
{
margin: 0 0 20px 0;
padding: 0px;
color: #0066FF;
font-size: 14px;
}

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


#menu a
{
border-bottom: none;
color: #0066FF;
}

#menu a:hover
{
border-bottom: none;
}

/* For menu styles please edit /lib/superfish.css */

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

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

.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-content.png);
background-repeat: no-repeat;
padding-left: 22px;
background-position: 0.5em 0.2em;
line-height: 1.7em;
}

/** CONTENT RIGHT */

.box-right 
{
margin: 0px;
padding: 20px 20px 25px 20px;
background: url(img/bg-box-right.gif) repeat-x left bottom;
}

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

.box-right li 
{
margin: 0px;
padding: 5px 0 5px 10px;
background: url(img/bg-list-item-sidebar-blue.gif) no-repeat 0px 8px;
}

.box-right li a 
{
padding: 5px 0;
text-decoration: none;
}

.box-right li ul 
{
padding: 5px 0 0 0;
}


/* FEATURE LINKS IN THE SIDEBAR */

.sidebar1 
{
width: 290px;
height: 190px;
margin: 20px 0px 0px 0px;
padding: 0px;
background: #FFF url(img/sidebar-top.png) no-repeat left top;
}

.sidebar2 
{
width: 290px;
height: 205px;
margin: 10px 0px 0px 0px;
padding: 0px;
background: #FFF url(img/sidebar-middle.png) no-repeat left top;
}

.sidebar3 
{
width: 290px;
height: 205px;
margin: 10px 0px 0px 0px;
padding: 0px;
background: #FFF url(img/sidebar-bottom.png) no-repeat left top;
}


/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr 
{
height: 1px;
margin: 20px 0;
background: #3a3a3a;
border: none;
}
	
table 
{
width: 100%;
margin: 0 0 20px 0;
}

th, td 
{
padding: 5px 10px;
}

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

tr.even 
{
background: #2a2a2a;
}

pre 
{
margin: 0 0 20px 0;
padding: 20px;
background: #2a2a2a;
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 #2a2a2a;
}

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

fieldset 
{
margin: 0 0 40px 0;
padding: 0 40px 40px 40px;
background: #2a2a2a;
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: #5d5d5d;
background: #fff url(img/bg-form-input.png) repeat-x left top;
border: none;
}

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 
{
width: auto;
height: 30px;
margin: 0px;
padding: 0 20px;
background: url(img/bg-form-submit-blue.png) no-repeat left top;
border: none;
color: #fff;
}
	
/** SEARCHFORM */

#content #searchform 
{
width: 250px;
}
	
#searchform #search 
{	
float: left;
width: 200px;
height: 23px;
padding: 7px 5px 0 5px;
color: #5d5d5d;
}

#searchform #search-submit 
{
float: right;
width: 30px;
height: 30px;
margin: 0px;
padding: 0px;
}



/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap 
{
background: #7BD8F5 url(img/footer-wrap.png) top left repeat-x;
}

#footer 
{
width: 960px;
height: 300px;
margin: 0 auto;
background: url(img/footer.png) top left no-repeat;
}

#footer h1
{
font: 16px Arial, Helvetica, sans-serif;
color: #FFF;
padding-top: 90px;
line-height: 1.5em;
font-weight: normal;
text-align: center;
}

#footer h2
{
font: 22px Arial, Helvetica, sans-serif;
color: #FFF;
line-height: 1em;
font-weight: normal;
text-align: center;
}

#footer h3
{
font: 12px Arial, Helvetica, sans-serif;
color: #FFF;
line-height: .5em;
font-weight: normal;
text-align: center;
}

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


/*	##################################
   	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-bottom: 20px!important;
}

.alignleft 
{
clear: left;
float: left;
margin: 0 20px 20px 0;
}

.alignright 
{
float: right;
margin: 0 0 20px 20px;
}

.wp-caption 
{
margin-bottom: 20px;
padding-top: 4px;
border: 1px solid #3a3a3a;
text-align: center;
background-color: #2a2a2a;
}

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

.wp-caption p.wp-caption-text 
{
padding: 0px;
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;
}