﻿@font-face {
    font-family: 'WalkwaySemiBoldRegular';
    src: url('/fonts/Walkway_SemiBold-webfont.eot');
    src: url('/fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Walkway_SemiBold-webfont.woff') format('woff'),
         url('/fonts/Walkway_SemiBold-webfont.ttf') format('truetype'),
         url('/fonts/Walkway_SemiBold-webfont.svg#WalkwaySemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'WalkwayUltraBoldRegular';
    src: url('/fonts/Walkway_UltraBold-webfont.eot');
    src: url('/fonts/Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Walkway_UltraBold-webfont.woff') format('woff'),
         url('/fonts/Walkway_UltraBold-webfont.ttf') format('truetype'),
         url('/fonts/Walkway_UltraBold-webfont.svg#WalkwayUltraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html{
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}

body{
	background: #e9ecf2 url('img/bodybg.jpg') 0 0 repeat-x;
}

.clear{
	clear: both;
}

h1{
	font-family: 'WalkwaySemiBoldRegular', Helvetica, Arial, sans-serif;
	color: black;
	height: 72px;
	width: 200px; /*245 - 60 padding*/
	background: url('img/lsclogo.gif') 0 0 no-repeat;
	padding-left: 56px;
	font-size: 2.25em; /*36/16*/
	margin: 0;
	margin-left: 1.04166%; /*10/960*/
	font-weight: normal;  
}

h2{
	margin: 0.5em 0;
}

h3{
	font-family: 'WalkwayUltraBoldRegular', Helvetica, Arial, sans-serif;
	color: #2168a6;
	font-size: 1.5em; /*24/16*/
	margin-bottom: 6px;
	vertical-align: baseline;
	font-weight: normal; 
}

h3 a{
	float: right;
	font-size: 0.5833333em;/*14/24*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.8571428em;
}

h4{
	color: #2168a6;
	font-weight: bold;
	margin: 6px 0;
}

a{
	color: #2168a6;
	text-decoration: none;
}

p{
	font-size: 0.875em;
	margin: 0 0 12px 0;
	line-height: 1.5em;
}

p.date,
p.subTitle{
	font-weight: bold;
	margin-bottom: 0;
}

img{
	max-width: 100%;
}

figure{
	margin: 0 10px 10px 0;
}

figcaption{
	font-size: 0.875em;
	color: #2168a6;
	font-weight: bold;
}

#container{
	width: 98%;
	margin: 0 auto;
}

hr{
	clear: both;
	border: 0;
	margin: 0;
	height: 0;
}


.content{
	background: white;
	border-top: 1px solid #2168a6;
	padding: 10px;
}

/*______Header_____*/

#welcomeMessage{
	color: #2168a6;
}

.social{
	margin: 0;
	padding: 0;
}

.social a{
	width: 31px;
	height: 26px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 5px;
	float: right;
}

.twitter{
	background: url('img/twitterlogo.png') 0 0 no-repeat;
}

.facebook{
	background: url('img/fblogo.png') 0 0 no-repeat;
}

/*_____Navigation_______*/

nav{
	display: none;
	font-size: 0.875em;
}

#nav{
	margin: 10px 5px;
}

nav ul{
	padding: 0;
	margin: 0;
}

nav ul li{
	display: block;
	float: left;
	position: relative;
}

nav a{
	padding: 8px 8px;
	display: block;
	min-width: 40px;
	margin-right: 5px;
}

.submenu{
	position: absolute;
	background: #2168a6;
	display: none;
	min-width: 150px;
	z-index: 9997;
}

.submenu li{
	display: block;
	float: none;
	min-width: 0;
}

.submenu li a{
	color: white;
	margin-right: 0;
}

.submenu li a:hover{
	color: white;
	background: #6a84a6;
}


a.active{
	background: #2168a6;
	color: white;
	
}

/*___Main___*/

#main{
	
}

#pageHeading img{
	display: none;
	
}

/*______News______*/


article{
	position: relative;
	margin-bottom: 24px;
}

.newsDate{
	font-weight: bold;
}

#newsContainer table{
	text-align:left;
	margin-bottom: 12px;
	font-size: 0.875em;
	line-height: 1.5em;
}

