@import url('column.css');
@import url('form.css');
@import url('style.css');

body {
  position: relative;
  margin: 0;
  padding: 0;
}

#background-image {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#background-image img {
  width: 100%;
  height: 100%;
}

#container {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

#container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#container { display: block; }
/* End hide from IE-mac */

#header {
/*   position: relative; */
  position: fixed;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 50px;
  height: 115px;
  background-color: rgba(255,255,255,0.85);
  z-index: 99999;
}

#header h1 a {
  opacity: 1;
  position: relative;
  display: block;
  top: 20px;
  left: 100px;
  background: url(../img/taos-logo-red.png) top left no-repeat;
  width: 266px;
  height: 75px;
  text-indent: -9999px;
  text-decoration: none;
}

#header #quick-links {
  position: absolute;
  top: 7px;
  right: 0;
  margin-right: 2em;
}

#header #quick-links ul {
  margin: 0;
  padding: 0;
}

#header #quick-links ul li {
  position: relative;
  float: left;
  list-style-type: none;
  margin: 0 0 0 2em;
}

#header #quick-links ul li a {
  display: block;
  color: #FF0000;
  width: 74px;
  height: 100px;
  background: url(../img/quick-links.png) top left no-repeat;
  text-decoration: none;
  text-indent: -9999px;
  z-index: 55;
  text-transform: uppercase;
}

#header #quick-links ul li a.events {
  background-position: 0 0;
}

#header #quick-links ul li a.weather {
  background-position: -74px 0;
}

#header #quick-links ul li a.webcams {
  background-position: -148px 0 ;
}

#header #quick-links ul li a.photos {
  background-position: -222px 0;
}

#header #quick-links ul li a.videos {
  background-position: -296px 0;
}

#header #quick-links ul li a.vr {
  display: block;
  color: #FF0000;
  width: 74px;
  height: 100px;
  background: url(../img/Lodging.png) top left no-repeat;
  text-decoration: none;
  text-indent: -9999px;
  z-index: 55;
  text-transform: uppercase;
}
#quick-link-dialogs {
  display: none;
}

.ui-dialog .ui-dialog-content h2 {
  font-size: 1em;
  margin-bottom: .25em;
  text-transform: uppercase;
  text-decoration:none;
  color: #FF0000;
}

#main:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#main { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#main { 
	display: block; 
	top:150px;
}
/* End hide from IE-mac */

#main #main-menu {
  margin: 40px auto;
  line-height: 1;
}

#main #main-menu ul {
  margin: 0;
  padding: 0;
}

#main #main-menu li {
  list-style-type: none;
}

#main #main-menu li a {
	background-color: rgba(0,0,0,0.7);
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding: 12px;
	margin-bottom: 7px;
	border: 2px solid #FF0000;
	border-left: none;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	color: #eee;
}

#main #main-menu li a:hover {
  color: #FF0000;
}

#main #main-menu li ul {
  position: absolute;
  left: -9999px;
  margin: 0 -5em 1em 8em;
  background: rgba(0,0,0,0.8);
  border: 1px solid #FF0000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#main #main-menu li:hover ul,
#main #main-menu li.sfHover ul {
  position: relative;
  left: auto;
  width: 200px;
}

#main #main-menu li li {
  line-height: 2;
  float: none;
}

#main #main-menu li li a {
  border: none;
  margin: 0 auto;
  font-size: 9px;
  text-align: left;
  display: inline;
  background: transparent;
}

#main #main-menu li li ul {
  margin: 0;
  padding: 0 0 0 1em;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#main .content {
  float: right;
  width: 75%;
  color: #fff;
  position: relative;
  margin: 2em;
  padding: 2em;
  font-weight: normal;
  overflow: auto;
}

#content  {
  position: relative;
}

#alphadiv {
	position:absolute;
	top:0;left:0;bottom:0;
	width:100%;
	background:#000000;
	opacity:.8; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=80)"; /* IE8 */
	filter:alpha(opacity=80); /* IE6/IE7 */  
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}


