/*
Theme Name: deCoder
Theme URI: http://webdemar.com/wordpress/wordpress-theme-decoder-09/
Description: WordPress Template Theme by <a href="http://webdemar.com">webdemar</a>. Modified and styled by <a href="http://www.freshr.com.au">freshr</a>.
Version: 0.9.1
Author: webdemar - modified and styled by freshr
Author URI: http://webdemar.com
*/

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

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

a 
{
color: #7CBE0E;
text-decoration: none;	
}

a:hover
{
color: #7CBE0E;
border-bottom: 1px solid #7CBE0E;
}

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

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

#footer a:hover
{
color: #204EA0;
background: #FFF;
border-bottom: 1px solid #FFF;
}

.sidebar a 
{
color: #847B73;
text-decoration: none;
border-bottom: 1px dotted #847B73;	
}

.sidebar a:hover
{
color: #847B73;
border-bottom: 1px solid #847B73;
}

p 
{
clear: none;
margin: 0px 0px 10px 0;
padding: 0px;
line-height: 1.7em;
}

p.sidebar
{
margin-bottom: 20px;
}


img 
{
border: none;
}

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

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

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

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

#logo-ba
{
clear: left;
float: left;
width: 150px;
height: 104px;
margin: 30px 20px 20px 0px;
background: url(img/logostrip-ba.png) no-repeat left top;
}

#logo-c4oc
{
float: left;
width: 150px;
height: 104px;
margin: 25px 35px 25px 0px;
background: url(img/logostrip-c4oc.png) no-repeat left top;
}

#logo-awsg
{
float: left;
width: 150px;
height: 104px;
margin: 25px 25px 25px 0px;
background: url(img/logostrip-awsg.png) no-repeat left top;
}

#logo-wwf
{
float: left;
width: 100px;
height: 104px;
margin: 25px 0px 25px 0px;
background: url(img/logostrip-wwf.png) no-repeat left top;
}


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


/* headings generated by page titles */
h1 
{
margin: 0 0 20px 0;
padding: 0px;
color: #204EA0;
font-size: 20px;
}

/* content title green */
h1 strong 
{
color: #7CBE0E;
font-style: normal;
}

/* content title black */
h1 em 
{
color: #000;
font-style: normal;
}

/* content title blue */
h2 
{
font-size: 18px;
color: #204EA0;
}

/* content title black */
h2 em 
{
color: #000;
font-style: normal;
}

/* content title green */
h2 strong 
{
color: #7CBE0E;
font-style: normal;
}

/* content title blue */
h3 
{
font-size: 16px;
color: #204EA0;
font-weight: normal;
}

/* content title black */
h3 em 
{
color: #000;
font-style: normal;
}

/* content title green */
h3 strong 
{
color: #7CBE0E;
font-style: normal;
font-weight: normal;
}

/* Text in grey feature box */
h4 
{
font-size: 13px;
padding: 5px 5px 5px 5px;
background: #EDF2FA;
border: 1px solid #B7CCEA;
font-weight: normal;
line-height: 1.7em;
}

h4.sidebar-title 
{
margin: 0px 0px 0px 0px;
padding: 0px;
color: #847B73;
font-size: 16px;
border: none;
background: none;
}


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

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

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

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

.sticky 
{
padding: 20px;
border: 1px solid #FFF;
background: #FFFFDD url(img/sticky-corner.jpg) top right no-repeat;
}

.tags 
{
padding: 0 0 0 15px;
background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta 
{
padding: 10px 0 0 0;
background: url(img/bg-meta.gif) repeat-x left top;
color: #f8dec7;
border-top: 1px dotted #5d5d5d;
clear: both;
}

.meta-date 
{
padding: 0 10px 0 15px;
background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
color: #7CBE0E;
}

.meta-categories 
{
padding: 0 10px 0 15px;
background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments 
{
padding: 0 10px 0 15px;
background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

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

.mapbox
{
float: left;
width: 360px;
margin: 10px 15px 10px 0px;
background: blue;
}


/* 	********************** 
	CONTENT RIGHT - SIDEBAR
	********************** */


/* FEATURE LINKS IN THE SIDEBAR */
.sidebar1 
{
width: 290px;
height: 135px;
margin: 20px 0px 0px 0px;
padding: 0px;
background: #E6E6E6 url(img/sidebar1.jpg) no-repeat left bottom;
}

.sidebar2 
{
width: 290px;
height: 135px;
margin: 20px 0px 0px 0px;
padding: 0px;
background: #E6E6E6 url(img/sidebar2.jpg) no-repeat left bottom;
}

.sidebar3 
{
width: 290px;
height: 135px;
margin: 20px 0px 0px 0px;
padding: 0px;
background: #E6E6E6 url(img/sidebar3.jpg) no-repeat left bottom;
}

.sidebar4 
{
width: 290px;
height: 135px;
margin: 20px 0px 0px 0px;
padding: 0px;
background: #E6E6E6 url(img/sidebar4.jpg) no-repeat left bottom;
}

.sidebar5 
{
width: 290px;
height: 135px;
margin: 20px 0px 0px 0px;
padding: 0px;
background: #E6E6E6 url(img/sidebar5.jpg) no-repeat left bottom;
}


.sidebar6 
{
width: 290px;
height: 135px;
margin: 20px 0px 0px 0px;
padding: 0px;
background: #E6E6E6 url(img/sidebar6.jpg) no-repeat left bottom;
}

.box-right 
{
margin: 10px 0px 20px 0px;
padding: 0px 0px 0px 20px;
}

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

.box-right li 
{
margin: 0px;
padding: 5px 0 5px 10px;

}

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

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

/*	##################################
   	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: url(img/bg-footer-wrap-blue.png) repeat-x left top;
}

#footer {
width: 960px;
margin: 0 auto;
}

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

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


/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	color: #000;
	font-size: 8pt;
	padding: 4px;
}


/*	##################################
   	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 
{
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 #CCC;
text-align: center;
background-color: #E6E6E6;
}

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

.wp-caption p.wp-caption-text 
{
font-size: 11px;
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;
}