@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;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 40px;
  height: 115px;
  background-color: rgba(255,255,255,0.85);
}

#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;
}

#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; }
/* 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: 9px;
  border: 2px solid #FF0000;
  border-left: none;
  text-decoration: none;
  font-size: 1.25em;
  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: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

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

#main #main-menu li li a {
  border: none;
  margin: 0 auto;
  font-size: 0.8em;
  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;
  background-color: rgba(0,0,0,0.8);
  position: relative;
  margin: 2em;
  padding: 2em;
  font-weight: normal;
  -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;
}

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

.galleries table td.info {
  padding: 5px;
}

.galleries.view .image {
  width: 220px;
  height: 143px;
  margin: 5px;
  float: left;
  text-align: center;
  overflow: hidden;
  background-color: #666;
  border: 5px solid #fff;
  border-bottom: 25px solid #fff;
}

.galleries.view .image img {
  vertical-align: middle;
}

.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] {
  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: 25px;
  right: 25px;
}

#footer #social-links li {
  list-style-type: none;
}

#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;
}

#footer #social-links li a.twitter {
  background-position: 0 -19px;
}

#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;
}
