@charset "UTF-8";
/* McU Sports Stylesheet */

/* ------------------------------------------------------------ GLOBAL STYLES ----- */

body {
	height:100%; /* fixes alignment issues in IE6 */
	width:100%; /* fixes alignment issues in IE6 */
	font: 62.5% Arial, Helvetica, sans serif; /* resets the default font size in a way that allows using em sizes that relate to pixel sizes like so: 1.2em = 12px */
	color:#142456;
	background:url(../images/body-bg.jpg) repeat #c1b494;
	}
	
.clear {
	clear:both;
	height:0px;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.right-just {
	text-align:right;
	}
	
#container {
	margin:0px auto;
	padding:20px 0px 50px;
	width:898px;
	}
	
/* ------------------------------------------------------------ HEADER STYLES ----- */

#head-numbers {
	padding:0px 50px 10px 0px;
	font-size:1.1em;
	font-weight:bold;
	text-align:right;
	}

#header {
	width:898px;
	height:106px;
	position:relative;
	background:url(../images/header-footer-bg.jpg) repeat;
	}
	
	#header a.logo {
		display:block;
		width:218px;
		height:90px;
		padding:8px 0px;
		background:url(../images/header-end.gif) top right no-repeat;
		float:left;
		}
		
	#header ul#nav {
		display:block;
		width:660px;
		height:68px;
		padding:38px 0px 0px 20px;
		font:1.5em "Franklin Gothic", Arial, Helvetica, sans-serif;
		color:#c1b494;
		text-transform:uppercase;
		background:url(../images/header-round-corner.gif) top right no-repeat;
		float:left;
		position:relative;
		}
		
		/*ul#nav * {
			border:1px solid #f0f;
			}*/
		
		#nav li {
			margin:0px;
			float:left;
			display:block;
			padding:11px 5px 0px 12px;
			height:29px;
			cursor:pointer;
			}
			
		#nav li:hover, #nav li.over, #history #nav li.about, #staff #nav li.about, #owners #nav li.about, #corporate-apparel #nav li.products, #promotional-items #nav li.products, #year-round #nav li.products, #summer #nav li.products, #winter #nav li.products, #product-search #nav li.products, #year-round-rentals #nav li.rentals, #winter-rentals #nav li.rentals, #mcu-stories #nav li.stories, #submit-your-story #nav li.stories, #events #nav li.events, #locations #nav li.locations, #services #nav li.services {
			color:#fff;
			background:url(../images/nav-highlight.gif) top left no-repeat;
			}
			
			#nav li:hover a, #nav li.over a, #events #nav li.events a, #locations #nav li.locations a, #services #nav li.services a {
				color:#fff;
				}
			
			#nav li a { /* changes this to style the links that go to a single page and have no subnav */
				color:#c1b494;
				display:block;
				text-decoration:none;
				}
				
			#nav li a:hover {
				color:#fff;
				}
				
			#nav li ul {
				display:none;
				position:absolute;
				top:78px;
				padding-top:2px;
				height:22px;
				width:650px;
				left:0px;
				text-align:center;
				clear:both;
				background:url(../images/header-footer-bg.jpg) repeat;
				text-transform:capitalize;
				}
				
			#nav li:hover ul, #nav li.over ul {
				display:block;
				z-index:6000;
				}
						
			#history #nav li.about ul, #staff #nav li.about ul, #owners #nav li.about ul, #corporate-apparel #nav li.products ul, #promotional-items #nav li.products ul, #year-round #nav li.products ul, #summer #nav li.products ul, #winter #nav li.products ul, #product-search #nav li.products ul, #year-round-rentals #nav li.rentals ul, #winter-rentals #nav li.rentals ul, #mcu-stories #nav li.stories ul, #submit-your-story #nav li.stories ul { /* displays current topic */
				display:block;
				}
				
				#nav li ul li {
					height:20px;
					margin:0px;
					padding:0px;
					}
					
				#nav li ul li:hover, #nav li ul li.over {
					background:none;
					}
							
					#nav li ul li a, #nav li:hover ul li a, #nav li.over ul li a {
						float:left;
						border:0px;
						font-size:.8em;
						color:#c1b494;
						width:auto;
						padding-right:15px;
						height:19px;
						padding-top:3px;
						}
						
					#nav li ul li a:hover {
						color:#fff;
						background:none;
						}
						
			#nav li.rentals ul {
				width:475px;
				padding-left:175px;
				}
				
			#nav li.stories ul {
				width:250px;
				padding-left:390px;
				}
					
