/*
------------------------------------------
Theme Name: 	The Arches Website Theme
Description:	2 Column - Left Sidebar
Version:		1.0
Created: 		Oct 2009
Author:			Jean Galea
Author URI:		http://www.jeangalea.com
------------------------------------------
*/


/* CSS RESET - ERIC MEYER
**************************/

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, 
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, 
SMALL, STRIKE, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, 
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

/* CLEARFIX FOR IE */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/

.clearfix {
	display: block;
}

/* End hide from IE Mac*/




/* GENERAL SETTINGS 
********************/

html {
	background: url(img/bg-pattern.gif);
	padding-bottom: 30px;   
}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background: url(img/bg-glow.png) no-repeat top center;
	padding-bottom: 30px;
	line-height: 1;
}

h2 {
	color: #3f1b0b;
	text-align:left;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 2px;
	padding-top: 15px;
	padding-left: 11px;
}


p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

.uppercase {
	text-transform: uppercase
}

.hr {
	height: 8px;
	background: url(img/hr.png) no-repeat scroll center;
	margin-bottom: 12px;
	overflow: hidden; /* ie6 fix double margin */
}

.hr-menu {
	height: 12px;
	background: url(img/hr-menu.png) no-repeat scroll center;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden; /* ie6 fix double margin */
}

.hr hr, .hr-menu hr {
	display: none;
}


/* PAGE 
********/

#container {
	margin: 0 auto;
	width: 960px;
}

#top-shadow {
	background: url(img/top-shadow.png) no-repeat bottom;
	width: 980px;
	margin: 0 auto;
	padding-top: 80px;
}

#middle-shadow {
	width: 980px;
	margin: 0 auto;
	background-image: url(img/middle-shadow.png);
}

#bottom-shadow {
	background: url(img/bottom-shadow.png) no-repeat;
	width: 980px;
	height: 10px;
	margin: 0 auto;
	overflow: hidden; /* ie6 */
}



/* HEADER  
**********/	

#header {
	width: 960px;
	height: 160px;
	background: #fff;
}

#logo {
	width: 220px;
	height: 120px;
	float: left;
	/* Activate the following for a static logo */
	/*background: url(../img/logo.gif); 
	margin-top: 20px;
	margin-left: 24px;*/
}

#flash-banner {
	width: 690px;
	height: 160px;
	float: right;
}

#navigation {
	width: 100%;
	height: 41px;
	background: url(img/bg-nav.png) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	/*float: left;*/
	display: -moz-inline-box; /* Firefox 2 and under */
	display: inline-block; /* FF3, Opera, Safari */
	line-height: 41px;
	height: 41px;
}

#navigation li.last {
	background: none;
}

#navigation a {
	display: block;
	padding: 0px 21px 0px 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation .current_page_item{
	background: url(img/hover-right.png) no-repeat right;
}

#navigation .current_page_item a{
	background: url(img/hover-left.png) no-repeat;
}

#navigation .current_page_item a:hover {
	text-decoration: none;
	cursor: default;
}

/* CONTENT
***********/

#content {
	clear: both;
	background: #dcd8b5;
	width: 960px;
	overflow: hidden;
	/*padding-bottom: 10px;*/
}

/* SIDEBAR 
***********/

#sidebar {
	width: 245px;
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	float: left;
	position: relative;
	background: url(img/bg-sidebar.png);
	display: inline;
}

#sidebar-top {
	width: 245px;
	height: 3px;
	background:url(img/top-sidebar.png);
	overflow: hidden; /* ie6 */
}

#sidebar-bottom {
	width: 245px;
	height: 3px;
	background: url(img/bottom-sidebar.png);
	position:absolute;
	bottom:0px;
	overflow: hidden;/* ie6 fix */
}

#sidebar h2 {
	height: 27px;
	width: 227px;
	background: url(img/bg-heading-sidebar.png) repeat-x;
	margin-bottom: 17px;
}

#sidebar h3 {
	margin-left: 15px;
	color: #fafafa;
	font-size: 0.9em;
	margin-bottom: 7px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar p {
	font-size: 0.9em;
	color: #fafafa;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.7em;
	overflow: hidden;/* ie6 fix */
}

#sidebar p .menu-name {
	/*text-transform: uppercase;*/
}

#sidebar ul {
	list-style: url(img/arrow-anchor.png);
	margin: 0 0 15px 30px;
	padding: 0;
	
}

#sidebar li {
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-weight: normal;	
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a.alinks {
	font-weight: normal;
}

#sidebar a.menus {
	color: #dcd8b5;
	font-weight: bold;
}



#sidebar a:hover {
	border-bottom: solid 1px #dcd8b5;
}

/* RIGHT CONTENT COLUMN 
************************/

#content-main {
	margin-top: 10px;
	padding-bottom: 10px;
	width: 690px;
	float: left;
}

#content-main table {
	padding: 0px;
	border: 0px;
	width: 630px;
	margin-bottom: 10px;
}

#content-main td.plate-description {
	line-height: 20px;
	color: #3f1b0b;
}

#content-main td.plate-description p {
	margin-bottom: 0px;
}

#content-main td.plate-price {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	color: #570d0d;
}

#content-main .dotted {
	background: url(img/dotteddiv.png) repeat-x center;
	height: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}	

#content-main img {
	margin: 0 15px 10px 0;
	padding: 5px;
	border: 1px solid #FFF;
/*	float: left;*/
	background-color: none;
	display: inline /* ie6 fix */
}

#content-main img.float {
	float: left;
}

#content-main img.welcome {
	margin-bottom: 0px;
	float: left;
}

#content-main p {
	color: #3f1b0b;
}

