/*!
 * Powder Envy Daytime Layout 
 * http://powderenvy.com
 *
 * First some help from my friends!
 *
 * I dig the Eric Meyer reset css
 * http://meyerweb.com/eric/tools/css/reset/ 
 *
 * v1.0 | 20080212 
 *
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

 
/* 
 * I am also a huge fan of this one!
 * 
 * Webtoolkit clearfix method 
 * http://www.webtoolkit.info/css-clearfix.html
 *
 */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*!
 * Now then, let's get started.
 *
 * Powder Envy Daytime Layout 
 * http://powderenvy.com
 *
 * Copyright 2010, Wil Everts (@cousinwil)
 * Date: Sun Feb 14 00:00:01 2010 -0800
 *
 */
 
/* Body and Reusables of the Powder Envy Daytime Layout */

body { 
	background-color: #1d222d;
	background-image: url(/public/images/bg-gradient-hc.png);
	background-repeat: repeat-x;
  font: 12px 'Helvetica', 'Arial', Sans-Serif;
  color: #202533;
  text-align: left;
  opacity: 0.99999; 
  -moz-opacity: 0.99999; 
  -khtml-opacity: 0.99999; 
  filter: alpha(opacity=99);
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

a {
  color: #2f2f2c;
}

a:hover {
  color: #a80000;
}

.offset, #construct, #title, #slogan, #header p, #splash p, 
#reports h3, #envy #visualization #racetrack #clone-car {
  display: none;
}

.clear-fix {
  clear: both;
}

/* Main Structure of the Powder Envy Daytime Layout */

#envy {
  width: 960px;
  *height: 1122px;
  margin: 0 auto;
  position: relative;
}

#envy #header {
  position: absolute;
  width: 220px;
  height: 260px;
  background-image: url(/public/images/lift-ticket-tilted.png);
  background-repeat: no-repeat;
  top: -10px;
  left: 695px;
  z-index: 10;
}

#envy h2 a#wil-everts {
  width: 290px;
  height: 30px;
  background-image: url(/public/images/wil-everts-tag.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 10px;
  z-index: 9;
}

#envy ul#nav {
  position: absolute;
  padding: 0 10px;
  top: 272px;
  left: 690px;
  z-index: 8;
}

#envy ul#nav li {
  margin-bottom: 20px;
}

#envy ul#nav li#follow a {
  background-image: url(/public/images/btn-follow.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 60px;
  display: block;  
}

#envy ul#nav li#tell a {
  background-image: url(/public/images/btn-stoked.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 60px;  
  display: block;  
}

#envy #visualization ul#tweet-view {
  position: absolute;
  top: 20px;
  left: 180px;
  z-index: 12;
}

#envy #visualization ul#tweet-view li {
  background-image: url(/public/images/bg-chat-bubble.png);
  background-repeat: no-repeat;
  width: 400px;
  height: 116px;
  padding: 12px 20px 17px;
  overflow: hidden;
  color: #2f2f2c;
  display: none;  
}

#envy #visualization #tweet-view .twitter-user-icon {
  float: left;
  margin-right: 10px;
}

#envy #visualization #tweet-view .tweet-wrap {
  float: left;
  width: 320px;
  height:44px;
  *height: 46px;
  overflow: hidden;
}

#envy #visualization #tweet-view .tweet-wrap a.h3 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

#envy #visualization #tweet-view .tweet-wrap p.tweet {
  font-size: 13px;
}

#envy #visualization #overlay {
  position: absolute;
  width: 960px;
  height: 450px;
  background-image: url(/public/images/bg-header-peek.png);
  background-repeat: no-repeat;  
  top: 0px;
  left: 0px;
  z-index: 7;  
}

#envy #visualization #artwork {
  position: absolute;
  width: 940px;
  height: 400px;
  background-image: url(/public/images/day/bg-paper.jpg);
  background-repeat: no-repeat;  
  top: 40px;
  left: 10px;
  z-index: 1; 
}

#envy #visualization #trees {
  position: absolute;
  width: 940px;
  height: 400px;
  background-image: url(/public/images/day/bg-foreground.png);
  background-repeat: no-repeat;  
  top: 40px;
  left: 10px;
  z-index: 6;
}

