/*-----------------------------------------------------------------------------
Brosh Style Sheet

version:   1.0
----------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------
=Body Remove padding and margin
----------------------------------------------------------------------------- */
* {
  	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, sans-serif;
	background: #5C2A00 url("../images/components/background_gradient.jpg") repeat-x;
	text-align: center; /* for IE + auto margins */
	min-width: 850px; /* for Netscape 6 */
	font-size: x-small; /* IE5/Win thinks the declaration has ended */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for complient browsers */
}

html>body { /* be nice to Opera */
	font-size: small;
}


/* ------------------------------------------------------------------------
=Wrapper: container for all elements
----------------------------------------------------------------------------- */
#wrapper {
	position: absolute;
	left: 50%;
	width: 850px;
	margin-left: -425px;
	text-align: left;
}

#subwrapper {  /* only for the background pattern to be displayed at the title bar and main content
				it wraps around the title_bar and main_content divs */
	background-image: url(../images/components/pattern.gif);
	background-repeat: repeat;
}

/* ------------------------------------------------------------------------
=Headers
----------------------------------------------------------------------------- */
#header_mezze {
	height: 150px;
	background: url(../images/components/headers/header_mezze.jpg) no-repeat 0px 1px;
	width: 850px;
}

#header_home {
	height: 150px;
	background: url(../images/components/headers/header_home.jpg) no-repeat 0px 1px;
	width: 850px;
}

#header_bread {
	height: 150px;
	background: url(../images/components/headers/header_bread.jpg) no-repeat 0px 1px;
	width: 850px;
}

#header_reviews {
	height: 150px;
	background: url(../images/components/headers/header_reviews.jpg) no-repeat 0px 1px;
	width: 850px;
}

#header_parties {
	height: 150px;
	background: url(../images/components/headers/header_parties.jpg) no-repeat 0px 1px;
	width: 850px;
}

#header_restaurant {
	height: 150px;
	background: url(../images/components/headers/header_restaurant.jpg) no-repeat 0px 1px;
	width: 850px;
}

#header_contact {
	height: 150px;
	background: url(../images/components/headers/header_contact.jpg) no-repeat 0px 1px;
	width: 850px;
}

#header_gallery {
	height: 150px;
	background: url(../images/components/headers/header_gallery.jpg) no-repeat 0px 1px;
	width: 850px;
}

#header_cms {
	height: 150px;
	background: url(../images/components/headers/header_cms.jpg) no-repeat 0px 1px;
	width: 850px;
}



#header_mezze p, #header_home p, #header_bread p, #header_reviews p, #header_parties p, #header_restaurant p, #header_contact p, #header_gallery p {
	font-size: 80%;
	text-align: right;
	clear: both;
	padding: 112px 22px 0 0;
	color:#FFFFCC;
	line-height: 1.4em;
}

/* ------------------------------------------------------------------------
=navigation menu
----------------------------------------------------------------------------- */
#menu {
	float: left;
	width: 848px;
	margin: 0;
	padding: 0;
	background: #7E4F18;
	font-size: 90%;
	border-left: 1px solid #905B15;
	border-right: 1px solid #905B15;
}

#menu ul {
	margin: 0;
	padding: 0;	
}

#menu li {
	float: left;
	list-style: none;
}

#menu a:link, #menu a:visited {
	float: left;
	display: block;
	color: #FFD889;
	padding: 5px 15px;
	background-color: #7E4F18;
	text-decoration: none;
}

#menu li a:hover {
	color: #fff;
	background-color: #694214;
}

#menu .current a{
	color: #FFD889;
	background-color: #533511;
}

/* ------------------------------------------------------------------------
=title bar
----------------------------------------------------------------------------- */
#title_bar {
	clear: both;
	width: 848px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #905B15;
	border-left: 1px solid #905B15;
	background: #533511;
	height: 35px;
}

#title_bar p {
	clear: both;
	font-size: 100%;
	color: #DD902F;
	padding: 10px 0 0 15px; 
}

/* ------------------------------------------------------------------------
=main content
----------------------------------------------------------------------------- */
#main_content {
	width: 848px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #905B15;
	border-right: 1px solid #905B15;
	overflow:hidden;
	background: url("../images/components/pattern.gif") repeat top left;
}

#main_content.contactonly {
	min-height: 304px;
}

#main_content h1 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
	margin: 0 15px 0 15px;
	padding: 10px 0 0 0;
}

.divider { /* used for dividing reviews */
	border-top: 1px solid #905B15;
	margin: 20px 0 20px 0;
}

#main_content h2 {
	font-size: 120%;
	font-weight: normal;
	color: #fff;
	padding: 10px 10px 0 15px; 
}

#main_content h3 {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
	padding: 10px 0 0 15px; 
}

#main_content p {
	font-size: 90%;
	line-height: 1.5em;
	color:#fff;
	padding: 0;
	margin: 10px 10px 15px 15px;
}

#main_content ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 5px;
}

#main_content li {
	font-size: 85%;
	color: #fff;
	padding: 5px 0 5px 20px;
}

