/* LAYOUT */

* {
  margin: 0px;
  padding: 0px;
}

.clear {
  clear: both;
  visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.printonly {
  display: none;
}

.hide {
  display: none;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #4e4e50;
  background: url(../img/body-bg.png) top center #f6f6f6;
}

a {
  color: #4e4e50;
  text-decoration: none;
}

a#ah2 {
  color: #4e4e50 !important;
}

a:focus {
  outline-style: none;
}

img {
  border: none;
}

ul {
  list-style-type: none;
}

#shell {
  width: 930px;
  margin: 0 auto;
  padding: 25px 35px;
  background:  #f6f6f6;
}

/* HEADER */

#header {
  position: relative;
  width: 930px;
  height: 240px;
}

#header h1 {
  position: absolute;
  display: block;
  width: 213px;
  height: 82px;
  top: 11px;
  left: -5px;
  background: url(../img/we-logo.png) no-repeat;
}

#header h1 a {
  display: block;
  width: 213px;
  height: 82px;
  text-indent: -9999px;
}

#top-nav {
  position: absolute;
  top: 0px;
  right: 0px;
}

#top-nav li {
  float: left;
  width: 75px;
  margin-right: 20px;
  border-top: 1px solid #4e4e50;
  padding-top: 3px;
}

#top-nav li.selected {
  font-weight: bold;
  font-style: italic;
}

#top-nav li.date {
  width: 170px;
  margin-right: 0px;
}

#header-search {
  position: absolute;
  width: 170px;
  top: 45px;
  right: 0px;
}

.search-form {
  border-top: 1px solid #4e4e50;
}

.search-form label {
}

#header-search label {
  height: 21px;
}

.search-form input {
  width: 142px;
}

.search-form input, .search-form button {
  float: left;
}

#main-nav {
  position: absolute;
  top: 130px;
  left: 0px;
}

#main-nav li {
  float: left;
  width: 170px;
  background: url(../img/main-nav-bg.png) no-repeat 0px 0px transparent;
}

#main-nav li + li {
  margin-left: 20px;
}

#main-nav li a {
  display: block;
  font-size: 19px;
  height: 30px;
  margin-top: 14px;
  border-top: 1px solid #4e4e50;
  padding-top: 5px;
}

#main-nav li a:hover, #main-nav li a.selected {
/*   font-size: 20px; */
  font-style: italic;
}

/* MAIN */

#main h2 {
  height: 45px;
  padding-top: 15px;
  font-size: 19px;
  font-style: italic;
  background: url(../img/column-border-bg.png?2) repeat-x 0px 1px;
}

.infowindow .border {
  height: 15px;
  margin-right: 17px;
  background: url(../img/column-border-bg.png?2) repeat-x 0px 1px;
}

#copy h2 {
  height: 19px;
  padding-top: 2px;
  background: none;
}

#main p + p {
  margin-top: 20px;
}

#copy p + ul, #copy ul + p, #copy ul li + li {
  margin-top: 20px;
}

a + p.formintro {
  margin-top: 40px;
}

#copy p.formintro {
  padding-top: 3px;
  border-top: 1px solid #4E4E50;
}

#copy ul li {
  padding-left: 15px;
  background: url(../img/bullet-point.gif?2) no-repeat 1px 7px;
}

#copy p {
  padding-right: 5px;
}

#sidebar p a, #get-involved li a, #search-results a.read-more, #info p a, #thumbs p a, .infowindow a {
  padding-right: 11px;
  background: url(../img/a-href-bg.png) no-repeat right 0px transparent;
}

#subnav {
  float: left;
  width: 170px;
  margin-right: 20px;
/*   padding-top: 30px; */
}

#subnav ul li {
  border-top: 1px solid #4e4e50;
  height: auto;
  padding-top: 4px;
  padding-bottom: 10px;
}

#subnav ul li a.selected {
  font-weight: bold;
  font-style: italic;
}

#content {
  float: left;
  width: 550px;
  margin-right: 20px;
}

