/*
Theme Name: Alpine Heliski
Author: Robert Clarkson

*/

* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

a,
a:visited {
	color:#FF9900;
}

body.page,
body {
	border-top:solid 2px #FF9900;
	font-family:Arial;
	font-size:14px;
	background-color:#ebebeb;
	background-image:url('images/fade-bg.gif');
	background-repeat:repeat-x;
	width:100%;
}

.clear {
	clear:both;
}

.footer img.qualmark {
	float:right;
	margin:0 10px 0 0;
	
}

.relative {
	position:relative;
}

.page {
	width:975px;
	margin:0px auto;
	
}

.logobar {
	height:134px;
	
}

.logobar img {
	margin:18px;
}

.menubar {
	height:29px;
	background-color: #FF9900;
}

	.menubar li {
		list-style:none;
		float:left;
		padding: 7px 20px 0 20px;
		text-transform:uppercase;
		height:22px;
	}
	
	.menubar li a {
		text-decoration:none;
		color:#fff;
	}
	
	.menubar li.current_page_item,
	.menubar li.current_page_parent {
		background-color:#D7DCE2;
		color:#D7DCE2;
	}
	
	.menubar li.current_page_item a,
	.menubar li.current_page_parent a,
	.menubar li.current_page_item a:visited,
	.menubar li.current_page_parent a:visited {
		color:#333333;
	}
	
.internal_panel {
	height:393px;
	width:975px;
	padding-bottom:8px;
	background-color:#8E979D;
	background-repeat:no-repeat;
}

.main_panel {
	height:471px;
	width:975px;
	padding-bottom:8px;
	background-color:#8E979D;
	position: relative;
}

	.main_panel .bookbar {
		width:237px;
		height:282px;
		background-image:url('images/book-bg.png');
		float:right;
		margin-top:20px;
		margin-right:20px;
		margin-bottom:-50px;
		position:relative;
		padding:15px;
	}
		.main_panel .bookbar h2,
		.main_panel .bookbar h2 a,
		.main_panel .bookbar h2 a:visited {
			font-size:26px;
			color:#FFF;
			font-weight:bold;
			text-decoration:none;
		}
		
		.main_panel .bookbar h3{
			font-size:15px;
			color:#FF9900;
			font-weight:bold;
			margin-top:10px;
		}
		
		.main_panel .bookbar h4{
			font-size:20px;
			color:#FFF;
			font-weight:bold;
			margin-top:20px;
		}
		
		.main_panel .bookbar p,
		.main_panel .bookbar p a,
		.main_panel .bookbar p a:visited {
			font-size:13px;
			color:#FFF;
			font-weight:normal;
		}
		
		.main_panel .bookbar p.orange,
		.main_panel .bookbar p.orange a,
		.main_panel .bookbar p.orange a:visited {
			font-size:13px;
			color:#FF9900;
			font-weight:normal;
			margin-top:10px;
		}
		
	#datepicker {
		float:right;
		margin-right:300px;
		left:260px;
		width:200px;
		display:none;
	}
	
	#datepickervisible {
		font-size:10px;
		height:14px;
		width:170px;
		float:left;
		margin-top:15px;
		margin-left:15px;
		background-color:#fff;
		cursor:pointer;
	}
		
	.main_panel .text,
	.internal_panel .text {
		width:388px;
		height:110px;
		background-image:url('images/backcountry-text.png');
		float:left;
		margin-left:20px;
		margin-top:180px;
		position:relative;
		
	}
	.main_panel .text,
	.main_panel .weather,
	.main_panel .bookbar {
		z-index:99999;
	}
	
	div.internal_panel .text {
		margin-top:110px;
	}
	.main_panel img { position:absolute; left:0; }
	
	.main_panel .weather,
	.internal_panel .weather {
		width:945px;
		height:100px;
		background-image:url('images/weather-bar.png');
		float:left;
		margin-top:55px;
		margin-left:15px;
		position:relative;
	}
	
		.main_panel .weather .heading,
		.internal_panel .weather .heading {
			font-size:26px;
			color:#FF9900;
			margin:25px 30px 0 10px;
			float:left;
			text-align:right;
			line-height:32px;
			font-weight:normal;
		}
		
		.main_panel .weather .info,
		.internal_panel .weather .info {
			border-left:dotted 1px #666;
			padding:0 30px;
			margin: 20px 0 5px 0;
			float:left;
			color:#666;
			font-size:13px;
			height:75px;
		}
		
			.main_panel .weather .info .top,
			.internal_panel .weather .info .top {
				padding-top:8px;
			}
			
			.main_panel .weather .info .bottom,
			.internal_panel .weather .info .bottom{
				font-weight:bold;
				margin-top:10px;
				padding-bottom:8px;
			}
	
