
/*** HOMEPAGE ***/
#page {
  padding-left: 150px;
  padding-right: 150px;
}

.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;
}
.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-reviews-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;
}
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-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 img {
  width: 53px;
  height: 38px;
  border: #fff 2px solid;
  cursor: pointer; cursor: hand;
}
#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);
}

#featured .stats {
  width: 277px;
  position: absolute;
  left: 646px;
  top: 70px;
  color: #1a1a1a;
}
#featured .stats td {
  padding: 4px 3px;
}
#featured .stats td.value {
  width: 100px;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}
#featured .stats td.label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 200;
}

#featured .cta {
  width: 277px;
  position: absolute;
  left: 646px;
  top: 194px;
  text-align: center;
}

#featured .cta h4 {
  margin: 0 0 8px 0;
  font-size: 23px;
  font-weight: bold;
  color: #df8114;
}
#featured .cta p {
  margin: 0 0 14px 0;
  font-weight: 200;
}
#featured .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 */
#top-issues {
  width: 110px;
  position: absolute;
  top: 30px;
  left: -140px;
  text-align: right;

}
#top-issues ul,
#top-issues li {
  margin: 0;
  list-style: none;
}
#top-issues h4, 
#top-issues li {
  font-size: 11px;
  text-transform: uppercase;
}
#top-issues h4 {
  display: inline;
  padding: 3px 10px;
  color: #fff;
  background: #8a8a8a;
}
#top-issues li {
  padding: 10px 10px 0 0;
}
#top-issues li a {
  color: #4c4c4c;
}
  
/* 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;
}

/* 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;
}



