/*

White River Partnership
Screen styles
XHTML, CSS, and Javascript copyright 2010 Christopher Boone, Hypsometry (info@hypsometry.com)

*/


/* General styles */

* {
   margin: 0;
   padding: 0;
}


/* Float clearer */

.clear {
  display: block;
  visibility: hidden;
  
  clear: both;
  
  height: 0;
}


/* Headings */

h2,
h3 {
  color: #696;
  
  font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
  line-height: 1;
  font-weight: normal;
}

h2 {
  padding-bottom: 0.75em;
  
  font-size: 1.6em;
}

h3 {
  padding-bottom: 0.25em;
  
  font-size: 1.2em;
}


/* Images */

img,
a img {
  border: 0;
}


/* Links */

a {
  color: #933;
  
  text-decoration: none;
}

a:focus,
a:hover,
#menuA a:focus,
#menuA a:hover,
body.about #menuB .about a,
body.watershed #menuB .watershed a,
body.programs #menuB .programs a,
body.resources #menuB .resources a,
body.get_involved #menuB .getInvolved a,
#menuB a:focus,
#menuB a:hover,
#submenu a:focus,
#submenu a:hover,
body.home #columnC a:focus,
body.home #columnC a:hover {
  color: #9cf;
}

h2 a {
  color: #696;
}


/* Lists */

ol,
ul {
   list-style-type: none;
}


/* Structure */

body {
  font-family: 'Georgia', 'Book Antiqua', serif;
  font-size: small;
  line-height: 1;
  text-align: center;
}

#everything {
  width: 736px;
  margin: 0 auto 4em;
  padding: 0 32px;
}

body.home #everything {
  background: #fff url(/images/static/column-c.png) repeat-y 590px top;
}


/* Header */

#header {
  padding-top: 1.5em;
  
  background: #fff;
}

body.home #header {
  background: #fff url(/images/static/river.motif.homepage.jpg) no-repeat 210px top;
}

#header div {
  position: relative;
  
  width: 100%;
  margin-bottom: 0.45em;
  
  text-align: left;
}

body.home #header div {
  margin-bottom: 0.25em;
}


/* Little menu */

#menuA {
  position: absolute;
  right: 0;
  bottom: 0;
}

#menuA li {
  float: left;
}

body.home #menuA .home {
  display: none;
}

#menuA a {
  float: left;
  
  padding: 0.15em 0.8em;
  
  color: #555;
  background: #fff;
  border-right: 1px solid #aaa;
  
  font-size: 0.9em;
}

#menuA .last a {
  border-right: 0;
}


/* Big menu */

#menuB {
  position: relative;
  
  width: 100%;
  height: 1.4em;
  padding: 0.2em 0;
  
  background: #933;
  
  font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
}

body.home #menuB {
  margin-top: -2px;
}

#menuB li {
  overflow: hidden;
  
  position: absolute;
  top: 0.2em;
  left: 0;
  
  width: 20%;
  height: 1.35em;
  
  border-right: 1px solid #fff;
}

#menuB .watershed {
  left: 20%;
}

#menuB .programs {
  left: 40%;
}

#menuB .resources {
  left: 60%;
}

#menuB .getInvolved {
  left: 80%;
}

#menuB a {
  display: block;
  
  padding: 0 1em;
 
  color: #fff;
  background: transparent;
  
  font-size: 0.9em;
  line-height: 1.5;
  text-transform: uppercase;
}

#menuB .getInvolved a {
  border-right-color: #933;
}


/* Content */

#content {
  position: relative;
  
  color: #333;
  background: transparent url(/images/static/river.extended.1.jpg) no-repeat 40px top;
  
  text-align: left;
}

body.home #content {
  background: transparent url(/images/static/river.motif.homepage.jpg) no-repeat 210px -160px;
}


/* Left column */

#columnA {
  float: left;
  
  width: 176px;
  margin-right: 12px;
  padding-top: 2em;
}

body.home #columnA {
  width: 186px;
  margin-right: 10px;
}


/* Center and right columns */

#columnWrapper {
  float: right;
  
  width: 548px;
  padding-bottom: 2em;
}

body.home #columnWrapper {
  width: 540px;
  padding-bottom: 7em;
}


/* Center column */

#columnB {
  float: left;
  
  width: 322px;
  margin: 0 12px 0 16px;
  padding: 2em 0 3em;
}

body.home #columnB {
  width: 326px;
  margin-right: 16px;
  padding-bottom: 4em;
}

