@charset "UTF-8";
body {
	font-family: Helvetica, "Lucida Sans", Verdana, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #434343;
}
p {
	padding-top: 6px;
	padding-bottom: 6px;
}
a {
	color: #815C32;
	text-decoration: none;
}
a:hover {
	color: #796144;
	text-decoration: underline;
}
a.more {
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
}
div#footer a {
	color: #E5D3BC;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
img.img-left {
	padding: 2px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
ul {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.credits {
	color: #8E653A;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: .08em;
}
h1 {
	font-size: 28px;
	line-height: 32px;
	padding-top: 0px;
	padding-bottom: 10px;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
div#footer h4 {
	color: #DAC4AF;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
}
ul#social-links {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#social-links li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
ul#social-links li a {
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
}
ul#social-links li#ico-facebook {
	background-image: url(../images/icons/facebook.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
ul#social-links li#ico-twitter {
	background-image: url(../images/icons/twitter.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
ul#social-links li#ico-flickr {
	background-image: url(../images/icons/flickr.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.date {
	color: #CCCCCC;
}
.alert {
	background-color: #FFFFCC;
	padding: 8px;
	border: 1px solid #FFCC99;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #BD5D00;
}
/* Homepage Slider jQuery Styles */
#panel {
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
}
.btn-slide {
	text-align: center;
	display: block;
	text-decoration: none;
	/*background-image: url(../images/white-arrow.gif);
	background-repeat: no-repeat;
	background-position: right -56px;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.active {
	/*background-position: right 5px;*/
}
/* --- end slider styles --- */


/*  GALLERY 
    --------------------------------------------------------------- */	
.gallery_container {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px dashed #9F9F9F;
	margin-bottom:20px;
	padding:10px;
	width:415px;
}
.gallery_photos {
	overflow: hidden;
}
.gallery_photos ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.gallery_photos li {
	float: left;
	margin: 5px;
	font-size: 11px;
	list-style-type: none;
	padding: 0px;
}
.gallery_photos li a {
	color: #171717;
	opacity:0.7;
	display: inline-block;
}
.gallery_photos li a:hover {
	opacity:1;
}
.current_gallery {
	font-size: 11px;
	padding-bottom: 10px;
	overflow: hidden;
}
.current_gallery span {
	color:#000; font-size: 14px
;}
.galleries {
	padding-bottom: 15px;
}
.galleries h2 {
	padding-bottom: 5px;
}
.gallery_list {
	padding: 0 0 10px 15px;
}
.gallery_list li {
	list-style: disc;
	list-style-position: inside;
}
.gallery_list li a {
	color: #6D829F;
	font-size: 16px;
	text-decoration: none;
}
.gallery_list li a:hover {
	text-decoration: underline;
}


/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
input#anti-spam {
	display: none;
}
td img#captcha {
	border: 1px solid #F6F6F6;	
}
div#captcha-box {
	background-color: #FAFAFA;
	text-align: center;
	border: 1px solid #DEDEDE;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 262px;
}
#optin input {
	color: #999999;
}
#optin input#button {
	color: #333333;
}
