/*
 * Project:   It's My History Too
 * Date:      2010-03-17
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { background: #747679 url(../images/nav-bar.gif) 0 90px repeat-x; font-size: 62.5%; }

/* * html body { behavior: url("styles/csshover.htc"); } */

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #fff; font-family: Myriad Pro, Lucida Grande,Lucida Sans Unicode,sans-serif; line-height: 1.25; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.4em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #d5d814; text-decoration: underline; }
a:hover, a:focus, a:active { color: #fff; text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#root { width: 860px; margin: 0 auto; }
 #top { position: relative; height: 115px; margin: 0 0 35px; padding: 30px 0 0; }
  #logo {  }
   #logo a { display: block; overflow: hidden; width: 192px; height: 37px; background: url(../images/logo-a.png) no-repeat; text-indent: -10001px; }
  #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
   #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 10301px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }
  #nav { position: absolute; left: 0; bottom: 0; list-style: none; margin: 0; padding: 0; }
  * html #nav { bottom: -1px; }
   #nav li { display: inline; float: left; margin: 0 5px 0 0; font-size: 1.5em; text-transform: lowercase; }
    #nav li a { float: left; padding: 0 0 0 12px; color: #ebecc4; text-decoration: none !important; outline: none; }
    #nav li a:hover,
    #nav li a:focus,
    #nav li a:active { color: #fff; }
     #nav li a span { float: left; height: 37px; padding: 18px 12px 0 0; cursor: pointer; }
    #nav li a.active { background: url(../images/nav-active.png) no-repeat; color: #fff; }
     #nav li a.active span { background: url(../images/nav-active.png) 100% 0 no-repeat; }
    #nav li em { position: absolute; left: -10001px; top: -10001px; }
  #supporters { position: absolute; right: 0; top: 30px; font-size: 1.6em; font-weight: bold; }
   #supporters a { display: block; overflow: hidden; width: 127px; height: 41px; background: url(../images/button-supporters-a.png) no-repeat; color: #fff !important; line-height: 41px; text-decoration: none !important; text-align: center; }
   #supporters a:hover,
   #supporters a:focus,
   #supporters a:active { background-position: 0 -41px; }
 #content { position: relative; margin: 0 0 30px; padding: 0 250px 5px 200px; }
 * html #content { zoom: 1; }
 #footer { color: #eaeaea; }
  #footer p { font-size: 1.2em; text-align: center; }
   #footer p a { color: #eaeaea; }
   #footer p a:hover,
   #footer p a:focus,
   #footer p a:active { color: #fff; }
   #footer p span { padding: 0 5px; }
   
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal; }
h1 { font-size: 2.6em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.4em; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: bold; }
h6 { font-size: 1.0em; font-weight: bold; }

/* containers */

div.contribution-a { }
 div.contribution-a table { margin: 0 0 10px; }
  div.contribution-a table th { margin: 0; padding: 0 0 10px; border: none; font-size: 1.8em; font-weight: normal; text-transform: uppercase; text-align: left; }
  div.contribution-a table td { margin: 0; padding: 0 0 5px; border: none; }
  div.contribution-a table .checked td { color: #d5d814; font-weight: bold; }
  div.contribution-a table .col1 { width: 120px; padding-right: 30px; }
  div.contribution-a table .col2 { width: 75px; text-align: right; }
   div.contribution-a table .col1 label { padding-left: 3px; }
 div.contribution-a p { margin: 0 0 10px; }
  div.contribution-a p label { padding: 0 3px; }
  div.contribution-a p input.text { margin: 0; padding: 0; border: none; background: #87888b; color: #b9ba8a; vertical-align: middle; }
  div.contribution-a p.monthly input.text { width: 50px; padding: 1px 3px; text-align: right; }
 div.contribution-a div.fields { margin: 20px 0; }
  div.contribution-a div.fields p { overflow: hidden; width: 100%; margin: 0 0 5px; }
   div.contribution-a div.fields p label { float: left; width: 70px; padding: 0 10px 0 0; }
   div.contribution-a div.fields p input { width: 230px; margin: 0; padding: 1px 3px; }
   div.contribution-a div.fields p textarea { overflow: auto; width: 230px; height: 75px; margin: 0; padding: 1px 3px; border: none; background: #87888b; color: #b9ba8a; }
   div.contribution-a div.fields p.phone input { width: 40px; }
   div.contribution-a div.fields p.phone input.last { width: 132px; }
  div.contribution-a div.fields p.submit { width: 316px; text-align: right; }
   div.contribution-a div.fields p.submit button { padding: 2px 15px; color: #000; }

/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

/* lists */

ul.paging-a { overflow: hidden; width: 100%; list-style: none; margin: 30px 0; padding: 0; }
 ul.paging-a li { display: inline; float: left; margin: 0 15px 0 0; }
  ul.paging-a li a { display: block; overflow: hidden; width: 11px; height: 11px; background: url(../images/paging-a.gif) no-repeat; font-size: 1px; text-indent: -10001px; }
  ul.paging-a li a:hover,
  ul.paging-a li a:focus,
  ul.paging-a li a:active,
  ul.paging-a li a.active { background-position: -11px 0; }

  ul.resources-a li { font-size: 1.1em; }

/* paragraphs */

p.donate-a { display: inline; float: right; margin: -20px -250px 0 0; }
* html p.donate-a { position: absolute; right: 0; margin-right: 0; }
*:first-child+html p.donate-a { position: absolute; right: 0; margin-right: 0; }
 p.donate-a a { display: block; overflow: hidden; width: 127px; height: 35px; padding: 6px 0 0; background: url(../images/button-supporters-a.png) no-repeat; color: #fff !important; text-decoration: none !important; font-weight: bold; text-align: center; }
 p.donate-a a:hover,
 p.donate-a a:focus,
 p.donate-a a:active { background-position: 0 -41px; }
  p.donate-a a small { display: block; font-size: 0.75em; font-weight: normal; }

p.side-a { display: inline; float: right; margin: 0 -250px 0 0; width: 170px; font-size: 1.2em; text-align: center; }
* html p.side-a { position: absolute; right: 0; margin-right: 0; }
*:first-child+html p.side-a { position: absolute; right: 0; margin-right: 0; }
 p.side-a a { color: #eaeaea; }
 p.side-a a:hover,
 p.side-a a:focus,
 p.side-a a:active { color: #fff; }