body.home div.maincontent {
	padding:0 0 30px 0;
}

.maincontent {
	background-color:#fff;
	padding:20px 22px 30px 22px;
}

	.maincontent h1,
	.maincontent h1 a,
	.maincontent h1 a:visited {
		color:#FF9900;
		font-size:27px;
		margin-bottom:10px;
		text-decoration:none;
	}
	
	.maincontent h2,
	.maincontent h2 a,
	.maincontent h2 a:visited {
		color:#8D979D;
		font-size:18px;
		margin-bottom:10px;
		text-decoration:none;
	}
	
	.maincontent h3 {
		color:#FF9900;
		font-size:18px;
		margin-bottom:5px;
	}
	
	.maincontent h3.packages {
		color:#666666;
		font-size:20px;
		margin-top:30px;
	}
	
	.maincontent h4 {
		color:#006699;
	}
	
	.maincontent h4 a,
	.maincontent h4 a:visited {
		color:#006699;
		text-decoration:underline;
	}
	
	.maincontent h5 {
		color:#666666;
		font-weight:bold;
	}
	
	.maincontent h4.blog-tweet {
		text-transform:uppercase;
		font-size:15px;
		margin-bottom:10px;
	}
	
	.maincontent p {
		color:#8D979D;
		margin-bottom:10px;
		line-height:20px;
	}
	
	.maincontent .lefthalf {
		float:left;
		width:403px;
		padding:20px 75px 15px 22px;
	}
	
	.maincontent .righthalf {
		float:left;
		width:453px;
		padding:20px 22px 0 0;
	}
		.maincontent .righthalf .package {
			width:450px;
		}
		
		.maincontent .righthalf .package h4 {
			margin-bottom:5px;
		}
		
		
		.maincontent .righthalf .package-left {
			width:200px;
			padding-right:50px;
			float:left;
		}
		
		.maincontent .righthalf .package-right {
			width:200px;
			float:left;
		}
		
		.maincontent .righthalf img {
			
		}
	
	.maincontent .separator {
		float:left;
		clear:both;
		width:950px;
		margin:15px 10px;
		height:1px;
		background-color:#8E979D;
	}
	
	.maincontent .blogentry-foot{
		font-weight:bold;
		color:#8D979D;
		font-size:12px;
		margin-bottom:25px;
	}
	
		.maincontent .blogentry-foot .comments a,
		.maincontent .blogentry-foot .comments a:visited {
			color:#006699;
			text-decoration:none;
			border-right: solid 1px #006699;
			padding-right:20px;
			margin-right:20px;
		}
	
#twitter_update_list li {
	margin-bottom:25px;
	list-style:none;
	color:#8D979D;
	width:370px;
}

#twitter_update_list li a,
#twitter_update_list li a:visited {
	color:#FF9900;
	display:block;
	clear:both;
}

#twitter_update_list li:first-child span{
	font-size:18px;
	
}

#twitter-link {
	display:none;
}
	
img.twitter-bird {
	position:absolute;
	top:20px;
	right:22px;
}

img.twitter-follow {
	position:absolute;
	bottom:25px;
	right:22px;
}

.narrowcolumn {
	width:280px;
	padding-left:20px;
	margin-right:30px;
	float:left;
	background-image:url('images/narrow-bg.png');
}

#subnav li{
	list-style-image:url('images/bullet.png');
	margin-left:20px;
}

.package-list-item {
	margin-bottom:20px;
}

.widecolumn {
	width:600px;
	float:left;
}

.testcenter {
	background-color:#EBEBEB;
	padding-top:4px;
	width:975px;
	height:200px;
}

.testcenter .test-item {
	float: left;
}

/*
.testcenter-mid {
	border-left:solid 2px #e8e8e8;
	border-right:solid 2px #e8e8e8;
	width:975px;
	background-color:#fff;
}
.testcenter-foot {
	height:11px;
	width:975px;
	background-image:url('images/test-centre-foot.png');
}
*/
.ui-accordion-header {
	clear:both;
}

.accordion h4 {
	font-weight:normal;
	font-size:14px;
	border-top:solid 2px #000;
	border-bottom:0;
	border-left:0;
	border-right:0;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	padding: 15px 0;
}
.accordion .ui-accordion-content {
	background:0;
	background-color:#EEEEEE;
	border:0px;
	padding:10px;
	color:#8E979D;
	clear:both;
}

.accordion .ui-state-default,
.accordion .ui-state-hover {
	background:0;
}

div.packages_header_first {
	width: 165px;
}

.packages_header {
	width:160px;
	float:left;
	color:#FF9900;
	font-weight:bold;
	padding:10px;
}
div.accordion {
	font-family:Arial;
}

