/**
 * MetroSeeq Print Stylesheet.
 * This file is included on the print coupon and print maps view. We can 
 * use this to keep the page light and increase fonts for printing
 */
* {
	margin: 0;
	padding: 0;
}
body.print {
	width: 19cm;
	background: #fff;
}
html {
	background: none;
}

/**
 * Layout 
 */
#Header {
	overflow: hidden;
}
	h1#Logo {
		display: block;
		float: left;
		width: 187px;
		margin-top: 30px;
		height: 61px;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9000px;
	}
		h1#Title {
			color: #c7c7c7;
			font-size: 24px;
			float: right;
		}
		#Header h1 a { 
			display: block;
			float: left;
			width: 187px;
			height: 61px;
			outline: none;
			background: inherit;
			text-indent: 0;
			border: 0;
		}
		#Header h1 a img {
			border: none;
		}

/**
 * Generic Overrides and Hides
 */
.box,
#Results {
	float: none;
}
#Layout,
#Content,
#Sidebar {
	float: none;
	clear: both;
	margin: 0;
	overflow: visible;
	width:100%;
}
#ColumnWhat small,
#ListCuisinesLink,
#ColumnWhere small,
#ListCitiesLink,
#Choose,
#Footer {
	display: none;
}
#LeftWrapper,
#RightWrapper,
#BottomLeftWrapper,
#BottomRightWrapper {
	float: none;
	display: inline;
	clear: both;
}

/**
 * Specialised Layouts 
 */
#Header {
	page-break-after: avoid;
}
.map {
	page-break-after: always;
}
#RightWrapper {
	page-break-before: always;
}
#Coupon {
	width: 100%;
	margin: 12px 0;
	border: 3px dashed #000;
	padding: 10px;
}
#UserSearch form {
	display: none;
}
#UserSearch #SearchBarTagline {
	display: none;
}
#SearchBar {
	background: none;
}
#SearchBar input {
	padding: 0;
}
#SearchBar #OrangeBar {
	background: none;
}
#BodyGrad {
	background: none;
	height: 0;
}
body.print #UserSearch form {
	margin: 0;
}
#UserSearch form input.text {
	float: right;
	width: 200px;
	display: inline;
	border: none;
	background: none;
}
#UserSearch form input.action  {
	display: none;
}
#SearchBar #OrangeBar {
	padding: 0;
}
#SearchBar label {
	color: #000;
	float: left;
}
#Location p a {
	display: none;
}

#MapSettings,
#PlaceListManager,
#CuisineSuggestions,
#FooterNav,
#Sharing,
#UserSearch form_action_search,
#ResultsTopContainer {
	display: none;
}
#ResultsTop {
	height: 0;
	border: 0;
}

#lightwindow,
#lightwindow_overlay {
	display: none;
}
#UserOptions {
	display: none;
}
#DealListHolder .toggle {
	display: block;
}
#Results .toggle {
	display: block;
}
#Results ul {
	height: auto;
	overflow: none;
}
	#Results ul * {
		float: none;
	}
	#Results li.result {
		width: 45%;
		float: left;
		clear: none;
		font-size: 10px;
		line-height: 12px;
		border-left: 1px solid #D9D9D9;
	}
	#Results ul li a {
		font-size: 11px;
	}
	#Results .result .locality {
		display: block;
	}
	#Results .marker img {
		border: none;
		float: left;
	}

p.printPage {
	background: #eee;
	border: 1px solid #999;
	padding: 10px;
	margin: 10px 0;
	font-size: 13px;
	font-weight: bold;
}

/** 
 * Typography 
 */

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Sans-serif; 
}

h1, h2 {
	color: #000;
	font-weight: bold;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	font: 11px/1.6 Verdana, Sans-serif;
}
a {
	color: #4099ff;
}
li {
	list-style: none;
}

/**
 * Ingo debug *
 */
