/*
Theme Name: Luc
Theme URI: http://www.i-love-luc.com
Description: Custom theme for the Luc
Version: 1.0
Designer: Brian Kerr
Author: Evan Rowe
Designed By
Author URI: http://studiogeologie.com
Tags: custom

	This theme was designed by Brian Kerr and coded by Evan Rowe
	of <a href='http://www.studiogeologie.com'>Geologie</a>.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* SELF-CLEAR FLOAT FIX ========= *//* resolves rendering bug in IE6 and similar */
.c:after{ content: ".";display:block;height:0;clear:both;visibility:hidden;margin-bottom:.001em; }
.c{ display:inline-block; }
html[xmlns] .c{ display:block; }
* html .c{height:1%; }


/*  RESET
===========================================
*/


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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img a, a img {
	border: none;
	background: none;
}

a, a:hover {
	outline: none;
}

blockquote, q
{
	quotes: none;
}

/*
Safari doesn't support the quotes attribute, so we do this instead.
*/
blockquote:before, blockquote:after, q:before, q:after
{
	/*
	CSS 2; used to remove quotes in case "none" fails below.
	*/
	content: "";
	/*
	CSS 2.1; will remove quotes if supported, and override the above.
	User-agents that don't understand "none" should ignore it, and
	keep the above value. This is here for future compatibility,
	though I'm not 100% convinced that it's a good idea...
	*/
	content: none;
}

textarea { overflow: auto; }
input { border: 0px solid white; margin: 0;  padding: 0; }



/*  COLORS
===========================================

creme: #FFFFE6
brown: #42210B
grey-brown: #736357
dark brown: #893f3a

tan: #760d17
light-tan: #83836a
dark-tan: #FFFFFF

red: #D63447

*/


/*  GLOBALS, PAGE STRUCTURE
===========================================
*/

html { height: 98.5%; }

body {
	margin: 0 auto;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #736357;
/*	background: #3c1e0a; */
	background: #b8b890;
	text-align: center;
	height: 100%
}

#wrapper {
	margin: 0 auto;
	width: 620px;
	height: auto;
	margin-top: 12px;
}

#container {
	width: 620px;
	height: auto;
	float: left;
	text-align: left;
	background: #893f3a;
/*	background: #261207; */
}

#bottom-buffer {
	width: 620px;
	height: 50px;
	float: left;
}

#page-top {
	width: 620px;
	height: 30px;
	float: left;
	background: url(./img/page-top.gif) top left no-repeat;
	margin-top: 5px;
}

#page {
	width: 620px;
	height: auto;
	float: left;
	background: url(./img/bg-page.gif) top left repeat-y;
}

#page-bottom {
	width: 620px;
	height: 30px;
	float: left;
	background: url(./img/page-bottom.gif) top left no-repeat;
}

#footer {
	width: auto;
	height: auto;
	float: right;
	margin-right: 25px;
	margin-bottom: 20px;
	font-size: 9px;
}

.center {
	width: 0px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#secondary-nav {
	width: 250px;
	height: 80px;
	position: absolute;
	left: -575px;
	top: -40px;
	text-align: right;
	font-size: 10px;
}

#header-slideshow {
	width: 326px;
	height: 220px;
	position: absolute;
	background: #000;
	top: 21px;
	left: -41px;
	overflow: hidden;
}

#header-slideshow p.slideshow_item {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header-slideshow p img {
	cursor: pointer;	
}

/*  CONTENT LAYOUT
===========================================
*/

#content-head {
	width: 570px;
	margin-left: 25px;
	height: 220px;
	background: #FFFFE6;
}

#logo {
	width: 244px;
	height: 220px;
	float: left;
	background: url(./img/luc-logo.png) top left no-repeat #FFFFE6;
}

#main-nav {
	width: 487px;
	height: 42px;
	margin-left: 67px;
	background: url(./img/bg-main-nav.png) top left no-repeat;
	font-size: 11px;
}