#columnB p {
  padding-bottom: 1em;
  
  font-size: 1.1em;
  line-height: 1.5;
}

body.home #columnB p {
  font-size: 1.2em;
}

#columnB ul {
  margin: 0 0 1em 2em;
  
  list-style-type: disc;
}

#columnB ul li {
  padding-bottom: 0.25em;
  
  font-size: 1.1em;
  line-height: 1.3;
}


/* Right column */

#columnC {
  float: right;
  
  width: 186px;
  margin-left: 12px;
  padding-top: 2em;
}

body.home #columnC {
  width: 150px;
  margin: 0 12px 0 16px;
}


/* Questions */

#question {
  display: block;
  
  position: absolute;
  right: 0;
  bottom: 5.25em;
  left: 0;
  
  border-bottom: 1px solid #aaa;
}

body.home #question {
  right: 206px;
  bottom: 6.5em;
}

#question a {
  position: absolute;
  right: 0;
  bottom: -0.85em;
  
  padding: 0.3em 0.35em;
  
  background: #fff;
  border: 1px solid #aaa;
  
  font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
  font-size: 1.4em;
}


/* Interior pages */

/* Submenu */

#submenu {
  margin-top: -0.385em;
  
  text-align: right;
}

#submenu a {
  display: block;
  
  padding: 0.35em 16px 0.35em 0;
  
  color: #333;
  
  font-size: 1.1em;
  line-height: 1.2;
}

#submenu .current a {
  color: #696;
  background: transparent url(/images/static/diamond.gif) no-repeat right center;
}


/* Captioned images */

.captioned {
  padding-bottom: 1.5em;
  
  text-align: right;
}

.captioned img {
  margin-bottom: 0.25em;
  
  width: 186px;
}

.captioned p {
  color: #696;
  
  font-size: 0.9em;
  line-height: 1.4;
  text-align: left;
}


/* Home page */

/* Member profiles */

.memberProfile {
  font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
  line-height: 1.2;
  text-align: center;
}

.memberProfile img {
/*  width: 230px;*/
  width: 186px;
}

.memberProfile blockquote {
  padding: 0.3em 0 0.5em;
  
  color: #696;
  
  font-size: 1.2em;
  letter-spacing: 0.01em;
  text-align: left;
}

.memberProfile p {
  display: block;
  
  font-size: 0.8em;
  font-style: normal;
  text-align: left;
}

.memberProfile blockquote p {
  font-size: 1em;
}


/* News summaries */

body.home #columnC h2 {
  color: #fff;
  
  text-align: center;
  text-transform: uppercase;
}

body.home #columnC a {
  display: block;
  
  padding-bottom: 1em;
  
  color: #fff;
  
  font-size: 1.1em;
  line-height: 1.2;
}

body.home #columnC a.readMore {
  text-align: center;
  font-style: italic;
}


/* News pages */

body.news #columnB h2 {
  padding-bottom: 0.25em;
}

body.news .publicationDate {
  display: block;
  
  padding-bottom: 0.75em;
  
  font-size: 0.9em;
}

body.news .readMore {
  display: block;
  
  padding-bottom: 2em;
  
  font-size: 1em;
  text-align: center;
}


/* Footer */

#footer {
  background: #EBF5FF;
  border: solid #bbb;
  border-width: 1px 0;
}

#footer div {
  float: left;
  
  width: 232px;
  margin-right: 20px;
  padding: 14px 0;
}

#footer #donate_now {
  margin: 5px 0 7px;
  
  background: #fff;
  -moz-box-shadow: 1px 2px 5px #bbb;
  -webkit-box-shadow: 1px 2px 5px #bbb;
  box-shadow: 1px 2px 5px #bbb;
}

#footer .connect {
  float: right;
  
  margin-right: 0;
}

#footer div h2 {
  padding: 0.5em 0 1em;
  
  color: #000;
  
  font-family: 'Georgia', 'Book Antiqua', serif;
  font-size: 1em;
  line-height: 1.2;
  font-style: italic;  
}

#footer #donate_now h2 {
  padding: 0 0 0.75em;
}

#footer form span {
  display: block;
  
  margin: 0 auto;
}

#footer .contact p {
  margin-bottom: 0.6em;
  
  font-size: 0.95em;
  line-height: 1.2;
}

#footer .connect p {
  padding-bottom: 6px;
}

#footer p a img {
  vertical-align: middle;
  
  padding-right: 4px;
}
