/* ======================================================================================
 * Filename: theme/css/print.css
 * Author: Webmistress, info@webmistress.com.au, www.webmistress.com.au
 * Copyright: Webmistress
 * Date: 1 July 2011
 * Description: Print styles settings for the food2u website.
 *
 * This file may not be used for any purpose other than for the food2u website 
 * and may not be copied or modified without written permission from the author.
 * ======================================================================================
 */
 
body
{
	font-size: 13px;
	line-height: 1.5;
	font-family: arial, helvetica, sans-serif;
	color: #000;
}

input, select, textarea
{
	font-size: 1.0em;
	line-height: 1.5;
	font-family: arial, helvetica, sans-serif;
}

h1
{
	padding: 20px 0;
	margin: 0;
	color: #000;
	letter-spacing: 0.1em;
	font-size: 1.5em;	
	font-weight: normal;
}

h2
{
	color: #000;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0 0 0.6em 0;	
	margin: 0;
}

h3
{
	font-size: 1em;	
	font-weight: bold;
	padding: 0;
	margin: 0;
}

p
{
	padding: 0 0 1em 0;
	margin: 0;	
}

ul, ol
{
	margin: 0;
	padding: 0 0 1em 20px;	
}

ul ul, ol ol, ul ol, ol ul
{
	padding-bottom: 0;	
}

a img
{
	border: none;
}

a:link, a:visited, a:focus, a:hover, a:active
{
	color: #000;
	text-decoration: none;
}

.small
{
	font-size: 0.9em;
}

.feature
{
	color: #cf973c;
	font-size: 1.4em;
}

hr
{
	height:	1px;
	background-color: #fff;
	color: #fff;
	border-top 1px dotted #ccc;
	margin: 0 0 1em;
	clear: both;
}

.clear
{
	clear: both;	
	font-size: 0;
}

form
{
	background-color: #f4f5e8;
	padding: 5px 0 0;
	margin: 0 0 1em;
}

form p
{
	padding: 0 0 5px;
}

form label
{
	float: left;
	display: block;
	width: 50px;
}

form input.text
{
	width: 280px;
	border: 1px solid #ccc;
}

form input.button
{
	margin-left: 50px;
	border: 1px solid #795200;
	color: #fff;
	background-color: #795200;
}

form select
{
	border: 1px solid #ccc;
}

#jumptoform, #nav
{
	display: none;
}

#gmap
{
	height: 375px;
	width: 375px;
}

#grid
{
	height: 375px;
	width: 375px;
	position: relative;
	border: 1px solid #ccc;
}

#grid ul
{
	padding: 0;
	margin: 0;
	width: 375px;
	height: 375px;
	list-style-type: none;
}

#grid li
{
	width: 125px;
	height: 125px;
	position: absolute;
	padding: 0;
	background-image: none;
}

#grid li.note
{
	color: #fff;
	font-size: 1.4em;
	padding: 15px 10px 10px;
	width: 105px;
	height: 100px;
	line-height: 1.2;
}

#grid li img
{
	display: block;
}

#homelink
{
	width: 50px;
	float: left;
}

#footer
{
	padding: 20px 0 0 0;
	clear: both;
	font-size: 12px;
}

#footer p
{
	padding: 5px 0 0;
}

#content
{
	position: relative;
}

#col1
{
	padding: 0 400px 0 0;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#col2
{
	position: absolute;
	top: 70px;
	right: 0;
	width: 377px;
}
