/* 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, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html { font-size: 62.5%; }
html, body { height: 100%; }
/* LAYOUT */
.container {
	padding: 10px;
	overflow: hidden;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -480px;
}
.push { clear: both; }
footer, .push { height: 480px; }
img { max-width: 100%; }
/* TYPOGRAPHY */
h1 {
	font-family: "nimbus-sans-condensed", sans-serif;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: rgb(12,176,184);
}
.breakout {
	font-family: "lobster", serif;
	font-size: 30px;
	color: rgb(231,42,47);
	line-height: 38px;
	margin: 10px 0;
	font-weight: 400;
}
.breakout-space { margin: 20px 0; }
p, li {
	font-family: "courier new", monospace;
	font-size: 13px;
	line-height: 17px;
	margin: 2px 0 8px 0;
}
li { margin: 0 0 6px 0; }
ul, ol { margin-left: 12px; }
ul { padding-left: 3px; }
ol { padding-left: 12px; }
a { color: rgb(231,42,47); }
h2 {
	font-family: "Times New Roman", serif;
	font-size: 20px;
	line-height: 24px;
	border-bottom: 1px solid rgb(231,42,47);
	margin: 10px 0 5px 0;
	color: rgb(231,42,47);
	font-weight: 400;
	text-transform: uppercase;
}
h3 {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid rgb(231,42,47);
	margin: 10px 0 2px 0;
	color: rgb(231,42,47);
	font-weight: 400;
	text-transform: uppercase;
}
h4 {
	font-family: "nimbus-sans-condensed", sans-serif;
	color: rgb(231,42,47);
	font-size: 18px;
	line-height: 20px;
	margin: 6px 0 0 0;
	text-transform: uppercase;
}
h2.sub {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	line-height: 19px;
	margin: 7px 0 5px 0;
	color: rgb(43,43,44);
	border-bottom: none;
	text-transform: none;
}
h5 {
	font-family: "nimbus-sans-condensed", sans-serif;
	font-weight: 700;
	color: rgb(231,42,47);
	text-transform: uppercase;
	font-size: 16px;
	line-height: 19px;
	margin: 6px 0 0 0;
}
.blacklink { color: rgb(46,46,45); }
/* FORMS */
label {
	display: block;
	font-family: Courier New, monospace;
	font-size: 12px;
	line-height: 16px;
	padding: 12px 2px;
}
input[type="text"], input[type="password"], textarea, select, textarea.cat_listbox {
	background: #FFF;
	border: 1px solid rgb(46,46,45);
	padding: 7px 5px;
	width: 100%;
	font-family: Courier New, monospace;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="text"], input[type="password"], select {
	height: 29px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
}
input[type="submit"] {
	text-transform: uppercase;
	color: #FFF;
	font-family: "nimbus-sans-condensed", Courier New, monospace;
	font-weight: 400;
	font-size: 13px;
	background: rgb(231,42,47);
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 8px;
	cursor: pointer;
	height: 29px;
	border-radius: 0;
	box-shadow: none;
	float: right;
}
/* HEADER */
header, .mobilemenu { border-top: 10px solid rgb(255,245,207); }
nav ul, nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav a {
	text-decoration: none;
	font-family: Times New Roman, Arial, serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}
