/*

main style sheet containing styles universal to all pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C4C4C4;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a {
	color: #C4C4C4;
	outline: none;
}

a:hover {color: #fff;}

/*
PAGE STRUCTURE
================================================*/

#outer-wrapper {
	background: url(../images/backgrounds/wrapper.gif) repeat-x center top;
	width: 100%;
}

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) no-repeat center top;
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 915px;
}

#content {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	float: left;
	padding: 20px 0 30px 0;
	width: 915px;
}

#content.w-sidebar {
	background: url(../images/backgrounds/content.gif) repeat-y left top;
}

#content.w-sidebar #copy {
	float: right;
	padding: 0 0 0 40px;
	width: 575px;
}

#footer {
	color: #5F5F5F;
	float: left;
	font-size: 1em;
	padding: 20px 0;
	text-align: right;
	width: 915px;
}


/*
BANNER AREA
================================================*/

#banner {
	background: url(../images/backgrounds/banner.jpg) no-repeat left top;
	float: left;
	padding: 0 0 35px 0;
	height: 280px; width: 915px;
}

#logo {
	float: left;
	height: 246px; width: 915px;
	text-indent: -9999px;
}

#logo.white {
	background: url(../images/backgrounds/logo-white.png) no-repeat left top;
}
#logo.black {
	background: url(../images/backgrounds/logo-black.png) no-repeat left top;
}
#logo.gray {
	background: url(../images/backgrounds/logo-gray.png) no-repeat left top;
}

* html body #logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.unitysnowboards.com/images/backgrounds/logo-white.png', sizingMethod='image');
	background: none !important;
}

/*
NAVIGATION
================================================*/

#nav {
	height: 34px;
	padding: 0 15px 0 0;
	float: right;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	background: url(../images/backgrounds/nav-item.gif) #191919 repeat-x left bottom;
	border-left: 1px solid #212121;
	border-right: 1px solid #323232;
	color: #aaa;
	float: left;
	font-size: 10px;
	height: 22px;
	padding: 12px 10px 0 10px;
	text-decoration: none;
}

#nav li a:hover, #nav li.current a {
	background-position: left top;
	color: #fff;
}

/*
SUB NAVIGATION
================================================*/

#sub-nav {
	border-bottom: 1px solid #333;
	float: left;
	margin: 0 0 35px 0;
	padding: 0 40px 30px 0;
	width: 260px;
}

#sub-nav ul {
	float: left;
	list-style-type: none;
	text-align: left;
	width: 260px;
}

#sub-nav ul li {
	font-size: 1.1em;
	float: left;
	width: 260px;
}

#sub-nav ul li a {
	background: url(../images/backgrounds/sub-nav-item.gif) transparent no-repeat left top;
	float: left;
	text-decoration: none;
	padding: 4px 5px;
	width: 250px;
}

#sub-nav ul li a:hover {
	background-color: #232323;
	background-position: 237px -109px;
	color: #DEDEDE;
}

#sub-nav ul li.selected a, #sub-nav ul li.selected a:hover {
	background-color: #191919;
	background-position: 237px -60px;
	color: #DEDEDE;
}

/*
SUB-sub NAVIGATION
================================================*/
#sub-nav ul li ul {
	border-bottom: 1px solid #262626;
	border-top: 1px solid #262626;
	padding: 5px 0;
}

#sub-nav ul li li {
	font-size: 10px;
}

#sub-nav ul li li a {
	background: url(../images/backgrounds/sub-nav-item.gif) transparent no-repeat left top;
	color: #ccc;
	float: left;
	text-decoration: none;
	padding: 4px 5px 4px 15px;
	width: 240px;
}


/*
COPY STYLES (main content area)
================================================*/

#copy {
	text-align: justify;
}

#copy p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 20px 0;
}

#copy ul {
	font-size: 1.1em;
	line-height: 1.5em;
	list-style-type: square;
	padding: 0 0 20px 20px;
}


/*
TEASER BOXES
==============*/

#teasers {
	padding: 20px 0 0 0; 
}

