/*
	Written by: El Chango - www.elchango.ca
	Date: September 5, 2007
*/

body {
	margin: 0;
	padding: 0;
	/*background: #FFF url('/images/bkgrd-green.gif') top left repeat-x;*/
	background: #000000 url('/images/backgrounds/VT-backgrounds-alpine-black.jpg') center top fixed no-repeat;
	/*background: #000000 url('/images/backgrounds/VT-backgrounds-forest-final.jpg') center top fixed no-repeat;*/
	/*background: #000000 url('/images/backgrounds/VT-backgrounds-lake-black.jpg') center top fixed no-repeat;*/
}

#wrapper {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

#header {
	position: relative;
	width: 980px;
	height: 476px;
	background-color: #1e2126;
}

/* OLD
#logo {
	position: absolute;
	top: 26px;
	left: 30px;
}

#logo h1 {
	margin: 0;
	padding: 0;
}
*/

#logo {
	position: absolute;
	top: 24px;
	left: 24px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 77px;
	background: url("/images/vancouver-trails-logo-bw.gif") no-repeat;
}

#logo a, #logo h1 {
	display: block;
	width: 200px;
	height: 77px;
	margin: 0px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}

#navwrap {
	position: absolute;
	top: 78px;
	left: 200px;
}

#greenbar {
	position: relative;
	width: 978px;
	height: 12px;
	background-color: #99cc33;
	margin: 0;
	border-left: 1px solid #1e2126;
	border-right: 1px solid #1e2126;
}

#topphoto {
	position: absolute;
	top: 128px;
	left: 30px;
	width: 920px;
	margin: 0;
	padding: 6px 0;
	border-top: 1px solid #a5a6a8;
	border-bottom: 1px solid #a5a6a8;
}

#header #right-opacity {
	position:absolute;
	z-index: 1;
	top: 6px;
	right: 0;
	width: 390px;
	height: 305px;
	background-color:#323232;
	opacity: 0.70; /* standard CSS3 */
}

#header #home-opacity-small {
	position:absolute;
	z-index: 1;
	top: 274px;
	left: 0;
	width: 390px;
	height: 40px;
}

#header #homebar-small {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 372px;
	height: 40px;
	z-index: 2;
	margin: 0;
	padding: 0;
}

#header #rightbar {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 372px;
	height: 305px;
	z-index: 2;
}

#header #right-opacity-small {
	position:absolute;
	z-index: 1;
	top: 274px;
	right: 0;
	width: 390px;
	height: 40px;
	background-color:#323232;
	opacity: 0.70; /* standard CSS3 */
}

#header #rightbar-small {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 372px;
	height: 40px;
	z-index: 2;
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	width: 918px;
	margin: 0;
	padding: 30px 30px;
	background-color: #efefef;
	border-left: 1px solid #1e2126;
	border-right: 1px solid #1e2126;
}

#leftcol {
	float: left;
	width: 510px;
}

#rightcol {
	float: right;
	width: 375px;
}

#singlecol {
	position: relative;
	width: 900px;
}

#homepage {
	position: relative;
	margin: 0;
	padding: 0;
	width: 510px;
}

#homepage .container {
	margin: 0;
	padding: 1px 15px 12px 15px;
	background-color: #d0d0d0;
	border-left: 2px solid #1e2126;
	border-right: 2px solid #1e2126;
	border-bottom: 2px solid #1e2126;
}

#home-numbering {
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
	margin: 0 0 0 20px;
}

#home-numbering a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	margin: 2px 2px 0 2px;
	padding: 0px 5px;
}

#home-numbering a:hover, #home-numbering a.on {
	color: #333;
	background-color: #99cc33;
}

#bottom {
	position: relative;
	width: 100%;
}

#weather {
	float: left;
	width: 510px;
}

#bottomright {
	float: right;
	width: 375px;
}

#homesocial {
	position: relative;
	width: 100%;
	text-align: right;
	margin: 20px 0 0 0;
}

#footer {
	position: relative;
	width: 980px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -12px;
	text-align: center;
	background-color: #1e2126;
}

#footer .leftcol {
	float: left;
	padding: 10px 0 0 30px;
}

#footer .rightcol {
	float: right;
	padding: 10px 30px 0 0;
}

/* Navigation Styles */
#nav {
	position: relative;
	width: 800px;
	height: 20px;
}

