/*************************************************
	Artisanale Cafe & Bistro
		
	Site by Barking Dog Studios
	http://www.barkingdogstudios.com/

*************************************************/
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	background: #a00303;
}

div,dl,dd,dt,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,body,html,
p,blockquote,fieldset,input,table { 
	margin: 0;
	padding: 0;
}

:focus {
	outline: none;
}

.clearfloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/********** LAYOUT **********/
#container {
	margin: 0 auto;
	width: 968px;
	height: 100%;
}

#pageWrapper {
	position: absolute;
	margin: auto;
	top: 50%;
	margin-top: -274px;
	width: 967px;
	height: 548px;
	border: 1px solid #000;
	background-color: #fff;
}

#left {
	float: left;
	background: url(../images/leftbg/about-01.jpg);
	width: 528px;
	height: 526px;
	border: 11px solid #fff;
}

#navBg {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	width: 528px;
	height: 26px;
	filter: alpha(opacity=60);	/* For IE */
	opacity: 0.6;
}


/********** NAVIGATION **********/
#mainNav {
	position: relative;
	z-index: 2;
	top: -26px;
	width: 528px;
	height: 27px;
	color: #333;
	list-style: none;
}

#mainNav li a {
	text-indent: -9999px;
	overflow: hidden;	/* Fix dotted outline when clicked */
}

li.about, li.menus, li.events, li.functions, li.contact {
	float: left;
}

li.about a, li.menus a, li.events a, li.functions a, li.contact a {
	display: block;
	height: 27px;
	background: url(../images/nav/nav-sprite.png);
}

li.about a {
	width: 99px;
	background-position: 0px 0px;
}

li.menus a {
	width: 90px;
	background-position: -99px 0px;
}

li.events a {
	width: 95px;
	background-position: -189px 0px;
}

li.functions a {
	width: 123px;
	background-position: -284px 0px;
}

li.contact a {
	width: 121px;
	background-position: -407px 0px;
}

li.about a:hover {
	width: 99px;
	background-position: 0px 27px;
}

li.menus a:hover {
	width: 90px;
	background-position: -99px 27px;
}

li.events a:hover {
	width: 95px;
	background-position: -189px 27px;
}

li.functions a:hover {
	width: 123px;
	background-position: -284px 27px;
}

li.contact a:hover {
	width: 121px;
	background-position: -407px 27px;
}

/* Drop down menus */
#mainNav li ul {
	display: none;
	position: absolute;
	z-index: 2;
	top: 27px;
	width: 122px;
	list-style: none;
	color: #333;
	border-bottom: 2px solid #fff;
}

#mainNav li:hover ul {
	display: block;
}

#mainNav li:hover {
	background: url(../images/nav/nav-hover.png) 0 0;
}

#mainNav li ul li a {
	display: block;
	height: 100%;
	font-size: 11px;
	line-height: 11px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1px;
	padding: 5px 14px 5px 14px;
	width: 94px;
	background: url(../images/nav/nav-hover.png) 0 0;
	text-indent: 0;
}

#mainNav li ul li a:hover {
	background: transparent url(../images/nav/nav-hover.png) 0 95px;
	color: #a00303;
}

/* Sub Navigation */
#subnav {
	position: relative;
	top: 65px;
	margin: 0 auto;
	width: 360px;
	list-style: none;
	overflow: hidden;
	text-align: center;
}

#subnav li {
	display: inline;
	padding: 0 8px;
	font-size: 13px;
}

#subnav li a {
	color: #fff;
	text-decoration: none;
}

#subnav li a:hover {
	color: rgba(255,255,255,0.6);
}


/********** LEFT CONTENT **********/
#leftBottom {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 150px;
	opacity: 0;
	filter: alpha(opacity=0);	/* For IE */
	visibility: visible;
	z-index: 19;
	overflow: hidden;
}

#leftBottom #bottomBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 222px;
	background-color: #fff;
	z-index: 20;
	opacity: 0.60;
	filter: alpha(opacity=60);	/* For IE */
}

#siteId {
	position: absolute;
	bottom: 0;
	left: 112px;
	width: 328px;
	height: 92px;
	background: url(../images/common/artisanale.gif);
	text-indent: -9999px;
	z-index: 50;
}

#leftBottom #siteId a {
	display: block;
	width: 328px;
	height: 92px;
	cursor: pointer;
	text-indent: -1323px;
	overflow: hidden;
}

#homeLink a {
	position: absolute;
	bottom: 0;
	left: 112px;
	width: 328px;
	height: 92px;
	background: transparent;
	text-indent: -9999px;
	z-index: 51;
	cursor: pointer;
	overflow: hidden;
}

#quote, #quoteCredit {
	color: #333;
	font-size: 16px;
	line-height: 21px;
	position: absolute;
	top: 0;
	width: 332px;
	height: 20px;
	border-top: 2px solid #fff;
	padding: 10px 100px 0 107px;
	z-index: 60;
	text-align: center;
	opacity: 1.0;
	filter: alpha(opacity=100);	/* For IE */
}

#quoteCredit {
	font-size: 12px;
	top: 25px;
	border-top: none;
}

#back a, #next a {
	position: absolute;
	bottom: 15px;
	display: block;
	width: 51px;
	height: 58px;
	background: url(../images/nav/back-next.png);
	z-index: 70;
	text-indent: -9999px;	/* Prevent the text from showing */
}

#back a {
	left: 60px;
}

#next a {
	left: 441px;
	background-position: 51px 0px;
}

#back a:hover {
	background-position: 0px 58px;
}

#next a:hover {
	background-position: 51px 58px;
}

#back a em, #next a em {
	opacity: 0;
}