#content-main h3 {
	text-align:left;
	font-size: 1.2em;	
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#content-main h5 {
	color:#570D0D;
	font-size:1.5em;
	font-weight:bold;
	margin-top:20px;
	margin-bottom: 15px;
	text-align:left;
	text-transform:uppercase;
}

#content-main .image {
	line-height: 0;
	margin-bottom: 0;
}

#content-main ul {
	list-style-image: url(img/read-more-arrow.png);
	list-style-position: inside;
	color: #3f1b0b;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content-main .read-more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-right: 10px;
	background: url(img/read-more-arrow.png) right no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #3f1b0b;
	display:block;
	text-align:right;
}

#content-main a.read-more:hover {
	text-decoration: underline;
	border-bottom: none;
	padding-bottom: 0;
}

#content-main a {
	text-decoration: none;
	color: #3f1b0b;
	font-weight: bold;
}

#content-main a:hover {
	border-bottom: 1px solid; 
	padding-bottom: 1px;
}

/* Wine list */

#wine-list {
	width: 630px;
	color: #570d0d;
}

#wine-list p {
	margin: 0px;
}

#wine-list table {
	width: 100%;
}

#wine-list td {
	vertical-align: top;
}

#wine-list .country {
	font-weight: bold;
	width: 100px;
	text-transform: uppercase;
	padding-bottom: 12px;
	font-size: 1.1em;
}

#wine-list .region {
	font-weight: bold;
	width: 150px;
	text-align:left;
	padding-left: 15px;
	background: url(img/read-more-arrow.png) no-repeat left 7px;
	line-height: 19px;
	vertical-align: top;
}

#wine-list .name {
	width: 400px;
	line-height: 16px;
}

#wine-list .euro-sign {
	line-height: 16px;
	float: right;
}

#wine-list .price {
	text-align: right;
	line-height: 16px;
	width: 50px;
}

#wine-list table.details td{
	padding-bottom: 10px;
}


/* Top Content Box */

.content-box {
	width: 680px;
	margin-left: 10px;
	margin-bottom: 12px;
	float:left;
	position: relative;
	display: inline;
	
}

.content-box-top {
	width: 680px;
	height: 3px;
	background: url(img/top-contentbox.png);
	overflow: hidden;/* ie6 fix */
}

.content-box-middle {
	background: url(img/bg-contentbox.png);
	background-position: left 30px;
	zoom: 1; /* ie6 fix */
}

.content-box-middle-gradient {
	background: url(img/gradient-content-box.png) no-repeat;
	background-position: 3px 0;
	padding: 17px 20px;
	position: relative;
	overflow: hidden;
}

* html .content-box-middle-gradient {
	height:1%;
	overflow:visible
}

.content-box-bottom {
	width: 680px;
	height: 3px;
	background: url(img/bottom-contentbox.png);
	overflow: hidden;/* ie6 fix */
}

.content-box h2 {
	height: 27px;
	width: 662px;
	margin-top: 0px;
	background: url(img/bg-heading-contentbox.png) repeat-x;
}

.content-box .restaurant-menu {
	text-align: center;
}

/* Small Content Boxes */

.small-content-box {
	float: left;
	width: 335px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 12px;
	overflow: hidden;
	display: inline;
}

* html .small-content-box-middle {
	height:1%;
	overflow:visible;
}

.small-content-box-middle {
	background: url(img/bg-small-contentbox.png);
	overflow: hidden;
	min-height: 320px;	
	overflow:hidden;
}

.small-content-box-middle-gradient {
	background: url(img/gradient.png) no-repeat;
	background-position: 3px 0px;
	padding: 17px 20px;
}

.small-content-box-top {
	width: 335px;
	height: 3px;
	background: url(img/top-small-contentbox.png);
	overflow: hidden; /* ie6*/	
}

.small-content-box-bottom {
	width: 335px;
	height: 3px;
	background:url(img/bottom-small-contentbox.png);
	overflow: hidden; /* ie6*/	
}

#content-main .small-content-box-middle-gradient img {
	margin-bottom: 10px;	
}

.small-content-box h2 {
	height: 27px;
	width: 317px;
	margin-top: 0px;
	margin-left: 2px;
	padding-top: 15px;
	padding-left: 11px;
	background: url(img/bg-heading-contentbox.png) repeat-x;
}

.small-content-box p {
	/*padding-bottom: 10px;*/
	clear: both;
}

/* Plain Content Box */

.plain-content-box {
	width: 680px;
	margin-left: 10px;
	margin-bottom:12px;
	clear:both;
	overflow:hidden;
}

.plain-content-box-middle {
	background: url(img/bg-contentbox.png);
	background-position: left 30px;
	padding: 10px 15px;
	overflow:auto;
	zoom: 1;
}

.plain-content-box p {
	margin: 0;
}

/* FOOTER 
**********/

#footer {
	width: 958px;
	height: 36px;
	color: #fff;
	margin-top: 2px;
	font-size: 0.8em;
	display: block;
	border: 1px solid #cfa6a6;
	background: url(img/bg-footer.png) repeat-x;
	clear:both;
}

#footer p {
	float: left;
	margin-top: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}

#footer .copyright {
	margin-left: 20px;
	margin-right: 89px;
}

#footer .facebook {
	padding-left: 21px;
	margin-right: 58px;
	background: url(img/facebook.png) left no-repeat;
}

#footer #newsletter {
	padding-left: 24px;
	background: url(img/newsletter.png) left no-repeat;
}

#footer .credits {
	margin-right: 20px;
	float: right;
}

div a.thickbox:hover {
       border: none;
}

/* END STYLES */