* {
	margin:0;
	padding:0;
	}

body {
	font-size:small;
	text-align:center;
	background:#900 url(../pix/page_bg.gif) repeat;
	line-height:1.5em;
	color:#000;
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	}

/* for Opera */
html>body {
	font-size:small;
	}

img {
	border:0;
	}

h1, h2, h3 {
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	}

h1 {
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	color: #fff;
	}

h2 {
	padding-top:0;
	padding-bottom:1em;
	margin-top: 0;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:1em;
	padding-bottom:0em;
	text-transform: uppercase;
	letter-spacing: .35em;
	color: #f3f3f3;
	}

ul {
	list-style-position: inside;
	}

ul li {
	margin: 0;
	padding:0;
	}

p {
	padding-top:.25em;
	padding-bottom:1em;
	}

small {
	color:#999999;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
	}

blockquote {
	font-style:italic;
	}

a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#990000;
	position: relative;
	z-index: 100000;
	}

a:hover {
	color:#fff;
	}
	
ul.files {
	text-align:left;
	background:#efefef;
	margin-bottom:1em;
	}

ul.files li {
	margin:0 1em;
	}

.pdf, .xls, .doc, .default {
	padding-left:20px;
	padding-top:.3em;
	padding-bottom:.3em;
	background-position:left .3em;
	background-repeat:no-repeat;
	}

.pdf {
	background-image:url(../pix/icon_PDF.gif);
	}

.xls {
	background-image:url(../pix/icon_Excel.gif);
	}

.doc {
	background-image:url(../pix/icon_Word.gif);
	}

.default {
	background-image:url(../pix/icon_default.gif);
	}

#logo {
	float: left;
	}

#logo h1 {
	float: left;
	width: 165px;
	height: 207px;
	background: url(../pix/logo_small.png) no-repeat top left;
	display: inline-block;
	font-size:500%;
	color:#000;
	margin-left: 35px;
	}
	
#home #logo h1 {
	float: left;
	width: 235px;
	height: 295px;
	background: url(../pix/logo.png) no-repeat top left;
	display: inline-block;
	font-size:500%;
	color:#000;
	}
	
#logo h1 img {
	display: inline-block;
	height: 0;
	}
	
/****************************************************

Content Layout

****************************************************/

.pad {
	padding:40px;
	}

.pageContainer {
	width:956px;
	margin:0 auto;
	text-align:left;
	font-size: 110%;
	}	

#home #contentWrapper,
#home #contentWrapper .contentContainer {
	background: #eec54b;
	min-height: 400px;
}

#contentWrapper,
#contentWrapper .contentContainer {
	background: #eec54b;
	min-height: 300px;
}

#contentWrapper {
	clear:both;
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
}

#home #contentWrapper .contentContainer {
	background:#eec54b url(../pix/home-contentBG.gif) top right repeat-y;
}

#contact #contentWrapper .contentContainer,
#reservations #contentWrapper .contentContainer {
	background:#eec54b url(../pix/contact-contentBG.gif) top right repeat-y;
}

#menu #contentWrapper .contentContainer {
	background:#eec54b url(../pix/menu-contentBG.gif) top right repeat-y;
}

.mainContent {
	float:none;
	width:100%;
	padding-bottom: 20px;
	}

.mainContent .left {
	float:left;
	width: 165px;
	padding-bottom: 20px;
	margin-left: 40px;
}

.mainContent .middle {
	width:260px;
	float: left;
	margin-left: 130px;
}

#menu .mainContent .right {
	width:549px;
	float: right;
}

	#menu .mainContent .right .left {
		float:left;
		width: 48%;
		padding: 0;
		margin: 0;
	}
	
	#menu .mainContent .right .right {
		float: right;
		width: 48%;
		padding: 0;
		margin: 0;
	}
	
#home .mainContent {
	float:right;
	width:545px;
	/*margin-bottom:110px;  amount of negative top positioning on photos at bottom of page */
	}

#home .mainContent .left {
	float:left;
	width: 250px;
	padding-bottom: 20px;
}

#callout {
	float: right;
	position: relative;
	top:-120px;
	margin-bottom: -210px; /* use to tighten up spacing between box and contact info */
}

#callout .top {
	width:609px; 
	background:url(../pix/calloutShape_top.png) top center no-repeat;
}

#callout .pad {
	padding:40px;
	padding-bottom:0
	}