#nav ul {
	float: right;
	list-style: none;
	padding: 0 30px 0 0;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 16px;
}

#nav li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #99cc33;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav .on {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
/* END Navigation Styles */

/* Text Styles */
#header h2 {
	position: absolute;
	width: 360px;
	bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #b5e8e9;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}

#content h2, #mapwrap-big h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #1e2126;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#homepage h3 {
	background-color: #1e2126;
	width: 490px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EDEDED;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 0 10px;
}

p, td, th, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 140%;
}

a {
	color: #3d5ab8;
}

a:hover {
	color: #186410;
}

.phototext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.googleearth {
	margin-left: 120px;
}

.googleearth a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}

.googleearth a:hover {
	color: #186410;
}

#trailinfo, #trailinfo-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 130%;
}

#trailinfo a, #trailinfo-small a {
	color: #b5e8e9;
}

#trailinfo a:hover, #trailinfo-small a:hover {
	color: #dbf9fa;
}

#footer, #footer p, #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	line-height: 130%;
	text-decoration: none;
}

#footer a:hover {
	color: #99cc33;
}

.comment-date {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#mapside a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d5ab8;
}

#mapside a:hover {
	color: #186410;
}

#mapside .regiontitle {
	font-weight: bold;
	margin: 0;
}

#mapside .maplink {
	display: block;
	margin: 4px 0 0 16px;
	padding: 0;
}
/* END Text Styles */

.photogallery {
	border: 1px solid #999;
}

#picoftheday {
	height: 90px;
}

#picoftheday img {
	margin-right: 10px;
}

.comment-list {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	border-top: 1px solid black;
}

#commentsbox {
	background-color: #fafafa;
	border: 1px solid #d9d6d6;
	padding: 10px 24px;
}

#comments {
	list-style-image: url("/images/comment-bubble-green.gif");
}

#comments, #comments li {
	margin: 0;
	padding: 0;
	margin-left: 8px;
	padding-bottom: 6px;
}

.featured {
	margin: 0;
	padding: 10px 15px;
	background-color: #d0d0d0;
}

.featured .container {
	margin: 0;
	padding: 8px 15px 12px 15px;
}

.featured .leftcol {
	float: left;
	width: 120px;
}

.featured .rightcol {
	float: right;
	width: 360px;
}

.featured h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.featured p {
	font-size: 12px;
}

#trails-table {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#trails-table th {
	text-align: left;
	padding: 2px 8px;
	margin: 0;
	background-color: #ccc;
}

#trails-table td {
	padding: 2px 8px;
}

#trailinfo-title {
	position: absolute;
	width: 360px;
	height: 70px;
	top: 34px;
	left: 0;
}

#trailinfo {
	position: absolute;
	bottom: 20px;
	width: 314px;
	margin: 10px 20px 0 0;
	padding: 10px 20px;
	border: 1px solid #FFF;
}

#trailinfo-small {
	text-align: center;
	margin: 8px 20px 0 0;
	padding: 0;
}

#trailinfo .leftcol {
	float: left;
	width: 150px;
	margin: 0;
	padding: 20px 0 20px 15px;
}

#trailinfo .rightcol {
	float: right;
	width: 150px;
	margin: 0;
	padding: 20px 15px 20px 0;
}

#trailinfo strong {
	font-family: Arial, Helvetica, sans-serif;
}

.opaque {
	opacity: 0.5;
}

#bubble-wrap {
	overflow: scroll;
	height: 230px;
	width: 390px;
	margin-top: 10px;
}

#bubble-wrap-small {
	overflow: scroll;
	height: 230px;
	width: 200px;
	margin-top: 10px;
}

.bubble {
	width: 350px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.bubble-small {
	width: 200px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.bubble .leftcol {
	float: left;
	width: 110px;
	margin: 0;
	padding: 0;
}

.bubble .rightcol {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

.bubble img {
	border: 1px solid #AAA;
	padding: 0;
	margin: 0;
}

#links {
	position: relative;
}

#links .leftcol {
	float: left;
	width: 250px;
}

#links .rightcol {
	float: right;
	width: 250px;
}

#mapwrap {
	position: relative;
	width: 910px;
}

#mapwrap-big {
	position: relative;
	margin: 20px 50px;
}

#mapleft {
	float: left;
}

#bigmaplink {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #111;
}

#map {
	border: 3px solid #1e2126;
	margin-bottom: 20px;
}