.accordion .ui-icon {
	float:left;
}
	.accordion h4 div {
		width:180px;
		float:left;
	}
	
	.accordion h4 div.title {
		color:#006699;
		font-weight:bold;
		cursor:pointer;
		margin:0 0 15px;
	}
	
	.accordion h4 div.departures {
		color:#666666;
	}
	
	.accordion h4 div.ability {
		color:#FF9900;
	}
	
	.accordion h4 div.ability div {
		padding-top: 2px;
		width: 40px;
	}
	
	.accordion h4 div.price {
		color:#666666;
		width:150px;
	}
	
	.accordion h4 div.read {
		color:#0099FF;
		width:100px;
		font-weight:bold;
		text-decoration:underline;
		cursor:pointer;
		text-align:right;
	}
	
	.accordion h4 div.book {
		color:#FF9900;
		width:120px;
		font-weight:bold;
		text-align:right;
	}
	
	.accordion h4 div.book a,
	.accordion h4 div.book a:visited {
		color:#FF9900;
	}
	
#accordion_faq {
	font-family:Arial;
}

#accordion_faq .ui-icon {
	display:none;
}

#accordion_faq h4 {
	font-weight:bold;
	font-size:18px;
	height:20px;
	border-bottom:0;
	border-left:0;
	border-right:0;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	padding: 15px 0;
	color:#8D979D;
	cursor:pointer;
}

#accordion_faq .ui-accordion-content {
	background:0;
	background-color:#EEEEEE;
	border:0px;
	padding:10px;
	color:#8D979D;
}

#accordion_faq .ui-state-active,
#accordion_faq .ui-state-active,
#accordion_faq .ui-state-default,
#accordion_faq .ui-state-hover {
	background:0;
	border:0;
}

.contact_left {
	float:left;
	width:520px;
}

.contact_right {
	float:left;
	width:300px;
}

	.contact_right a,
	.contact_right a:visited {
		color:#FF9900;
	}

.googlemap {
	width:352px;
	height:270px;
	margin:70px 0;
}

.post {
	color:#8D979D;
	line-height:20px;
	clear:both;
}

.post ul {
	padding-left:30px;
	line-height:20px;
	padding-bottom:20px;
}

.blog .post {
	width:600px;
	float:left;
	clear:left;
	
}
	.blog .post h1 {
		margin:30px 0 10px 0;
	}
	
	.blog #comments {
		clear:both;
		float:left;
	}
	.blog .commentlist {
		clear:both;
		float:left;
	}
		
	.blog ol {
		list-style:none;
	}
	
#respond {
	clear:both;
}

	#respond textarea {
		border:solid 1px #FF9900;
	}
	
	#respond input {
		border:solid 1px #FF9900;
	}
	
	#respond input#submit {
		border:solid 1px #000;
	}

.postmetadata {
	border-top:solid 1px #CCCCCC;
	font-weight:bold;
	font-size:13px;
}

.postmetadata a,
.postmetadata a:visited {
	color:#FF9900;
	text-decoration:none;
}

.blog_side {
	width:250px;
	float:right;
	padding-left:30px;
}

	.blog_side select {
		border:solid 1px #8E979D;
		
	}

	.blog_side ul {
		list-style:none;
	}
	
	.blog_side h2 {
		margin-top:30px;
	}

.entry a,
.entry a:visited {
	color:#FF9900;
}

.blogbar {
	height:8px;
	background-color:#8E979D;
	width:100%;
}

.navigation {
	clear:both;
	color:#FF9900;
}
	.navigation .alignleft {
		float:left;
	}
	
	.navigation .alignright {
		float:right;
	}
	
	.navigation a,
	.navigation a:visited {
		color:#FF9900;
	}
	
#tooltip {
	background-image:url('images/tooltip.png');
	position: absolute;
	z-index: 3000;
	padding: 20px 20px 20px 40px;
	width:283px;
	height:92px;
	
}

	#tooltip h3 {
		color:#FF9900;
		font-size:14px;
		font-weight:bold;
		border-bottom:solid 1px #999999;
		margin:5px;
	}
	
	#tooltip div {
		color:#999999;
		font-size:12px;
		margin:5px;
	}



.footer {
	float:left;
	clear:both;
	color:#999999;
	font-size:15px;
	font-weight:bold;
}
	div.footer p.credit a,
	div.footer p.credit a:visited {
		font-size:10px;
		color:#999999;
	}

	.footer p {
		margin:10px 0 0 10px;
		line-height:25px;
	}
	
	.footer p a,
	.footer p a:visited {
		color:#FF9900;
		text-decoration:none;
	}
	
	.footer img {
		
	}
	
#specials p {
	padding-bottom: 3px;
}

