/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;/*#F1F1F1; /*#FFFFFF url(images/bgStrip.png) repeat-x left top;*/
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #769a51;
}
ul, li {
	list-style: none;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.3em;
}

p, ul, ol, span {
	margin-top: 0;
	line-height: 180%;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #4486C7;
}

hr {
    color:#385E0F;
 }
 
a:hover {
}

#wrapper {
	width: 917px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 910px;
	height: 265px;
	margin: 4px 0px 0px 0px;
	padding: 0px;/*
	background-color: black;
	border-top: 1px solid black;
	border-bottom: 2px solid black;*/
	z-index:1;
}

/* Logo */

#logoimg {
	float:left;
	width: 300px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	clear:both;
	/*background: url(images/HeaderV1.png) no-repeat left top;*/
	display:block;
}
/*#logort {
	float:right;
	margin: 0 0 auto auto;
	width: 300px;
	height:115px;
	padding: 0;
	color: #000000;
	/*background: url(images/header.png) no-repeat right top;
	display:block;
}*/

#logo {
	width: 100%;
	height: 140px;
	float: left;
	margin: 0;
	padding: 0;
	color: #000000;
	clear:both;
}

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

#logo h1 {
	float: left;
	padding-top: 213px;
	letter-spacing: -1px;
	text-align: right;
	text-transform: lowercase;
	font-size: 3.8em;
}

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

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

/* Menu */

#menu {
	width: 915px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	z-index:6;
	position:relative;
	background:white;
}
#submenu {
	border: 0px solid black;
	visibility:hidden;
	float:left;
	z-index:5;
	position:absolute;
	width: 130px;
	margin-top: -36px;
	padding: 0;
	background:white;
}
#submenu2 {
	border: 0px solid black;
	visibility:hidden;
	float:left;
	z-index:5;
	position:absolute;
	width: 130px;
	margin-top: -36px;
	padding: 0;
	background:white;
}
#submenu3 {
	border: 0px solid black;
	visibility:hidden;
	float:left;
	z-index:5;
	position:absolute;
	width: 130px;
	margin-top: -36px;
	padding: 0;
	background:white;
}
#submenu4 {
	border: 0px solid black;
	visibility:hidden;
	float:left;
	z-index:5;
	position:absolute;
	width: 130px;
	margin-top: -36px;
	padding: 0;
	background:white;
}

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

#menu li {
	float: left;
}
#menu a{
	width: 129px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	margin-right: 1px;
}
#submenu a, #submenu2 a, #submenu3 a, #submenu4 a{
	padding: 9px 10px 0px 10px;
	text-align: left;
/*	border-left: 1px solid white;
	border-right: 1px solid white; */
	border-bottom: 1px solid white;
}
#menu a, #submenu a, #submenu2 a, #submenu3 a, #submenu4 a {
	display: block;
	margin-top: 1px;
	height: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 2px solid #385E0F;
	background-color:#769a51;
}

#menu a:hover, #submenu a:hover, #submenu2 a:hover ,#submenu3 a:hover, #submenu4 a:hover, #menu .current_page_item a  {
	border-bottom: 2px solid #769a51;
	background-color:#385E0F;
}


/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	background-color: white;
	background: #FFFFFF url(images/whitepx.png) repeat-x repeat-y left top;
}

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

#content1 {
	float: left;
	width: 920px;
	padding: 0px 0px 0px 0px;
}



.post {
	background: none;
	margin-bottom: 15px;
}

.post .title {
	height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 20px 0px 30px;
	letter-spacing: 1px;
	font-size: 20px;
	background: #FFFFFF url(images/green.jpg) repeat-y left top;
	border:0px solid red;
}

.post .subtitle {
	height: 20px;
	margin-bottom: 10px;
	padding: 0px 20px 0px 30px;
	letter-spacing: 1px;
	font-size: 18px;
}

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

.post .entry {
	background: none;
	padding: 0px 20px 0px 30px;
}







/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #454545;
}

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

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

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

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

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

#sidebar h2 {
	height: 38px;
	padding-left: 10px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

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

/* Footer */

#footer {
	font-size: 12px;
	height: 145px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	text-align: center;
}

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

#footer a {
	color: #8A8A8A;
}

.ftlogo {
	text-align:center; 
	border:0px solid #000000;
	width:100px;
}


.ftimg {
	border:0px;
	width:40px; 
	height:40px;
}

#fixeddiv {
	z-index:0;
	display:block; 
	right:10px; 
	bottom:5px; 
	width:150px; 
	height:160px; 
	position:fixed; 
	border:0px solid #DDD; 
	padding:0px; 
	text-align:center; 
	font-weight:bold; 
	font-size: 25px;
	color:green; 
	background:#fff;
}
#fixeddonate {
	padding: 0px 20px 0 20px;
	border:0px solid blue; 
}




/* Debug 

#content {
	border: 1px solid red;
}

#page {
	border: 1px solid blue;
}
#header {
	border: 1px solid red;
}
#sidebar {
	border: 1px solid green;
}
#menu {
	border: 1px solid red;
}

#logoimg {
	border: 1px solid green;
}
#logort {
	border: 1px solid black;
}
#logo {
	border: 1px solid red;
}

.post {
	border: 1px solid red;
}
.post .title {
	border: 1px solid green;
}
.post .entry{
	border: 1px solid blue;
}

*/

