* {	margin: 0 auto;}
body{background:url(images/bg.jpg) repeat-x #322B25; font:13px verdana; color:#ffffff; margin:0 auto; line-height:18px;}
a:link,a:visited{ color:#FFFFFF; text-decoration:none;}
p{ padding-bottom:15px;}
.float_l{float:left;}
.float_r{float:right;}
.clear{clear:both;}
.padding_r{padding-right:5px;}
.padding_t{ padding-top:10px;}
.margin_top{margin-top:30px;}
.text,.text a, .text a:visited{font:13px Tahoma; text-align:justify; line-height:18px; }
.main_width{width:952px;}
.header{ height:145px;}
.search_prt{ width:300px;}
.search_mid{ height:30px; background:#ffffff; padding-top:5px;}
.search_mid input{ border:none; width:179px; height:28px;}
.hdr_right{ width:545px; margin-left:80px;}
.hd_txt{ font-size:16px;}

.gallery_prt{ background:#695F53; padding:13px;}
.owner{ color:#E39E59; text-align:right;}

.main_cnt{ padding-top:20px;}
.left_box{ width:705px; padding-top: 20px;}
.right_box{ width:234px; margin-left:13px; background-color:#695F53;  margin-top: 20px;}
.post_box{ background:#231E1A; padding:15px; margin-bottom:5px;border-radius: 5px 5px 0 0;}
.post_box h1{ color:#E0BD5D; font-size:30px; font-weight:normal;}
.post_box .date{color:#AF8A24; padding-top:15px;}
.widgettitle{ background: url(images/title_bg.jpg); height:33px; line-height:33px; font-family: arial; font-size: 25px; height: 33px;line-height: 33px; padding-left: 12px}
ul{
list-style:none;}
li{
list-style:none;}
/* Sidebar */

#sidebar h3 {
	margin: 1em 3px .5em;
	text-align: center;
}
#sidebar ul, #sidebar ol {
	padding: 0 0 0 3px;
	list-style-type: none;
	font-weight: bold;
	margin: 5px 10px 10px 15px;
}
#sidebar ul li ul {
	margin: 0 0 0 1em;
	font-weight: normal;
}
#sidebar a {
	text-decoration: none;
	 color: #FBDA7B;
}
#sidebar ul li ul li a{
color:#FBEDC6;
}
#sidebar form {
	margin: 0;
}
#sidebar p.associate {/* linked images of associaged websites */
	margin: 1em 0px;
	text-align: center;
}
#archiveform {
	padding: 0 3px;
}

/* EventCalendar. Copyright (C) 2005, Alex Tingle.  $Revision: 1.13 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar {
	margin:4px;
	border: 1px solid #960;
	background: #F3EBE0;
}

#wp-calendar > table {
	width: 100%;
}

#wp-calendar table.nav {
	border: none;
}
#wp-calendar #prev {
  text-align:left;
}
#wp-calendar #next {
  text-align:right;
}

/* Fix a bug in the default style. */
#wp-calendar #prev a {
  font-size: 100%;
  color:#D49E32;
  font-weight:bold;
  text-decoration:underline;
}

.ec3_eventday a {
 color:#960 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
  color:#000000;
}
/* Fix IE cell widths with arbitrarily large width */
* html #wp-calendar table td,
* html #wp-calendar table th {
	width: 140px;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
/*  width: 14%; */
 padding:1px;
 border: none;
 background: #f2ebdf;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 padding:0px;
 border:solid 1px #999;
 background: #fff;
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0;
 padding:0;
 border:none;
 position:absolute;
 border-collapse:collapse;
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}
.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}
#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}
#ec3_shadow2 div { width:8px; height:32px; }
#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/
ul.event_list {
	margin: 0 0 2em 2em;
	padding: 0 0 0 1em;
}
li.event_list_day {
 margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#777;
}
ul.event_list li ul {
	margin: 0 0 0.75em;
	padding: 0;
}
ul.event_list li ul li {
	margin: 0;
	padding: 0;
	font-size:1em !IMPORTANT;
	list-style: none;
}
ul.event_list li ul li:before {
 content:"" !IMPORTANT;
}
#wp-calendar table caption a{
color:#D49E32 !IMPORTANT;
font-weight:bold;
text-decoration:underline;}
#wp-calendar #next a{
color:#D49E32 !IMPORTANT;
font-weight:bold;
text-decoration:underline;
}
.news{
background-color:#836E43;
padding: 15px;
margin-bottom:4px;
}
.news ul li {
line-height:20px;}
.news a{
 color: #DFBA52;
 text-decoration:underline;
 font-weight:bold;}
.news h3{
border-bottom:2px #FBEDC6 solid;
padding-bottom:5px;
margin-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:21px;
color:#FEC424;}
.newsfamily h3 a{
color:#FEC424l!IMPORTANT;
}
.twitter{
background-color:#836E43;
padding: 15px;
margin-bottom:4px;
border-radius: 0 0 5px 5px;
}
.postnav span a{
color:#000000 !IMPORTANT;}


.gallery_prt {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

div.post_box .post {border-bottom:1px solid;margin-bottom:15px;}
