/*
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: #384147 url(img/background.jpg) repeat-x left top;
color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

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

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

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

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

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

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

p em
{
color: #91C026;
font-style: normal;
font-weight: bold;
}


img 
{
border: none;
}

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

.flashheader
{
margin: 0px auto;
padding:0px;
width: 465px;
height: 465;
}

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

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




/*	##################################
   	FLASH
	################################## */

.homeflash
{
float: right;
width: 465px;
height: 465px;
margin: -35px 0px 0px 30px;
background: url(img/home1.jpg) top left no-repeat;
}


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


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

h2 
{
font-size: 18px;
color: #FFF;
clear: left;
}

h2 em 
{
color: #FFF;
font-style: normal;
}

h2 strong 
{
color: #FFF;
font-style: normal;
}

h3 
{
font-size: 16px;
color: #FFF;
font-weight: normal;
}

#footer h3
{
text-align: center;
margin: 0px 0px 10px 0px;
}

/* Text in grey feature box */
h4 
{
font-size: 13px;
font-weight: normal;
line-height: 1.7em;
color: #91C026;
width: 465px;
}

h4 em
{
color: #FFF;
font-style: normal;
}

h5
{
font-size: 13px;
color: #91C026;
font-weight: bold;
}


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

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

.quote-device
{
float: right;
margin: 0px 10px 0px 0px;
width: 90px;
height: 100px;
background: url(img/quote-device.jpg) top left no-repeat;
}



/*	##################################
   	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-square.gif);
background-repeat: no-repeat;
padding-left: 22px;
background-position: 0.5em 0.2em;
line-height: 1.7em;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer 
{
width: 960px;
margin: 0px auto;
padding-bottom: 40px;
}

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


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

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

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

tr.even {
	background: #CE4031;
}

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

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

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

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background: #CE4031;
	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;
}

/*	##################################
   	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: 10px;
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: #CE4031;
}