/* -------------------------------------------------

Basic Stylesheet

Version: 1.0
Author: Carl Brown
Email: carl@608media.com


=== Contents    ================================

  1.  Browser Reset
  2.  Basic Styles
  3.  Quotes
  4.  Sign Up Forms
  5.  FB iFrame

--------------------------------------------------*/


/* !=== Browser Reset */

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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

.clearing {
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0; /* FF fix */
}

/* !=== Basic Styles */

body {
  background: url(../images/header_background.jpg) no-repeat center top #000;
  background-color: #000;
  color: #fff;
  font-family: "Helvetica", Sans-Serif;
  font-size: small;
}

#page_background {
  background: url(../images/header.jpg) no-repeat center top #180f07;
  width:1020px;
  margin: 0 auto;
}

#page_wrapper {
  width:960px;
  margin: 0 auto;
}

#header {
  height: 457px;
  padding-top: 40px;
  text-align: center;
  font-family: "Droid Serif", "Helvetica", Sans-Serif;
  margin-bottom: -70px;
}

h2 {
  color: #f1f1f1;
  font-family: "Droid Serif", "Helvetica", Sans-Serif;
  font-size: 175%;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 130%;  
  text-shadow: 2px 2px 4px rgba(0,0,0,.3);
}

h3 {
  color: #f1f1f1;
  font-family: "Droid Serif", "Helvetica", Sans-Serif;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,.3);
}

.left {
  float: left;
}

.right {
  float: right;
}

.left_page {
  margin-bottom: 50px;
  width: 650px;
}

.right_page {
  margin-bottom: 50px;
  width: 250px;
}

#footer {
  clear: both;
  color: #bcbcbc;
  padding-bottom: 20px;
  text-align: center;
}

#footer img {
  border: none;
  margin-bottom: 15px;
}

#distro {
  background-color: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.supporting_text {
  margin-right: 20px;
  width: 300px;
}

.supporting_text img {
  margin: 0 20px 20px 0;
  float: left;  
}

#movie {
  background: url(../images/video_placeholder.jpg) no-repeat left top #333;
  margin-bottom: 50px;
  width: 640px;
  height: 360px;
}

p {
  color: #f1f1f1;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

a {
  color: #da9460;
}

a:hover {
  text-decoration: none;
}

/* Quotes */

.quotes_wrapper {
  margin: 30px 0 40px 0;
}

.quotes {
  margin-bottom: 20px;
}

blockquote {
  font-style: italic;
  margin-bottom: 5px
}

blockquote p {
  margin: 0;
  color: #da9460;  
}

/* Sign up Form */

#register {
  background-color: #913530;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  margin: 30px 0;
}

label {
  display: none;
}

#email {
/*
  margin: 0;
  padding: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 204px;    
*/
  border:0;
  margin-bottom: 5px;
  width: 220px;  
}

#country {
  width: 100%;
  margin: 20px 0 5px 0;
}

#submit {
  float: right;
  background-color: #ffa729;
  border: 1px solid #913530;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #913530;
  padding: 8px;
  font-weight: bold;
  margin-top: 20px;  
}

#submit:hover {
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
}

.disclaimer {
  clear: right;
  font-size: 80%;
  color:#aa917e;
  margin-top: 70px;
}

.inline_error {
  background-color: #ffc1b8;

  border: 2px solid #c61907;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #c61907;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

.error {
  padding: 20px 10px;
  background-color: #f1f1f1;
  color: #333;

  -moz-box-shadow: 3px 3px 5px #333;
  -webkit-box-shadow: 3px 3px 5px #333;
  box-shadow: 3px 3px 5px #333;

  border-width: 2px;
  border-style:  solid;
  border-color: #bcbcbc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  font-size: 110%;
  text-align: center;
  margin: 0 0 30px 0;
}

.failure {
  background-color: #ffc1b8;
  border-color: #c61907;
  color: #c61907;
}

.success {
  background-color: #c3d491;
  border-color: #779224;
  color: #4c6501;
}

/* !=== Social */
/* ===============================================*/

#iFrame {
  background-color: #f1f1f1;
}

#twitter {
  margin-top: 30px;
}

#a2a {
  margin-top: 30px;
}

#email_count {
  background-color: #913530;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-top:30px;
  text-align: center;
}

#email_count p {
  margin: 0;
}

#twitter {
  margin-bottom: 20px;
}

/* !=== Admin Table */
/* ===============================================*/

#total_emails {
  background-color: #333;
  border: 1px solid #913530;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-top: 30px;
}

.email_table {
  background-color: #333;
  border: 1px solid #913530;
  color: #f1f1f1;
  margin-top: 30px;
  width: 650px;
}

th {
  font-weight: bold;
  font-size: 120%;
  background-color: #913530;
  border-bottom: 1px solid #913530;
  padding: 10px;
}

.email_table td {
  padding: 7px;
}

.email_table tr:nth-child(even) {
  background-color: #000;
}

.number {
  text-align: center;
  width: 100px;
  border-right: 1px solid #913530;
}
