/*  --------------------------------------------------------------------------
     
     Handheld Style Sheet
     Copyright: Tour Hosts Pty.Limited - www.tourhosts.com.au
     Created by: Igor Kasalovic (IK) - ikasalovic@tourhosts.com.au
     Version: 1.0
     Date: 01/05/2006

	

    ------------------------------------------------------------------------- */


/* ----- global white space reset -----  */

* {
	margin:0px;
	padding:0px;
}

/* -----  main layout elemenst -----  */

body {
	margin: 0px;
	padding: 0px;
	font: 62.5% "Lucida Sans", Tahoma, "Trebuchet MS";
	max-width: 240px;	
}
#pageholder {
	padding: 10px;
	
}
#header, #search form,#breadcrumbs, .pics img, #photogallery, .menu, .news {
	display:none;
}
#search .thlogo {
	display:block;
}
.events {
	margin-bottom: 10px;
}
#footer {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 10px;
}

/* typography style elements */
p,h1,h2,h3,h4,h5,h6,ul,li,pre {
	margin: 0px;
	padding: 0px;
}
#pageholder p {
	font: 1.1em/1.2em "Lucida Sans", Tahoma, "Trebuchet MS";
	color: #333;
	background:#fff;
	margin-bottom: 1em;
	margin-top: 1em;
	
}
#pageholder h1 {
	font: bold 1.4em "Lucida Sans", Tahoma, "Trebuchet MS";
	color: #CC3300;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #FFCECE;
	padding: 2px;
}
#pageholder h2 {
	font: bold 1.2em "Lucida Sans", Tahoma, "Trebuchet MS";
	color: #990000;
	margin-top: 1em;
	margin-bottom: 1em;	
}
#pageholder a {
	color: #003399;
	text-decoration: underline;
}
#pageholder a:hover {
	color: #996666;
	text-decoration: underline;
}
#pageholder ul,li {
	list-style: none;
 }
