html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #dcc68a url(images/bg1_01.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #634E36;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h3.homepage #box2 {
	padding-left: 10px;	
}	

p, ol, ul {
	margin-top: 0px;

}

p, ol {
	line-height: 185%;
}

strong {
	color: #634E36;
}

a {
	color: #C16800;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg1_03.jpg) repeat-y center top;
}

#wrapper-bgtop {
	overflow: hidden;
	background: url(images/subpage2_01_.jpg) no-repeat center top;
}

.homepage #wrapper-bgtop {
	background: url(images/bg1_02_.jpg) no-repeat center top;
}

.breakfast #wrapper-bgtop {
	background: url(images/bg1_02_.jpg) no-repeat center top;
}

.container {
	width: 986px;
	margin: 0px auto;
	:1;

}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: visible;
}

/** MENU */

#menu {
	float: left;
	width: 666px;
	height: 216px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
	
}

#nav {
	margin: 0;
	padding: 130px 20px 90px;
	background: url() repeat-x 0 -110px;
	line-height: 100%;
	 
	
}
#nav li {
	margin: 0 5px;
	padding: 0 5px;
	float: left;
	position: relative;
	list-style: none;
	 
}


/* main level link */
#nav a {
	
	
	text-decoration: none;
	display: block;
	style: bold;
	font-size: 18px;
	color: #4D2B1C;
	padding:  10px 9px;
	margin: 0;
	 

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
	 
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #5C3D1F url(file:///Users/kylegrauberger/sotw/gradient.png) repeat-x 0 -40px;
	color: #FFF;
	border-top: solid 1px #996633;
	 


	
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	 

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #5C3D1F url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	 

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 220px;
	position: absolute;	
	top: 35px;
	left: 0;
	background: #F0E0B2 url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	z-index: 1000; 

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	 
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	 
}

/* level 3+ list */
#nav ul ul {
	left: 130px;
	top: -3px;
	 
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	 
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	 
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	:100; 
}
#nav {
	display: inline-block;
	 
} 
html[xmlns] #nav {
	display: block;
	 
}
 
* html #nav {
	height: 1%;
	 
}
/** HEADER IMAGES */

#gallery {
	height: 262px;
}

#gallery .column1 {
	float: left;
	margin-left: -15px;
}

#gallery .column2 {
	float: left;
}

#gallery .column3 {
	float: left;
	margin-right: -15px;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 896px;
	padding: 90px 45px 40px 45px;
}

.homepage #page {
	padding-top: 60px;
}

/** CONTENT */

.menu #content {
	float: left;
	width: 873px;
}

.breakfast #content {
	float: left;
	width: 500px;
	padding-left: 10px;
}

#content {
	float: left;
	width: 595px;
	
} 
#content2 {
	float: left;
	width: 855px;
	
} 
#whatsontap h3{padding:15px 0 0 10px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 278px;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 135px;
	background: url(images/bg1_07.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 38px 0px 0px 0px;
	letter-spacing: -.5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #886D3C;
}

#footer a {
	color: #886D3C;
}

/** FOOTER CONTENT */

#footer-content {
	background: url(images/bg1_05.jpg) repeat-y center top;
}

#footer-bgtop {
	background: url(images/bg1_05.jpg) no-repeat center top;
}

#footer-bgbtm {
	overflow:  hidden;
	background: url(images/bg1_06.jpg) no-repeat center bottom;
}

/** THREE COLUMNS */

#three-columns {
	overflow: hidden;
	width: 896px;
	padding: 15px 45px;
	font-size: 13px;
	color: #7B5C3B;
}

#three-columns h3 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-weight: bold;
	color: #3A2116;
}
p.webdesign {
	padding:0;
	font-size:14px;
	line-height:16px;
}	

#column1, #column2, #column3 {
	width: 280px;
	:1;
}

#column1 {
	float: left;
	margin-right: 29px;
	:1;
}

#column2 {
	float: left;
	:1;
}

#column3 {
	float: right;
	
}
p.hours {
	font-size:12px;
	line-height:16px;
	padding:0;
	}
.posted {
	display: block;
	float: left;
	width: 82px;
	height: 82px;
	margin: 3px 20px 0px 0px;
	background: url(images/homepage05.jpg) no-repeat left top;
}