#teasers a {
	float: left;
	height: 185px; width: 145px;
	line-height: 1.5em;
	margin: 0 40px 0 0;
	padding: 10px;
	text-align: left;
	text-decoration: none;
}

#teasers #store-teaser {
	margin: 0;
}


#teasers a:hover {color: #fff;}

#teasers a strong {
	border-bottom: 1px solid #666;
	color: #ccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	width: 145px;
}

#teasers a:hover strong {
	border-bottom: 1px solid #ccc;
	color: #fff;
}

#board-teaser {
	background: url(../images/backgrounds/board-teaser.jpg) no-repeat left top;
}

#board-teaser span {
	display: block;
	padding: 0 65px 0 0;
}

#video-teaser {
	background: url(../images/backgrounds/video-teaser.jpg) no-repeat left top;
}

#store-teaser {
	background: url(../images/backgrounds/store-teaser.jpg) no-repeat left top;
}

#teasers a:hover {
	background-position: 0 -205px;
	color: #fff;}

/*
SIDEBAR STYLES
================================================*/
#sidebar {
	color: #aaa;
 	float: right;
	text-align: justify;
	width: 300px;
}

#sidebar h2 {
	border-bottom: 1px solid #5E5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;	
}

#sidebar h2 a {
	text-decoration: none;
}

#sidebar h3 {
	border-bottom: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	text-align: left;
}

#sidebar p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 20px 0;
}

.latest-news {
	padding: 0 40px 0 0;
}

#sidebar .latest-news h3 {
	border: 0;
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 10px 0;
}


/*related videos*/

#related-video {
	border-bottom: 1px solid #333;
	padding: 0 40px 15px 0;
}

#sidebar #related-video h3 {
	font-size: 1.1em;
	line-height: 1.5em;
}

.related-video-wrapper {
	border: 1px solid #333;
	margin: 0 0 20px 0;
	padding: 1px;
	float: left;
}


/*
HEADERS
================================================*/

h1 {
	color: #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0 0 20px 0;
	text-align: right;
	text-transform: uppercase;	
}

#copy h2 {
	border-bottom: 1px solid #333;
	color: #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
}

#copy h2.full-width {float: left; width: 100%;}


/*
IMAGES
================================================*/

.float-right {
	border: 1px solid #5E5E5E;
	float: right;
	margin: 0 0 20px 20px;
}

.float-left {
	border: 1px solid #5E5E5E;
	float: left;
	margin: 0 20px 20px 0;
}

/*
NEWS PAGE
================================================*/

#news #banner {
	background: url(../images/backgrounds/news-banner.jpg) no-repeat left top;
}

.news {
	border-bottom: 1px solid #333;
	margin: 0 0 30px 0;
}

#copy .news p.entry-date {
	color: #7f7f7f;
	padding: 0;
}

.news img {
	padding: 2px;

}

#content p#entries-nav {
	font-size: .9em;
	padding: 0;
}

#entries-nav a.prev {margin: 0 3px 0 0;}
#entries-nav a.next {margin: 0 0 0 3px;}

.news h4 {
	font-size: 11px;
}

.gallery {
	clear: both;
	float: left;
	padding: 10px 0 0 0;
	width: 575px;
}

.gallery a {
	background: no-repeat 50% 50%;
	border: 1px solid #5E5E5E;
	float: left;
	height: 170px;
	margin: 0 8px 19px 8px;
	overflow: hidden;
	text-align: center;
	text-indent: -9999px;
	width: 170px;
}

.gallery a:hover {
	border: 1px solid #fff;
}

.gallery img {
	vertical-align: middle;
	margin: 0;
}

.gallery a img:hover {	
}


/*
VIDEO PAGE
================================================*/

.video {
	border-bottom: 1px solid #333;
	margin: 0 0 30px 0;
}

.flash-wrap {
	border: 1px solid #333;
	padding: 1px;
	float: left;
	margin: 0 20px 20px 0;
}

#copy .video p.entry-date {
	color: #7f7f7f;
	padding: 0;
}