#main div.contents table {
  color: #fff;
}

#main div.contents select, #main div.contents input[type=text], #main div.contents textarea, #main div.contents option {
  color: #000;
}

.grooming-report table.trail-list {
  margin: 5px;
  width: 100%;
  border-collapse: collapse;
}

.grooming-report table.trail-list th {
  text-align: left;
}

.grooming-report table.trail-list td.difficulty div {
  width: 16px;
  height: 16px;
  padding: 3px 0;
  text-indent: -9999px;
}

.grooming-report table.trail-list td.difficulty .easiest {
  background: url(../img/trail_difficulties.gif) 0 0 no-repeat;
}

.grooming-report table.trail-list td.difficulty .more-difficult {
  background: url(../img/trail_difficulties.gif) -16px 0 no-repeat;
}

.grooming-report table.trail-list td.difficulty .expert-only {
  background: url(../img/trail_difficulties.gif) -48px 0 no-repeat;
}

.grooming-report table.trail-list td.difficulty .double-black {
  background: url(../img/trail_difficulties.gif) -64px 0 no-repeat;
}

.grooming-report table.trail-list td.name {
  padding: 3px;
}

.grooming-report table.trail-list .status {
  width: 8em;
  text-align: center;
}

.contents table {
  width: 100%;
  border-collapse: collapse;
}

.contents table td.price {
  width: 5em;
  text-align: right;
}

.month-pager {
  text-align: center;
}

.month-pager ul {
  list-type: none;
}

.month-pager li {
  display: inline;
}

.month-pager li:after {
  content: ' :: ';
}

.month-pager li:last-child:after {
  content: '';
}

table.dates {
  border-collapse: collapse;
}

table.dates td.date-container {
  height: 8em;
  width: 14%;
  border: 1px solid #aaa;
  vertical-align: top;
  text-align: left;
  padding-top: 1em;
}

table.dates td .date {
  float: right;
  margin-top: -1em;
}

table.dates td.date-container .event {
  background-color: #FF0000;
  margin: 2px;
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.videos .links {
  height: 2em;
}

.videos .links li {
  float: left;
  width: 49%;
  text-align: center;
  list-style: none;
}

.videos table td {
  vertical-align: top;
}

.videos table .video {
  width: 130px;
}

.videos table .meta {}

#main table.dates td.date-container .event a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

div.actions a, 
span.actions a,
td.actions a,
input[type=submit],
.checkout-button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #b52c32;
  background: #FF0000 url(../img/red-gradient.gif) 0 -1px repeat-x;
  padding: .25em .5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#book-now {
  position: fixed;
  bottom: 58px;
  right: 2em;
  width: 700px;
  height: auto;
  background-color: #FF0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#book-now h3 {
  font-size: 1.1em;
}

#book-now h3, #book-now .submit button {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

#book-now form {
  display: inline;
  vertical-align: middle;
}

#book-now h3, #book-now .input, #book-now .submit {
  width: auto;
  height: 2em;
  padding: 0 5px;
  vertical-align: middle;
  white-space: nowrap;
  float: left;
}

#book-now div.input label, #book-now div.input input {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

#book-now h3 {
  padding: 1.1em 5px 0 2em;
}


#book-now div.input label {
  width: 3em;
}

#book-now div.input input {
  width: 5em;
}

#book-now div.input.date {
  width: 10em;
  padding-top: 1.1em;
}

#book-now div.input.select {
  width: 8em;
  padding-top: 1.3em;
}

#book-now div.submit {
  width: 6em;
  padding-top: 1.3em;
}

#book-now div.submit button {
  border: none;
  background: none;
}

#book-now div.input label {
  color: #fff;
  padding-right: 5px;
}

#book-now .input select {
  width: auto;
}


#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: url(../img/footer-white.png) top left repeat-x;
}

#footer #tagline {
  background: url(../img/footer-logo.jpg) top left no-repeat;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 164px;
  height: 40px;
  text-indent: -9999px;
}

