/********************************************************************
 *
 *  File    :   master.css
 *  Site    :   YHA Backpackers
 * 	Author	:	Justin Frydman
 *
 ********************************************************************
 *
 * Master Stylesheet
 *
 ********************************************************************/
 
 	body {
	
	margin: 0;
	padding: 0;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #27343C;
	background: #fff url(../images/bg-body.jpg) top repeat-x;
	
	}
	
	h1 {

	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	
	}
		
	h1 a {
	
	display: block;
	width: 160px;
	height: 145px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(blank.gif);
	
	}
	
	h2 {
	
	font-size: 24px;
	font-weight: normal;
	color: #FF6600;
	padding: 15px 0;
	margin: 0;
		
	}
	
	h3 {
	
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	color: #FFA532;
	
	}
	
	#content h3 {
	
	font-size: 16px;
	margin-bottom: 10px;
	color: #FF7010;
	
	}
	
	
	ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
	
	}
	
	a {
	
	color: #588927;
	font-weight: bold;
	text-decoration: none;
	
	}
	
	a:hover {
	
	color: #89B55D;
	text-decoration: underline;
	
	}
	
	p {
	
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 20px;
	
	}
	
	.clear {
	
	clear: both;
	
	}
	
	img {
	
	border: none;
	
	}
	
	#info {
	
	width: 614px;
	height: 45px;
	margin-bottom: 12px;
	background: url(../images/info.gif) top left no-repeat;
	
	}
	
	#info p {
	
	color: #4692CC;
	font-size: 15px;
	margin: 0;
	padding: 12px 10px 12px 48px;
	
	}
	
	p#infogerman {
	
	padding: 3px 10px 12px 48px;
	font-size: 12px;
	
	}

/* Main Container */
	
	#main {
	
	width: 972px;
	margin: 0 auto;
	
	}
	
/* Header */
	
	#header {
	
	height: 145px;
	background: url(../images/bg-header.jpg) top left no-repeat;
	
	}

/* Navigation */

	#navigation {

	width: 630px;
	height: 31px;
	padding: 15px 0 0 12px;
	background: url(../images/navigation/bg-navigation.gif) no-repeat;
	
	}
	
	#navigation li {
	
	float: left;
	padding: 0 21px 0 0;
	
	}
	
	#navigation li a {
	
	display: block;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	
	}
	
	#navigation li.last {
	
	padding-right: 0;
	
	}
	
	#navigation li a:hover {
	
	color: #FF6600;
	
	}
	
/* Content */

	#content-container {
	
	float: left;	
	width: 667px;
	margin-right: 15px;
			
	}
	
	#content {
	
	width: 613px;
	/*padding: 0 18px;*/
	padding: 0 15px 15px 15px;
	background: #fff url(../images/bg-content.jpg) bottom no-repeat;	
		
	}
	
/* Slideshow */
	
	#slideshow {
	
	margin: 0 auto;
	height: 217px;
	padding-top: 10px;	
	
	}
	
/* Marketing */	

	#marketing {
	
	padding: 12px 0 0 0;
	font-size: 10px;
	font-family: Tahoma;
	
	}

	#marketing li {
	
	float: left;
	display: block;
	width: 189px;
	height: 108px;
	padding: 8px 8px;
	margin-right: 13px;
	background: url(../images/marketing/bg-marketing.jpg);
	
	}
	
	#marketing li.last {
	
	margin-right: 0;
	
	}
	
	#marketing li img {
	
	float: left;
	display: block;
	width: 62px;
	padding: 5px;
	border: 1px solid #B6B6B6;
	
	}
	
	#marketing li h3 {
	
	padding-bottom: 8px;
	
	}
	
	#marketing li p {
	
	float: left;
	display: block;
	width: 102px;
	padding: 0 0 0 8px;
	
	}
	
	#marketing li p a {
	
	display: block;
	font-weight: bold;
	padding: 0 0 2px 8px;
	background: url(../images/marketing/arrow.gif) left no-repeat;
	
	}
	
/* Sidebar */

	#sidebar {
	
	float: left;
	width: 290px;
	
	}

/* Book Online */

	#book-online, #book-online-german {
	
	display: block;
	width: 196px;
	height: 53px;
	text-indent: -5000px;
	overflow: hidden;
	margin: -25px 0 15px 30px;
	background: url(../images/book-online.png);
	
	}
	
	#book-online-german {
	
	background: url(../images/book-online-german.png);
	
	}
	
/* Language Selector */
	
	#lang {
	
	height: 30px;
	margin-left: 8px;
	
	}
	
	#lang li {
	
	float: left;
	width: 25px;
	margin-right: 6px;
		
	}
	
	#lang li a {
	
	display: block;
	width: 25px;
	height: 19px;
	text-indent: -5000px;
	
	}
	
	#lang #english {
	
	background: url(../images/lang/english.gif);
	
	}
	
	#lang #german {
	
	background: url(../images/lang/german.gif);
	
	}
	
	#lang #japanese {
	
	background: url(../images/lang/japanese.gif);
	
	}
	
	#lang #french {
	
	background: url(../images/lang/french.gif);
	
	}
	
	#lang #spanish {
	
	background: url(../images/lang/spanish.gif);
	
	}
	
	#lang #swedish {
	
	background: url(../images/lang/swedish.gif);
	
	}
	
	#lang #italian {
	
	background: url(../images/lang/italian.gif);
	
	}
	
	#lang #dutch {
	
	background: url(../images/lang/dutch.gif);
	
	}
	
	#lang #korean {
	
	background: url(../images/lang/korean.gif);
	
	}


