/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #89c5e6; /*#305477; /*#0a4013; /*#1c522a; /*#9d6855; /*#844d2f; /*#629ce0; /*#4777af; /*#4e9fd8; /*#89c5e6; /*#719cb2;*/
	color: #fff;
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #003d4c;
/*	background:#fff;
	text-decoration: underline;
	font-weight: bold;*/
}
a:hover {
/*	background:#fff;
	color: #003d4c;
	text-decoration:none;*/
	text-decoration: underline;
}
a img {
	border:none;
}
p {
  margin: .25em 0 .5em 0;
}
  
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
	color: #862120; /*852522;*/
	font-size: 130%;
	margin: 5px 0 .25em;
}
h2 {
	background:#fff;
	color: #862120; /*852522;*/
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 125%;
	margin: 5px 0 0.25em;
	padding-top: 0;
}
h3 {
	color: #05283a;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 115%;
	margin: 0.1em 0 0.25em;
}
h4 {
	color: #05283a;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
  width: 1024px;
	text-align: left;
  margin: auto;
  padding: 0;
}

#header{
	padding: 0;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#nav {
  font-family: "Arial Rounded MT Bold", Arial, sans-serif;
  font-size: 18px;
  width: 1024px;
  height: 40px;
  padding: 6px 0 0 165px;
  margin: 0 0 5px 0;
  background: url("../img/nav-bar.png") no-repeat;
}
#nav li {
  background: none;
  float: left;
  height: 28px;
  padding: 0 10px;
  list-style: none;
  position: relative;
}
#nav a {
  background: none;
  color: black;
  text-shadow: #6374AB 2px 2px 3px;
  text-decoration: none;
}
#nav a:hover {
  color: #862623;
  text-shadow: #999999 2px 2px 3px;
}
#nav ul {
  display:none;
  position: absolute;
  font-size: .75em;
  font-weight: 200;
  top: 28px;
  left: 1px;
  background-color: #CCCCCC;
  color: white;
  border: 1px solid black;
  border-top: none;
  margin: 0 3px;
}
#nav ul li {
  height: auto;
  white-space: nowrap;
  padding: 0;
}
#nav li:hover ul {
  display: block;
}
#nav ul a {
  background: none;
  color: black;
  font-weight: normal;
  text-shadow: none;
  text-decoration: none;
}
#nav ul a:hover {
  color: #862623;
  font-weight: normal
  text-shadow: #999999 2px 2px 3px;
}

#left-sidebar .sidenav li {
  background-color: #93b5bf;
  border-top: 1px solid #313b41 ;
  border-bottom: 1px solid #313b41;
  margin-bottom: 5px;
  width: 100%;
  height: 2em;
  font-weight: bold;
}
#left-sidebar .sidenav li a {
  background-color: #93b5bf;
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 2em;
  line-height: 2em;
  color: black;
  text-decoration: none;
}
#left-sidebar .sidenav li a:hover {
  color: #862623;
  font-weight: normal
  text-shadow: #999999 2px 2px 3px;
}

#content{
  padding: 1px 30px 1px 25px;
  margin: 0;
  color: #000;
}
#content-top{
  height: 22px;
  width: 1024px;
  background: url('../img/content-bg-top.png') no-repeat top right;
}
#content-middle{
  width: 1024px;
  background: url('../img/content-bg-middle.png') repeat-y top right;
  padding: 0;
  color: #000;
}
#content-middle.no-columns {
  background: url('../img/content-bg-middle-onecolumn.png') repeat-y top right;
}  
#content-middle.two-columns {
  background: url('../img/content-bg-middle-twocolumns.png') repeat-y top right;
}  
#content-bottom{
  height: 27px;
  width: 1024px;
  background: url('../img/content-bg-bottom.png') no-repeat top right;
}

#wrapper {
  float: left;
  width: 
}
#center-content {
  float: right;
  width: 560px;
  padding: 0 10px
}
#left-sidebar {
  float: left;
  width: 180px;
  padding: 0 10px 0 0;
}
.sidebar-section {
  padding-bottom: 10px;
  border-bottom: 1px dashed #92b3c4;
  margin-bottom: 15px;
}
#right-sidebar {
  float: right;
  width: 180px;
  padding: 0 0 0 10px;
}
  
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
#main-content {
  background-color: white;
  padding: 1px;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	/*white-space: nowrap;*/
}
td.actions a {
	margin: 0px 6px;
  font-size: .8em;
  font-weight: normal;
  background-color: inherit;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: .25em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging safpan {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scfold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	margin-right: 20px;
	padding: 0;
	/*width: 80%;*/
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 120%;
	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: .5em;
	padding: .25em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	/*clear: both;*/
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	/*clear: both;*/
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	/*clear: both;*/
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	/*clear: both;*/
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
/*	float:left;*/
	width:auto;
	margin: 0 3px 7px 0;
}

div.radio label {
	margin: 0 0 6px 20px;
}
.radio-option {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0 25px 15px 0;  
}
.radio-option img {
  vertical-align: middle;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	color: #900;
	font-weight: bold;
}
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;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/** Custom CSS for Nordic site **/
#current_conditions {
  position: relative;
  float: right;
  height: 192px;
  width: 185px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background: url('../img/trail-conditions.png');
  color: black;
}