#envy #visualization #racetrack {
  position: absolute;
  width: 940px;
  height: 400px; 
  top: 40px;
  left: 10px;
  z-index: 2;
}

#envy #visualization #racetrack #car-1 {
  position: absolute;
  top: 64px;
  left: 352px;
  z-index: 2;
}

#envy #visualization #racetrack #car-2 {
  position: absolute;
  top: 104px;
  left: 637px;
  z-index: 2;
}

#envy #visualization #racetrack #car-3,
#envy #visualization #racetrack #car-4,
#envy #visualization #racetrack #car-5 {
  position: absolute;
  top: -100px;
  left: 0px;
  z-index: 2;
  display: none; 
}

#envy #content {
  position: absolute;
  top: 450px;
  left: 0px;
  z-index: 10; 
  width: 100%;
  min-height: 458px;
  background-image: url(/public/images/bg-main-text.png);
  background-repeat: repeat-y; 
  padding-top: 10px;
}

#envy #content #reports {
  float: left;
  width: 640px;
  margin-top: 0px;
}

#envy #content #reports h2 {
  margin: -22px 0 15px 15px;
}

#envy #content #reports ol {
  margin-left: 10px;
}

#envy #content #reports ol li {
  float: left;
  width: 106px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  margin: 0 2px 12px;
  height: 68px;
  font-size: 12px;
}

#envy #content #reports ol#snow-report-48-hour li, 
#envy #content #reports ol#snow-report-72-hour li {
  margin-bottom: 5px;
  height: 65px;
}

#envy #content #reports ol li.first {
  width: 65px;
}

#envy #content #reports ol li a {
  color: #202533;
  text-decoration: underline;
}

#envy #content #reports ol li p.number {
  font-size: 36px;
  font-weight: bold;
}

#envy #content #reports ol li p.number span.inch {
  font-size: 18px;
}

#envy #content #reports p#last-report {
  font-size: 11px;
  margin: 15px 20px 0 0;
  text-align: right;
  color: #aaa;
}

#envy #content #form {
  float: right;
  width: 250px;
  margin: 15px 15px 10px 0;
  border: 4px dashed #006b33;
  padding: 20px 20px 30px;
  text-align: center;
}

#envy #content #form h2 {
  color: #2f2f2c;
  margin-bottom: 15px;
}

#envy #content #form input#ajax {
  width: 220px;
  height: auto;
  font-size: 18px;
  padding: 8px;
  margin-bottom: 20px;
  border: solid #2f2f2c 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

ul.auto_complete_dropdown {
  border: solid #2f2f2c 2px;
  margin-top: -4px;
  border-top: 0;
  width: 230px;
}

ul.auto_complete_dropdown li {
  font-size: 16px;
  padding: 4px 8px;
  color: #2f2f2c;
}

#envy #content #form input.off {
  color: #aaa;
  font-style: italic;
}

#envy #content #form input#btn-form {
  font-size: 18px;
  font-weight: bold;
  color: #2f2f2c;
  width: 160px;
  background-color: #fff;
  padding: 5px;
  border: solid #006b33 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}

#envy #content ul#footer {
  position: absolute;
  top: 44px;
  padding: 40px;
  left: 3px;
  z-index: 11; 
  width: 874px;
  height: 342px;
  background-color: #006b33;
  border-top: 1px solid #2f2f2c;
  border-bottom: 1px solid #1a1a1a;
  font-size: 16px;
  color: #efefef;
}

#envy #content ul#footer li {
  width: 280px;
  float: left;
  margin-right: 105px;
}

#envy #content ul#footer li.about {
  padding-top: 12px;
  font-size: 14px;
  margin-right: 0;
  width: 460px;
  float: right;
}

#envy #content ul#footer li.about h3 {
  margin-bottom: 15px;
} 

#envy #content ul#footer li.about p {
  line-height: 1.4em;
  margin-bottom: 15px;
}

#envy #content ul#footer li.about p.sub-feeds {
  font-size: 13px;
}

#envy #content ul#footer li p#copyright {
  font-size: 10px;
  margin-top: 15px;
  margin-bottom: 0;
  font-style: italic;
  text-align: center;
}

#envy #content ul#footer li.about a {
  color: #efefef;
  font-weight: bold;
}

#envy #content #reports, #envy #content #form {
  display:none;
}