#story-nav {
  height: 30px;
  margin-left: 95px;
}

#story-nav li {
  float: left;
  width: 75px;
  padding-top: 3px;
  border-top: 1px solid #4e4e50;
}

#story-nav li.inactive {
  color: #bbbbbc;
  border-color: #bbbbbc;
}

#story-nav li + li {
  margin-left: 20px;
}

#story-nav ul li a.selected {
  font-weight: bold;
  font-style: italic;
}

/* CONTENT */

/*
#content.search {
  margin-top: 30px;
}
*/

#content .visual {
  position: relative;
  width: 550px;
  height: 315px;
  overflow: hidden;
  margin-bottom: 15px;
}

#content .visual img#mainvisual {
  position: absolute;
  z-index: 400;
}

#content .visual .caption {
  z-index: 500;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 15px;
  width: 555px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-top: 2px;
  background-color: black;
  color: white;
	filter:alpha(opacity=75);
	opacity: 0.75;
}

#gmaps.visual {
  height: 295px;
}

#gmapsearch {
  position: relative;
  height: 16px;
  padding: 2px;
  background: #4E4E50;
}

#gmapsearch input {
  height: 12px;
  width: 516px;
  padding: 1px 5px;
  background: #4E4E50;
  color: #BBBBBC;
}

#gmapsearch button {
  position: absolute;
  top: 2px;
  right: 2px;
  text-indent: -9999px;
  border: none;
  background: url(../img/button-mapsearch.png) no-repeat center;
  width: 16px;
  height: 16px;
}

#progress-bar {
  width: 70px;
  padding: 5px;
  text-align: center;
  text-decoration: blink;
/*   font-weight: bold; */
  background: #f5f5f5;
  border: 1px solid #a2a2a3;
}

#copy {
  float: left;
  width: 360px;
  margin-right: 20px;
}

#comments {
  margin-top: 25px;
}

#copy.form {
  margin-right: 0px;
  padding-right: 190px;
}

#info {
  float: left;
  width: 170px;
}

#copy, #info {
  padding-top: 3px;
  border-top: 1px solid #4e4e50;
}

#options {
  margin-bottom: 25px;
}

#options li {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
}

#options li + li {
  margin-left: 5px;
}

#options li a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/options.png?2) no-repeat 0px 0px #4e4e50;
  text-indent: -9999px;
}

#options li a.print {
  background-position: -25px 0px;
}

#options li a.share {
  background-position: -50px 0px;
}

#container {
  margin-bottom: 25px;
}

#copy-info + #thumbnav {
  margin-top: 40px;
}

#thumbnav {
/*   margin-top: 40px; */
  height: 54px;
  border-top: 1px solid #4e4e50;
}

#thumbnav a.active {
  text-decoration: underline;
}

#thumbs .thumb {
  float: left;
  width: 170px;
  min-height: 276px;
  margin-right: 20px;
  border-top: 1px solid #4e4e50;
  padding-top: 3px;
}

#thumbs .thumb .thumb-visual {
  display: block;
  width: 170px;
  height: 115px;
  margin-bottom: 5px;
  overflow: hidden;
  background: #ededed;
}

#thumbs .right {
  margin-right: 0px;
}

.thumbrow + .thumbrow {
  margin-top: 20px;
}

/* COMMENTS */

#comments .comment {
  margin-bottom: 40px;
}

#comments .comment div {
  border-top: 1px solid #4e4e50;
  padding-top: 3px;
}

#comments .comment .message {
  float: left;
  width: 360px;
  margin-right: 20px;
}

#comments .comment .info {
  float: left;
  width: 170px;
}

/* SIDEBAR */

#sidebar .top-teaser {
  position: relative;
  border-top: 1px solid #4e4e50;
  height: 266px;
  padding-top: 3px;
}

#get-involved {
  margin-top: 10px;
}

#get-involved li {
  border-top: 1px solid #4e4e50;
  padding-top: 3px;
  height: 26px;
}

