/* ===========================================================================
 * Filename: css/handheld.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 23 June 2009
 * Description: Contains handheld device styles for the Heritage Highway Tasmania website.
 *
 * This file may not be used for any purpose other than for the Heritage Highway Tasmania 
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */


body
{
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.5;
	margin: 0;
	padding: 10px;
}

a img
{
	border: none;	
}

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

h1
{
	color: #222;
	font-weight: normal;
	font-size: 1.5em;	
	padding: 1em 0 0.5em 0;
	margin: 0;
	line-height: 1.2;
}

h2
{
	color: #666;
	font-weight: normal;
	font-size: 1.2em;	
	padding: 0 0 0.7em 0;
	margin: 0;
	line-height: 1.2;
}

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

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

ul, ol
{
	padding-left: 2em;	
}

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

hr
{
	height: 1px;
	color: #fff;
	background-color: #fff;
	border-top: 1px solid #e3e3db;
	border: none;
	clear: both;
	padding: 0;
	margin: 0 0 1em 0;	
}

.content-image
{
	margin: 0 0 10px 0;	
	padding-top: 5px;
}

.content-image-left
{
	float: left;
	margin: 0 10px 10px 0;	
	padding-top: 5px;
}

.content-image-right
{
	float: right;
	margin: 0 0 10px 10px;
	padding-top: 5px;	
}

.product-image
{
	float: right;
	margin: 0 0 10px 10px;
	padding-top: 5px;
}

.caption
{
	color: #666;	
	font-size: 0.9em;
}

.subdued
{
	color: #666;	
}

.feature
{
	color: #004489;	
}

.highlight, .box
{
	border: 1px solid #999;
	padding: 10px 10px 0;
	margin: 0 0 1.5em 0;
	line-height: 1.5;
	clear: both;
}

label
{
	display: block;	
}

.error, .required
{
	color: red;	
}

.required em
{
	position: absolute;
	top: -9999px;
	left: -9999px;	
}

label .error
{
	display: block;	
}

fieldset
{
	border: none;
	padding: 0;
	margin: 0;	
}

input, textarea, select
{
	display: block;
	margin: 0 0 1em 0;
}

.dateselect
{
	margin: 0 0 1em 0;
}

.dateselect select
{
	display: inline;
	margin: 0;
}	

.buttons input
{
	display: inline;
	margin: 0;	
}

.buttons
{
	margin: 0 0 1em 0;	
}

.thumbnail
{
	width: 140px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

.thumbnail a
{
	height: 140px;
	width: 140px;	
	display: block;
}

.thumbnail .caption a
{
	height: auto;
	width: auto;	
	display: inline;
	padding: 0;
	border: none;
}

.thumbnail .caption
{
	line-height: 1.4;
	padding: 2px 0;
	text-align: left;	
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0.1em;	
}

.pagination
{
	padding: 0 0 1.5em 0;	
	clear: both;
}

#navigation ul ul
{
	display: none;
}

#footer, #navigation
{
	clear: both;
	padding: 1em 0 0 0;	
}

#subnavigation
{
	clear: both;
	padding: 0;	
}
	
#navigation ul, #subnavigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;	
}

#navigation li, #subnavigation li
{
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 0.5em;	
}

#navigation li:first-child, #subnavigation li:first-child
{
	border-left: none;
	padding-left: 0;	
}

#content
{
	padding-top: 2em;	
}