/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ SEARCH FORM
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	/*background: url(img/bg-body.gif) repeat-x top left;*/
	font:11px/16px Verdana, Tahoma;
	color:#363636;
	background-color:#deb986;
}

a {
	color:#c7532d;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #c7532d;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 100%;
	margin: 0 auto;
	/*background: url(img/bg-page.jpg) no-repeat left bottom;*/
}
	
#headerBox {
	position: relative;
	width: 100%;
	height: 75px;
	margin: 0 auto;
	/*background: url(img/bg-header.jpg) no-repeat top right;*/
	background-color:#990000;
	text-align:center;
}
#header {
	position: relative;
	width: 800px;
	height: 70px;
	margin: 0 auto;
	/*background: url(img/bg-header.jpg) no-repeat top right;*/
	text-align:left;
}
#header h1{	
	color:#FFFFFF;
	padding-top:20px;
}
#header h1 a{	
	color:#FFFFFF;
	margin-top:20px;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#content-left {
	float: left;
	width: 530px;
	background-color:#ffe5c0;
	padding:7px;
}
#content-right {
	float: right;
	width: 240px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	top: 200px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:bold italic 24px/24px Georgia, "Times New Roman", Times, serif;
}

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

h2#blog-description {
	position: relative;
/*	top: 55px;*/
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:normal 11px/11px Verdana, Tahoma;
	color: #c7532d;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font:normal 14px/14px Verdana, Tahoma;
}

h3 {
	margin: 0 0 20px 0;
	font:bold 18px/18px Verdana, Tahoma;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
}

/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}
#nav {
	width:100%;
	background-color:#371f00;
	padding-top:7px;
	padding-bottom:7px;
	margin:0 auto;
	text-align:center;
	height:20px;
	vertical-align:middle;
	border-top:1px solid #d5a665;
}
#nav ul{
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0 auto;
	text-align:center;

}
/*#nav ul li{
	list-style:none;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height:30px
	font-size:16px;	
}*/
li.page_item  {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	display:inline;
/*	background: url(img/bg-menu.gif) no-repeat left top;*/
/*	font:normal 11px/11px Verdana, Tahoma;*/
	color:#fff;
	text-decoration: none;
	/*text-align: center;*/
	padding:10px;
	margin-top:5px;

}
li.page_item  a {
/*padding: 15px;*/
font-size:16px;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
}

.page_item a:hover {
	/*background: url(img/bg-menu-hover.gif) no-repeat left top;*/
	color:#FFFFCC;
}

.current_page_item a, .current_page_item a:hover {
/*	background: #000000;*/
	/*font:bold 11px/11px Verdana, Tahoma;*/
	color:#fff;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 40px 0;
	clear: both;
}
	
.meta {
	font:italic 10px/10px Verdana, Tahoma;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 15px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

.box-left img {
	float: left;
	margin: 5px 10px 5px 0;
}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

/** box right */

.box-right {
	margin: 0 0 40px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
/*	border-bottom: 1px dotted #ddd;*/
	text-decoration: none;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
	background: #FFE5C0;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#c7532d;
	font-weight: normal;
	text-align: inherit;
}

/** search form */

#search {
	width: 120px;
	padding: 5px;
	color: #ccc;
	border: 1px solid #f2f2f2;
}

#search-submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #d5a665;
	
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #7b0e04;
	color: #fff;
	border: 0;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: #a5793c;
	margin-top:20px;
	border-top:1px dotted #371f00;
}

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
	font:normal 10px/10px Verdana, Tahoma;
	color: #371f00;
}

#footer a {
	color:#fff;
}

#legal {
	float: left;
	width: 540px;
}

#webdemar {
	float: right;
	width: 220px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}
#top {
	margin:0 auto;
	width:800px;
}
#topdiv {
	background-color:#490102;
	background-image:url(img/top_bg.jpg);
	background-repeat:repeat-x;
	/*width:900px;*/
	margin:0 auto;
	border-bottom:5px solid #490102;
}
.topBlock {
	border:1px dotted #e3bd7c;
	width:28%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
	float:left;
	height:140px;
	overflow:hidden;
	color:#FFFFCC;
}
.toggleHold {
/*padding-left:300px;*/
margin:0 auto;
text-align:right;
width:700px;
clear:both;
height:15px;
}
.toggleLink {
	text-align:right;
	/*width:100%;*/
	background-color:#7b0e04;
	margin-bottom:10px;
/*	float:right;*/
	
}
.toggleLink a:link{
	color:#FFFFFF;
	background-color:#7b0e04;
	padding:5px;
	border-bottom:1px dotted #FFE5C0;
	border-left:1px dotted #FFE5C0;
	border-right:1px dotted #FFE5C0;
}

.searchHolder {
	float:right;
	padding-top:0px;
	text-align:center;
}

.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #d5a665;
}

#feature {
	width:800px;
	margin:0 auto;
}
.leftFeature {
	padding:5px;
}
.rightFeature {
	padding:8px;
}
.subBar {
	background-color:#FFFFFF;
	background-image:url(img/feature.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
.subNav {
	width:800px;
	margin:0 auto;
}	
.wplc_event_list {
	list-style:none;
	list-style-image:none;
	list-style-type:none;

}
.wplc_event_list li{
	border:5px solid #FFE5C0;
	margin-bottom:5px;
	padding:3px;
}
.wplc_event_list li:hover{
	border:5px solid #7b0e04;
	background-color:#FFFFFF;
}

.evtdate{
	font-size:11px;
	text-transform:uppercase;
	color:#999999;
}
.evtdesc{
letter-spacing:-.3px;

}
.eventName {
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	padding:2px;
}

#image_flicker {text-align:center}
#image_flicker img {display:block; margin:auto}
#image_flicker a {text-decoration:none;

}
#searchform {	
padding-top:15px;
}

.mainlist{
	list-style:none;
}

.mainlist li{
	list-style: url(images/calendar-icon.gif);
	list-style-position: ;
	padding:3px;
	padding-bottom:7px;
	margin-bottom:5px;
	border-top:1px dotted #eee;
}

.blogPosts{
	list-style:none;
}

.blogPosts li{
	list-style: url(images/icon-pencil.gif);
	padding:3px;
	padding-bottom:7px;
	margin-bottom:5px;
	border-top:1px dotted #990000;
}
.newsletter {
	background:#ffffff;
	border:1px dotted #371F00;
	padding:5px;
	margin:3px;
}
.news {
	border:1px solid #ccc;
	color:#999999;
	padding:3px;
	height:18px;
	
}
.callout {
	padding:3px;
	padding-bottom:20px;
	clear:both;
/*	border-bottom:1px solid #371F00;*/
}
.callout img{
	padding:4px;
	float:left;
	height:70px;
	width:70px;
/*	border:1px solid #990000;*/
}