#social {
  width: 170px;
  height: 25px;
  border-left: 1px solid #BBBBBC;
  border-right: 1px solid #BBBBBC;
  position: absolute;
  bottom: 15px;
}

#social li {
  background: url(../img/social_networks.png) no-repeat -1px 0px;
  display: block;
  float: left;
  width: 33px;
  height: 25px;
}

#social li.youtube {
  background-position: -1px 0px;
}

#social li.facebook {
  background-position: -35px 0px;
}

#social li.twitter {
  background-position: -69px 0px;
}

#social li.flickr {
  background-position: -103px 0px;
}

#social li.beebo {
  background-position: -137px 0px;
}

#social li.last {
  width: 32px;
}

#social li + li {
  border-left: 1px solid #BBBBBC;
}

#social li a {
  display: block;
  text-indent: -9999px;
  height: 25px;
}

#sidebar {
  float: left;
  width: 170px;
/*   padding-top: 30px; */
}

#sidebar .teaser {
  border-top: 1px solid #4e4e50;
  padding-top: 4px;
  margin-bottom: 25px;
}

#sidebar .teaser .head {
  margin-bottom: 3px;
}

#sidebar .teaser a.date {
  float: left;
  position: relative;
  display: block;
  border: 1px solid #4e4e50;
  width: 81px;
  height: 83px;
  font-size: 19px;
  font-style: italic;
  background: none;
  padding-right: 0px;
  margin-right: 4px;
}

#sidebar .teaser a.date span {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

#sidebar .teaser a.visual {
  display: block;
  width: 83px;
  height: 85px;
  overflow: hidden;
  float: left;
}

/* FORMS */

label {
  display: block;
  padding-top: 3px;
  margin-bottom: 5px;
}

label.other {
  margin-top: 15px;
}

input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #4e4e50;
  background: #f6f6f6;
/*   display: block; */
  height: 14px;
  border: 1px solid #bbbbbc;
  padding-top: 4px;
  padding-left: 6px;
  width: 162px;
}

input.cb {
  width: auto;
  display: inline;
  border: none;
}

select {
  width: 170px;
}

button.triangle {
  display: block;
  border: none;
  width: 20px;
  text-align: left;
  background: url(../img/header-search-submit-bg.png) no-repeat center center transparent;
  text-indent: -9999px;
}

button {
  height: 20px;
  padding: 0px;
  border: 1px solid #bbbbbc;
}

textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #4e4e50;
  background: #f6f6f6;
  border: 1px solid #bbbbbc;
  padding: 5px;
  width: 348px;
  height: 170px;
  margin-bottom: 5px;
}

#copy form {
  margin-top: 25px;
}

form p {
  padding-top: 6px;
  font-size: 9px;
  line-height: 10px;
}

#copy .field {
  float: left;
  width: 170px;
/*
  width: 168px;
  border: 1px solid;
*/
  height: 59px;
  border-top: 1px solid #4e4e50;
}

#copy .right {
  margin-left: 20px;
}

#copy .longfield {
  height: auto;
  width: 360px;
  padding-bottom: 15px;
  margin-left: 0px;
}

#copy .submit {
  clear: both;
  width: 360px;
}

/* SEARCH */

#search-results .result {
  border-top: 1px solid #4e4e50;
  padding-top: 4px;
  margin-bottom: 25px;
}

#search-results .result .thumb {
  float: left;
  width: 170px;
  min-height: 115px;
  background: #ededed;
  margin-right: 20px;
}

#search-results .result .info {
  float: left;
  width: 360px;
}

#search-results .result span.link {
  display: block;
  overflow: hidden;
  color: #959596;
}

/* FOOTER */
#footer {
  position: relative;
  height: 25px;
  border-top: 1px solid #4e4e50;
}

#footer a, #footer span {
  display: block;
  width: 170px;
  position: absolute;
  top: 3px;
}

#footer span {
  left: 0px;
}

#footer a {
  text-align: right;
  right: 0px;
}