/* ------------------------------------------------------------ FEATURE STYLES ----- */

#feature {
	display:block;
	width:884px;
	padding:25px 7px;
	background:url(../images/content-top-round-corner.gif) top right no-repeat;
	}
	
#index #feature {
	height:280px;
	position:relative;
	overflow:hidden;
	}
	
/* ------------------------------------------------------------ MAIN STYLES ----- */

#main {
	width:884px;
	padding:0px 7px 30px;
	font-size:1.4em;
	font-weight:bold;
	background:url(../images/content-bottom-round-corner.gif) bottom left no-repeat;
	overflow:auto;
	}
	
	#main #content {
		width:604px;
		padding:0px 40px 0px 20px;
		float:left;
		overflow:auto;
		}
		
	#main #content-wide {
		width:844px;
		padding:0px 20px 20px;
		}
		
		#main h1 {
			font:2.0em "Franklin Gothic", Arial, Helvetica, sans-serif;
			font-weight:bold;
			margin-bottom:15px;
			}
			
		#main h2 {
			font:130% "Franklin Gothic", Arial, Helvetica, sans-serif;
			font-weight:bold;
			margin:10px 0px 5px;
			}
			
		#main p {
			line-height:1.5em;
			margin-bottom:15px;
			}
			
			#main p a {
				color:#794a2f;
				text-decoration:underline;
				}
				
			#main p a:hover {
				color:#b86735;
				text-decoration:none;
				}
				
		.caps {
			text-transform:uppercase;
			}
				
		#main #content ul {
			line-height:1.5em;
			margin:0px 30px 15px 10px;
			}
			
			#main #content ul li {
				padding-left:10px;
				text-indent:-10px;
				margin-bottom:5px;
				}
		
	#main #sidebar {
		width:220px;
		float:left;
		}
		
		#sidebar img {
			margin-bottom:25px;
			}

/* ------------------------------------------------------------ FOOTER STYLES ----- */

#footer {
	width:898px;
	height:106px;
	background:url(../images/header-footer-bg.jpg) repeat;
	}
	
	#footer #info-container {
		width:630px;
		height:94px;
		padding:12px 0px 0px 50px;
		background:url(../images/footer-round-corner.gif) bottom left no-repeat;
		float:left;
		}
		
		#footer #info-container p {
			font-size:1.0em;
			color:#c1b494;
			margin-right:40px;
			float:left;
			white-space:nowrap;
			}
			
			#footer #info-container p a {
				color:#c1b494;
				}
				
			#footer #info-container p a:hover {
				text-decoration:none;
				}
				
				#footer #info-container a.contact {
					font-size:1.1em;
					text-transform:uppercase;
					}
				
		
	#footer form {
		display:block;
		width:175px;
		height:71px;
		padding:35px 7px 0px 36px;
		text-align:right;
		background:url(../images/footer-end.gif) bottom left no-repeat;
		float:left;
		}
		
		#footer form input[type="text"] { /* attribute selector only affects text input field(s) */
			border:none;
			width:150px;
			height:18px;
			padding:4px 10px 0px;
			color:#142456;
			background:url(../images/newsletter-input-bg.jpg) center center no-repeat;
			}
			
		#footer form input[name="submit"] { /* attribute selector only affects submit input field */
			border:none;
			width:100px;
			height:22px;
			margin-top:5px;
			font-size:0.9em;
			text-transform:uppercase;
			color:#c1b494;
			background:url(../images/newsletter-submit-bg.jpg) center center no-repeat;
			}
			
/*#footer-links {
	display:block;
	padding:10px 0px 10px 50px;
	font-weight:bold;
	}
	
	#footer-links li {
		display:inline;
		}
		
		#footer-links li a {
			color:#142456;
			text-decoration:underline;
			}
			
			#footer-links li a:hover {
				text-decoration:none;
				}*/
				
/* ------------------------------------------------------------ DATA TABLE STYLES FOR RENTALS AND SERVICES PAGES ----- */

