/*
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: #fff;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #0033ff;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 22px;
}

img {
border: none;	
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 287px;
	background: url(http://www.traingreen.com/wp-content/uploads/2009/11/header.png) no-repeat left top;
	z-index: 2; /* IE z-index bug */
}

#content {
	background: url(img/bg_body.jpg) repeat-y left top;
	z-index: 1; /* IE z-index bug */
}

#content-left {
	float: left;
	width: 720px;
	padding: 20px;
}

#content-right {
	float: right;
	width: 200px;
        padding-top: 15px;
       
}

#top_email {
	float: right;
	height: 71px;
width: 189px;
padding-top: 30px;
font-size: 12pt;
text-align: center;
color: white;
	z-index: 2; /* IE z-index bug */
}



#slogan1 {
	float: left;
	height: 20px;
width: 960px;
margin-top:-16px;
font-size: 11pt;
text-align: center;
	background: url(img/backgroundimage_2.png) repeat-x;
	z-index: 2; /* IE z-index bug */
}
#slogan2 {
	float: left;
	height: 22px;
width: 960px;
margin-top:118px;
font-size: 12pt;
color: white;
font-weight: bolder;
text-align: center;
	background: url(img/backgroundimage_5.png) repeat-x;
	z-index: 2; /* IE z-index bug */
}


/*	##################################
   	HEADINGS
	################################## */
	
h1#blog-title {
	float: left;
	margin: 50px 10px 0 0;
	padding: 0px;
	font-size: 18px;
}

h1#blog-title a {
	color: #0033ff;
	text-decoration: none;
}

h1#blog-title a:hover {
	text-decoration: underline;
}

h2#blog-description {
	float: left;
	margin: 57px 0 0 0;
	padding: 0px;
	color: #0033ff;
	font-size: 11px;
	font-weight: normal;
}

h2#category-title {
	margin: -10px 0 30px 0;
}

h3.post-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 18px;
}

h3.post-title a {
	color: #006990;
	text-decoration: none;
	border-bottom: 1px dotted #006990;
}

h3.post-title a:hover {
	border-bottom: none;
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */


#rss {
	position: absolute;
	right: 0px;
	bottom: 40px;
	line-height: normal;
}

#rss a {
	display: block;
	padding: 0 30px 0 0;
	background: url(img/bg-rss.png) no-repeat right center;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	color: #0033ff;
}

#rss a:hover {
	text-decoration: underline;
}


/*	##################################
   	LINKS
	################################## */
A.info:link, A.info:visited {
	text-decoration: none;
color: #000;
font-size:11pt;

font-weight: bolder;
}
A.info:hover {
	text-decoration: underline;
color: #0033cc;
}
A.info:active {
	text-decoration: underline;
color: #339900;
}


/* For menu styles please edit /lib/superfish.css */

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 40px 0;
}

.sticky {
	padding: 20px;
	background: #e7e7e7;
	border: 1px solid #3a3a3a;
}

.tags {
	