/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

body { 
  font-size: 85%;
  color: #6f6951; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal: #525252; }

h1 { font-size: 1.8em; line-height: 1em; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; line-height: 1em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; line-height: 1em; margin-bottom: 1em; }


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }

p.intro     { font-weight: bold; color: #eb702f; }


a:focus, 
a:hover     { color: #8e0000; outline: none;}
a           { color: #2387e5; text-decoration: none; }



/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }

table table { background: url('/assets/img/contribute_field_group_tile.jpg') no-repeat left top; }
table table table { background: transparent; }

th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; }



/* Structural
-------------------------------------------------------------- */

body {
    margin:0;
    background: #ddecfb url('/assets/img/contribute_tile.png') repeat-y center top;	
    }


/* Site Widths */


#header, #wrapper, #primary, #id  {
    width: 920px;
    margin: auto;
    text-align: left;
    }



/* Header styles */

#header {
    height: 162px;
    overflow: hidden;
    background: url('/assets/img/contribute_header.jpg') no-repeat center top;
    }

#logo, #logo a {
    float: left;
    width: 585px;
    height: 161px;
    }

#logo a { 
    background: url('/assets/img/logo.png') no-repeat 24px 12px;
    display: block;
    }

#logo a span { display: none; }




/* SIGN UP FORM */

#return, #return a {
    float: left;
    width: 314px;
    height: 161px;
    }

#return a { 
    background: url('/assets/img/contribute_return.png') no-repeat left 17px;
    display: block;
    }

#return a span { display: none; }




/* Wrapper Styles */

#wrapper {
    background: white url('/assets/img/wrapper_tile.png') repeat-x center top;
    }


/* Columns
-------------------------------------------------------------- */

#primary {
   min-height: 500px;
   }

.pad { padding: 20px; }




/* ID */

#id {  
    height: 60px; 
    overflow: hidden;
    margin: 0 auto;  
    text-align: left;
    background: url('/assets/img/id_contribute.png') no-repeat;   
    background-position: 20px 20px;
    padding: 0; margin: 0;
    }

#id span { display: none; }

#petition #id {  
    height: 60px; 
    overflow: hidden;
    margin: 0 auto;  
    text-align: left;
    background: url('/assets/img/id_action.png') no-repeat;   
    background-position: 20px 20px;
    padding: 0; margin: 0; 
    }





/* Misc classes and elements
-------------------------------------------------------------- */

.title a span, .title span {display: none;}


/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}



/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }




/* FOOTER */

#footer { 
   background: #2387e4 url('/assets/img/footer_tile.png') repeat-x center top; 
   color: #d1e4f5;
   font-family: arial, verdana, sanserif;
   font-size: 10px;
   line-height: 15px;
   width: 890px;
   margin: auto;
   padding: 15px;
   }

#footer a {
   color: #e9f2fb;
   text-transform: uppercase;
   }

#footer a:hover {
   color: white;
   }

#footer .contact, #footer .paid, #footer .credit {
   float: left;
   }

#footer .contact {
   width: 340px;
   text-align: left;
   }

#footer .paid {  
   text-align: center;
   width: 202px;
   border: 1px solid #8ec2e6;
   padding: 3px 4px;
   text-transform: uppercase;
   }

#footer .credit {
   width: 335px; 
   text-align: right;
   }







