/*
Copyright: Darren Terhune - Head First Productions
Created: May 5th 2009
********************************************
Adobe Kuler
Base Color: FFFAB0
Triad: bed6d1, B2AE69, CC788A, B27280
Compound: 63992C, A3CC78, 7870FF, 788ACC
Shades: 7F7D58, BFBC85, 403F2C, E5E29E
Mono: FFF863, 7F7E58, 7F7E32, CCCB8D
********************************************
*/
html{
	overflow:scroll;
}
body{
	background:#551819;
	margin:0;
	font-family:Georgia, Helvetica, Arial, sans_serif;
	font-size:.9em;
}
h1,h2,h3,h4,h5{
	margin:10px 0;
	padding:0;
}
h1{
	font-size:1.4em;
	color:#4c1c1c;
}
h2{
	font-size:1.1em;
}
h3{
	font-size:1em;
	color:#7F7E32;
}
hr{
	border:none;
	border-top:1px dotted #333;
}
/*elements*/
img{
	border:none;
}
#hours table{
	margin:0;
}
table{
	font-size:.9em;
	width:100%;
}
table th{
	font-size:1.2em;
	text-align:left;
	padding:5px;
	color:#FF4A58;
}
table td{
	color:#333;
	padding:1px 5px;
	border-bottom:1px dotted #444;
}
/*errors*/
.fieldWithErrors input{
	background:#FFCAC7;
}
.form_error_message{
	color:#FF6472;
}
.notice{
	background:#FFCAC7;
	color:#FF0800;
	padding:10px;
	margin:5px 0;
}