#year-round-rentals table, #winter-rentals table, #services table, #gear-checklist table {
	width:604px;
	margin:20px 0px;
	font-weight:normal;
	color:#e5d6b0;
	background-color:#b86732;
	}
	
	#services col.service {
		width:140px;
		}
		
	#services col.desc {
		width:404px;
		}
		
	#services col.price {
		width:50px;
		}
		
	#misc col.service {
		width:200px;
		}
		
	#misc col.desc {
		width:170px;
		}
		
	#misc col.price {
		width:234px;
		}
		
	#birkenstock col.service {
		width:300px;
		}
		
	#birkenstock col.desc {
		width:244px;
		}
		
	#birkenstock col.price {
		width:50px;
		}
		
	#racket col.desc {
		width:384px;
		}
		
	#racket col.price {
		width:70px;
		}
		
	#year-round-rentals col.item, #winter-rentals col.item {
		width:160px;
		}
		
	#year-round-rentals col.price, #winter-rentals col.price {
		width:444px;
		}
		
	#lease col.item {
		width:300px;
		}
		
	#lease col.price {
		width:304px;
		}
		
		#year-round-rentals th, #winter-rentals th, #services th, #gear-checklist th {
			padding:7px 10px;
			letter-spacing:0.125em;
			word-spacing:0.125em;
			text-transform:uppercase;
			text-align:left;
			color:#fff;
			}
		
		#year-round-rentals tr, #winter-rentals tr, #services tr, #gear-checklist tr {
			border-bottom:1px solid #c1b494;
			}
		
		#year-round-rentals tr.odd, #winter-rentals tr.odd, #services tr.odd, #gear-checklist tr.odd {
			background-color:#96542c;
			}
			
			#year-round-rentals td, #winter-rentals td, #services td, #gear-checklist td {
				padding:7px 0px 7px 10px;
				}

#year-round-rentals table.even, #winter-rentals table.even, #services table.even, #gear-checklist table.even {
	background-color:#142456;
	}
	
	#year-round-rentals table.even tr.odd, #winter-rentals table.even tr.odd, #services table.even tr.odd, #gear-checklist table.even tr.odd {
		background-color:#1c3277;
		}
		
/* ------------------------------------------------------------ STAFF PAGE STYLES ----- */

#staff .staffWrap {
	height:330px;
	/*margin-bottom:20px;*/
	width:604px;
	position:relative;
	overflow:auto;
	clear:both;
	}
	
#staff .staffWrap img {
	/*clear:both;*/
	float:left;
	}
	
	#staff .staffWrap span.frame {
		display:block;
		width:193px;
		height:40px;
		position:absolute;
		top:0px;
		left:0px;
		background:url(../images/staff-photo-frame.png) top left no-repeat;
		color:#fff;
		text-transform:uppercase;
		text-align:center;
		padding:250px 35px 0px 0px;
		z-index:6000;
		}
		
		span.frame span.title {
			font-size:.8em;
			font-weight:normal;
			}
			
		li.staff-name {
			font-weight:bolder;
			text-transform:uppercase;
			}

#staff #content ul {
	display:block;
	width:364px;
	margin:0px 0px 0px 20px;
	float:left;
	}
	
	#staff #content ul li a {
		color:#794a2f;
		text-decoration:underline;
		}
				
		#staff #content ul li a:hover {
			color:#b86735;
			text-decoration:none;
			}
	
#staff #sidebar {
	background:url(../images/header-footer-bg.jpg) top left repeat;
	}
	
	#staff #sidebar .bottom-corner {
		overflow:auto;
		padding-bottom:20px;
		background:url(../images/corner-20p-bottomleft.gif) bottom left no-repeat;
		}
		
	#staff #sidebar ul#staff-subnav {
		display:block;
		width:200px;
		padding:20px 0px 0px 20px;
		color:#c1b494;
		background:url(../images/corner-20p-topright.gif) top right no-repeat;
		}
		
		#staff-subnav li {
			text-transform:uppercase;
			}
			
			#staff-subnav li ul {
				padding-left:10px;
				margin:5px 0px 15px;
				line-height:1.3em;
				}
			
				#staff-subnav li ul li a {
					font-size:90%;
					color:#c1b494;
					text-transform:none;
					text-decoration:underline;
					}
					
					#staff-subnav li ul li a:hover {
						text-decoration:none;
						}
	
