/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: site.css
* Version: 1.0.0 (2008-10-21) YYYY-MM-DD
* Website: uot.travel
* Author: Rebecca Clayton
* Description: Handles the site layout.

== STRUCTURE: ==============================
* Page width: 1024px
============================================


== INDEX: ===================================
_htmlElements : General HTML styles
_pageStructure : main layout columns width etc
	_links : text links
	_navigation : bubble navigation
	_videoNavigation : video navigation
_secondaryPages : layout for secondary pages
	_form : request ski planner form
	_wallpaper : dowload wallpapers page
_footer

============================================

*/


/* _htmlElements
==========================================*/

/* Global whitespace reset */

* 
{
	margin: 0;
	padding: 0;
} 

body 
{
	font: 11px/1.25 Arial, Helvetica, sans-serif;
	color: #404040;
	background: url(../images/background.jpg) #f4f5fa repeat-x center top;
}

img.tracking
{
	position: absolute;
}

h1
{
	font-size: 12px;
}

/* _pageStructure
==========================================*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

#container
{
	background: url(../images/content_bg.jpg) #f4f5fa repeat-x top center;
	margin: 0 auto 0 auto;
	width: 1024px;
	height: 788px;
   }

#content_wrap
{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#leftcontent
{
	width: 225px;
	height: 456px;
	float: left;
	display: inline;
	background: url(../images/left_snowflake.jpg) no-repeat bottom left;
	margin-top: 69px;
}

#centercontent
{
	width: 430px;
	float: left;
	display: inline;
	padding: 8px;
}

#header
{
	height: 123px;
	text-indent: -5000px;
	overflow: hidden;
}
#center_title
{
	padding-top: 5px;
}


#rightcontent
{
	width: 225px;
	height: 492px;
	background: url(../images/right_snowflake.jpg) no-repeat 10px 193px;
	margin-top: 33px;
	position: absolute;
	top: 0;
	left: 661px;
}

#video_nav
{
	position: absolute;
	top: 525px;
	left: 0;
}

#flashfire 
{
	width: 225px;
	height: 325px;
}

/* _links
---------------------------------------------*/

a, a:link, a:visited
{
	text-decoration:none;
	color: #0f669a
}

a:hover 
{
	text-decoration:underline;
	color: #cb6e14;
}



*:focus 
{
	outline: none
}

/* _navigation
---------------------------------------------*/

