* {margin:0;padding:0} 

body {
	margin-top: 25px;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
	color: #6E917C;
	padding: 5px 0 0 0;
}

h2 {
	font-size: 23px;
	font-weight: bolder;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 21px;
	font-size: 12px;
}
.bolder {font-size: large}


a:link {
	color: #000000;
}
.entry img {
	padding-bottom: 40px;
}


a:hover, a:active {
	text-decoration: none;
	color: #009999;
}

a:visited {
	color: #666666;
}

img {
	border: none;
	padding: 2px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* Header */

#header {
	width: 900px;
	height: 35px;
	margin: 0 auto;
	background-image: url(images/img02a.jpg);
	background-repeat: no-repeat;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 54px;
}

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

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #CCCC99;
}

#menu .current_page_item a {
	color: #E7D6AA;
}

/** LOGO */

#logo-wrap {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/img03a.jpg) no-repeat left top;
}

#logo {
	width: 900px;
	height: 110px;
	margin: 0 auto;
	background: url(images/image_main_green.png);
	background-repeat: no-repeat;
}

#logo h1, #logo h2 {
	float: left;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 {
	padding-top: 80px;
	font-family: trebuchet, "verdana", arial, serif;
	font-size:x-large;
	font-style: italic;
}

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

#logo h1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0;

	font: italic 13px 
	color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
	position: absolute;
	left: 840px;
	top: 173px;
	height: 41px;
	width: 127px;
	text-align: right;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 635px;
	background: url(images/img10.jpg) no-repeat left top;
	background-image: url(no-repeat);
}

/* Post */

.post {
	padding: 5px 0 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h2 {
	height: 22px;
	font-size: 18px;
	color: #dadada;
	padding: 8px 0 0 15px;
	background-color: #666666;
}

.post .entry {
	padding: 0 0 15px 15px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	padding-top: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 0 5px;
}
#sidebar hover {
	color:#009999;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	background: url(images/dot.png) no-repeat left 50%;
}
.center {
	text-align: center;
	margin: auto;
}


#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}


/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #009999;
}
.quotebox{
	line-height: 130%;
	padding: 20px;
	font-style:italic;
	background-image: url(images/qote_bg.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
	background-color: #FFFFFF;
	

}
.quoteboxsig{
	line-height: 130%;
	font-size:9px;
	padding: 0 0 0 70px;
	margin:0;
	text-align: right;

}


/* Footer */
#footer-wrap {
	width: 900px;
	height: 35px;
	margin: 0 auto;
	background: url(images/img04a.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 35px;
	min-height: 35px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}
.indent {
	text-indent: 22px;
}

.leftbox{
    background-color: #eaeaea;
	padding: 25px;
	
}
.leftbox li{
	font-size: smaller;
	font-weight: bolder;
	letter-spacing: 0.05em;
	padding-left: 15px;
}
h5 {
	background-color: #CCCCCC;
	color:#666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.entry h6 {
	font-size: 20px;
	color: #9B7548;
	font-weight: lighter;
}
.button{
	border-right: 1px #cccccc outset;
	border-bottom: 1px #cccccc outset;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 4px 10px;
	color:#666666;
	text-decoration: none;
	font: bold 90% Verdana, Helvetica, sans-serif;
	background-color:#FF9933;
	width: 150px;
}

.button:visited{
color:#99CCFF;
}

.button:hover{
border-left: 1px #cccccc inset;
border-top: 1px #cccccc inset;
padding: 2px 8px; /*shift text 1px to the right and down*/
color:#333333;
background-color:#FFCC00;
}

.button:active{
	color: black;
	text-decoration: none;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
.entry .left {
	padding-right: 10px;
}
.entry img {
	padding-right: 10px;
}
#logo a {
	height: 110px;
	width: 900px;
	display: block;
	padding: 0;
	margin: 0;
}
