/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	background: #FFDBAD;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3D3726;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
	padding: 0 0 0 30px;
}

.float_r {
	float: right;
	padding: 0 30px 0 0;
}

.box_w320 {
	width: 350px;
}

.box_w320_m {
	width: 350px;
	padding-left: 210px;
}

.image_wrapper {
	padding: 8px;
	border: 1px solid #ccc;
	background: #fff;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

ul {
}

a {
	text-decoration:none;
	color: #004DC6;
}

a:hover {
	text-decoration: underline;
	color: #5A1C00;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1200px;
	margin: 0 auto;
	height: 130px;
	background: url(../images/img01.jpg) no-repeat left top;
}

/* Header */

#logo {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 48px;
}

#logo p {
	letter-spacing: -1px;
	text-transform: lowercase;
	margin: 0px;
	padding: 18px 0px 0px 3px;
	font-size: 18px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 400px;
	height: 30px;
}

#menu ul {
	float: right;
	list-style: none;
	margin-top: 75px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	display: block;
	height: 30px;
	margin: 0px 1px 0px 0px;
	padding: 10px 10px 0px 10px;
	background: url(../images/img05.jpg) repeat-x left top;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF4D00;
}

#menu a:hover {
	color: #006D10;
}

#menu .current_page_item a {
	color: #006D10;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 1140px;
	margin: 0px auto;
	padding: 10px 30px;
	background: #BFB28D url(../images/img02.jpg) repeat-y left top;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 760px; /* 480 */
	margin: 0px;
	padding: 20px 10px;
}

.title {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 30px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #2F2A1D;
}

.byline a {
	color: #666666;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0px 20px;
}

.links {
}

.links a {
	width: 100px;
	display: block;
	margin: 0px;
	padding: 0px;
	background: #590202;
	text-align: center;
	color: #FFF;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 180px;
}

#sidebar2 {
	float: right;
	width: 180px;
}

.sidebar {
	float: left;
	/*background: #CAE4FF;*/
	color: #3D3726;
	font-size: 15px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li ul {
	background: none;
	margin-bottom: 20px;
}

.sidebar li li {
	line-height: 180%;
	padding: 0px 0px 0px 5px;
	background: none;
}

.sidebar li h2 {
	height: 32px;
	padding: 8px 0px 0px 15px;
	background: url(../images/img04.jpg) no-repeat left top;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar h2 a {
}

.sidebar a {
	background: url(../images/list.png) left center no-repeat;
	padding: 15px;
	color: #2F2A1D;
}

.sidebar a:hover {
    text-decoration: underline;
	color: #006D10;
	
}

/* Calendar */

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	height: 100px;
}

#footer {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/img03.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#footer a {
	color: #006D10;
}

#footer .link {
}

#footer .copyright {
}
#page-bgbtm #content #TabbedPanels1 {
}
