@charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: print.css
* Version: 1.0.0 (2009-02-02)
* Website: www.biancooffqueen.co.nz
* Author: Dhruv Raniga
* Description: Handles the print layout.
    ------------------------------------------------------------------------------------*/


/*
[Color codes]

Bronze #736859
Cream ##fad9a0
Green #84963f
*/

/*------------------------------------------------------------------------------------
      Global 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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit;
} 

body { 
	line-height: 1;
	color: black; 
	background: white;
	margin: 0;
	padding: 0;  
}
 
ol, ul { 
	list-style: none; 
} 

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
} 

blockquote:before, blockquote:after, q:before, q:after { 
content: ""; 
} 

blockquote, q { 
quotes: "" ""; 
}

fieldset,img, abbr { 
	border: 0;
}


/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/

body {
	font: 100% Helvetica, Arial, Verdana;
 	background: #FFF;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding-bottom: 15px;
	margin: 0;
}

a {
	color: #555;
	text-decoration: none;
}


/*------------------------------------------------------------------------------------
      Header
    ------------------------------------------------------------------------------------*/


#top {
	display: none;
}

#header {
	height: 90px;
	padding: 0;
}

#logo {
	display: none;
}

#logo_print {
	float: left;
}


	
	
/*------------------------------------------------------------------------------------
      Page Structure
    ------------------------------------------------------------------------------------*/

.lighting {
 	background: url(../images/lighting_background.jpg) top center no-repeat;
}

#top .inner, #container, #footer .inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#banner {
	margin: 0 20px 10px 20px;
	width: 900px; 
	height:300px;
	padding: 10px;
}

#slideshow {
	width: 900px; 
	height:300px;
}

#content {
	margin: 0;
	padding: 0 20px;
	clear: both;
}

.column1, .preview {
	display: inline;
	float: left;
}

 .column2, .detail, .meta {
	display: inline;
	float: right;
}

.column1 {
	width: 610px;
	margin-bottom: 20px;
}

.section {
	padding: 20px 20px 10px 20px;

}

.column2 {
	width: 300px;
	margin: 0 0 20px 10px;
}

.reservations {
	display: none;
}

.specials {
	background: url(../images/specials_background.jpg) top #343434;
	padding: 20px;
}

.listing {
	clear: both;
}

.preview {
	width: 230px;
	margin: 0 20px 15px 0;
}

.thumbnail {
	width: 230px;
	height: 150px;
	background: url(../images/thumbnail_background.jpg) no-repeat;
	margin: 0 20px 15px 0;
	padding: 10px;
}

.detail {
	width: 300px;
}

#footer  {
	display: none;
}


/*------------------------------------------------------------------------------------
      Headings
    ------------------------------------------------------------------------------------*/

h1 {
	font-size: 32px;
	color: #744739;
	margin: 0;
	padding-bottom: 10px;
}

h2 {
	font-size: 12px;
	color: #744739;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 5px;
}

h3 {
	font-size: 11px;
	color: #744739;
	font-weight: bold;
	margin: 0;
	padding-bottom: 2px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	color: #744739;
	font-weight: normal;
	padding-bottom: 15px;
	margin: 0;
}

h5 {
	font-size: 12px;
	color: #744739;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/*------------------------------------------------------------------------------------
      Text Styles
    ------------------------------------------------------------------------------------*/

#top .inner ul {
	float: right;
	list-style: none;
	margin: 10px 20px 0 20px;
	padding: 0;
}

#top .inner li {
	float: left;
	font-size: 12px;
	color: #aaa9a9;
	margin-left: 12px;
	padding: 0;
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	padding-bottom: 15px;
}

#content li {
	font-size: 12px;
	line-height: 18px;
	color: #736859;
	padding-bottom: 5px;
}

.reservations p, .specials p {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding-bottom: 15px;
	margin: 0;
}

#footer p {
	font-size: 11px;
	text-align: left;
	color: #736859;
	margin: 0;
	padding: 0;
}


/*------------------------------------------------------------------------------------
      Navigation
    ------------------------------------------------------------------------------------*/

 #menu {
	 display: none;
}


/*------------------------------------------------------------------------------------
      Misc.
    ------------------------------------------------------------------------------------*/

.divider {
	border-top: 1px solid #222;
	padding-top: 20px;
}

.clearfloat { 
	clear: both;
}

#tooltip {
	position: absolute;
	font-size: 12px;
	background: url(../images/tooltip_background.png) repeat;
	padding: 5px 8px;
	color: #FFF;
	display: none;
}

.imghide {
	display: none;
}

#map {
		width: 570px;
		height: 380px;
		margin-bottom: 20px;
}

.qualmark {
		float: left;
		margin: 4px 20px 10px 0;
}