/* -----------------------------------------
    
	      File: nickel-print.css
	   Project: Nickel Diner
	Created by: Courts Carter
	Created on: 2009-06-04
   
---------------------------------------- */
body,
body *,
body .contentInWrap,
body .contentInWrap *,
body #header,
body #header *,
body #footer,
body #footer *{
	bottom:0;
	color:#000;
	float:none;
	left:0;
	overflow: visible;
	position:relative;
	right:0;
	text-indent:0;
	top:0;
}
html,
body,
div#header,
div#header h1,
.contentWrap,
.contentInWrap{
	background-color:#fff;
	background-image:none;
}
body .contentInWrap,
body .contentInWrap *{
	float:none !important;
	overflow: visible !important;
}
div#header, 
div#content, 
div#footWrap,
#centerContent,
.twoCol #centerContent {
	width:100%;
	margin:0;
}

html body div#content div#centerContent *{
	background-image:none;
	color:#000;
	text-indent:0;
}

/* ---------------------------------------------------------------------------- */
body{
	padding:1em;
}

/* ============================ */
/*   HEADER FIXES */
/* ============================ */
/* copy clear fix to header */
#header:after{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
div#header{ 
	border-bottom:solid 1px #CCC; 
	height:auto;
}
div#header h1{
	text-align:center;
}
div#header h1,
div#header h1 a{
	height:auto;
	text-indent:0;
	width:auto;
}
div#header h1 a{
	font-size:1.5em;
}
ul#nav,
div#leftSidebar,
div#footer{ display:none; }
/*
*/
#headerHours .hoursLabel{ color:#000; }
div#headerHours{ float: left; }
div#headerAddy{ float:right; }

/* ============================ */
.contentWrap h2{
	font-size:3.1em;
}

/* ============================ */
/* ============================ */
div.halfColumn.first {
	float:left !important;
	margin-left:0;
}
div.halfColumn {
	margin-left:53%;
	overflow:visible !important;
	width:45%;
}
div.contentWrap div.contentInWrap h3{
	border-bottom:1px solid #000;
	font-size:1.5em;
	font-weight:bold;
	height:auto;
	margin:2em 0 1em;
	padding:0 0 .4em;
}
div.menu strong.price {
	float: right !important;
}

/* ============================ */
div.menuPhoto{
	height:auto;
	margin:3em auto;
	padding:1em;
	text-align:center;
}
div.menuPhoto img{
	padding-bottom:1em;
}
div.menuPhoto a.morePhotos{
	display:none;
}
div.menuPhoto p.caption{
	color:#777;
	font-style:italic;
}

