/* GENERAL STYLES */
/* 
	skisnowvalley
		copyright: the custom fit communications group	
		author: jesse korzan, robert valcourt, roy mcclean
		date: june 2008
	
	swatches:
		dark gr: #32382C
		med gr: #585853
		light gr: #75756D
		blue (h1): #313364
		blue (h2): #292173
		blue (link): #3F64CE;
		tan (keylines, table headers): #DABAB4;
	
	fonts:
		navigation: verdana
		body/copy: georgia
		
*/
	
@import url("reset.css");

/*-------------------------------------------    
	general selectors
-------------------------------------------*/

body {
	background: #FFFFFF url("/data/assets/images/2008/bg_body.jpg") repeat-x top left;
	font: normal 14px/21px Georgia, Times New Roman, serif;	
	color: #000000;		
}
h1 {
	font-size: 19px;
	margin: 2px 0 30px 0;
	color: #313364;
}
h2 {
	font-size: 17px;
	margin: 20px 0 20px 0;
	color: #292173;
}
.h2 {
	font-size: 17px;
	margin: 1px 0 20px 0;
	color: #292173;
}
h3 {
	font-size: 16px;
	margin: 30px 0 10px 0;
	color: #32382C;
}
h4 {
        font-size: 10;
        margin: 0;
        font-family: Arial, Helvetica, sans serif;
}
h5 {
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #32382C;
}
p {
	margin-bottom: 25px;
}
.printRight {
	float: right;
}
#videoTable img {
	display: block;
	margin-top: 5px;
	padding: 5px;
	background-color: #FDFAEA;
	border: 1px solid #CFC5D2;
}
#videoTable h2 {
	margin-top: 0;
	font-size: 14px;
}
#videoTable p {
	margin: 15px 0 0 0;
}
#videoTable td {
	vertical-align: top;
	padding-bottom: 20px;
}
#videoTable a {
	font-size: 11px;
}
#primary input {
	margin-top: 3px;
}
#content li { /* is this necessary? or just #primary? jk  */
	margin-left: 35px;
}
a:link, a:active {
        font-weight: normal; 
        color: #3F64CE; 
        text-decoration: underline;
}
a:visited {
        font-weight:normal; 
        color:#75756D; 
        text-decoration:underline;
}
a:hover {
        font-weight: normal; 
        color: #3F64CE; 
        text-decoration: none;
}
.doubleleft {
        display: block;
	float: left;
	padding: 5px;
	background-color: #FDFAEA;
	border: 1px solid #CFC5D2;
	margin: 0px 30px 20px 0px;
}
.noneleft {
       float: left;
       display: block;
       margin: 1px 30px 20px 3px;
}
.doubleright {
	display: block;
	float: right;
	padding: 5px;
	background-color: #FDFAEA;
	border: 1px solid #CFC5D2;
	margin: 0px 0px 20px 30px;
}
.noneright {
       float: right;
       display: block;
       margin: 1px 3px 20px 30px;
}
.doublecentre {
	display: block;
	float: center;
	padding: 5px;
	background-color: #FDFAEA;
	border: 1px solid #CFC5D2;
	margin: 0px;
}
.imageborder {
        padding: 5px;
        background-color: #FFFFCD;
        border: 1px solid #CFC5D2;
        margin: 0px;
}
hr {
	color: #D9DAAB;
	height: 1px;
}
#subscribebox {
	padding: 10px;
	background-color: #FFFFFF;
        border-top: 1px solid #00284C;
        border-bottom: 1px solid #00284C;
        margin-bottom: 20px;
}
/*-------------------------------------------    
	#primary content styles
-------------------------------------------*/
#primary ul {
	margin:15px 0 15px 0;
}
#primary table.ratestable td.bluecell {
	background:#dadab4;
	font-weight:bold;
	line-height:15px;
	color:#32382c;
	border-bottom:1px solid #32382c;
}
#primary table.ratestable td.redcell {
	background:#eaeaf4;
	font-weight:bold;
	line-height:15px;
	color:#32382c;
	border-bottom:1px solid #32382c;
}
#primary table.ratestable td {
	background:#ffffff;
	padding:8px;
	font: 12px/19px Verdana, Arial, sans-serif;
	vertical-align:top;
	border-bottom:1px solid #dadab4;
	color:#585853;
}
#primary table.ratestable {
	border:none;
}
/*-------------------------------------------    
	umbraco cal
-------------------------------------------*/
#secondary table.umbCal {
	border-top:2px solid #DADAB4;
	border-left:1px solid #DADAB4;
	width: 210px;
}
#secondary table.umbCal td {
	background:#FFFFFF;
	border-right:1px solid #DADAB4;
	border-bottom:1px solid #DADAB4;
	padding:5px;
	font: normal 10px Verdana, Arial, sans-serif;
	color: #75756d;
	text-transform:uppercase;
	text-align: center;
	width: 30px;
}
#secondary table.umbCal td.today {
	background: #DADAB4;

}
#secondary table.umbCal td.umbCalPrevNext, #secondary table.umbCal td.month {
	background: #DADAB4;
	color: #32382c;
}
#secondary table.umbCal td.month {
	width: 150px;
}
#secondary label {
	font: bold 10px/10px Verdana, Arial, sans-serif;
	color: #75756D;
	float: left;
	margin: 15px 5px 5px 0;
	text-transform: uppercase;
	padding-top: 15px;
	border-top: 1px solid #DADAB4;
	width: 100%;
}
/*-------------------------------------------    
	navigation baseline
-------------------------------------------*/

