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 {
	color: #444;
	font-family: Georgia, serif;
	line-height: 1.5em;
}
ol, ul {
	list-style: square;
	margin: 0 0 0.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
code {
	font-family: Menlo, 'Panic Sans', monospace;
	font-size: 0.875em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
p {
	margin: 0 0 0.5em;
	max-width: 634px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 0 0.25em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1em;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	border-color: #ff261f;
	color: #000;
    	text-decoration: none;
	text-shadow: 2px 2px #ff261f;
}

img {
	max-width: 100%;
}

hr {
	border: none;
	background: url(../images/bg_hr.png) center center no-repeat;
	height: 10px;
}

#logo {
	padding-bottom: 0;
    	background-color: #000
}

.logo {
	color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
	font-family: 'Cabin Sketch', cursive;
}
.logo b {
	font-weight: bold;
	color: #ff261f;
}

.banner-wrap {
	text-align: center;
	background: #ffc;
	padding: 0 0 1em;
	margin-bottom: 3px;
	border-bottom: 3px double #000;
    	background-color: #ff261f;
	background-image: url(/images/dark-brick-wall.png);
}

.banner-wrap img{
	width: 85px;
	height: 85px;
	border-radius:6px;
}
	
body{
	background-color: #fff;
}

.intro {
	font-size: 1.75em;
	font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
	line-height: 1.1em;
	max-width: none;
}

.grid {
}

.row{
	font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
	margin-bottom: 1em;
}
.row b{
	color: #ff261f;
	font-weight:bold;	
}
.row a:hover{
	text-shadow: 1px 1px #ff261f;
}

.row .bttn h2{
	color: #000;
	font-family: 'Cabin Sketch', cursive;
}

.row .und{
	border-bottom: 3px double #ff261f;
}

.feature h2 {
	font-weight: bold;
	text-align: center;
	font-family: 'Cabin Sketch', cursive;
}

.feature p {
	font-size: 1.125em;
}


.menu-grid .row{
    
}


.menu-grid{
    border-bottom: 3px double #000;
    text-align:center;
}



.footer{
	bottom: 0;
	border-top: 3px double #000;
	width: 100%;
	position: fixed;	
	background-color: #ff261f;
        background-image: url(/images/dark-brick-wall.png);
}
.footer p {
	color: #000;
	font-size: 1.3em;
	text-align: center;
	max-width: none;
	font-family: 'Cabin Sketch', cursive;

}