#mapside {
	float: right;
	width: 400px;
}

#mapside .leftlist {
	float: left;
	width: 190px;
}

#mapside .rightlist {
	float: right;
	width: 190px;
}
#search {
	position: absolute;
	top: 20px;
	right: 60px;
	width: 240px;
}

.searchbutton {
	position: absolute;
	top: 1px;
	right: 0;
}

.searchform{
  background-image:url('/images/search-bkgrd.jpg');
  background-repeat:no-repeat;
  padding-left:20px;
}

/* Articles */
.articlelist {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 40px 0 0 0;
	border-top: 1px solid #CCC;
}

.articlelist .leftcol {
	float: left;
	width: 120px;
}

.articlelist .rightcol {
	float: right;
	width: 370px;
}

.articlelist .leftcol img {
	border: 1px solid black;
}

.articlelist h3 a {
	text-decoration: none;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #111;
	line-height: 130%;
	text-decoration: none;
}
/* END Articles */

/* FORMS */
div.row-contact {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
}

div.row-contact span.label-contact {
	float: left;
	width: 100px;
	text-align: right;
}

div.row-contact span.formw-contact {
	float: right;
	width: 400px;
	text-align: left;
}

div.row-comment {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
}

div.row-comment span.label-comment {
	float: left;
	width: 100px;
	text-align: right;
}

div.row-comment span.formw-comment {
	float: right;
	width: 400px;
	text-align: left;
}

div.spacer {
	clear: both;
}

.formtext {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

div.formrow {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
	color: #4a4946;
}


div.formrow span.formlabel {
	float: left;
	width: 140px;
	text-align: right;
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div.formrow span.formformw {
	float: right;
	width: 350px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

div.formspacer {
	clear: both;
}

#load {
	position:absolute;
	z-index:1;
	border:3px double #999;
	background:#FFF;
	width:300px;
	height:200px;
	margin-top:-150px;
	margin-left:-150px;
	padding-top: 100px;
	top:50%;
	left:50%;
	text-align:center;
	line-height:190%;
	font-family: Verdana, Arial, sans-serif;
	font-size:18px;
}

/* END FORMS */

/* Social Bookmarking */
.sharesb{
	clear:both;
	position:relative;
	padding:3px;
	margin:0;
}

.sharesb p {
	padding:0;
	margin:0;
}

.sharesb p a{
	position:absolute;
	top:0px;
	right:0px;
	padding:3px 5px 0 0;
}

.sharesb ul{
	text-align:center;
	list-style:none;
	margin:6px 0 4px 0;
	padding:0;
}

.sharesb ul li{
	text-align:left;
	display:inline;
	padding:0 4px 6px 3px;
}

.sharesb ul li.delicious{
	background:url("/images/social-bookmarks/delicious.gif") no-repeat 0 0;
}

.sharesb ul li.digg{
	background:url("/images/social-bookmarks/digg.gif") no-repeat 0 0;
}

.sharesb ul li.reddit{
	background:url("/images/social-bookmarks/reddit.gif") no-repeat 0 0;
}

.sharesb ul li.facebook{
	background:url("/images/social-bookmarks/facebook.gif") no-repeat 0 0;
}

.sharesb ul li.stumbleupon{
	background:url("/images/social-bookmarks/stumbleupon.gif") no-repeat 0 0;
}

.sharesb ul li.google{
	background:url("/images/social-bookmarks/google.gif") no-repeat 0 0;
}

.sharesb ul li.yahoo{
	background:url("/images/social-bookmarks/yahoo.gif") no-repeat 0 0;
}

.sharesb ul li.furl{
	background:url("/images/social-bookmarks/furl.gif") no-repeat 0 0;
}

.sharesb ul li a{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
}
/* END Social Bookmarking */

/* Ads */
.ad-in-paragraph2 {
	float: left;
	display:inline;
	width: 300px;
	margin:0 20px 0 0;
}
/* END Ads */

.extlink {
	padding-right: 13px;
	background: url(/images/external.gif) no-repeat center right;
	display: inline-block;
}

.required {
	color: #FF0000;
}

/* Photo Contest Styles */

#content-contest {
	position: relative;
	width: 948px;
	margin: 0;
	padding: 30px 0 30px 30px;
	background-color: #efefef;
	border-left: 1px solid #1e2126;
	border-right: 1px solid #1e2126;
}

#leftcol-contest {
	float: left;
	width: 615px;
}

