/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*CSS RESET*/

body{
	background:#ECEBE6;
	color: #1D1D1D;
    font-family: Georgia,Serif;
    font-size: 15px;
    margin:0;
    padding:0;
}
.clear{
	clear:both;
	}
h1, h2, h3, h4, h5, h6{
	font-family: 'Kreon', arial, serif;
	color:#CC342C;
	}
h1{
	font-size:22px;
	margin-top:15px;
	margin-bottom:7px;
	}
h2{
	font-size:22px;
	margin-bottom:5px;
	}
h3{
	font-size:16px;
	}
h4{
	font-size:14px;
	}
#container{
	width:960px;
	margin:auto;
	padding-top:10px;
	}
#place-map img{
	border:1px solid #CC342C;
	}
#top-bar{
	background:#CC342C;
	color:#ffffff;
	}
#global-nav{
	width:960px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	}
#logo{
	background:;
	width:250px;
	}
#sidebar{
	width:300px;
	float:left;
	line-height:19px;
	}
#content{
	width:640px;
	float:right;
	}
#content p{
	line-height:19px;
	padding-bottom:10px;
}
.text1{
	font-size:16px;
	font-family: 'Kreon', arial, serif;
	}
.text2{
	font-size:14px;
	color:#cccccc;
	font-family: 'Kreon', arial, serif;
	}
.text3{
	font-family: 'Kreon', arial, serif;
	}
a{
	color:#CC342C;
	text-decoration:none;
	}
b{
	font-weight:bold;
	}
#reservations a{
	color:#ffffff;
	width:300px;
	background:#CC342C;
	display:block;
	text-align:center;
	text-decoration:none;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
#order a{
	color:#ffffff;
	width:300px;
	background:#CC342C;
	display:block;
	text-align:center;
	text-decoration:none;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	}

.offer{
	background:#ffffff;
	border:1px dashed #CC342C;
	padding:10px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	}
#directions{
	font-weight:bold;
	text-align:right;
	margin-top:7px;
	}
#crumbs{
	margin-bottom:10px;
	font-size:11px;
	}
#crumbs a{
	color:#a07472;
	}
#social{
	float:right;
	}
#phone{
	font-weight:bold;
	}
#footer-logo{
	height:100px;
	}