/* ------------------------------------------------------------ HISTORY PAGE STYLES ----- */

#image-container {
	width:604px;
	text-align:center;
	margin-top:30px;
	}
	
ul.gallery {
	list-style:none;
	width:200px;
	padding:20px 0px 0px 20px;
	margin:0px;
	overflow:hidden;
	background:url(../images/corner-20p-topright.gif) top right no-repeat;
	}
	
	ul.gallery li {
		display:block;
		width:78px;
		height:78px;
		overflow:hidden;
		float:left;
		margin:0px 20px 20px 0px;
		text-align:center;
		background-color:#c1b494;
		border:1px solid #c1b494;
		padding:0px;
		}
		
#history #sidebar {
	width:220px;
	padding:0px;
	overflow:hidden;
	background:url(../images/header-footer-bg.jpg) top left repeat;
	}
	
	#history #sidebar img {
		margin:0px;
		padding:0px;
		}
	
	#history #sidebar .bottom-corner {
		overflow:auto;
		padding-bottom:20px;
		background:url(../images/corner-20p-bottomleft.gif) bottom left no-repeat;
		}
	
/* ------------------------------------------------------------ PRODUCTS PAGES STYLES ----- */

#content dl {
	width:200px;
	margin-bottom:30px;
	float:left;
	}
	
	dl dt {
		margin-bottom:5px;
		text-transform:uppercase;
		}
		
		dl dt a {
			color:#142456;
			text-decoration:underline;
			}
			
			dl dt a:hover {
				text-decoration:none;
				}
		
	dl dd {
		padding-left:1em;
		margin-bottom:.25em;
		font-size:1em;
		color:#223d91;
		}
		
		dd a {
			color:#223d91;
			text-decoration:none;
			}
			
			dd a:hover {
				color:#b86735;
				text-decoration:underline;
				}
				
/* ------------------------------------------------------------ SKI REPORT STYLES ----- */

.reportWrap {
	width:180px;
	padding:0px 20px;
	margin-bottom:30px;
	border-right:1px solid #142456;
	float:left;
	}
	
	.reportWrap.last {
		border:none;
		}
		
	.reportWrap table, .reportWrap p {
		font-size:80%;
		font-weight:bold;
		line-height:1.5em;
		margin-bottom:15px;
		}
		
	.reportWrap img {
		margin-bottom:15px;
		}
		
#ski-reports #content, #ski-reports #disclaimer {
	width:844px;
	padding:0px 20px 20px;
	}
	
	#ski-reports #disclaimer p {
		font-size:80%;
		margin-bottom:0px;
		}
	
	#ski-reports table, #ski-reports tr, #ski-reports td {
		margin:0px;
		padding:0px;
		border:0px;
		background:transparent;
		border:none;
		}
	
	#ski-reports table.report-feed {
		width:180px;
		margin-bottom:15px;
		color:#142456;
		background:transparent;
		border:none;
		}
		
	#ski-reports col.field {
		width:110px;
		}
		
/* ------------------------------------------------------------ GIFT CARD PAGE STYLES ----- */

#gift-cards #content {
	width:844px;
	padding:0px 20px 20px;
	}
	
#gift-cards table, #gift-cards tr, #gift-cards td {
	margin:0px;
	padding:0px;
	border:0px;
	background:transparent;
	border:none;
	}
	
#gift-cards form#card-orderform {
	width:694px;
	padding:20px 0px 20px 150px;
	}
	
	form#card-orderform table {
		width:400px;
		text-align:center;
		}
		
		form#card-orderform table td {
			vertical-align:middle;
			padding:10px 20px;
			}
			
		form#card-orderform table th {
			padding:7px 0px;
			font-size:90%;
			letter-spacing:normal;
			word-spacing:normal;
			text-transform:uppercase;
			text-align:center;
			color:#142456;
			}
	
	form#card-orderform col.denomination {
		width:110px;
		}
		
	form#card-orderform col.quantity {
		width:80px;
		}
		
	form#card-orderform col.add-to-cart {
		width:100px;
		}
		
	form#card-orderform input[type="text"] {
		width:50px;
		}
		
