
/* Author: 	Justin Welch
   Last update:	July 3, 2008
*/



          /***** MAIN LAYOUT ELEMENTS *****/

body {
  font: 88%/1.5 arial, helvetica, serif;
  background: #505050;
  text-align: center;
  padding: 0;
  margin: 0;
}

#container {
  width: 768px;
  background: #fff;
  text-align: left;
  border: 1px solid #606060;
  margin: 0 auto;
}

#content {
  position: relative;
  padding: 10px;
  height:100%;
  color: #333333;
  clear: left;
}


div.caption {
  float: left;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
  clear: left;
}

div.caption p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.pullquote {
   background: #FFFFCC;
   width:80%;
   line-height:1.4;
   font-size:1.2em;
   padding: 0.5em;
   border: 1px solid purple;
   margin-left:auto;
margin-right:auto;
 }

.subtitle {
  background:#FFCCCC;
  margin-top: 2em;
  margin-bottom: 2em;
  font-style: italic;
  font-size: 1.3em;
  font-weight: bold; 
  border: 1px solid purple;
}

.sharplist {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}


a:link{
  color: #c000c0;
  border: none;
  text-decoration: underline;
}

a:hover {
  color: #700070;
  border: none;
  text-decoration: underline;
}

a:visited { color: #300030;}

img{ border:none;}

.no-margin{ margin: 0;}

.bigmargin{
margin-top: 20px;
margin-bottom:20px;
}

.noborder{ border: none;}

.purpleborder{border: 2px solid purple;}

.purple{color: #800080;}

.indent{margin: 1em 2em;}

.center {
text-align:center;
margin-left:auto;
margin-right:auto;
}

h1{font-size: 2.5em;}

h2{font-size: 2em;}

h3{font-size: 1.5em;}

h4{font-size: 1em;}

h5{font-size: .3em;}

h6{font-size: .5em;}

h1,h2,h3,h4,h5,h6
{
margin:5px;
margin-left:0;
color:#505050;
}

        /***** MAIN NAVIGATION - (Modified Suckerfish Dropdown *****/

#topmenu{ font-size: 14px;}

#nav, #nav ul {
  z-index: 200;
  float: left;
  width: 768px;
  list-style: none;
  line-height: 1.5;
  background: #e0e0e0;
  font-weight: bold;
  padding: 0;
  border: solid #800080;
  border-width: 1px 0;
  margin: 0 0 0 0;
}

#nav a {
  display: block;
  width: 10em;
  w\idth: 6em;
  color: #101010;
  text-decoration: none;
  padding: 0.25em 1em;
}

#nav li {
  float: left;
  padding: 0;
  width: 10.9em;
}

#nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 10.9em;
  w\idth: 12.9em;
  font-weight: normal;
  border-width: 0.15em;
  margin: 0;
}

#nav li li {
  padding-right: 1em;
  width: 11.9em
}

#nav li ul a {
  width: 13em;
  w\idth: 9em;
}

#nav li ul ul { margin: -1.75em 10em 10em 188em;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}

#nav li:hover, #nav li.sfhover {
  background: #d0d0d0;
}



          /***** BOTTOM BLOCK *****/

#bottom-block {
position: relative;
width: 747px;
background-color:#d0d0d0;
text-align: left;
border: .5px solid #909090;
margin: 0 auto;
padding: 10px 10px;
clear: both;
}

.donatebutton-preload{
background: url(images/donate_now_over.jpg) top center no-repeat;
display: inline;
width: 1px;
height: 1px;
}

a#donatebutton {
position: absolute;
z-index: 99;
top: 14px;
right: 240px;
border: 0;
background: url(images/donate_now.jpg) top center no-repeat;
width:144px;
height: 64px;
}

a#donatebutton:hover{background: url(images/donate_now_over.jpg) top center no-repeat;}

.newsletterbutton-preload{
background: url(images/newsletterbuttonover.jpg) top center no-repeat;
display: inline;
width: 1px;
height: 1px;
}

a#newsletterbutton {
position: absolute;
z-index: 99;
top: 14px;
left: 210px;
border:0;
background: url(images/newsletterbutton.jpg) top center no-repeat;
width:144px;
height: 64px;
}

a#newsletterbutton:hover  { background: url(images/newsletterbuttonover.jpg) top center no-repeat;}



#donate_text {
font: 82%/1.5 arial, helvetica, serif;
position: absolute;
width: 200px;
background-color:transparent;
text-align: left;
border: none;
margin: 0 0;
padding: 0 0;
top: 10px;
right: 10px
}


#floater_email a:hover {
  color:#420042;
}

#lowfooter {
  text-align: center;
  color: #fff; 
}