#newsContainer ul{
	padding-left: 15px;
	font-size: 0.875em;
	line-height: 1.5em;
}


/*_______Bio Page____*/

.bioWebLink{
	display: block;
}

.athletesContainer{
	width: 97.91666%; /*940/960*/
	margin: 0 1.04166%; /*10/960*/ 
}

#athleteList{
	padding-left: 0;
	
}

#athleteList li{
	list-style: none;
	margin: 6px;
}


.bioLink{
	margin: 5px;
}

/*___Sponsors_____*/

#sponsors{
	text-align:center;
}

#sponsors a{
	margin: 10px 0;
	display: block;
}

/*____Gallery_____*/

.galleryItem,
.galleryLink{
	text-align:center;
	width: 47.91666%; /*460/960*/
	margin: 0 1.04166%; /*10/960*/
	float: left;
	min-height: 100px;
	vertical-align: middle;
}

.galleryItem img,
.galleryLink img{
	margin: auto auto;
}


/*_____Footer_______*/

footer{
	background: #2168a6;
	text-align: center;
	color: white;
	padding: 12px 0;
}

footer p{
	margin: 0;
}


/*Clearfix*/
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


@media only screen and (min-width: 480px){

.right{
	float: right;
}

.left{
	float: left;
}


#container{
	width: 100%;
	max-width: 960px;
	margin: 15px auto 30px auto;
	min-height: 1000px;
}

nav{
	margin-right: 1.04166%; /*10/960*/
	margin-top: 60px;
	margin-bottom: 0;
	display: block;
}

#nav{
	display: none;
}

#pageHeading img{
	display: block;
}


#pageHeading{
	border-top: 1px solid #2168a6;
	padding-bottom: 24px;
	background: url('img/slidershadow.png') 0 100% no-repeat;
	
}


#news{
	padding-left: 60px;
}

.newsDate{
	width:40px;
	padding: 5px 10px;
	position: absolute;
	left: -70px;
	background: #2168a6;
	color: white;	  
}

.newsDate .date{
	font-size: 2.25em; /*36/16*/
	display: block;
	line-height: 1em; 
}

.newsDate .month{
	font-size: 1.375em; /*22/16*/
	line-height: 1em; 
}



.threeCol{
	width: 72.91666%; /*700/960*/
	margin: 0 1.04166%; /*10/960*/
}



.twoCol .oneCol{
	width: 47.82608%;/*220/460*/
}

.twoCol .oneCol.left{
	margin: 0;
	margin-right: 4.34782%; /*20/460*/
}

.twoCol .oneCol.right{
	margin: 0;
}

.fullWidth,
.twoCol,
#galleryContainer,
.skierBio{
	width: 97.91666%; /*940/960*/
	margin: 0 1.04166%; /*10/960*/
}

.galleryItem,
.galleryLink{
	width: 47.91666%; /*460/960*/
	margin: 0 1.04166%; /*10/960*/
	float: left;
}


}/*end 480px;*/



@media only screen and (min-width: 720px){

#pageHeading{
	position: relative;
}

#welcomeMessage{
	position: absolute;
	width: 37.5%; /*360/960*/
	left: -1.04166%;
	z-index: 9000;
	background: rgba(0,0,0,0.6);
	color: white;
	padding: 1% 2%;
	bottom: 50px;
}

.galleryLink{
	width: 100%;
}

.twoCol{
	width: 47.91666%; /*460/960*/
	margin: 0 1.04166%; /*10/960*/ 
}

.oneCol,
.athletesContainer,
.galleryItem{
	width: 22.91666%; /*220/960*/
	margin: 0 1.04166%; /*10/960*/
}

#galleryContainer{
	width: 72.91666%; /*700/960*/
	margin: 0 1.04166%; /*10/960*/
}

.fullWidth .galleryLink{
	width: 47.91666%; /*460/960*/
	margin: 0 1.04166%; /*10/960*/ 

}

.skierBio{
	width: 72.91666%; /*700/960*/
	margin: 0 1.04166%; /*10/960*/
}



}/*end 720px;*/

@media only screen and (min-width: 900px){

.fullWidth .galleryLink{
	text-align:center;
	width: 22.91666%; /*220/960*/
	margin: 0 1.04166%; /*10/960*/
	
}

}
