html {font-size:100.01%;}
html, body {border:0; margin:0; padding:0;}
* {padding:0; margin:0;}
body {font: 12px/1.6 Verdana, Geneva, sans-serif; color:#261106; background:#2f1b10 url(images/body.gif) top left repeat-x;}

/***** Headings *****/
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-weight:normal;}
h1 {padding:0 0 10px 0;	font-size:22px;	color:#325a5e; line-height:24px;}
.inner_entry h1 {color:#c00000;}
h2 {padding:0 0 15px 0;	font-size:20px;	line-height:18px;}
h3 {font:22px Georgia, Times, serif; padding:0 0 10px 0; color:#303030;}
h4 {padding:0 0 7px 0; font-size:14px; line-height:18px;}
h5 {font:10px Arial, Helvetica, sans-serif;	padding:0 0 5px 0;}

/***** Common Formatting *****/
p, ul, ol {margin:0; padding:0 0 1.25em 0;}

ul, ol {padding:0 0 1.25em 2.5em;}

blockquote {	
	padding:0px 10px 0px 20px;
	font-style:italic;
	margin:0 0 10px;
	font-size:13px;
	font-family:Georgia, Times, serif;
	border-left:1px solid #acc0c8;
}

small {font-size:0.85em;}

img { border:0;}

sup {position:relative;	bottom:0.3em; vertical-align:baseline;}

sub {position:relative;	bottom:-0.2em; vertical-align:baseline;}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/
a, a:link, a:visited, a:hover {text-decoration:none;}
a:link {color:#c00000;}
a:visited {color:#840202;}
a:hover {color:#567503;}
a:active {color:#840202;}

/***** Forms *****/
form {margin:0;	padding:0; display:inline;}

input, select, textarea {
	font:10px Arial, Helvetica, sans-serif;
	border:1px solid #fff;
	background:#d9d9d9; 
}

textarea {width:100%; line-height:1.25;}

label {cursor:pointer;}

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

/***** Tables *****/
table {border:0; margin:0 0 1.25em 0; padding:0;}
table tr td {padding:2px;}

/***** Wrapper *****/
#wrap {
	width:1000px;
	margin:0 auto;
	background: #50291e;
}

/***** Header *****/
.header {
	width:100%;
	height:110px;
	padding:10px 0;
	background: url(images/header.gif) repeat-x left top;
}
.header_left {
	width:600px;
	float:right;
	height:48px;
	background:url(images/header_bg.gif) top left no-repeat;
	margin-top: 57px;
	margin-right: 10px;
}
.header_right {
	width:590px;
	float:right;
	height:48px;
	background:url(images/header_bg.gif) top right no-repeat;
	padding:12px 0 0 0;
}

/*Logo*/
a.logo, a.logo:visited {
	display:block;
	float:left;
	margin:0 0 0 32px;
	overflow:hidden;
}

/*Menu*/
ul.menu {
	list-style:none;
	float:right;
	margin:5px 0 0;
}
ul.menu li {
	float:left;
	margin:0 35px 0 0;
	font:12px Verdana, Geneva, sans-serif;
}
ul.menu li a, ul.menu li a:visited {
	color:#b3885b;
}
ul.menu li a:hover, ul.menu li.current_page_item a, ul.menu li.current_page_item a:visited {
	color:#efc79d;
}
/*End of header*/

/* Columm */
.col {
	margin:0px 0 12px;
	overflow:hidden;
	padding:20px 15px 10px;
	background:#ffe6cb url(images/bg_content.jpg) no-repeat right bottom}
.col_left {
	width:485px;
	overflow:hidden;
	float:left;
}
.col_left p {
	font:13px/22px Verdana, Geneva, sans-serif;
	color:#646464;
	padding:0 0 0px 0;
}
.col_right {
	float:right;
	width:455px;
	overflow:hidden;
}

/* Content part */
.content {
	width:968px;
	margin:0 0 0 32px;
}
.index_mainbar {
	width:485px;
	float:left;
	overflow:hidden;
}
.mainbar {
	margin:0px 0 12px 0;
	overflow:hidden;
	padding:20px 15px 10px 32px;
}

/*Index Post*/
.post {
	width:100%;
	padding:10px 0 8px 0;
	margin:0 0 20px 0;
	overflow:hidden;
	background:url(images/dashed.gif) bottom left repeat-x;
}
.page {
	width:100%;
	padding:10px 0 8px 0;
	overflow:hidden;
}
.date {
	float:left;
	width:70px;
	overflow:hidden;
}
.day {
	font:60px/80% "Times New Roman", Times, serif;
	color:#e5a127;
	text-align:center;
}
.month {
	font:10px Verdana, Geneva, sans-serif;
	color:#b3885b;
	text-transform:uppercase;
	text-align:center;
}
.entry {
	width:360px;
	float:right;
	overflow:hidden;
}
.entry h4 {font:20px/80% "Times New Roman", Times, serif;}
.entry a {color: #efc79d;}
.entry a:hover {color: #fb7d00;}
.entry p {color: #b3885b; padding:0 0 10px 0;}
.inner_entry {
	float:left;
	overflow:hidden;
	margin-left: 62px;
}
.page_entry {
	width:100%;
	float:right;
	overflow:hidden;
}
.page_entry h1 {
	font:bold 40px/80% "Times New Roman", Times, serif;
	color:#2b6b2c;
}
.inner_entry h1 {
	color: #efc79d;
	font-family: "Times New Roman", Times, serif;
}
.inner_entry p {color: #b3885b; padding:0 0 10px 0;}
.navigation {
	width:100%;
	overflow:hidden;
	margin:15px 0;
}

/* Side bar */
.sidebar {
	width:460px;
	float:right;
	overflow:hidden;
	margin-right: 10px;
}

/*Contact form*/
.contact_form {
	width:100%;
	background:#44321f;
	overflow:hidden;
	margin:0 0 10px 0;
}
.contact_form_top_left {
	width:100%;
	background:url(images/corner_t_l.gif) top left no-repeat;
	overflow:hidden;
}
.contact_form_top_right {
	width:100%;
	background:url(images/corner_t_r.gif) top right no-repeat;
	overflow:hidden;
}
.contact_form_bottom_left {
	width:100%;
	background:url(images/corner_b_l.gif) bottom left no-repeat;
	overflow:hidden;
}
.contact_form_bottom_right {
	width:100%;
	background:url(images/corner_b_r.gif) bottom right no-repeat;
	overflow:hidden;
}
.contact_form_inner {
	padding:10px;
	width:420px;
	overflow:hidden;
}
.contact_form_inner ul {
	margin:0;
	padding:0;
}
.contact_form_inner li {
	margin:0;
	padding:0;
	list-style: none;
}

/*Footer*/
.footer {
	width:100%;
	height:29px;
	overflow:hidden;
	background:#2a190f url(images/body.jpg) repeat-x left top;
	margin:20px 0;
}
.footer_inner {
	width:950px;
	padding:5px 0 0 21px;
	color:#b3885b;
	font-size:11px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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;
}

div#mainpic {
   width:463px;
   height:318px;
   background: transparent url(images/img_bg.jpg) 0 0 no-repeat;
   padding:19px 0 0 21px;
   float:left;
   z-index: 10;
   position: relative;
}
div#slideshow {
   width:463px;
   height:318px;
   background: transparent url(images/img_bg.jpg) 0 0 no-repeat;
   padding:19px 0 0 21px;
   float:left;
   z-index: 10;
   position: relative;
}
div#slideshow img {display:none;}
div#slideshow img#first_slide {display:inline;}