#main-nav ul { display: inline; margin: 15px 0 0 36px; width: auto; height: auto; float: left; }
#main-nav ul li { padding: 3px 20px; border-right: 1px solid #83836a; display: inline; }
#main-nav ul li.last { border-right: none; }

#main-nav p { font-size: 11px; text-align: center; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif; letter-spacing: 1px; padding-top: 16px; }

#secondary-nav ul li {
	margin-bottom: 10px;
}


#home-left {
	width: 190px;
	float: left;
	height: auto;
	border-right: 1px solid #C69C6D;
	padding-right: 20px;
	margin: 35px 0 0 69px;
}
.left-title { width: 85px; float: left; text-align: right; color: #83836a; text-transform: lowercase; margin: 5px 0 0 0; font-size: 14px; font-style: italic; }
.left-info { width: 100px; float: left; text-align: left; margin: 0 0 10px 85px; line-height: 18px; }


#home-right {
	width: 165px;
	float: left;
	height: auto;
	margin: 35px 0 0 63px;
}
#home-right p { margin: 10px 0 10px 0; }

#column-general {
//	width: 345px;
	float: left;
	height: auto;
	padding-right: 20px;
	margin: 35px 0 40px 35px;
//	margin: 35px 0 40px 185px;
}

.general-title { width: 155px; text-align: right; color: #83836a; font-size: 14px; font-style: italic; }
.general-info { width: 475px; float: left; text-align: left; margin: 10px 0 0px 50px; line-height: 19px; font-size: 14px; }
.general-info p { margin: 0 0 10px 0; }

.column-dinners {
	width: 445px;
	float: left;
	height: auto;
	padding-right: 20px;
	margin: 35px 0 0 85px;
}

#dinner-menu { width: 445px; height: auto; float: left; margin-bottom: 20px; }
p.dinner-header { margin: 0 0 25px 0; }
div.entry p { margin: 0px 0 10px 0px; line-height: 150%; }
span.title { font-size: 15px; letter-spacing: 3px; color: #760d17; font-family: Helvetica, Arial, sans-serif; }

.wine { width: 85px; float: left; text-align: right; color: #83836a; margin: 5px 170px 0 0; font-size: 14px; font-style: italic; }
.item-title { width: 260px; float: left; text-align: left; text-transform: uppercase; margin: 0 0 5px 85px; font-size: 11px; letter-spacing: 1px; }
.item-desc { width: 260px; float: left; text-align: left; margin: 0 0 25px 85px; line-height: 19px; font-size: 14px; }

#bottom-barrier { width: 487px; height: 15px; margin-left: 67px; margin-bottom: 40px; background: url(./img/bg-main-nav.png) top left no-repeat; float: left; }


/*  LINK STYLING
===========================================
*/

a, a:visited { color: #760d17; text-decoration: none; font-family: Helvetica, Arial, sans-serif;  }
a:hover { text-decoration: none; color: #893f3a; }
a:active { color: #D63447;  }

#main-nav ul li a { letter-spacing: 2px; text-transform: uppercase; }


#footer a { color: #FFFFFF; letter-spacing: 2px; text-transform: uppercase; }
#footer a:hover { text-decoration: none; color: #FFFFE6; }

#secondary-nav ul li a { letter-spacing: 1px; font-size: 11px; text-transform: uppercase; }
#secondary-nav ul li a:hover { text-decoration: none; color: #FFFFE6; }

a.dinner-link { font-family: Georgia, Times, serif; text-transform: capitalize; letter-spacing: normal; font-size: 15px; font-style: italic; }

a.home-email { font-size: 12px; font-family: Georgia, Times, sans-serif; text-transform: none; letter-spacing: normal; }

.entry a { font-family: Georgia, Times, sans-serif; text-transform: none; }

a.a-tweet { font-family: Georgia, Times, serif; font-size: 11px; line-height: 16px; color: #736357; text-decoration: none; }
a.a-tweet:hover { color: #760d17; }
a.tweet_link { font-family: Georgia, Times, serif; font-size: 11px; line-height: 16px; color: #760d17; }
a.tweet_link:hover { color: #736357; }