/*links*/
#photos a:hover{
	background:none;
	opacity:.75;
	filter:alpha(opacity=75);
}
.bookmarks_bg a:hover{
	background:none;
}
a:hover{
	color:#3b5999;
	text-decoration:none;
}
a{
	color:#403F2C;
}
.navigation{
	font-family:"Times New Roman", Times, serif;
}
.navigation li.active a{
	color:#3b5999;
	padding-left:5px;
	background:none;	
}
.navigation a:hover{
	background:none;
	color:#3b5999;
}
.navigation a{
	padding:0;
	display:block;
	text-transform:uppercase;
	color:#551819;
	text-decoration:none;
}
/*layout*/
#map_div{
	margin-bottom:10px;
}
#spec{
	position:absolute;
	top:0;
	left:0;
}
#specials{
	clear:right;
	background:#bed6d1;
	border:1px dotted #502323;
	margin:10px 0 0 220px;
	width:513px;
	padding:20px;
}
html>body #specials{
}
#special{
	background:white;
	border:1px dotted #502323;
	padding:10px;
	margin:0 0 20px 0;
}
#specials h4{
	color:#CC788A;
}
#container{
	border:5px solid #bed6d1;
	border-top:none;
	background:#F6E9BF;
	width:790px;
	margin:0 auto;
}
#header{
	overflow:hidden;
	height:195px;
	border-bottom:5px solid #bed6d1;
}
#left_column{
	border-right:5px solid #bed6d1;
	width:200px;
	color:#551819;
}
#left_column ul{
	font-size:1.2em;
	margin:0;
	padding:0;
	list-style:none;
}
#left_contact ul{
	font-size:.9em;
}
#left_column #left_contact ul,#left_column #left_contact p{
	margin:5px 0;
}
#hours *, #left_contact *{
	margin:3px 0;
}
#left_column #hours ul{
	margin-left:20px;
	font-size:.9em;
}
#right_column{
	margin-left:220px;
	margin-top:20px;
	width:555px;
	padding:0px;
}
#photos{
	display:block;
}
#photos .admin{
	width:110px;
	height:120px;
	margin-top:3px;
}
#photos img{
	padding:3px;
	border:1px solid #444;
}
#admin_login{
	text-align:center;
	font-size:.8em;
}
#attachment_browser{
	background:#eee;
	width:545px;
	height:220px;
	overflow:auto;
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}
#attachment_browser p{
	margin:0;
}
#attachment_browser h3{
	margin:0;
	padding:3px 10px;
	display:block;
	background:#333;
	color:white;
}
#footer{
	font-size:.9em;
	text-align:center;
	clear:both;
	padding:5px;
	border-top:5px solid #bed6d1;
}
#other_links{
	position:relative;
	top:10px;
	margin:0 0 10px 0;
	border-top:5px solid #bed6d1;
	text-align:center;
	padding:10px 20px;
}
#other_links ul.navigation{
	margin:0;
	list-style:none;
	padding:0;
}
#other_links ul.navigation li{
	display:inline;
	margin-right:5px;
}
#other_links ul.navigation li a{
	display:inline;
}
/*classes*/
.comment{
	padding:10px;
	background:white;
	margin:10px 0;
}
.text_right{
	text-align:right;
}
.box hr{
	border:none;
	border-top:1px dotted #333;	
}
.imgpadleft{
	margin-left:20px;
	margin-bottom:20px;
}
.imgpadright{
	margin-bottom:20px;
	margin-right:20px;
}
.content_div{
	margin-bottom:10px;
	border:1px dotted #502323;
	background:#bed6d1;
	padding:20px;
}
.date{
	background:#91A15B;
	color:#FFFFFF;
	font-size:.8em;
	height:55px;
	padding:3px;
	margin:0 10px 10px 0;
	text-align:center;
	width:45px;
}
.date span{
	font-size:1.8em;
}
.bio_text{
	margin-left:10px;
	width:300px;
	float:right;
}
.bio_share_links{
	padding-top:5px;
}
.bio{
	margin:0 0 20px 0;
	display:block;
}
.bio img{
	margin-right:10px;
}
.box{
	border-bottom:5px solid #bed6d1;
	padding:15px;
}
.attachment_item{
	width:80px;
	height:80px;
	float:left;
	text-align:center;
}
.photo_border{
	border:1px solid #eee;
	padding:3px;
}
.photo_div{
	background:#FFF9B1 none repeat scroll 0 0;
	float:left;
	height:80px;
	margin:3px 3px 0 0;
	padding:5px;
	text-align:center;
	width:115px;
}
#photos .photo_div img{
	padding:0;
	border:none;
}
#left_column .box .navigation{
	margin-left:15px;
}
.aveda_div{
	text-align:center;
	float:left;
	margin:0 3px 0 0;
	background:#FFF9B1;
	width:155px;
	height:245px;

	padding:5px;
}
.info{
	font-size:.8em;
	color:#333;
	padding:5px 5px 5px 25px;
	background:#B2AE69 url('../images/info.png') no-repeat .5% center;
}
.italic{
	font-style:italic;	
}
.showing{
	color:#7F7E58;
	font-style:italic;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.blue{
	color:#bed6d1;
}
.red{
	color:#CC788A;
}
.bookmarks_bg, .admin_actions{
	margin:10px 0;
	padding:5px;
	background:#B2AE69;
}
.bookmarks_bg img, .admin_actions img{
	vertical-align:middle;
}
.bookmarks_bg p, .admin_actions p{
	margin:0;
}

/* lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {  
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a { 
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url('../images/blank.gif') no-repeat;
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink, #prevLink:visited { 
	background: url('../images/prevlabel.gif') 
	left 15% no-repeat; 
}
#nextLink, #nextLink:visited { 
	background: url('../images/nextlabel.gif') 
	right 15% no-repeat; 
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;	
	height:50px;
}
#imageData {	
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption {
	font-size:1.5em;	
	color:#551819;
}
#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;
}			
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#551819;
}
/* tinymce */
#tinymce{
	background:white;
	padding:10px;
}

/*forms*/
#direction_form{
	margin:0 0 10px 0;
}
form p{
	margin:0 0 5px 0;
}