body {
	margin: 0px;
	padding: 0;
	background: url(img/backg_header.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #291B0C;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #36A12D;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 220%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { 
	color: #36A12D; 
	text-decoration: none;
}

a:hover { 
	text-decoration: none; 
	color: #CC3300;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

/* Header */

#header-wrapper {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 920px;
	height: 74px;
	margin: 0 auto;
}

/* Menu */

#menu {
  margin-left: auto;
  margin-right: auto;
	width: 750px;
	height: 50px;
	padding-top: 24px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 19px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #3797A8;
}


#menu .current_page_item a {
	background: #156078;
	color: #FFFFFF;
}

#menu .first {
	background: none;
}


/** LOGO */

#logo {
	width: 780px;
	height: 420px;
	margin: 0 auto;
	background: url(img/header.jpg) no-repeat;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 200px;
	font-size: 58px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo a {
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-weight: bold;	
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
  /* width: 750px; */
	margin: 0 auto;
	padding: 0px;
}

#page-bgtop {
}

/* Content */

#content {
	float: right;
	/*width: 580px;*/
}


/* Video */

.video {
	margin-bottom: 45px;
	border-bottom: 1px solid #DFDFDF;
}

.video .title {
	height: 50px;
	color: #08252E;
}

.video .entry {
	padding: 10px 0 30px 0;
}

/* Post */

.post {
	margin-bottom: 45px;
	border-bottom: 1px solid #DFDFDF;
}

.post .title {
	height: 30px;
	color: #08252E;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.4em;
	font-weight: bold;
	color: #26731F;
}

.post .date {
}

.post .meta {
	margin-left: 2px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	/*padding: 10px 0 30px 0;*/
	padding: 10px auto;
  width: 450px;
}

.post .entry-content {
	float: right;
	width: 300px;
}
.post .entry ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.post .entry li {
	padding: 15px;
	text-transform: capitalize;
	font-size: 1.4em;
	font-weight: bold;
	color: #26731F;
}

.post .entry-image {
	float: left;
	width: 280px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 30px;
}

.post .links a {
	font-weight: bold;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

.post table {
  border:0px solid #000;
  border-collapse:collapse;
  font-family:arial,sans-serif;
  font-size:90%;
}

.post td {
  border:0px solid #000;
  border-collapse:collapse;
  padding:10px;
  text-align:center;
} 

.post #fc {
  border-right:1px solid #000;
  border-color: #3797A8;
  text-align:left;
	font-weight: bold;
	color: #CC3300;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px;
	background: #F8DFBB;
}

#sidebar li li {
	margin: 0px 15px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar li li a {
	font-weight: normal;
}

#sidebar li li a:hover {
	color: #CC3300;
	font-weight: bold;
}

#sidebar p {
	line-height: 200%;
	padding: 20px 15px 0px 15px;
}

#sidebar h2 {
	height: 30px;
	padding: 5px 0px 0px 15px;
	background: url(img/img04.jpg) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #3C2811;
}


/* Footer */

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 70px;
	background: #000000 url(img/backg_footer.jpg) repeat-x left top;
}

#footer {
	width: 920px;
	height: 49px;
	margin: 0 auto;
	padding-top: 20px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding-right: 30px;
	text-align: left;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	color: #F99501;
}