#callout .left {
	float:left; 
	width:50%
}

#callout .right {
	float:right; 
	width:43%; 
	margin-left:2%; 
	padding-left:2%; 
	border-left:1px solid #ccc;
}

#callout img.martini {
	float:right; 
	margin-top:-70px; 
	margin-bottom:-70px;
}

#callout .bottom {
	width:609px; 
	background:url(../pix/calloutShape_bottom.png) center bottom no-repeat; 
	position:relative; 
	z-index:100; 
	height:110px;
}

#callout h3 {
	padding:0;
	margin-bottom: 1em;
	}


/****************************************************

Side Bar

****************************************************/

#sideBar {
	width:242px;
	float:right;
	margin-bottom:-50px;
	font-size: 90%;
	}

#sideBar ul,
#sideBar_narrow ul {
	list-style: none;
	list-style-position: outside;
	}

#sideBar li,
#sideBar_narrow li {
	margin-bottom: 2em;
}

#sideBar_narrow h3 {
	text-transform: capitalize;
	letter-spacing: normal;
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	color:inherit;
}

/****************************************************

Miscellaneous styles

****************************************************/

.vevent {
	width:46%;
	margin-right:2%;
	float: left;
	margin-bottom: 2em;
}

.vevent a:link,
.vevent a:active,
.vevent a:visited {
	text-transform: uppercase;
}

.vevent .summary {
	display: block;
	font-size: 115%;
	font-weight: bold;
	text-transform: capitalize;
}

.vevent .description {
	display: block;
	color: #ccc;
}

.newRow {
	clear:both;
}


/****************************************************

Footer

****************************************************/
#footer {
	margin-top:15px;
	font-size:90%;
	width: 956px;
	color: #fff;
	position: relative;
	z-index: 10000;
	clear: both;
	}

#footer a:link, 
#footer a:active, 
#footer a:visited {
	color:#ffcc33;
	font-size: 120%;
	}

#footerContent p {
	margin-bottom: .5em;
	padding: .25em 0;
}

#footerContent {
	float: right;
	text-align: right;
}

ul#socMediaLinks {
	list-style:none;
	padding:2em 0;
	margin-bottom: 1em;
	}

#socMediaLinks li {
	display: inline;
	float: right;
	padding-left: 20px;
	}

.clm_logo {
	position: absolute;
	top: 0px;
	right:-275px;
}

.clm_logo_home {
	position: relative;
	top:-20px;
	right:-65px;
}

/****************************************************

Home page footer photos

****************************************************/

#homeFooterPhotos {
	clear: both;
	float:left;
	position: absolute;
	top:-170px;
	margin-bottom: -170px;
}

#homeFooterPhotos .photo1 {
	position:relative; 
	z-index:300;
	left: -25px;
	top:-10px;
}

#homeFooterPhotos .photo2 {
	z-index: 200;
}

#homeFooterPhotos .photo3 {
	z-index: 100;
	top:-5px;
	}

/****************************************************

General sub-page footer photos

****************************************************/

#subFooterPhotos {
	float:left;
	position: relative;
	top:-120px;
	margin-bottom:-120px;
	left:80px;
}

#subFooterPhotos .photo1,
#subFooterPhotos .photo2 {
	position: relative;
}

#subFooterPhotos .photo1 {
	top:-20px;
	margin-right:-50px;
}

#subFooterPhoto .photo2 {
	z-index:-100;
	top:-20px;
}

/****************************************************

Reservations footer photos overrides

****************************************************/

#reservations #subFooterPhotos {
	top:-170px;
	margin-bottom: -170px;
}

#reservations #subFooterPhotos .photo1 {
	z-index: 200;
	margin-right: -70px;
	margin-left: -30px;
}

#reservations #subFooterPhoto .photo2 {
	z-index: -200;
	position: absolute;
	
}

#reservations #footerContent {
	margin-top:-130px;
}

/****************************************************

Menu footer photos overrides

****************************************************/

#menu #subFooterPhotos .photo1 {
	margin-right: -60px;
	top:-50px;
	margin-bottom: -0px;
}	

#menu #subFooterPhotos .photo2 {
	margin-left: -20px;
	top:20px;
}

/****************************************************

Hacks

****************************************************/

/* CLEAR FLOATS WITHOUT EXTRA DIV MARKUP */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