/* ------------------------------------------------------------ GEAR CHECKLIST PAGE STYLES ----- */
		
#gear-checklist #content {
	width:844px;
	padding:0px 20px 20px;
	}
	
	#gear-checklist #content table#gear {
		width:315px;
		margin-right:20px;
		margin-bottom:0px;
		font-weight:bold;
		float:left;
		}
		
	#gear-checklist #content table#accessories {
		width:500px;
		margin-bottom:0px;
		font-weight:bold;
		float:left;
		}
		
/* ------------------------------------------------------------ EVENTS PAGE STYLES ----- */

#events #content {
	width:844px;
	padding:0px 20px 20px;
	}
	
	 table#calendar {
	 	width:720px;
		margin:20px auto 0px;
		background-color:#b86732;
		}
		
		table#calendar col.calendar {
			width:200px;
			text-align:center;
			}
			
		table#calendar td.calendar {
			width:180px;
			padding:20px 10px 20px 20px;
			background:url(../images/corner-orange-20p-bottomleft.gif) bottom left no-repeat;
			}
			
		table#calendar td.calendar-events {
			padding:10px;
			background:url(../images/corner-orange-20p-topright.gif) top right no-repeat;
			}
			
			table#calendar table.mainTable td {
				border:1px solid #fff;
				}
				
			table#calendar td.calendar-events table {
				background-color:#96542c;
				border:none;
				border-bottom:1px solid #c1b494;
				}
				
				table#calendar td.calendar-events table.tableListings {
					color:#e5d6b0;
					}
					
				table#calendar td.calendar-events .tableDate td {
					padding:10px;
					}
					
					table#calendar td.calendar-events .tableDate td span.newDate {
						color:#e5d6b0;
						text-transform:uppercase;
						letter-spacing:0.075em;
						}
					
				table#calendar td.calendar-events .tableTitle {
					padding:10px;
					color:#e5d6b0;
					}
					
					table#calendar td.calendar-events .tableTitle span.tableDescr {
						color:#e5d6b0;
						}

/* ------------------------------------------------------------ EVENTS PAGE STYLES ----- */

#sitemap #content {
	width:844px;
	padding:0px 20px 20px;
	}
	
/* ------------------------------------------------------------ ADMIN AREA STYLES ----- */

#admin #content {
	width:844px;
	padding:0px 20px 20px;
	}
	
	#admin ul#nav {
		font:1.2em "Franklin Gothic", Arial, Helvetica, sans-serif;
		height:56px;
		padding:50px 0px 0px 20px;

		}
		
		#admin #nav li {
			padding:0px 5px 0px 6px;
			height:auto;
			border-left:1px solid #c1b494;
			white-space:nowrap;
			}
			
			#admin #nav li.first {
				border:none;
				padding-left:0px;
				}
			
			#admin #nav li:hover, #admin #nav li.over {
				background:none;
				}
				
#admin #footer #info-container {
	height:66px;
	padding-top:40px;
	}
	
	#admin #footer #info-container p {
		width:auto;
		}
		
#admin table {
	width:604px;
	margin:20px 0px;
	font-weight:normal;
	color:#e5d6b0;
	background-color:#b86732;
	}
	
#admin th {
	padding:7px 10px;
	letter-spacing:0.125em;
	word-spacing:0.125em;
	text-transform:uppercase;
	text-align:left;
	color:#fff;
	}

#admin tr {
	border-bottom:1px solid #c1b494;
	}

#admin tr.odd {
	background-color:#96542c;
	}
	
#admin td {
	padding:7px 0px 7px 10px;
	}
	
	#admin td a {
		color:#e5d6b0;
		font-weight:bold;
		text-decoration:underline;
		}
		
		#admin td a:hover {
			text-decoration:none;
			}
			
#admin input[type="text"] {
	margin-left:15px;
	border:1px solid #142456;
	padding:2px;
	}
		
/* ------------------------------------------------------------ PRIVACY POLICY STYLES ----- */

#privacy #content {
	width:844px;
	padding:0px 20px 20px;
	}
	
/* ------------------------------------------------------------ DRAG AND DROP STYLES ----- */

tr.myDragClass td {
    background-color: #9f5321;
}