#rightcol-contest {
	float: right;
	width: 315px;
}

#contestprizes {
	position: relative;
	width: 575px;
	height: 320px;
	background: url('/contest/2010/images/green-prizes-box.png') top center no-repeat;
	margin: 20px 0 0px 0;
	padding: 10px 18px;
}

.contestprizeswrap {
	position: relative;
	width: 575px;
	padding: 10px 0;
}

.contestprizeleft {
	float: left;
	width: 200px;
	margin-left: 10px;
}

.contestprizeright {
	float: right;
	width: 360px;
}

.contestprizeright li {
	font-size: 13px;	
}

.contestprizeright li a {
	font-size: 11px;
	color: #006a8c;
	text-decoration: none;
}

.contestprizeright li a:hover {
	text-decoration: underline;
}

#contestprizes ul {
	list-style-image:url('/contest/2010/images/check-white.png');
	margin: 0;
	padding: 0;
}

#contestprizes li {
	margin: 0 0 6px 0;
}

#photocontest-nav {
	width: 111px;
	height: 33px;
	background-image: url('/images/photo-contest-link.jpg');
	margin-top: -10px;
}

#photocontest-nav:hover {
	width: 111px;
	height: 33px;
	background-image: url('/images/photo-contest-link-on.jpg');
	margin-top: -10px;
}

#photocontest-nav span {
	display: none;	
}

#contest-mainleft {
	float: left;
	width: 200px;
}

#contest-mainright {
	float: right;
	width: 400px;
}

#contest-mainright p, #contest-mainright li {
	font-size: 14px;
}

#content-contest h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #1e2126;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#content-contest h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #969696;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#content-contest .contestprizeleft h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.contestprizeleft h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5c8607;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#leftcol-contest .big {
	font-size: 14px;	
}

#contest-mainright ul {
	list-style-image:url('/contest/2010/images/check-grey.png');
	margin: 0;
	padding: 0;
}

#contest-mainright li {
	margin: 0 0 6px 0;
}

#contestrules ul {
	list-style-image:url('/contest/2010/images/check-grey.png');
	margin: 0;
	padding: 0;
}

#contestrules li {
	margin: 0 0 6px 18px;
}

.contestwinner-left {
	float: left;
	width: 300px;
}

.contestwinner-right {
	float: right;
	width: 300px;
}


#s2011contestsponsors {
	position: relative;
	width: 315px;
	height: 240px;
	margin: 20px 0 0 0;
}

#s2011keen {
	position: absolute;
	top: 0px;
	left: 10px;
}

#s2011lowepro {
	position: absolute;
	top: 0px;
	right: 20px;
}

#s2011mec {
	position: absolute;
	top: 150px;
	left: 10px;
}

#s2011icebreaker {
	position: absolute;
	top: 75px;
	left: 10px;
}

#s2011joby {
	position: absolute;
	top: 80px;
	right: 10px;	
}

.formtext-contest {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

div.formrow-contest {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
	color: #4a4946;
}


div.formrow-contest span.formlabel-contest {
	float: left;
	width: 140px;
	text-align: right;
	padding-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div.formrow-contest span.formformw-contest {
	float: right;
	width: 450px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#contest-gallery-wrapper {
	position: relative;
	width: 100%;
	margin: 15px 0 0 0;
}

#contest-next-previous {
	font-family: arial, san-serif;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 0 0;
}

#contest-next-previous a {
	font-family: arial, san-serif;
	font-size: 18px;
	text-decoration: none;
}

#contest-next-previous a:hover {
	text-decoration: underline;
}

.photogalleryphoto {
	float: left;
	width: 150px;
	/*height: 110px;*/
	height: 150px;
	text-align: center;
}

.photogalleryphoto img {
	border: 1px solid #CCC;
}

.photocontestbigphoto {
	margin: 20px 0;
}

div.row-contest {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
}

div.row-contest span.label-contest {
	float: left;
	width: 100px;
	text-align: right;
}

div.row-contest span.formw-contest {
	float: right;
	width: 500px;
	text-align: left;
}

div.spacer {
	clear: both;
}
/* END Photo Contest Styles */

#emailsignup-wrapper {
	position: relative;
	padding: 1px 15px 10px 15px;
	background-color: #fefade;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
