/* style.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: top; }

/* 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; }


/* --------- typography ------------------ */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

body { 
  font-size: 85%;
  color: #717171; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
   font-weight: bold; 
   color: #525252; 
   }

h1 { font-size: 1.8em; line-height: 1em; margin-bottom: 0.5em; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;}
h2 { font-size: 1.5em; line-height: 1em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; line-height: 1em; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #d82834; outline: none;}
a           { color: #0087ce; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 



/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { }
th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/* Misc classes
-------------------------------------------------------------- */

.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* FORM ELEMENTS */

/* Removes vert whitespace from form */
form {
	margin-top: 0 auto;
	margin-bottom: 0 auto;
}


label       { font-weight: bold; }
input, 
textarea, 
select      { font-family: arial, helvetica, sanserif; }


td input.radio, #donation_recurring input.radio, #cardInfo input.radio { border:0px; }

.diaFields {width: 300px}

.securitySeal {padding-left: 10px}

#donation_honor_of {padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dotted #8c531e;}

.salsa form br { display: none; }

.salsa .supporterInfo { width: 320px; margin-right: 20px; }


/* ------- shell ------- */


body { background: white url('/o/48/images/tile.png') repeat-x center top; }


/* Site Widths */

#header,
#wrapper {
    width: 970px;
    margin: auto;
    _overflow: hidden;
    text-align: left;
    }


/* Header styles */

#header {
    height: 140px;
    background: url('/o/48/images/header-wfc.jpg') no-repeat center top;
    text-align: left;
    }

#logo, #logo a {
    float: left;
    width: 593px;
    height: 140px;
    display: block;
    background: url('/o/48/images/logo.png') no-repeat 23px 20px;
    }

#logo a span { display: none; }


#nav {
    width: 970px;
    height: 8px;
    margin: 0 auto;
    background: url('/o/48/images/menu.jpg') no-repeat center top; 
    _overflow: hidden;
    z-index:999;
    text-align: left;
    }


/* Wrapper Styles */

#wrapper {
    background: url('/o/48/images/wrapper-wide.png') repeat-y center top;
    _background: url('/o/48/images/wrapper-wide-ie.png') repeat-y center top;
    }

#wrapper .top {
    margin: auto;
    width: 960px;
    min-height: 256px;
    _height: auto;
    background: url('/o/48/images/wrapper-top-wide.png') no-repeat center top;
    }

/* Columns
-------------------------------------------------------------- */

#primary {
   width: 960px;
   min-height: 480px;
   _height: 480px;
   overflow: hidden; 
   text-align: left;
   }

.pad { padding: 25px 50px 50px 55px; }



/* floating images. */

.imgright {
  float: right;
  margin: 0 0 10px 10px; 
  }

.imgleft {
  float: left;
  margin: 0 10px 10px 0; 
  }



/* Misc classes and elements
-------------------------------------------------------------- */

.title a span, .title span {display: none;}

.divider { 
    border-top: 1px solid #eaecee;
    margin-top: 20px;
    padding-top: 20px;
    }



/* 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; 
}

hr.space {
  background: #fff;
  color: #fff;
}


/* 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: #22bfff url('/o/48/images/footer.png') repeat-x left top;
   margin: auto;
   width: 918px;
   padding: 15px 20px;
   color: #def2ff;
   font-size: 10px;
   line-height: 16px;
   text-align: left;
   }

#footer a { 
   color: white; 
   }

#footer .links, 
#footer .paid, 
#footer .credit {
   float: left;
   }

#footer .links {  
   width: 337px;
   }

#footer .links p {  
   margin-bottom: 8px;
   }

#footer .paid {  
   width: 230px;
   padding: 4px 6px;
   border: 1px solid #9bd2f6;
   text-transform: uppercase;
   text-align: center;
   }

#footer .credit {
   width: 337px; 
   text-align: right;
   padding-top: 56px;
   }