#logo {
	overflow:hidden;
	height:265px;	
}
#logo a {
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	height: 265px;	
	display: block;
	text-indent: -9999px;
}
#secondary ul.sidelist {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
#secondary ul.sidelist li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 210px;
	margin-bottom: 5px;
}
#secondary ul.sidelist li a {
	display: block;
	padding: 1px;
	padding-left: 7px;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	font-weight: normal;
}
#header ul, #secondary ul, #footer ul {
	list-style-type: none;	
}
#header ul li, #footers ul li {
	float:left;	
	overflow:hidden;
}

/*-------------------------------------------    
	navigation : toolbar
-------------------------------------------*/

#toolBar p {
	float: left;
	margin-top: 20px;
}
#toolBar ul {
	float: right;
}
#toolBar ul li {
	height: 55px;
}
#toolBar ul li a {
	background-repeat: no-repeat;
	width: 85px;
	height: 55px;
	text-indent: -9999px;
	display: block;
	color: #FFFFFF;
}
#toolBar ul li a.cam {
	background-image: url("/data/assets/images/2008/icons/new/cam.gif");
}	
#toolBar ul li a.video{
	background-image: url("/data/assets/images/2008/icons/video.gif");
}
#toolBar ul li a.weather {
	background-image: url("/data/assets/images/2008/icons/new/weather.gif");
}
#toolBar ul li a.gallery {
	background-image: url("/data/assets/images/2008/icons/new/gallery.gif");
}
#toolBar ul li a.snow {
	background-image: url("/data/assets/images/2008/icons/new/snow.gif");
}

/*-------------------------------------------    
	navigation : level 1 and 2
-------------------------------------------*/

#featureBox {
	margin: 0 10px 0 10px;
}
#featureBox img {
	display: block;
}
.features {
	padding: 0;
	margin: 0;
	list-style: none;
}
.features li {
	float: left;
	padding: 0;
	margin: 0;
}
#navigation {
	background: #32382C;
	width: 780px;
	height: 75px;
	margin: 0 10px 0 10px;
}
#navigation ul.main {
	width: 100%;
	height: 25px;
	float: left;
}	
#navigation ul.main li {
	height: 25px;
}
#navigation ul.main li a {
	background-repeat: no-repeat;
	height: 25px;
	text-indent: -9999px;
	display: block;
	color: #FFFFFF;
}
#navigation ul.main a:hover, #navigation ul.main li.on a {
	background-position: 0 -25px;
}
#navigation ul.main li a.node1522 {
	background-image: url("/data/assets/images/2008/tabs/winter.gif");
	width: 88px;
}
#navigation ul.main li a.node1100 {
	background-image: url("/data/assets/images/2008/tabs/summer.gif");
	width: 92px;
}
#navigation ul.main li a.node1094 {
	background-image: url("/data/assets/images/2008/tabs/catering.gif");
	width: 190px;
}
#navigation ul.main li a.node1062 {
	background-image: url("/data/assets/images/2008/tabs/location.gif");
	width: 99px;
}
#navigation ul.main li a.node1148 {
	background-image: url("/data/assets/images/2008/tabs/news.gif");
	width: 140px;
}
#navigation ul.main li a.node1063 {
	background-image: url("/data/assets/images/2008/tabs/contact.gif");
	width: 93px;
}
#navigation ul.main li a.node1227 {
	background-image: url("/data/assets/images/2008/tabs/store.gif");
	width: 78px;
}
#navigation ul.sub {
	margin: 20px 0 0 25px;
	float: left;
}
#navigation ul.sub li {
	margin-right: 25px;
}
#navigation ul.sub li a {
	color: #FFFFFF;
}
#navigation ul.sub li a:hover, #navigation ul.sub li a.on  {
	color: #75756d;
}

