/*
Title: Reno Tahoe Ski
Description:	Global styles and page build
Author: Christine Harcinske / Twelve Horses
Last Updated:	
*/



/*****************************************************************************
RESETS
*****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

fieldset, img { 
	border: 0;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
  padding: 4px 6px;
	font-weight: bold;
}
	
ol, ul {
	list-style: none;
}
	
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
	
caption, th {
	text-align: left;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

:focus {
	-moz-outline-style:none
}

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

html {
	font-size: 100%;
	height: 100%;
	text-align: center;
}

body {
	margin: 0;
	text-align: left;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #52666a;
	background: #d1dadb url('../images/texture.jpg') top left repeat;
}


/* TYPOGRAPHY
----------------------------------------------------------------------*/

p {
  margin: 12px 0;
}

a, a:link, a:visited {
  color: #835505;
	text-decoration: none;
}

a:hover, a:visited:hover {
  color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #48351e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
}

h2 {
  font-size: 24px;
	text-transform: uppercase;
}

h3 {
  font-size: 18px;
	text-transform: uppercase;
}

h4 {
  font-size: 14px;
	text-transform: uppercase;
}

h5 {
  font-size: 14px;
	font-weight: bold;
}

::-moz-selection { 
  background: #056d83; 
	color: #fff;
}

::selection { 
  background: #056d83;
	color: #fff;
}

strong {
  font-weight: bold;
}

/* FORM STYLES
----------------------------------------------------------------------*/

input {
}

.textfield {
  height: 20px;
	padding: 2px 0 0 6px;
	border: 1px solid #86a3a9;
	background: #e8f5f6;
	color: #666;
}

.textfield:hover {
  height: 20px;
	padding: 2px 0 0 6px;
	border: 1px solid #056d83;
	background: #f0feff;
	color: #666;
}

.textfield:active, .textfield:focus {
  height: 20px;
	padding: 2px 0 0 6px;
	border: 1px solid #835505;
	background: #fff;
	color: #666;
}

fieldset {
  border-top: 2px solid #bfcacb;
	border-bottom: 2px solid #bfcacb;
	padding: 10px 6px;
	background: #d9e1e2;
	margin: 0 0 20px 0;
}


/* GENERAL STYLES
----------------------------------------------------------------------*/



/*****************************************************************************
SITE BUILD
*****************************************************************************/

#wrapper {
  width: 980px;
	margin: 0 auto;
	padding: 0;
  	overflow: hidden;
}
 
#header {
  width: 960px;
	padding: 10px 0 20px 0;
	background: url('../images/snow.gif') top left no-repeat;
}

#left {
  float: left;
	width: 630px;
	padding: 0 20px 0 0;
}

#sidebar {
  float: left;
	width: 300px;
}

#footer {
  background: #d1dadb url('../images/tahoe_bg.jpg') bottom center repeat-x;
	width: 100%;
	height: 137px;
}