
/*** HOMEPAGE ***/
#page {
  width:100%;
  min-width:1220px;
  margin:0 auto;
}

.page-home h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-family:"UrbanoCondensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #1c1c1c;
}

/** LAYOUT **/
.section {
  clear: both;
}
.section .sub-left {
  width: 610px;
}
.section .sub-right {
  width: 300px;
  margin-left: 10px;
  margin-right: 0;
  float:right;
}
.section-1 {
  padding-top: 34px;
}
.section-3 {
  padding-bottom: 30px;
}

/** BLOCKS **/

/* featured */
#featured {
  width:956px;
  height: 356px;
  position: relative;
  left: -5px;
  margin-top:20px;
  background: url(../img/featured-bg.png) no-repeat 0 0;
}

#featured .reviews {
  width: 600px;
  height: 267px;
  position: absolute;
  left: 23px;
  top: 71px;
}

#featured .review {
  position: absolute;
  left: 0;
  top: 0;
}
#featured .review.custom {
  overflow: hidden;
  width: 600px;
  height: 267px;
}

.review .storm-msg {
  color       : white;
  font-size   : 2em;
  font-weight : 500;
  position    : absolute;
  bottom      : 0;
  left        : 20px;
}

.review .hero-overlay {
position: absolute;
bottom: 20px;
left: 20px;
margin-right: 20px;
padding: 7px 10px 10px 10px;
}
.overlay-transparent-bg {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.3);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.overlay-transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%;

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
.review .hero-overlay a {
    color: white;
    font-size: 2em;
    font-weight: 500;
}
.review .hero-overlay p {
margin-bottom: 0;
font-size: 0.5em;
}

html.js #featured .review {
  display: none;
}

#featured .rev-photo {
  width: 266px;
  height: 266px;
  position: absolute;
  left: 0;
  top: 0;
  overflow:hidden;
  text-align: center;
}

#featured .rev-content {
  margin-left: 276px;
  padding-top: 10px;
}

#featured .rev-content.local-nonprofit {
  margin-left: 300px;
  padding-top: 10px;
}

#featured .rev-content.local-nonprofit span {
  color: #EC9600;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
}

#featured .rev-content.local-nonprofit table {
  margin-top  : 40px;
  margin-left : 45px;
}
#featured .rev-content.local-nonprofit input {
  height : 30px;
  color : #A5A5A5;
  margin-top : 25px;
  text-align : center;
}

#featured .rev-content.local-nonprofit .smallbutton{
  margin-top : 10px;
  margin-left : 37px;
}

#featured .rev-text {
  margin-top: 6px;
  padding: 6px 0 14px 14px;
  font-size: 14px;
  line-height: 20px;
  background: url(../img/home-sprite.png) no-repeat -790px 25px;
}
#featured .rev-text a.org {
  
}
#featured .rev-author {
  padding-left: 55px;
  position: relative;
  zoom: 1;
}
#featured .rev-author img {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 3px;
}
#featured .rev-author span.date {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
  color: #4c4c4c;
}
#featured .rev-author a.link {
  font-weight: bold;
  font-size: 14px;
}
  
#featured .thumbs {
  position: absolute;
  left: 296px;
  top: 20px;
}
#featured .thumbs .thumb {
  width: 57px;
  height: 42px;
  margin: 0 0 0 4px;
  border: #a5a5a5 1px solid;
  opacity: 0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);
  float:left;
}


#featured .thumbs .thumb .inner-thumb {
  width: 57px;
  height: 40px;
  overflow: hidden;
}
#featured .thumbs .thumb img {
  width: 53px;
  border: #fff 2px solid;
  cursor: pointer; cursor: hand;
  overflow: hidden;

  
}
#featured .thumbs .active {
  opacity: 1.0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
}
#featured .thumbs .thumb:hover {
  opacity: 0.75;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
	filter: alpha(opacity=75);
}

.shaded-box .top, .shaded-box .bottom {
  width: 277px;
  position: absolute;
  left: 646px;
  text-align: center;
}

.shaded-box .top {
  top: 44px;
}

.shaded-box .bottom {
  top: 174px;
}

.shaded-box .cta h4 {
  margin: 0 0 8px 0;
  font-size: 23px;
  font-weight: bold;
  color: #df8114;
}
.shaded-box .cta p {
  margin: 0 0 14px 0;
  font-weight: 200;
}
.shaded-box .cta a {
  width: 151px;
  height: 37px;
  margin: 0 auto;
  font-size: 17px;
  cursor: pointer; cursor: hand;
  background: url(../img/home-sprite.png) no-repeat -320px 0;
}

/* top issues */
.left-gutter {
  width: 120px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
}

.left-gutter ul,
.left-gutter li {
  margin: 0;
  list-style: none;
}
.left-gutter h4,
.left-gutter li {
  font-size: 12px;
  font-weight: 500;
}
.left-gutter h4 {
  display: inline;
  padding: 3px 10px;
  color: #fff;
  background: #8a8a8a;
}
.left-gutter li {
  padding: 9px 10px 0 0;
}
.left-gutter li a {
  color: #4c4c4c;
}

