/* 
** flowertree - alternative stylesheet 1
** Contains another background picture.
** 
** Nov 18, 2006 - (version 1.0)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	text-align: center;
	margin-top: 4em;
	background: url("../images/backgroundpattern.gif") repeat-x 10px 220px;
		background-color: #A7B165;

}

.page {
	/* Page width: */
	width: 650px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	display: block;
	}
	
	a{
			color: #BF2016;
	text-decoration: none;	}



#contentbox {
	background-color:#391d0b;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: right;
	color: #76551d;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	margin-bottom: 1em;
	padding-top: 80px;
	background: url('../images/logo.gif') no-repeat bottom left;
}
#menu2 {
	margin: 0 auto;
	text-align: right;
	color: #76551d;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 10px;
}

#menu a:link, #menu a:visited {
	color: #BF2016;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #F9F7DE;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/background4.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	width: 585px;
}


#menupage #innerpage {
	/* Background image: */
	background-image: url("../images/background4.jpg");
	background-repeat: repeat-y;
	padding: 1em;
	height: auto;
	width: 585px;
}

#photos #innerpage {
	/* Background image: */
	background-image: url("../images/background4.jpg");
	background-repeat: repeat-y;
	padding: 1em;
	height: 1200px;
	width: 585px;
}

#directions #innerpage {
	/* Background image: */
	background-image: url("../images/background4.jpg");
	background-repeat: repeat-y;
	padding: 1em;
	height: 400px;
	width: 585px;
}

#reviews #innerpage {
	/* Background image: */
	background-image: url("../images/background4.jpg");
	background-repeat: repeat-y;
	padding: 1em;
	height: 1360px;
	width: 585px;
}





/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #F9F7DE; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 
	width: 285px; 
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
}

#photocontent {
	float: left; 
	width: 600px; 
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
}



#photocaption{
	color: #F9F7DE;
	margin-left: -20px;
	text-align: center;
}

#menucontent {
	width: 600px; 
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;

}

table{
	background-color: #F9F7DE; 
	padding: 3px;
	width: 585px!important;
	table-layout: fixed;
	border: 12px solid #F9F7DE;
	
}

.review{
	background-color: #F9F7DE; 
	padding: 15px;
	}
.review p{
margin: 10px 0px;
	font-family: Verdana, Arial;
	font-size: 1em;

}

.left {
	float: left;
}

#content p {
	font-size: 0.9em;
	margin-left: 28px;
}

/* heading */
#content h1 {
	font-size: 1.4em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 10px;
	color: #BF2016;
}

#content h2 {
	font-size: 1.2em;
	font-family: Trebuchet MS;
	margin-top: 12px;
	margin-bottom: 0.3em;
    margin-left: 10px;
	color: #BF2016;
}

h3{
	font-size: 1.4em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #fff;

}

h3 span{
	font-size: 70%!important;
}

h3 span a{
		color:#F0AE58
}

h4{
	font-size: 1.4em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 15px;
	margin-left: 0px;
	color:#5E290D;
	padding-top: 15px;
	border-top: 1px solid #A9B069;

}

h4#top{
	font-size: 1.4em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 15px;
	margin-left: 0px;
	color:#5E290D;
	padding-top: 0px;
	border-top: none;

}



/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}

#menunav{
	float: right;
	text-align: right;
	background-color: #F0AE58;
	padding: 5px 6px;
	font-size: 90%;
}