.date {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 1px #5C3220;
	font-size: 50px;
	color: #FFFFFF;
}

.month {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}

.box-style1 {
}

.box-style1 .title {
	letter-spacing: -1px;
	padding-left:0px;
	font-weight: normal;
	font-size: 36px;
	color: #B26200;
}

.box-style1 .title2 {
	letter-spacing: -1px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 36px;
	color: #B26200;
	text-align: center;
}

.box-style1 span {
	font-size: 36px;
	color: #4A2F0E;
}

.box-style1 .byline {
	margin-top: 0px;
	padding-top: 5px;
	letter-spacing: -1px;
	font-size: 25px;
	color: #937060;
	text-align: center;
	vertical-align: bottom;

}

.box-style1 .byline2 {
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: -1px;
	padding-left: 5px;
	font-size: 28px;
	color: #937060;
	text-align: left;

}

.box-style1 .byline3 {
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: -1px;
	font-size: 28px;
	color: #937060;
	text-align: center;

}

.box-style1 .columna {
	margin-top: -5px;
	padding-left: 5px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #937060;
	text-align: left;
	
}	
.box-style1 .columnb {
	margin-top: -5px;
	padding-right: 30px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #937060;
	text-align: center;
}
.box-style1 .columnc {
	margin-top: -5px;
	padding-right: 70px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #937060;
	text-align: right;
}		
.box-style1 .pad {
	margin-bottom: 30px;
}


/** IMAGE STYLE 1 */

.image-style1 {
	float: left;
	position: relative;
	width: 338px;
	height: 253px;
	margin-bottom: 10px;
}

.image-style1 span {
	position: absolute;
	width: 313px;
	height: 223px;
	top: 30px;
	left: 25px;
}

.image-style1 .thumbnails {
	position: absolute;
	padding-right: 5px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery01.png) no-repeat left top;
}

.image-style1a {
	float: left;
	position: relative;
	width: 338px;
	height: 253px;
	margin-bottom: 10px;
}	

.image-style1a span {
	position: absolute;
	width: 313px;
	height: 223px;
	top: 30px;
	left: 25px;
}	

.image-style1a .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery01.png) no-repeat left top;
}
	
/** IMAGE STYLE 2 */

.image-style2 {
	float: left;
	position: relative;
	width: 187px;
	height: 135px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.image-style2 span {
	position: absolute;
	width: 180px;
	height: 128px;
	top: 7px;
	left: 7px;
}

.image-style2 .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery_19.png) no-repeat left top;
}

/** IMAGE STYLE 3 */

.image-style3 {
	float: left;
	position: relative;
	width: 277px;
	height: 135px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.image-style3 span {
	position: absolute;
	width: 270px;
	height: 128px;
	top: 7px;
	left: 7px;
}

.image-style3 .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery02.png) no-repeat left top;
}

/** IMAGE STYLE 4 */

.image-style4 {
	position: relative;
	width: 277px;
	height: 104px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.image-style4 span {
	position: absolute;
	width: 270px;
	height: 97px;
	top: 7px;
	left: 7px;
}

.image-style4 .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery03.png) no-repeat left top;
}

/** IMAGE STYLE 5 */

.image-style5 {
	float: left;
	position: relative;
	width: 187px;
	height: 135px;
	margin-top: 5px;
	margin-right: 25px;
}

.image-style5 span {
	position: absolute;
	width: 187px;
	height: 135px;
	top: 7px;
	left: 7px;
}

.image-style5 .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery04.png) no-repeat left top;
}

/** IMAGE STYLE 6 */

.image-style6 {
	float: left;
	position: relative;
	width: 863px;
	height: 184px;
	margin-top: 5px;
	margin-right: 25px;
	padding-bottom: 15px;
}

.image-style6 span {
	position: absolute;
	width: 863px;
	height: 184px;
	top: 7px;
	left: 7px;
	padding-bottom: 15px;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	word-spacing: 30;
}

ul.style1 li {
	padding-bottom: 15px;
}

/**IFRAME */

.box-style1 #iframe {
	position: relative;
	width: 500px;
	height:300px;
	padding-left: 10px;
	align: left;
}

#box1 {}
#box2 {}
#box3 {
	margin-top: 30px;
	
}