/* match Umbraco nav styles (MainMenu.xslt) -- change when rewritten 
#navigation ul.main li.current a, #navigation ul.sub li.current a  {
	color: #75756d;
}
*/

/*-------------------------------------------    
	navigation : level 3
-------------------------------------------*/

#subnavback ul li {
	height: 10px;
	overflow: hidden;
	margin:0 0 0px -1px;
	padding-bottom: 8px;
}
#subnavback ul li a {
	background: url("/data/assets/images/2008/bg_li.gif") no-repeat left top;
	font: bold 10px/9px verdana, arial, sans-serif;
	display: block;
	height: 10px;
	color: #3F64CE;
	font-weight: bold;
	text-transform: uppercase;	
	text-decoration: none;
	padding-left: 15px;
}
#subnavback ul li a:hover, #secondary ul li a.on {
	color: #75756D;
	background-position: 0 -9px;
	text-decoration: none;
}

/*-------------------------------------------    
	navigation : tertiary
-------------------------------------------*/

#footer ul {
	margin-top: 20px;
}
#footer ul li a {
	color: #6B6B63;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}

/*-------------------------------------------    
	layout
-------------------------------------------*/

#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;	
}
#phone {
	position: absolute;
	top: 23px;
	right: 18px;
}
#header {
	font:bold 10px/10px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	_margin-left: 10px;  /* IE6 fix 1 of 4 */
}
#navigation {
	background: #32382C;
	width: 780px;
	height: 75px;
	margin: 0 10px 0 10px;
}
#toolBar {
	height: 55px;
	margin: 0 10px 0 35px;
	overflow: hidden;
}
#content {
	background: #FFFFCD url("/data/assets/images/2008/bg_content.gif") repeat-y top center;
	float: left;
	width: 730px;
	height: 1%;
	overflow: auto;
	margin: 0 10px 0 10px;
	padding: 25px;
	padding-top: 0px;
	border-top: 25px solid #FFFFCD;
	border-bottom: 25px solid #FFFFCD;
}
#contentec {
	background-color: #FFFFCD;
	float: left;
	width: 730px;
	height: 1%;
	overflow: auto;
	margin: 0 10px 0 10px;
	padding: 25px;
	padding-top: 0px;
	border-top: 25px solid #FFFFCD;
	border-bottom: 25px solid #FFFFCD;
}
#primary {
	width: 470px;
	float: left;
}
#primaryFull {
	width: 730px;
	background-image: url('/media/100774/tmp-bak.gif');
}
#secondary {
	width: 210px;
	float: right;
}

/*-------------------------------------------    
	footer
-------------------------------------------*/

#footer {
	background: #32382c url("/data/assets/images/2008/bg_footer.top.gif") no-repeat top left;
	float: left;
	width: 780px;
	_height: 225px; /* IE6 fix 2 of 4 */
	margin: 0 10px 0 10px;
	font:bold 9px/15px Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	overflow: hidden; /* prevent text links running out of template */
}
#footer div.col {
	padding:20px 0 25px 25px;
	min-height: 125px;
	_height: 125px; /* IE6 fix 3 of 4 */
	width: 104px;	
	float: left;
	border-right:1px solid #444444;
}
#footer div.col.rss {
	width:90px;
	border:none;
}
#signUp {
	width:100%;
	height:50px;	
}
#sponsors {
	background: #FFFFFF url("/data/assets/images/2008/bg_footer.bottom.gif") no-repeat bottom left;
	float:left;
	width: 780px;
	height: 113px;
	_margin-left:10px; /* IE6 fix 4 of 4 */
}	
.gridTextBox {
  width: 100px;
}
#secondary input {
	margin-bottom: 5px;
}
#current p {
	margin: 0;
}
#weather p {
	margin: 0;
}
#weather td {
	padding-right: 15px;
}
#weather td img {
	margin-bottom: 5px;
}
#weather td {
	font-size: 12px;
}
#weather h3 {
	font-size: 12px;
}
.caltable {
	border: 1px solid #c0c0c0;
	font-weight: normal;
	color: #6F6F6F;
	font-size: 10px;
}
.caltable img {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 3px;
}
.caltable td {
	padding-left: 4px;
}

/*-------------------------------------------    
	blog
-------------------------------------------*/

.post-footer, .comment-footer {
       	border-top: 1px solid #C0C0C0;
	font-weight: normal;
	color: #6F6F6F;
	font-size: 10px;
}

/* EDITOR PROPERTIES */