nav a.selected { text-decoration: underline; }
.mobilebutton {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
}
.mobilebutton span {
	background: rgb(231,42,47);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	width: 100%;
	height: 4px;
	margin: 4px 0;
}
.mobilemenu {
	display: none;
	background: rgb(255,245,207);
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.mobilemenu li { padding: 0 0 4px; }
.mobilemenu li a {
	display: block;
	background: #FFF;
	width: 200px;
	padding: 12px;
}
.mobilepush { margin-left: 200px; }
.mainmenu ul { text-align: center; }
.mainmenu li { display: none; }
.mainmenu li.logo { display: block; }
.socialitems a {
	text-decoration: none;
	border-bottom: 2px dotted rgb(46,46,45);
	color: rgb(46,46,45);
	text-transform: none;
	font-family: Courier New, monospace;
	text-align: right;
}
.socialitems .socialicons a {
	background: url(/images/sprite.png) no-repeat;
	background-position: 2px;
	display: inline-block;
	width: 30px;
	height: 30px;
	float: right;
	text-indent: 99999px;
	border-bottom: none;
}
.socialitems .socialicons {
	background: #FFF;
	border-bottom: 2px dotted rgb(46,46,45);
	display: block;
	overflow: hidden;
}
.socialitems .socialicons a.instagram { background-position: -90px 2px; }
.main-socialitems { display: none; }
.mobilemenu li a.header-phone { padding: 10px 10px 6px; }
/* FOOTER */
footer {
	background: rgb(255,245,207);
	margin-top: 20px;
}
footer p, h6 {
	font-family: Courier New, monospace;
	font-size: 12px;
	line-height: 16px;
	padding: 12px 2px;
	color: rgb(46,46,45);
}
h6 { border-bottom: 2px dotted rgb(46,46,45); }
footer .contact, footer .location, footer .hours {
	display: inline;
	width: 50%;
	overflow: hidden;
	float: left;
	padding-right: 10px;
}
footer .location { padding: 0 0 0 10px; }
footer .newsletter {
	clear: both;
	overflow: hidden;
}
footer .copyright {
	clear: both;
	margin-top: 10px;
	text-align: center;
}
footer .copyright a { color: rgb(46,46,45); }
footer input[type="submit"] { margin-top: 7px; }
.footer-socialitems .socialicons { background: none; }
.footer-socialitems .socialicons a { float: left; }
.footer-tel {
	display: block;
	text-align: left!important;
}
/* MENU ITEMS */ 
.cafe-menu-item {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 300px;
	margin: 5px;
}
.cafe-menu-item div p:first-child { 
	border-bottom: 2px dotted #000;
	margin: 10px 0 0;
}
.cafe-menu-item h5 {
	margin: 10px 0 5px;
	color: rgb(43,43,44);
}
.cafe-menu-item p span {
	float: right;
	margin-right: -60px;
}
.cafe-menu-item h5 {
	font-family: Courier New, monospace;
	font-size: 14px;
	line-height: 17px;
}
.cafe-menu-item p { padding-right: 60px; }
.half-640 {
	width: 100%;
	margin: 0;
	padding: 5px;
	padding-bottom: 30px;
}
.half-640.third960 { width: 100%; }
.cafe-menu-item { width: 100%; }
/* CONTACT */
.contact-wrap { overflow: hidden; }
.contact-form-wrap {
	max-width: 320px;
	margin: 0 auto;
}
.contact-col iframe {
	width: 100%;
	height: 300px;
}
.contact-col-second { padding-top: 30px; }
.contact-form-wrap input[type="submit"] { float: right; }
/* BREAKOUT BOXES */
.breakout-wrapper img { margin-top: 10px; }
/* HOME */
.home-text {
	margin: 10px auto;
	text-align: center;
	max-width: 850px;
}


/* Pages details  - 480 */
.breakout-wrapper img {
	max-width: 50%;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}
.breakout-wrapper img:nth-child(2n) { padding: 0 10px 0 0; }


/* LAYOUT 640 */
.container {
	margin: 0 auto;
	width: 640px
}
.wrapper { margin: 0 auto -290px; }
footer, .push { height: 290px; }
/* HEADER 640 */
.mobilebutton, .mobilemenu { display: none; }
.mainmenu li, .mainmenu li.logo { 
	display: inline-block; 
}
.mainmenu li { width: 100px; }
.mainmenu li.logo { width: 200px; }
.mainmenu li.logo a{
	top: 16px;
	position: relative;
}
.main-socialitems {
	display: block;
	text-align: right;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: -55px;
}
.main-socialitems a { float: right; }
.main-socialitems div {
	margin-top: 5px;
	width: 96px;
	float: right;
	clear: both;
}
.main-socialitems div a { height: 25px; }
/* FOOTER 640 */
footer .contact, footer .location, footer .hours {
	width: 200px;
	display: inline;
	padding: 0 10px;
}
footer .location { margin: 0 10px; }
footer .contact { padding-left: 0; }
footer .hours { padding-right: 0; }
.newsletter-col {
	width: 310px;
	float: left;
	padding: 0 0 0 10px;
}
.newsletter-col:first-child { padding: 0 10px 0 0; }

footer input[type="submit"] {
	margin-top: 0px;
	float: right;
	position: relative;
	z-index: 99999;
}
/* CONTACT 640 */
.contact-col {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.contact-col-second { padding: 0 0 0 10px; }
/* HOME 640 */
.home-banner { height: 250px; }
.home-banner img {
	height: 100%;
	width: auto;
	max-width: none;
}
/* Menu Items  - 640 */
.menu-wrapper {
	width: 320px;
	float: left;
	position: relative;
	display: inline;
	margin-right: -20px;
	padding-right: 5px;
}
.half-640 {
	display: inline;
	position: relative;
	float: left;
	width: 100%;
}
.half-640.third960 {
	width: 300px;
	float: left;
	display: inline-block;
	height: 100%;
	margin-right: 15px;
}
h2.menu-heading { margin: 10px -10px 5px 0; }
.breakout-wrapper img, .breakout-wrapper img:nth-child(2n) { padding: 0 0 10px; }
.menu-breakout img { max-width: 100%; }



/* LAYOUT 960 */
.container {
	margin: 0 auto;
	width: 960px;
}
.wrapper { margin: 0 auto -290px; }
footer, .push { height: 290px; }
/* FOOTER 960 */
footer .newsletter {
	display: inline-block;
	float: right;
	width: 310px;
	clear: none;
}
footer .newsletter .newsletter-col { padding: 0; }
footer .contact, footer .location, footer .hours { width: 180px; }
/* HOME 960 */
.home-banner { height: 330px;margin:0 auto;width:960px;position:relative;overflow:hidden; }
/* Menu items - 960 */
.menu-wrapper {
	width: 640px;
	margin-right: -20px;
}
.half-640 {
	width: 50%;
	margin-left: 0;
}
h2.menu-heading {
	margin-left: 320px;
	margin-right: -10px;
}
.menu-breakout .breakout-wrapper { margin-top: -45px; }
/* Pages details - 960 */
.breakout-wrapper img { max-width: 100%; }
.image-col {
	float: left;
	width: 33.3333%;
	padding-right: 10px;
	margin-top: -5px;
}
.deets-col {
	float: left;
	width: 66.6667%;
	padding-left: 10px;
}