#main_content img.imgR {
	float: right;
	border-left: 1px solid #8F5A15;
	border-bottom: 1px solid #8F5A15;
	margin: 0 0 0 20px;
}

#main_content blockquote {
	width: 400px;
	font-size: 100%;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background: url(../images/components/open_quote.png) no-repeat 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
}

#main_content .endquote {
	color:#FFD889;
	margin: 0 10px 0 0;
	padding: 20px;
	background: url(../images/components/end_quote.png) no-repeat right bottom;
}

#main_content .author {
	color:#FFD889;
	font-size: 80%;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 0;
}

#main_content .last {
	padding: 10px 10px 25px 0; 
}

#main_content .quote {
	font-weight: bold;
	color:#fff;
	font-style: italic;
}

#main_content a:link, #main_content a:visited {
	text-decoration: underline;
	color: #FFD889;
}

#main_content p a:hover {
	color: #fff;
	background-color: #7E4F18;
}

#main_content iframe {
	float:right;
}

#main_content li.contact {
	font-size: 110%;
}

#spacer_mezze {
	height: 210px;}
#spacer_restaurant {
	height: 40px;}
#spacer_parties {
	height: 185px;}
#spacer_contact {
	height: 80px;}


#main_content .thumbnail ul#gallery {
	margin: 10px;}
	
#main_content .thumbnail ul#gallery li {
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 0;
	margin: 0;}
	
#main_content .thumbnail ul#gallery li img {
	border: 1px solid #ddd;
	margin-bottom: 15px;}


/* ------------------------------------------------------------------------
=footer
----------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 850px;
	height: 32px;
	background-image: url(../images/components/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer p {
	text-align: center;
	font-size: 80%;
	color: #FFD889;
	padding-top: 1%;
}

/* =Tables
----------------------------------------------------------------------------- */
table {
	width: 800px;
	margin: 15px 0 0 10px;
	border-top: 1px solid #905B15;
	border-left: 1px solid #905B15;
	border-right: 1px solid #905B15;
	font-size: 90%;
}

table th, table td {
	margin: 0;
	padding: 4px 8px;
	text-align: left;
	color: #FFF1CC;
	border-bottom: 1px solid #905B15;
	font-weight: normal;
}

td.with {
	width: 700px;
	border-right: 1px solid #905B15;
}

.header {
	background-color: #7E4F18;
}

.headerdescription {
	background-color: #7E4F18;
}

.description {
	font-style: italic;
	font-size: 90%;
}

	
/* =Lightbox JS: Fullsize Image Overlays by Lokesh Dhakar - http://www.huddletogether.com
------------------------------------------------------------------------------------------------ */

#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; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("../images/prevlabel.gif") left top no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../images/nextlabel.gif") right top no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #999; font-size: 0.9em;}			
#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: #000;
	}
	
	
/* =FormStyles - control panel
----------------------------------------------------------------------------- */

#theform {
	padding: 10px 0px 0px 0px;
}

#theform label {
	color:#DD902F;
	font-size: 1em;
}

#theform p {
	color:#DD902F;
	margin: 0;
}

#theform input:focus {
	background-color:#efefef;
}

#theform input {
	font-size:1em;
}

#theform input {
	width: 200px;
	font-size:1em;
}

#theform input.submit {
	width: auto;
}

.formtext {
	font-size:1em;
}


/* =Control Panel
----------------------------------------------------------------------------- */

#controlnav {
	width: 700px;
	font-size: 1em;
	margin: 0 0 0 50px;
	padding: 0 0 50px 0;
}

#controlnav p {
	font-size: 1em;
	padding: 5px 0 5px 0;
}

#controlnav img{
float:none;
}

#controlnav h2 {
	font-size: 1.1em;
	color:#DD902F;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD902F;
}

#controlnav h3 {
	font-size: 1em;
	color:#DD902F;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#controlnav table {
	text-align: left;
	width: 700px;
	border-collapse:collapse;
	border: 1px solid #DD902F;
}

#controlnav th, td {
	padding: 0.2em 0.5em;
}

#controlnav tr {
	border-top: 1px solid #DD902F;
	border-bottom: 1px solid #DD902F;
}

#controlnav thead {
	border-top: 1px solid #DD902F;
	border-bottom: 1px solid #DD902F;
}

#controlnav ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#controlnav li {
	list-style: none;
	margin:0;
	padding-bottom: 5px;
}

#controlnav a {
	text-decoration: none;
	color: #4a6e6a;
}

#controlnav a:hover {
	color: #cccccc;
}

#controlnav_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DD902F;
}

#controlnav_border_last {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DD902F;
	
}

.divider {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DD902F;
	margin:0;
	padding: 10px 0 10px 0;
}

.newsdivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DD902F;
	margin:0;
	padding: 10px 0 0 0;
}


#controlnav textarea {
	width: 300px;
	height: 100px;
}

#controlnav input password{
	width: 20em;
}

#controlnav textarea:focus {
	background-color:#efefef;
}

	


