@charset "utf-8";
/* 
	stylesheet.css
	
	Project: Rabbit Hill Snow Resort
	
*/



/*------ global ------*/ 
* {margin:0; padding:0;}

body{width:100%;}

.full{width:100%; display:block;}
.fixed{width:940px; padding:0 10px; display:block; margin:auto;}

.f_right{float:right; display:block;}
.f_left{float:left; display:block;}



/*------ clearFix ------ */
.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%; }


/*------ body content ------*/
#wrapper{}
#bannerIMG{background-position:top center; background-repeat:no-repeat; display:block; height:100px;}
#bannerShadow{display:block; background:url(../images/bannerShadow.png) top center no-repeat; height:12px;}
#mainContent{background:url(../images/contentBGtile.png) top center repeat-y; margin:0 auto; width:940px;}
#leftCol{width:640px; padding:5px 30px 0 40px;}
#rightCol{width:220px; padding:20px 9px 0 0;}
#rightCol .padding{padding:0 20px;}
#rightCol img{max-width:160px;}
#btmShadow{background:url(../images/contentShadow.png) top center no-repeat; height:30px;}
.breadcrumb{text-transform:uppercase;}

#topBar{height:127px;}
#topInfo{height:65px; margin:32px 20px 0 0; color:#fff; width:315px;}
#topInfo a{color:#fff; text-decoration:none;}
a.a_sm{padding:0 0 0 13px; text-decoration:none;}
a.nWork{display:block; float:left; width:22px; height:22px; padding:5px 6px 0 0;}

/* search box */
#searchBox{padding:5px 0 0 0;}
#searchBox .input{width:142px; border:0; padding:4px 5px 6px; background:url(../images/searchboxBG.png) 0 0 no-repeat; margin:0 6px 0 0; color:#808080; font-size:10px;}
#searchBox .submit{width:63px; padding:4px 0 10px; margin:0; border:0; color:#fff; font-size:10px;}


/* weather */
#RHweather{display:block; width:300px; height:100px; position:absolute; z-index:1; right:-10px; padding:0 10px 10px 0;}
#RHweather td{text-transform:uppercase; text-align:center; font-weight:bold; padding:2px 0;}
#RHweather .thisday td{color:#fff;}

/* promo boxes */
#RHpromos{width:100%; height:222px; margin-top:10px;}
#RHpromos .pbox1{width:230px; padding-right:6px; background-position:0 0; background-repeat:no-repeat; vertical-align:bottom;}
#RHpromos .pbox2{width:232px; vertical-align:top; padding-top:15px;}
#RHpromos a.mLink{width:164px; height:28px; margin-bottom:20px;}


/*------ forms ------*/
form p{padding:0 0 12px 0; display:block; float:left;}
label{display:block; float:left; width:160px; font-weight:bold;}
.input, .select{font-family:"Trebuchet MS", "Tahoma", Helvetica, Arial, sans-serif; color:#808080; font-size:11px; border:1px solid #ddd; width:250px;}
.input{padding:2px; width:246px;}
.setW{display:block; float:left; width:70px;}
.submit{width:63px; padding:4px 0 10px; margin:0; border:0; color:#fff; font-size:10px;}
.error{color:#CC1D0F;}

/* newsletter signup */
#newsletter input{margin-bottom:3px;}
#newsletter .submit{margin-top:4px;}




/*------ navigation (see ddsmoothmenu.css for main navigation) ------*/
#subNav{list-style:none; margin:0 0 15px 0; padding:0;}
#subNav li a{display:block; color:#999; text-transform:uppercase; padding:5px 20px; font-size:12px;}
#subNav li a:hover, #subNav li a.selected1{color:#fff; text-decoration:none;}



/*------ footer ------ */
#footer{text-align:center; font-size:10px; padding:5px 0 50px 0; line-height:13px;}

/* logos */
.RHlogos{margin:0 auto; margin-bottom:5px; clear:both;}
.RHlogos td{padding:5px 10px; text-align:center; vertical-align:middle;}
.RHlogos img{opacity: .25; filter: alpha(opacity=25); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";}