﻿/*
	Whistler Mountain Bike
	-----------------------
	File:		main.css
	Created:	14th May 2009
	Author:		Joel Parr
	
	Colors
	------
	Body BG:				#fff
	Main Body BG:			#fff
	
	Light Grey:				#f5f5f5
	Med Grey:				#d4d4d4
	Dark Grey:				#888
	Brown Green:			#989482
	Olive Green:			#818054
*/

/* 
	Generic Styles
	--------------
*/

body 
{
    background: #f5f5f5;
    color: #fff; 
	font: normal 0.75em Helvetica, Verdana, Arial, sans-serif;
	margin: 0; padding: 0; 
	text-align: center;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

h1
{
	color: #000; 
	font-size: 2.2em; 
    margin: 0; padding: 0 0 4px 0;
}

h2
{
	color: #818054; 
	font-size: 2em; 
	line-height: 1.1em;
    margin: 0; padding: 0 0 10px 0;
}
h2 span { display: block; font-size: 0.7em }

h3
{
	color: #818054; 
	font-size: 1.5em; 
    margin: 0; padding: 10px 0;
    clear: left;
}

h4
{
	border-bottom-style: dashed;
	color: #818054;
	font-size: 1.5em; 
    margin: 0; padding: 0 0 6px 0;
}

h5
{
	color: #000; 
	font-size: 1.4em; 
    margin: 0; padding: 0 0 6px 0;
}

h6
{
	color: #CCC;
	font-size: 1.8em;
}

p
{
	color: #000; 
	font-size: 1em; 
	line-height: 1.2em;
    margin: 0; padding: 0 0 10px 0;	
}

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

img { border: none; }

td { padding: 4px; }

/* Ads */
div.wmb-ad
{
	display: block;
	float: right;
	text-decoration: none;
}
	
	div.wmb-ad h6 {
		float: left;
		display: inline;
		padding: 22px 6px 0 0;
	}

	div.wmb-ad img {
		float: left;
		display: inline;
	}
	
	div.banner { padding-top: 8px; }		
	
	div.box 
	{ 
		background: #888; 
		width: 336px; 
		color: #d4d4d4; 
		padding: 4px 7px;
		font-size: 0.9em; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
		
	div.box img
	{
		margin-top: 2px;
	}
	
	
/* Layout Styles */

div#container
{
	background: none;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	z-index: 10000;
	position: relative;

}

div#top
{
	background: none;
	float: left;
}

	/* Site logo */

	div#top h1 { float: left; padding: 0; }
	
		div#top h1 a
		{
			/* background: #fff url('../../../grfx/2009/WMB-logo.png') no-repeat left top; */

			background: url('../../../grfx/2009/WMB-logo.png') no-repeat left top; 
			display: block;
			height: 109px; width: 266px; 
			text-indent: -5000px;
		}

	/* Navigation list */

	div#top div#navigation
	{
		float: left;
		background: transparent url('../../../grfx/2009/TopNav-BG-right.png') no-repeat right top; 
		width: 975px; height: 41px;
		margin-left: 15px;
	}
	body div#top > div#navigation { width: 982px; }
	
		div#navigation	ul
		{
			background: transparent url('../../../grfx/2009/TopNav-BG-left.png') no-repeat left top; 
			display: block; 
			float: left;
			list-style: none; 
			margin: 0;
			padding: 0 0 0 2px;
			height: 41px;
		}
	
			div#navigation li 
			{ 
				border-right: solid 1px #d4d4d4;
				display: block; 
				float: left; 
				margin: 8px 0 0 0;
				padding: 7px 10px 5px 10px;
			}
			div#navigation li.last { border: none; }
		
				div#navigation li a
				{
					color: #818054;
					font-size: 1.15em;
					text-decoration: none;
				}
				div#navigation li a:hover { color: #000; }
				
			div#navigation li.selected a { color: #888; }
			div#navigation li.selected a:hover { color: #000; }
	
		div#navigation form.quick-search
		{
			display: block;
			float: right;
			margin: 8px 8px 0 0; padding: 0;
		}
		
			form.quick-search input.textfield
			{
				background: #fff;
				border: 1px solid #d7d7d7;
				color: #818054;
				font-size: 1em;
				margin: 0; padding: 2px;
				vertical-align: middle;
				width: 125px;
			}
			
			form.quick-search input.imgbutton
			{
				margin: 0 0 0 5px;
				vertical-align: middle;
			}		

/* Homepage Content Area */

div#container div#content
{
	float: left;
	border: 1px solid #d4d4d4;
	background: #fff; 
	width: 960px;
	margin: 10px 0 0 15px;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000;
}

	div#content a.headline-image
	{
		display: block;
		float: left;
		margin-right: 15px;
	}
	
	div#content p span { color: #818054; }
	
	div#content ul { list-style: disc outside; margin-left: 20px; }	
	div#content ol { list-style: decimal outside; margin-left: 20px; }
	div#content li { line-height: 1.2em; padding: 0 0 10px 0; }
	
	div#content .postcontent li { line-height: 0.5em; margin-left: 20px; padding: 0 0 10px 10px; }
	
	
	

/* Homepage Features Area */

div#container div#features
{
	float: left;
	background: none; 
	margin: 5px 0 0 8px;
}

	div#features div.feature-block
	{
		background: #fff;
		border: 1px solid #d4d4d4;
		float: left;
		margin: 5px 0 0 8px;
		padding: 10px 9px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	body div#features > div.feature-block
	{
		margin: 5px 0 0 7px;
		padding: 10px;
	}
	
		div.feature-block a.imglink
		{
			color: #000;
			font-size: 1.1em;
			font-weight: bold;
			display: block;
			width: 300px;
			height: 200px;
			overflow: hidden;
			position: relative;
		}
		div.feature-block a:hover { color: #888; }

		div.feature-block a img
		{
			position: absolute;
			top: 0; left: 0;
			width: 300px; height: 200px;
		}
		
		div.feature-block a span
		{
			position: absolute;
			bottom: 0; left: 0;
			background: #fff;
			padding: 10px;
			text-align: left;
		    text-transform: uppercase;
			opacity: 0.8;
			width: 280px;
			overflow: auto;
		}

/* Homepage Extras Area */

div#container div#extra
{
	float: left;
	background: none; 
	width: 980px;
	margin: 10px 0 0 15px;
}

	div.content-block
	{
		float: left;
		border: 1px solid #d4d4d4;
		background: #fff;
		width: 285px;
		margin: 0 0 10px 13px;
		padding: 10px 5px 0 10px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	div#extra div.content-block {
		margin-left: 0;
	}
	
	div#extra div:last-child {
		margin-bottom: 0;
	}

	div#extra div.popular-links
	{
		margin: 0 8px;
		width: 295px;
	}
	
	div.twitter
	{
		float: left;
		border: 1px solid #d4d4d4;
		background: #fff;
		width: 978px;
		margin: 8px 0 0 16px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
		div.twitter #twitter_div {
			padding: 10px;
			
		}
	
		div#content div.content-block ul, div.twitter ul p
		{ 
			list-style: none; 
			margin-left: 0;
		}
	
			div.content-block ul li 
			{ 
				color: #000;
				font-style: italic; 
				line-height: 1.2em;
				padding-bottom: 10px; 
			}
			
			div.twitter ul li 
			{ 
				color: #000;
				font-size: 1.1em;
				line-height: 1.2em;
				padding-bottom: 10px;
			}
			
				div.content-block ul li a 
				{
					font-style: normal;
				}
				
	div.content-column { float: left; }
	div.content-column div.content-block { float: none; }
	div.hang-right { clear: left; float: right; }
	
	div.popular-links ul
	{
		border: 1px solid #d4d4d4;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin: 0 5px 10px 0;
	}
	
	div#container div.popular-links ul li
	{
		border-bottom: 1px solid #d4d4d4;	
		position: relative;
		padding-bottom: 5px;
	}
	
	div.popular-links ul li span.num
	{
		position: absolute;
		top: 7px;
		left: 9px;
		color: #d4d4d4;
		font-size: 1.3em;
	}
	
		div.popular-links ul li a
		{
			display: inline-block;
			padding: 7px 0 0 40px;
		}
		
			div.popular-links ul li a span
			{
				display: none;
			}

/* Contentpage Content Columns */

div#container div#links-column
{
	float: right;
	width: 350px;
	margin-left: 15px;
}

	div#links-column div.content-block
	{
		width: 332px;
		margin: 10px 0;
	}
	
	div#links-column div.half-size
	{
		width: 150px;
		height: 185px;
		margin: 0px 8px 10px 0;
		padding-bottom: 7px;
	}
	
	div.half-size span
	{
		display: block;
		margin: 5px 0;
	 }
	 
	div#links-column div.mid-size
	{
		width: 160px;
		/*height: 185px;*/
		margin: 10px 8px 10px 0;
		padding-bottom: 7px;
	}
	
	div.mid-size span
	{
		display: block;
		margin: 5px 0;
	 }	 
	 
	div#links-column div.third-size
	{
		width: 165px;
		margin: 0 0px 10px 0;
		padding-bottom: 7px;
		padding: 4px 7px;
		background: #888; 
		color: #d4d4d4; 
		font-size: 0.9em; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		float: right;
	}
	
	div.third-size span
	{
		display: block;
		margin: 5px 0;
	 }	 
	
div#bookmarks 
{
	border: 1px solid #d4d4d4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:  10px;
	float: left;
}

	div#bookmarks div.bookmark 
	{
		float: left;
		text-align: center;
		width: 100px;
	}

		div#bookmarks div.bookmark img 
		{
			position: relative; 
			top: 4px;
		}

/* Homepage More Area */

div#container div#more
{	
	float: left;
	background: none; 
	margin: 5px 0 0 8px;
}

	div#more div.more-block
	{
		background: #fff;
		border: 1px solid #d4d4d4;
		float: left;
		margin: 5px 0 0 8px;
		padding: 10px 9px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 300px;
	}
	
	body div#more > div.more-block
	{
		color: #000;
		margin: 5px 0 0 7px;
		padding: 10px;
	}
	
	body div#more > div.more-block ul li
	{
		line-height:1.2em;
		padding-bottom:10px;
	}

		
/* Category Page Content */

div#content .categories
{
	width: 575px;
}

	div#content ul.categories 
	{
		list-style: none;
		margin-left: 0;
	}

	ul.categories li
	{
		border-bottom: 1px solid #d4d4d4;
		margin-bottom: 15px;
		float: left;
	}

		ul.categories li div.category-content
		{
			float: left;
			width: 400px;
		}

			div.category-content h3 { display: inline; } 
			
	div#content p.page-links
	{ 
		width: 575px;
		border-bottom: 1px solid #d4d4d4;
		padding-bottom: 5px;
		margin-bottom: 10px;
		display: block;
		clear: left; 
		text-align: right;
	}
	
	div#content p.bottom { border: none; }

/* Footer */

div#footer
{
	float: left;
	background: none; 
	width: 980px;
	margin: 10px 0 0 15px;
}

	div#footer div#footer-top
	{
		float: left;
		background: transparent url('../../../grfx/2009/Footer-Top-BG-right.png') no-repeat right top; 
		width: 980px;
	}
	
		div#footer-top ul
		{
			background: transparent url('../../../grfx/2009/Footer-Top-BG-left.png') no-repeat left top; 
			display: block; 
			float: left;
			list-style: none; 
			margin: 0;
			padding: 15px 0 10px 7px;
		}
		
			div#footer-top li 
			{ 
				border-right: solid 1px #000;
				display: block; 
				float: left; 
				margin: 0;
				padding: 2px 8px 2px 8px;
			}
			div#footer-top li.last { border: none; }
		
				div#footer-top li a
				{
					color: #000;
					font-size: 1em;
					text-decoration: none;
				}
				div#footer-top li a:hover { color: #888; }
				
	div#footer div#footer-bottom
	{
		float: left;
		background: transparent url('../../../grfx/2009/Footer-Bottom-BG-right.png') no-repeat right bottom; 
		width: 980px;
		margin-bottom: 10px;
	}
	
		div#footer-bottom p
		{
			color: #fff;
			display: block;
			background: transparent url('../../../grfx/2009/Footer-Bottom-BG-left.png') no-repeat left bottom; 
			float: left;
			font-size: 0.9em;
			width: 90%;
			padding: 8px 10px;
		}
		
/* Content page specific - from old wmb20.css */
.author, .created, .location {
	width: 25%;
	padding: 10px 20px 0 0;
}
.created {
	width: 33%;
}
.author strong, .created strong, .location strong {
	color: #666;
}

.left { float: left; }

.clear { clear: left; }argin-bottom: 10px;
	}
	
		div#footer-bottom p
		{
			color: #fff;
			display: block;
			background: transparent url('../../../grfx/2009/Footer-Bottom-BG-left.png') no-repeat left bottom; 
			float: left;
			font-size: 0.9em;
			width: 90%;
			padding: 8px 10px;
		}
		
/* Content page specific - from old wmb20.css */
.author, .created, .location {
	width: 25%;
	padding: 10px 20px 0 0;
}
.created {
	width: 33%;
}
.author strong, .created strong, .location strong {
	color: #666;
}

.left { float: left; }

.clear { clear: left; }

/* Validation Effects */
.validation-advice, .warning-advice, #message  {
	font-size: 11px;
	margin: 5px 0;
	padding: 4px;
	background-color: #960028;
	color : #FFF;
}
label.error {
	color: red;
	font-style: italic;
	display: block;
	margin-left: 10px;
}

/* Panoramic code */
.panoContainer {
		width: 580px;
		height: 400px;
	}
	.panoPlayer {
		padding: 20px;
		font-style: italic;
	}
	.panoInstructions, .panoCredit {
		font-style:italic;
		margin-bottom: 1em;
	}
	.panoInstructions {
		width: 60%;
		text-align:center;
		padding-top: 1em;
		position:relative;
	}
	.panoCredit {
		position: absolute;
		right: 0;
		top: 1em;
		text-align: right;
	}
	.panoCaption {
		padding-top: 1em;
		width: 580px;
	}