#footer #footer-links {
  text-align: right;
  position: relative;
  top: 3em;
  right: 125px;
  margin-left: 300px  ;
}

#footer #footer-menu {
  display: inline-block;
}

#footer #footer-menu li {
  display: inline-block;
  margin: 0 15px;
  list-style-type: none;
}

#footer #footer-menu li a {
  text-decoration: none;
  color: #666666;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
}

#footer #social-links {
  position: absolute;
  top: 30px;
  right: 10px;
}

#footer #social-links li {
  list-style-type: none;
/*   float:left; */
  display: inline;
}

#footer #social-links li a {
  display: block;
/*   width: 84px; */
  height: 19px;
/*   background: url(../img/social-links.jpg) top left no-repeat; */
  text-decoration: none;
  text-transform: uppercase;
  text-indent: -9999px;
  color: #999;
}

#footer #social-links li a.facebook {
/* 	background-position: 0 0; */
	background: url(../img/facebook.png) top left no-repeat;
}

#footer #social-links li a.twitter {
/* 	background-position: 0 -19px; */
	background: url(../img/twitter.png) top left no-repeat;
}

#footer #social-links li a.youtube {
/* 	background-position: 0 -19px; */
	background: url(../img/youtube.png) top left no-repeat;
}

#flashMessage {
  float: right;
  width: 75%;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
  position: relative;
  margin: 2em 2em 0;
  padding: 1em;
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#flashMessage.error {
  background-color: rgba(255,0,0,0.8);
}

pre.cake-debug {
  background-color: #000;
  border: 4px solid #FF0000;
  padding: 1em 3em;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 100;
}


#updates {
  position: fixed;
  padding: 0 0;
  top: 0px;
  right: 2em;
  width: 700px;
  height: 3em;
  background-color: #FF0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 99999;
}


#updates h3 {
  position: absolute;
  margin: .8em 0 0 1em;
  padding: 3px 0 0 8px;
  font-size: 1.1em;
}

#updates ul {
  position: absolute;
  margin: .8em 0 0 0;
  padding: 0;
}

#updates h3 {
  top: -0.2em;
  width: 11em;
	text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

#updates ul {
  height: 1.8em;
  top: .20em;
  left: 12em;
  width: 475px;
  list-style: none;
  background-color: #000;
}

#updates ul li {
  padding: 1px 5px;
}

.bx-window {
  margin-left: 175px;
}

#cart{
	width: 100%;
}
#cart th{
	background-color: white;
	color: red;
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px;
}
.right{
	text-align: right;
}
.number{
	width:10%;
}
.totals{
	width:15%;
}
/*
.checkout-button{
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
color:white;
background-color: red;
text-decoration: none;
padding: 8px;
font-size: 1.4em;
}
*/

.payment-details{
	width: 50%;
}
.payment-details h2{
	text-align: center;
}

.payment-details div.input label{
	width: 80px;
}

.checkbox-label{
	width: 200px !important;
}


#lift-tickets{
	width: 100%;
}

#lift-tickets th, #lift-tickets td{
	text-align: left;
	padding-bottom: 16px;
}

#message{
	background-color: red;
	padding: 6px;
	font-weight: bold;
}


#cart-header {
  position: fixed;
  padding: 0 0;
  top: 0px;
  right: 735px;
  width: 175px;
  height: 3em;
  background-color: #FF0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 99999;
}


#cart-header img{
  position: fixed;
  margin-top: -6px;
}

#cart-header h3 {
	position: absolute;
	margin: .8em 0 0 3em;
	padding: 0;
	top: -0.2em;
	width: 11em;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	padding: 3px 0 0 5px;
}
#cart-header p {
  position: absolute;
  margin: .8em 0 0 0;
  padding: 0;
  height: 1.8em;
  top: .20em;
  left: 8em;
  width: 100px;
  color: black;
}

#cart-header p a {
  color: black;
}

* html #apdiv{height:expression(this.parentNode.offsetHeight);}