#weather-icon {
  position: absolute;
  right: 72px;
  top:38px;
  height:51px;
  width: 60px;
}
#tempurature {
  position: absolute;
  right: 105px;
  top:85px;
  height:25px;
  width: 60px;
  font-size: 24px;
  font-family: "Arial Rounded MT Bold", Arial, sans-serif;
  text-align: center;
}
#snow {
  position: absolute;
  right: 35px;
  top:85px;
  height:25px;
  width: 60px;
  font-size: 24px;
  font-family: "Arial Rounded MT Bold", Arial, sans-serif;
  text-align: center;
}
#grooming {
  position: absolute;
  right: 60px;
  top:130px;
  height:25px;
  width: 80px;
  font-size: 14px;
  font-family: "Arial Rounded MT Bold", Arial, sans-serif;
  text-align: center;
}
#snow-phone {
  position: absolute;
  right: 40px;
  top:100px;
  height:25px;
  width: 120px;
  font-size: 18px;
  font-family: "Arial Rounded MT Bold", Arial, sans-serif;
  text-align: center;
}
#current_conditions span.sub-heading {
  font-size: 10px;
} 
#snow-phone span.sub-heading {
  font-size: 14px;
}


#logo {
  float: left;
  height: 192px;
  width: 188px;
  margin: 0;
  padding: 0;
}
#banner {
  height: 188px;
  width: 650px;
  margin: 0;
  padding: 0;
}

#right-sidebar {
  text-align: center;
  font-size: .9em;
}
#left-sidebar {
  text-align: left;
  font-size: .9em;
}
#left-sidebar ul, #right-sidebar ul {
  list-style: none;
  margin-bottom: 1em;
  margin: 0;
  padding: 0;
}
#left-sidebar ul li, #right-sidebar ul li {
  list-style: none;
  margin-bottom: 1em;
  margin: 0;
  padding: 0;
}
#left-sidebar ul.news li {
  list-style: disc;
  margin: .3em 0 .4em 15px;
  padding-left: 0px;
  font-size: .9em;
}
#left-sidebar .news span {
  display: block;
  font-size: .8em;
  color: #92b3c4;
}
#left-sidebar .news span a {
  color: #05283a;
  float: right;
}
#left-sidebar p , #right-sidebar p {
  color: #05283a;
  font-size: .9em;
  padding-top: 10px;
}

#left-sidebar a, #right-sidebar a {
  text-decoration: none;
  color: black
}
#left-sidebar a:hover, #right-sidebar a:hover {
  text-decoration: underline;
}
#right-sidebar h3 {
  margin: .5em 0 0 .1em;
  padding: 0;
}

.condition-listing, .event-listing {
  margin: 5px 0 15px 5px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #92b3c4;
}
.condition-listing div {
  margin-left: 80px;
}
.listing-icon {
  float: left;
  padding: 0 10px;
}

.showcase-img {
  float: right; 
  margin-left: 10px; 
  width: 300px;
}

#hwy-weather {
  background-color: white;
  float: right;
  margin-left: 15px;
  width: 435px;
  height: 275px;
  border: 2px ridge #92b3c4;
}
#hwy-weather p {
  margin-left: 15px;
  font-size: .65em;
  color: #666666;
  text-align: center;
}
#hwy-weather a {
  white-space: nowrap;
}

#hwy-weather iframe {
  width: 435px;
  height: 240px;
  border: none;
}

.clearBoth {
  clear: both;
}
.gallery_gallery {
  border: 3px outset #000000;
  background-color: #89c5e6;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 735px;
  margin: 0 0 20px 0;
}  
.gallery_gallery h2 {
  padding: 3px;
  border: 2px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.gallery_photo {
  margin: 10px;
  width: 225px;
  height: 250px;
  float: left;
  text-align: center;
}
.gallery_photo img {
  border: 2px solid #666666;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  max-width: 225px;
  max-height: 225px;
}