#nav_widget a
{
	display: block;
	width: 225px;
	height: 76px;
	background: url(../images/right_widget.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#nav_widget a:hover
{
	background-position: 0 -76px;
	cursor: pointer;
}

#nav_iphone span
{
	display: block;
	width: 225px;
	height: 63px;
	background: url(../images/right_iphone_coming_soon.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	margin-left: 10px;
}

#nav_iphone a
{
	display: block;
	width: 225px;
	height: 63px;
	background: url(../images/right_iphone.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	margin-left: 10px;
}

#nav_iphone a:hover
{
	background-position: 0 -63px;
	cursor: pointer;
}

#nav_games a
{
	display: block;
	width: 225px;
	height: 54px;
	background: url(../images/right_games.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	margin-left: 10px;
}

#nav_games a:hover
{
	background-position: 0 -54px;
	cursor: pointer;
}

#hot_deals
{
	position: absolute;
	margin-left: 10px;
	margin-top: 232px;
	width: 109px;
}

#hot_deals a
{
	display: block;
	width: 109px;
	height: 58px;
	background: url(../images/right_hotdeals.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	
}

#hot_deals a:hover
{
	background-position: 0 -58px;
	cursor: pointer;
}

#whitesale
{
	width: 97px;
	margin-left: 119px;
	margin-top: 232px;
	position: absolute;
}

#whitesale a
{
	display: block;
	width: 97px;
	height: 58px;
	background: url(../images/right_whitesale.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#whitesale a:hover
{
	background-position: 0 -58px;
	cursor: pointer;
}

#nav_skiplanner a
{
	display: block;
	width: 225px;
	height: 88px;
	background: url(../images/left_skiplanner.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#nav_skiplanner a:hover
{
	background-position: 0 -88px;
}

#nav_wallpapers a
{
	display: block;
	width: 225px;
	height: 79px;
	background: url(../images/left_wallpapers.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#nav_wallpapers a:hover
{
	background-position: 0 -79px;
}

/* _videoNavigation
---------------------------------------------*/


#video_nav ul li
{
	float: left;
	display: inline;
}

li#nav_sign
{
	display: block;
	width: 133px;
	height: 49px;
	background: url(../images/nav_sign.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#nav_tryouts
{
	cursor: pointer;
}

#nav_lookout
{
	cursor: pointer;
}
#nav_snowcone
{
	cursor: pointer;
}

#nav_party
{
	cursor: pointer;
}

#nav_highfive 	
{
	cursor: pointer;
}


/* _secondaryPages
==========================================*/

#middle_content
{
	width: 414px;
	height: 456px;
	margin: 0 auto;
	padding: 105px 8px 78px 8px;
}

#back_button a
{
	display: block;
	width: 54px;
	height: 17px;
	background: url(../images/back_button.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}


/* _form
---------------------------------------------*/

#request_title
{
	display: block;
	width: 222px;
	height: 14px;
	background: url(../images/request_title.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	margin: 20px 0 15px 15px;
}


#middle_content form
{
	padding: 0 8px;
}

#middle_content p
{
	padding: 0 15px;
}

#middle_content li
{
	list-style-type: none;
	margin: 0 0 4px 0;
	padding: 0;

}

#middle_content ul li label
{
	float:left;
	width:100px;
	display: block;
	text-align: right;
	color:#362f2d;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 2px;
}

#middle_content ul li input
{
	width: 200px;
	margin:0px 5px 0px 5px;
	color:#362f2d;
	background-color:#f8f7f5;
	border: inset #a9a9a9 1px;
	font-size: 11px;
}

#middle_content ul li select
{
	width: 200px;
	margin:0px 5px 0px 5px;
	color:#362f2d;
	background-color:#f8f7f5;
	border: inset #a9a9a9 1px;
}

#middle_content form ul li.error label
{
	float:left;
	width:100px;
	display: block;
	text-align: right;
	color:#FF0000;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 2px;
}

#middle_content form ul li.error input
{
	width: 200px;
	margin:0px 5px 0px 5px;
	color:#362f2d;
	background-color:#f6f79f;
	border: inset #a9a9a9 1px;
}

#middle_content form input.form-submit-button
{
	width: 65px;
	height: 28px;
	margin: 10px 0px 5px 105px;
	background: url(../images/ski_submit.png) no-repeat;
	cursor: pointer;
	border: none;
}

.required
{
	display: inline;
	color: #d9400d;
}

div.guide_options
{
	font-size: 10px;
	margin: 0 0 0 105px;
	padding: 0;
	display:block;
	clear:both;
}

#middle_content form ul li div.guide_options input
{
	margin:0px 5px 0px 5px;
	color:#362f2d;
	background-color:#f8f7f5;
	border:none;
}




/* _wallpaper
---------------------------------------------*/

#wallpaper_title
{
	display: block;
	width: 222px;
	height: 14px;
	background: url(../images/wallpaper_title.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	margin: 20px 0 15px 15px;
}

#wallpapers
{
	padding: 0 18px;
}

#wallpapers img
{
	margin-bottom: 3px;
}

#wallpapers div
{
	width: 170px;
	float: left;
	display: inline;
	margin-bottom: 14px;
}

#wallpapers div.left
{
	margin-right: 38px;
}

#wallpapers li
{
	list-style-type: none;
	float: left;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
}

#wallpapers li.left_text
{
	padding-right: 25px;
}

/* _footer
==========================================*/

#social
{
	position: absolute;
	top: 651px;
	left: 386px;
}

#blogger
{
	position: absolute;
	top: 8px;
	left: 6px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/blogger.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#twitter
{
	position: absolute;
	top: 7px;
	left: 30px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/twitter.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#flickr
{
	position: absolute;
	top: 6px;
	left: 54px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/flickr.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#facebook
{
	position: absolute;
	top: 6px;
	left: 78px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/facebook.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#youtube
{
	position: absolute;
	top: 5px;
	left: 102px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/youtube.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#footer 
{
	padding: 173px 0 30px;
	text-align: center;
	font-size: 11px;
	clear: both;
}
#footer_logo
{	
	margin: 6px auto;
	width: ;
	height: ;
}


