body{
	color:#663300;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #663300;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663300;
}

a,a:visited{
 color:#663300;
}

.header_right{
  width:275px;
	height:125px;
	overflow:auto;
}
/***********START MENU STYLES************/
.menu_container img {
  display: block;
}

.menu_container ul {
  display: none;
  position: absolute;
  margin: 0px;
  margin-left:5px;
  padding: 0px;
  background-image: url(/images/front_bg.png);
  border: 1px solid #816B46;
  border-bottom: 1px solid #816B46;
}

.menu_container ul li {
  list-style-type: none;
  width: 150px;
  padding: 5px;
  border-bottom: 1px solid #816B46;
  font-size: 14px;
}

.menu_container ul li a, .menu_container ul li a:visited {
	width: 100%;
	color: #330000;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
}

.menu_container ul li a:hover {

}
/*********** END MENU STYLES ************/
/***********START BLOG STYLES************/
/*Start full blog css*/
.blog_container{
	padding:5px;
}

.blog_title{
	font-size:24px;
	font-weight:bold;
	border-bottom:solid 1px #816B46;
	width:100%;
}

.blog_date_posted{
	vertical-align:top;
}

.blog_body{
	font-size:14px;
	line-height:16px;
}

.blog_edit_info{

}
/* End full blog css */

/*Start latest blog css*/
.blog_latest_container{
}

.blog_latest_title{
	font-size:22px;
	font-weight:bold;
	border-bottom:solid 1px #816B46;
}

.blog_latest_title a{
  text-decoration:none;
}

.blog_latest_date_posted{
	vertical-align:top;
}

.blog_latest_body{
	font-size:14px;
	line-height:16px;
}
/* End latest blog css */

/*Start blog archive list css*/
.blog_list{}

.blog_list_info{
  padding:2px;
}

.blog_item{
	margin:5px 0px;
}

.blog_item_title, .blog_item_title a, .blog_item_title a:visited{
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	color:#663300;
}

.blog_item_body{}
/* End blog archive list css */

/*Start blog archive navigation css*/
.blog_archive_nav{}

.blog_month_nav{
	list-style-type:none;
	padding-left:15px;
	margin-left:0px;
}

.blog_month_nav a, .blog_month_nav a:visited{
  color:#663300;
}
.blog_year_nav{
	list-style-type:none;
	padding-left:5px;
}
/* End blog archive navigation css */
/*********** END BLOG STYLES ************/
/***********START IMAGE GALLERY STYLES************/
/*start image gallery css*/
.gallery_item_list{
  border-top: 1px solid #663300;
  border-bottom: 1px solid #663300;
  padding-top:20px;
}

.gallery_item_container{ margin-bottom:10px; }

.gallery_item_thumbnail{ 
  float:left;
  margin-right:10px;
}

.gallery_item_thumbnail img{ border-color:#663300; }

.gallery_item_full_title{}

.gallery_item_full_caption{}

.gallery_item_title{
  font-weight:bold;
  text-align:left;
}

.gallery_item_caption{ text-align:left; }
/* end image gallery css */

/*start image gallery navigation css*/
.gallery_nav_container{
  text-align:center;
  margin-bottom:10px;
}

.gallery_nav_container form{}

.gallery_nav_label{
  display:inline;
  font-weight:bold;
}

.gallery_nav_select{ display:inline; }
/* end image gallery navigation css */

/*start image gallery link box css*/
.gallery_link_box_container{
  text-align:center;
  margin-top:10px;
}

.gallery_link_box_label{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
}

.gallery_link_box{}

.gallery_link_box input{
  width:320px;
  font-size:12px;
  color: #666666;
  text-align:center;
  background-color:transparent;
  border: 1px solid #663300;
}

/* end image gallery link box css */
/*********** END IMAGE GALLERY STYLES ************/