#local-cities {
  top: 200px;
}
#zip-search {
  top: 360px;
  font-size: 12px;
  font-weight: 500;
}
#zip-search > span, #zip-search > form, #zip-search input {
  display: inline;
}
#top-issues {
  top: 430px;
}
  
/* statement */
#statement {
  width: 570px;
  font-size: 20px;
  line-height: 29px;
  font-weight: 200;
}
#statement strong {
  color: #df8114;
}

/* social widgets */
#social .widget {
  width: 80px;
  height: 50px;
  float: left; display: inline;
  position: relative;
}
#social .widget-twitter {
}
#social .widget-fblike {
  width: 50px;
  margin-top:10px;
}
#social .email {
  clear: both;
}
#social .email h4 {
  font-size: 16px;
  font-weight: normal;
  font-family:"UrbanoCondensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #1c1c1c;
}
#social .email form {
  width: 295px;
  height: 31px;
  border: #b3b3b3 1px solid;
  position: relative;
  background: url(../img/home-sprite.png) no-repeat 0 0;
}
#social .email form input {
  display: block;
  height: 31px;
  position: absolute;
  top: 0;
  border: none;
  background: none;
}
#social .email form input.textfield {
  width: 234px;
  height: 23px;
  padding: 4px 8px;
  left: 0;
  line-height: 23px;
  font-size: 18px;
  font-weight: bold;
}
#social .email form input.textfield:focus,
#social .email form input.has-text {
  background-color: #fff;
}
#social .email form input.submit {
  display: block;
  width: 43px;
  left: 252px;
  text-indent: -9990px;
  color: #fff;
  cursor: pointer; cursor: hand;
}

/* local-orgs */
#local-orgs {
  margin-left: -10px;
}
#local-orgs h3 {
  margin: 10px 0 10px 10px;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  font-family:"UrbanoCondensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #b2b2b2;
}
#local-orgs .block {
  border-radius: 7px;
  padding: 0;
}
#local-orgs .org {
  clear: both;
  margin: 0;
  padding: 10px;
  border-top: #ccc 1px solid;
}
#local-orgs .first {
  border-top: none;
}
#local-orgs .org-thumb {
  width: 84px;
  height: 84px;
  overflow: hidden;
  float: left; display: inline;
  position: relative;
  border: #ccc 1px solid;
}
#local-orgs .org-thumb img { 
	/*width:86px;*/
}
#local-orgs .org-content {
  width: 490px;
  position: relative;
  margin-left: 96px;
  font-size: 14px;
}
#local-orgs .org h4 {
  margin: 0;
  padding: 3px 0 7px 0;
  font-size: 16px;
  font-weight: bold;
}
#local-orgs .org-left {
  width: 340px;
  margin-right: 10px;
  float: left; display: inline;
  position: relative;
}
#local-orgs .org-right {
  width: 140px;
  float: left;
  position: relative;
  display: inline;
}
#local-orgs .org .org-review {
  width: 490px;
  float: left; display: inline;
  position: relative; 
  margin: 0;
}
#local-orgs .org-location {
  padding-top: 2px;
  font-size: 15px;
  font-weight: bold;
}
#local-orgs .org-revcount,
#local-orgs .org-rating {
  font-size: 11px;
  text-transform: uppercase;
  color: #808080;
}
#local-orgs .org-revcount {
  padding: 5px 0 4px 0;
}
#local-orgs .org-rating .label {
  font-size: 11px;
  position: relative;
  top: -3px;
}

#local-orgs .view-more {
  display:block;
  margin: 15px 0 30px 10px;
  font-weight: bold;
}
#local-orgs .divider {
  height: 40px;
  background: url(../img/home-sprite.png) no-repeat 0 -60px;
}



/* gnp twitter */
#gnp-twitter {
  padding-top: 40px;
  padding-bottom: 30px;
}

/* monthly campaigns */ 
#block-campaigns {
  /*width: 390px;
  float: left;*/
  display: inline;
  position: relative;
}
#block-campaigns h3 {
  font-size: 24px;
  color: #202020;
}
#block-campaigns a {
  font-size: 13px;
  font-weight: bold;
}
#block-campaigns .campaign {
  margin: 0 0 14px 40px;
}
#block-campaigns .icon {
  display: block;
  position: relative;
  left: -40px;
  cursor: pointer; cursor: hand;
}
#block-campaigns .more-campaigns {
  margin: 0 0 0 40px;
}
#block-campaigns .more-campaigns h3 {
  font-size: 16px;
}
#block-campaigns .more-campaigns a {
  white-space: nowrap;
}
/* what's hot block */
#block-whatshot {
  /* width: 180px;
  float: left; */
  display: inline;
  position: relative;
}
#block-whatshot ul, 
#block-whatshot li {
  list-style: none;
  margin: 0;
}
#block-whatshot li {
  margin-bottom: 2px;
}

/* 'why review' block */
#block-whyreview {
  margin-bottom: 20px;
  line-height: 20px;
  color: #333;
}
#block-whyreview p {
  margin: 0;
}

/* */
#block-fromblog {
  line-height: 20px;
  color: #333;
}
#block-fromblog p { margin: 0; }
#block-fromblog .date {
  font-weight: bold;
}