/* Why Yha */

	#why-yha, #why-yha-german {
	
	clear: both;
	width: 290px;
	height: 293px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/why-yha.gif);
	
	}
	
	#why-yha-german {
	
	background: url(../images/why-yha-german.gif);
	
	}
	
	#why-yha h2, #why-yha-german h2 {
	
	display: none;
	
	}
	
	#why-yha ul, #why-yha-german h2 {
	
	display: none;
	
	}

/* Quick Contact Information */

	#quick-contact-information, #quick-contact-information-german {
	
	position: relative;
	margin-top: 15px;
	width: 288px;
	height: 207px;
	background: url(../images/quick-contact.gif);
	
	}
	
	#quick-contact-information-german {
	
	background: url(../images/quick-contact-german.gif);
	
	}
	
	#quick-contact-information h2, #phone-number, #address, #quick-contact-information-german h2 {
	
	display: none;
	
	}
	
	#quick-contact-information a, #quick-contact-information-german a {
	
	position: absolute;
	top: 90px;
	left: 15px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	width: 205px;
	height: 20px;
	background: url(blank.gif);
	
	}
	
/* Footer */

	#footer {
	
	clear: both;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #b4b4b4;
	padding: 15px 0;
	
	}
	
	#footer li {
	
	float: left;
	padding: 0 8px;
	background: url(../images/li-footer.gif) right no-repeat;
	
	}
	
	#footer li.last {
	
	background: none;
	padding-right: 0;
	
	}
	
	#footer li a {
	
	color: #F7660D;
	
	}
	
	#footer p {
	
	clear: both;
	padding-left: 8px;
	
	}
	
/* About YHA */

	ul#facilities {
	
	list-style-type: circle;
	list-style-position: inside;
	
	}
	
/* Location */

	a#map, a#map-german {
	
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	width: 612px;
	height: 487px;
	background: url(../images/map.jpg) top;
		
	}
	
	a#map-german {
	
	background: url(../images/map-german.jpg) top;
	
	}
	
	a#map:hover, a#map-german:hover {
	
	background-position: 0 -487px;
	
	}
	
	
/* Room Rates */

	#room-rates {
	
	margin-bottom: 12px;
	
	}
	
	#room-rates td {
	
	padding: 10px;
	
	}
	
	#room-rates th {
	
	font-size: 15px;
	padding: 15px;
	text-align: left;
	background-color: #D9F1FF;
	
	}
	#room-rates caption {
	
	display: none;
	
	}
	
	#room-rates .alt {
	
	background-color: #E4E4E4;
	
	}	

/* Tour Desk */

	ul#tour-desk {
	
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 12px;
	
	}
	
	.tour {
	
	width: 559px;
	height: 195px;
	padding: 23px 10px 0 48px;
	margin-bottom: 20px;
	background: url(../images/bg-tour.jpg) top no-repeat;
	
	}
	
	.tour h4 {
	
	color: #fff;
	font-size: 18px;
	margin: 0 0 12px 0;
	padding: 0;
	
	}
	
	.tour p {
	
	color: #fff;
	
	}
	
	ul.links li {
	
	float: left;
	margin-right: 15px;
	
	}
	
	ul.links li a {
	
	display: block;
	color: #E2F476;
	padding: 0 0 5px 20px;
	font-weight: normal;
	background: url(../images/a-greenball.png) left no-repeat;
	
	}
	
/* Activites */

	ul.activities {
	
	list-style-type: circle;
	list-style-position: inside;
	line-height: 18px;
	margin-bottom: 12px;
	
	}	
	
/* Gallery */

	.gallery li {
	
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
	
	}
	
	.gallery li img {
	
	padding: 5px;
	border: 1px solid #EAEAEA;
	
	}
	
/* Sky Diving*/	

	ul#skydive {
	
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 12px;
	
	}
	
/* Fraser Island */

	ul.fraserisland {
	
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 12px;
	
	}
	
	#frasertour {
	
	font-size: 16px;
	
	}
	
	#frasertour em {
	
	font-size: 18px;
	
	}

/* Scuba Diving */

	ul#scuba-dive {
	
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 12px;
	
	}	
	
/* Form Styles */

	#contact-area input, #contact-area textarea {
	
	padding: 5px;
	width: 483px;
	font-family: Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	
	}
	
	#contact-area textarea {
	
	height: 90px;
	
	}
	
	#contact-area textarea:focus, #contact-area input:focus {
	
	border: 2px solid #FC6301;
	
	}
	
	#contact-area input.submit-button {

	width: 100px;
	float: right;

	}
	
	label {

	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
	
	}	
			