/*---------------------------------------------------------------------------------------- Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
  margin:0;
  padding:0;
}

/*---------------------------------------------------------------------------------------- Body */

body {
  font-size: 75%;
  font-family: Cambria, Helvetica, Arial, sans-serif;
  color: #000;
}

html>body {
  font-size: 12px;
}

html, body, #wrap { 
  height: 100%; 
} 
body > #wrap { 
  height: auto; 
  min-height: 100%; 
} 


/*---------------------------------------------------------------------------------------- Structure */

#main {padding-bottom: 180px;}  /* must be same height as the footer */ 

#jolt_footer { 
 margin-top: -180px; /* negative value of footer height */ 
 height: 180px; 
 clear:both; 
 position: relative; 
} 


#twitter {
  width: 100%;
  height: 50px;
  background: url('../images/top_bg.png') repeat-x #fff;
  color: #fff;
  font-size: 0.75em;
  overflow: hidden;
}

#twitter #twitter_container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

#twitter #twitter_container #tweet_container {
  width: 835px;
  float: left;
  padding: 15px 0 0;
}
#twitter #twitter_container #follow_container {
  width: 125px;
  float: right;
  padding: 10px 0 0;
}

#twitter #tweet_container #twitter_intro {
  text-transform: uppercase;
  float: left;
  color: #c99;
  line-height: 1em;
}

#twitter #tweet_container #ticker-area {
  text-transform: uppercase;
  float: left;
  line-height: 1em;
}

#container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#container #logo {
  text-align: center;
}

#container #content {
  width: 510px;
  margin: 2em auto;
  position: relative;
}

#container #content #press_release {
  position: absolute;
  right: 10px;
  top: 115px;
}

#container #content #pre_register {
  position: absolute;
  left: -172px;
  top: 225px;
}

#container #footer {
  width: 510px;
  text-align: left;
  border-top: 1px solid #000;
  margin: 4em auto 2em;
  padding: 1em 0 0;
  font-size: 0.8333em;
  font-weight: bold;
}

#container #utopia_notice {
  text-align: center;
}

#container #add_this {
  position: absolute;
  top: 0;
  right: 2px;
}

#errors, #notify {
  position: absolute;
  top: 20px;
  left: 60px;
  width: 250px;
  background: url('../images/error.png') no-repeat 30px 30px #111;
  padding: 30px 30px 30px 109px;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  filter:alpha(opacity=95);
  opacity:0.95;
}

/*---------------------------------------------------------------------------------------- Structure Tags */

#container #content p {
  margin-bottom: 1em;
}

#errors ul {
  list-style: none;
  margin: 0.75em 0;
  padding: 0.75em 0;
  border-top: 1px solid #000;
}

#twitter a.follow {
  width: 120px;
  height: 21px;
  display: block;
  background: url('../images/follow.png') 0 0;
}

#twitter a.follow:hover {
  background: url('../images/follow.png') 0 -21px;
}

#twitter #tweet_container #ticker-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

#twitter #tweet_container #ticker-area ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

/*---------------------------------------------------------------------------------------- Tags */

a, a:link, a:visited {
  color: #900;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  color:  #c99;
}

/*---------------------------------------------------------------------------------------- Forms */

.row {
  margin-bottom: 0.5em;
}
.row_checkbox {
  margin: 0 0 0.5em 116px;
}
.row_indent {
  margin: 0 0 0.5em 116px;
}
.row label {
  height: 32px;
}
.row label img {
  vertical-align: top;
}

.row input {
  width: 150px;
  background: url('../images/input_bg.png') repeat-x;
  border: 1px solid #999;
  font-size: 1.2em;
  padding: 3px 5px;
  height: 26px;
}
.row_checkbox input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

.row_indent textarea {
  border: 1px solid #999;
  background: url('../images/deserve_bg.png') repeat-x;
  padding: 55px 0 0 8px;
  width: 330px;
  height: 45px;
  margin: 0 0 0.5em -3px;
}
.deserve_intro {
  margin-left: 116px;
  padding: 1em 0 0.5em;
  border-top: 1px solid #000;
  width: 340px;
}
.deserve_intro img {
  vertical-align: top; 
}
.submit {
  background: url('../images/submit.png');
  border: none;
  width: 96px;
  height: 42px;
  cursor: pointer;
}

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