/*  
Theme Name: Bamboo 
Theme URI: http://www.freewpthemes.net/preview/bamboo 
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

/*RESET EVERYTHING*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
 
/***********/

body {
	margin: 0;
	padding: 0;
	background: #818285;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

blockquote{
background: url('images/quote.png') no-repeat top left;
padding-left: 33px;
margin: 20px 7px;
font-size: 1.3em;
font-family: Georgia, sans-serif;
font-style: italic;
letter-spacing: 0.12em;
}

em{ font-style: italic; }

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	margin-top: 14px;
}

p, ul, ol {
	margin-top: 10px;
	line-height: 1.56em;
}

ul, ol {
margin-left: 25px;
}

ul li, ol li{
margin: 7px;
}

ul li{ list-style-type: square; }

ol li{ list-style-type: decimal; }

b, strong{ font-weight: bold; }

a {
	text-decoration: none;
	color: #B94E0E;
}

a:hover {
}

#wrapper {
	padding: 0;
}

/* Header */

#header-wrapper {
}


#header {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
	overflow: auto;
}

#header h2{
float: right;
font-size: 2.8em;
color: #9e0b0f;
padding-top: 50px;
margin-right: 40px;
font-weight: bold;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */


#search {
}

#search form {
	margin: 0;
	padding: 10px 0 20px 15px;
}


#header-search {
	float: right;
	width: 279px;
	height: 110px;
	padding: 0;
}

#header-search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 30px;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 195px;
	padding: 6px 10px;
	border: 1px #4C4842 solid;
	background: #000000;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
}

#header-search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	list-style-type: none;
	margin: 0;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 15px 0px 15px;
	background: url(images/img06.jpg) no-repeat right 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {

}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 30px 20px 0px 20px;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 0;
}

.impact{
background: #c1c2c4;
padding: 3px;
text-align: center;
}

.impact img{
max-width: 630px;
}

.post {
}

.post .title {
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #181818;
}

.post .title a {
	color: #181818;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 7px 20px
}

.links {
	display: block;
	width: 130px;
	margin: 20px 0px;
	padding: 5px;
	background: #A03128;
	border-left: 20px solid #1B120B;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	color: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 15px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	margin: 6px 0 10px 15px;
	letter-spacing: -.5px;
	color: #181818;
}

#sidebar p {
	margin: 0 0px; 
	padding: 0px 20px 10px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #B94E0E;
	text-decoration: underline;
}

.widget{
background: #FFFFFF;
border: 1px solid #CFCFCF;
text-align: center;
margin: 10px 0;
}

.widget h2{
text-align: left;
}



/* Footer */

#footer-wrapper {
	width: 100%;
	background: #231202;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #D78983;
}

#footer a {
	color: #FFDBD9;
}

.pagetitle {
	padding-left: 20px;
}

/* including for compatibility */

.alignleft, .aligncenter, .alignright, .picRight, .picLeft{
padding: 4px;
}

.left, .picLeft, .alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.right, .picRight, .alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}