/********** RIGHT CONTENT **********/
#right {
	position: relative;
	float: left;
	width: 417px;
	height: 548px;
	background-color: #cd5e06;
}

#content {
	position: relative;
	width: 417px;
	height: 415px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

#content p {
	padding: 0 20px 13px 0;
}

#content table p {
	padding: 0 20px 5px 0;
}

.sectionTitle {
	margin: 25px 0 15px 23px;
	height: 26px;
	background-image: url(../images/headings/home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

.sectionTitle.about {
	width: 260px;
	background-image: url(../images/headings/about.png);
}

.sectionTitle.menus {
	width: 195px;
	background-image: url(../images/headings/menus.png);
}

.sectionTitle.events {
	width: 100px;
	background-image: url(../images/headings/events.png);
}

.sectionTitle.functions {
	width: 175px;
	background-image: url(../images/headings/functions.png);
}

.sectionTitle.contact {
	width: 175px;
	background-image: url(../images/headings/contactus.png);
}

body.secondary .sectionTitle:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);	/* For IE */
}

/* Back to parent links */
.sectionTitle a {
	display: block;
	height: 26px;
}

.sectionTitle.about a {
	width: 260px;
}

.sectionTitle.menus a {
	width: 195px;
}

.sectionTitle.events a {
	width: 100px;
}

.sectionTitle.functions a {
	width: 175px;
}

.sectionTitle.contact a {
	width: 175px;
}

.teamImgRight {
	border: 5px solid #fff;
	float: right;
	margin: 20px 20px 10px 10px;
}

p.menu_description {
	position: relative;
	padding: 5px 0 !important;
	margin: 0;
	width: 220px;
}

p.menu_price {
	float: right;
	clear: both;
	position: relative;
	padding: 0 !important;
	margin: 0;
	width: 45px;
	text-align: right;
}

img.wineOrganic {
	padding-right: 3px;
}

.content a {
	font-weight: bold;
	color: #fff;
}

.content a:hover {
	color: #ddd;
	text-decoration: underline;
}

#content ul.documents li {
	padding-left: 25px;
	background: url(../images/common/icon-pdf.gif) no-repeat 0 center;
}

#content #mycustomscroll h2 {
	padding: 0 25px 5px 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
}

#content #mycustomscroll h3 {
	padding-bottom: 6px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

#content #mycustomscroll h4 {
	padding-bottom: 6px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}

#email-signup {
	margin-top: 10px;	
}

#email-signup label {
	display: block;
	margin-bottom: 2px;
}

#email-signup #signup_name,
#email-signup #signup_email {
	padding: 4px;
	width: 200px;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: none;
}


/*********** FACEBOOK TAB **********/
#facebook-tab {
	position: absolute;
	top: 23px;
	right: 0;
	padding: 0 6px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

#facebook-tab ul {
	margin: 4px auto 4px;
	height: 23px;
	list-style: none;
	overflow: hidden;
}

#facebook-tab ul li {
	float: left;
}

#facebook-tab ul li.become-fan {
	margin-top: 3px;
}

#facebook-tab ul li.become-fan a {
	display: block;
	width: 16px;
	height: 16px;	
	text-indent: -9999px;
	background: url(../images/common/icon-facebook-16.png) no-repeat 0 0;
}


/********* CUSTOM SCROLLBOX **********/
#mycustomscroll {
	position: relative;
	left: 3px;
	margin: 0.3em auto;
	width: 375px;
	height: 405px;
	overflow: auto;	/* IE overflow fix, position must be relative or absolute*/
}

.scrollgeneric {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1px;
	font-size: 1px;
}

.vscrollerbase {
	width: 15px;
	background: url(../basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
	cursor: pointer;
}

.vscrollerbar {
	width: 15px;
	background: url(../basebarcaps_verticalbarbody.png) -15px 0px repeat-y;
}

.vscrollerbar, .hscrollerbar {
	z-index: 2;
	padding: 15px;
}

.vscrollerbasebeg {	
	width: 15px;
	height: 15px !important;
	background: url(../basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
}

.vscrollerbaseend {
	height: 15px;
	width: 15px;
	background: url(../basebarcaps_verticalbarbody.png) -60px -30px no-repeat;
}

.scrollerjogbox:hover {
	background: #5E828C url(../basebarcaps_verticalbarbody.png) -45px -15px;
}


/********* EXTRAS **********/
#comeJoinUs {
	position: absolute;
	bottom: 50px;
	right: 25px;
	width: 364px;
	height: 22px;
	background: url(../images/common/join_us.png) no-repeat 0 0;
}

#decoration {
	position: absolute;
	z-index: 11;
	top: 0px;
	right: 370px;
	width: 0;
	height: 0;
}


/********** FOOTER **********/
#footer {
	clear: both;
	position: absolute;
	bottom: -61px;
	left: 0;
	width: 967px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/common/bg-footer.gif) no-repeat 22px 7px;
}

/* New footer styles */
#footer .credits {
	float: left;
	margin: 25px 0 0 95px;
	padding: 8px 22px 0 0;
	list-style: none;
}

#footer .credits li {
	float: left;
	margin-left: 12px;
	font-size: 11px;
	color: #c36060;
}

#footer .credits li a {
	color: #c36060;
	text-decoration: none;
}

#footer .credits li a:hover {
	color: #cc7979;
}

#footer .mailing-list {
	float: right;
	margin: 10px 15px 0 0;
	padding-left: 15px;
	font: 200 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: url(../images/common/bg-mailing-list.gif) no-repeat 0 center;
}

#footer .mailing-list a {
	color: #fff;
	font-weight: 400;
}

#footer .mailing-list a:hover {
	text-decoration: none;
}
