@charset "utf-8";

/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(/img/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
}

h1, h2, h3 {
	text-transform: lowercase;
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 20px;
	color: #292929;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 1em;
	text-align: justify;
	line-height: 200%;
}

p {
}

ul {
}

ol {
}

a {
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo */
#pageHead {
	width: 920px;
	height: 197px;
	margin: 0 auto;
}
#logo {
	width: 920px;
	height: 163px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	padding: 70px 37px 0 0;
	height: 54px;
	background: url(/img/img02.gif) no-repeat 100% 63px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
}

#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 920px;
	height: 35px;
	margin: 0 auto;
	
	background-image: url(/img/menu2.png);
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 8px;
	padding-bottom: 0;
	padding-right: 8px;
	padding-top: 5px;
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:active {
	text-decoration: underline;
	color: #c7c7c7;
}

#menu .active a {
	
	
}

/* Page */

#bg {
	background: url(/img/img04.gif) no-repeat center top;
}

#page {
	width: 918px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 625px;
	padding: 0 0 0 24px;
	
}

#content h1 {
	margin: 25px 0 20px 0;
	padding-left: 33px;
}

#content .content {
	padding-left: 32px;
}

/* Posts */

.post h1.title {
	margin: 25px 0 20px 0;
	padding-left: 33px;
}

.post h2.title {
	margin: 20px 0 25px 0;
	padding-left: 33px;
	
}
.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-left: 32px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4A5157;
}

.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 34px;
	background: #189fff url(/img/img05.gif) no-repeat;
	text-transform: lowercase;
	font-size: 17px;
	color: #FFFFFF;
}

.box .content {
	padding: 26px;
	background: url(/img/img06.gif) repeat-x;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/* Footer */

#footer {
	padding: 35px 0;
	background: url(/img/img08.gif) no-repeat center top;
	font-size: 12px;
}

#footer p {
	text-align: center;
}

input {
	margin-top: 5px;
}

select {
	margin-top: 5px;
}

  ul#tabnav {
  	border-radius: 10px;
    background-color: #0f53a2;
    border-bottom:2px solid #0c417e;
    border-top:2px solid #0c417e;
    height:35px;
    width: 450px;
    margin:0pt;
    padding:0pt;
    display:block;
    line-height:35px;
  }
  ul#tabnav li {
  	border-radius: 5px;
    margin:0;
    padding:0;
    float:left;
    height:35px;
    list-style-type:none;
    position:relative;
  }
  ul#tabnav li a {
  	border-radius: 5px;
    color: white;
    font-size:16px;
    font-weight:bold;
    line-height:35px;
    text-decoration:none;
    display:block;
    float:left;
    height:35px;
    margin:0pt 0pt 0pt 5px;
    padding:0pt 6px;
    position:relative;
    border: none;
  }
  ul#tabnav li a:hover, ul#tabnav li a.selected {
    background:#36a1ff none repeat scroll 0%;
  }

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 105%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 120%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	border-radius: 32px;
	background-color: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	border: 1px solid #dedede;
	color: #484848;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 11px;
}

form .submit input[type=submit]:hover {
	border-radius: 25px;
	background-color: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
	background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
	border: 1px solid #dedede;
}

form .submit input[type=submit]:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#b7b7b7));
	background-image: -moz-linear-gradient(top, #cecece, #b7b7b7);
}
	

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* ------------------
 styling for the tables
   ------------------   */
.facts .key {
	font-size: small;
	margin: 0;
	padding: 0;
}
.facts .value {
	font-size: small;
	margin: 0;
	padding: 0;
}
.columns{
  width:100%;
}
.columns .main{
  float:left;
  width:48%;
  overflow:hidden;
}
.columns .sidebar{
  float:right
  width:48%;
  overflow:hidden;
}

#box-table-b
{
	font-size: 11px;
	margin: 0px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #6393f7;
	border-bottom: 7px solid #6393f7;
}
#box-table-b th
{
	font-size: 18px;
	font-weight: normal;
	padding: 8px;
	background: #e1e9ff;
	border-right: 1px solid #6393f7;
	border-left: 1px solid #6393f7;
	color: #039;
}
#box-table-b td
{
	border-left-color: #6393f7;
	border-right-color: #6393f7;
	padding: 6px;
	background: #e8edff; 
	border-right: 1px solid;
	border-left: 1px solid;
	color: #669;
}
#box-table-b a
{
	color: blue;
	text-decoration: none;
}
#box-table-b a:hover
{
	color: blue;
	text-decoration: underline;
}
.error-message
{
	color: #ad0000;
	font-weight: bold;
}
.message
{
	text-align: center;
	font-size: large;
	background-color: #d8e1ff;
}
#UserLoginForm a 
{
	font-size: xx-small;
}

li.ski_area_open a {
	color: #009e00;
}

li.ski_area_closed a {
	color: #f00;
}

li.ski_area_future a {
	color: #ff00fc;
}

li.ski_area_unknown a {
	color: #1e16ff;
}
.map {
	width: 100%;
}
.map .image {
	float:left;
	width: 401px;
	overflow:hidden;
}

.map .information {
	float: right;
	width: 160px;
	padding: 5px;
	overflow:hidden;
}

#acc {width:457px; list-style:none; margin-left:0px; color:#033;}
#acc h2 { height: 30px; width: 80px; padding:0px; font-weight:bold; margin-top:0px; cursor:pointer; }
#acc h2:hover { color: gray; }
#acc .acc-section {overflow:hidden; }
#acc .acc-content {padding:0px; }

.filter_options_title {
	
	padding-left: 5px;
	
	padding-bottom: 0px;
	
	padding-right: 5px;
	
	padding-top: 5px;
	
}

.filter_options_content {
	padding-left: 5px;
}

.clear { /* A CSS class for the property */
   clear: both;
}

