/* popups 
-----------*/

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

/* org, opp page
--------------*/

.opp_title, .org_title{
		margin: 0;
		padding: 0;
		color:#fff;
		padding-left:10px;
		font-size:1.5em;
		font-weight:lighter;	
	}
#orgheader, #oppheader {
		padding-bottom:5px;
		padding-top:3px;
		margin-bottom:10px;
}

#oppinfo, #orginfo, #referthxinfo {
	margin-bottom:20px;
	padding:10px;
	color:#333;
	font-size:1.2em;
	margin-bottom:20px;
	/* overflow:visible; */
}

#oppinfo, #referthxinfo {
  margin: 20px 35px 0 35px;
  padding: 0;
}

/*
* html #oppinfo, * html #orginfo {
	width:300px;
}
*/
.referbutton, .reviewbutton {
	text-decoration:none;
	cursor:pointer;
	margin:10px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(/images/referbg.jpg) top left repeat-x #CCCC00;
	border: 1px solid #af360c;
	color:#592626;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}

.usertext {
	font-size:.95em;
}

.usertext p{
	font-size:1em !important;
}

.usertext li {
	font-size:1.2em !important;
	margin-bottom:10px;
}

.usertext ul {
	margin-left:20px;
}

.usertext ul li {
	list-style:disc;
}

/* review */

.lowerinfo p, .flag p{
	font-size:.8em;
}

.lowerinfo p, .lowerinfo a, .flag p, .flag a {
	color:#999;
	padding-bottom:0px;
}

#maininfo #searchresults .lowerinfo .orgid {
	font-size:1.05em;
	padding-right:10px;
}

.additionalinfo {
	padding-right:10px;
	white-space:nowrap;
}

.additionalinfo strong {
	color:#666;
}

.reviewbyline p{
	font-size:.7em;
}

.reviewbyline p, .reviewbyline a {
	color:#999;
}

/* form pages
--------------*/

.reviewdate {
	color:#999;
}

/* # of chars left for dynamic textareas */
.textareainfo {
  font-size:.6em;
}

#ratingtable > tr > td{
	padding-bottom:10px;
	padding-right:10px;
}

#interestarea p {
	padding-bottom:0;
	margin-bottom:0;
}

/* search page 
--------------*/

#searchheader h1{
		padding-bottom:3px;
		padding-top:3px;
		margin-bottom:0px;
		color:#fff;
		padding-left:10px;	
		font-size: 16px;
		font-weight: bold;
}

#orgsearchheader h1{
		padding-bottom:3px;
		padding-top:3px;
		margin-bottom:0px;
		color:#fff;
		padding-left:10px;	
		font-size: 16px;
		font-weight: bold;
}

#searchheader{
	margin-bottom: 10px;
}

h4 {
		font-size:.9em;
		font-weight:bold;
		padding-left:5px;
		padding-bottom:0;
		margin-bottom:10px;
		border-left-width:5px;
		border-left-style:solid;
}

#maininfo {
	clear:both;
	margin-top:10px;
	padding-top:10px;
	background-color:#fff;
	border-top-width:1px;
	border-top-style:solid;
}

/* search box */

#searchbox {
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}

form#search {
  position: relative;
}

* html div#locationentry label,
* html div#keywordsentry label {
	display:block;
	color:#000;
	font-weight:bold;
	font-size:.8em;
  margin-right:3px;
}

div#locationentry,
div#keywordsentry {
  position: relative;
  float: left;
  margin-right:3px;	
}

* html div#locationentry,
* html div#keywordsentry {
  position: relative;
  float: left;
  margin-right: 3px;
}

input#location,
input#loc,
input#keywords,
input#kwd,
input#submitsearch {
  font-size: 1em;
}

* html input#submitsearch {
	margin-top:1em;
}

label.overlabel {
  color: #999;
}

label.overlabelapply {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  color: #999;
}

#searchbox p {
	clear:both;
}


.geotag {
  display: none;
}


/* callout */

.callout {
	border:1px solid #c00;
	margin-bottom:10px;
	background-color:#fee;
}

#calloutheading {
	background-color:#c00;
	color:#fff;
	padding:5px 10px 0px 10px;
	margin-bottom:10px;
}

#calloutheading h2{
	font-size:1.1em;
	font-weight:bold;
}

.calloutitem {
	padding:0 10px 10px 10px;
}

.calloutitem h3{
	padding-bottom:5px;
}

.calloutitem h3 a{
	text-decoration:none;
	font-weight:bold;
	font-size:.8em;
}

.calloutitem h3 a:hover{
	text-decoration:underline;
}

.calloutitem p {
	padding-bottom:0px;
}

/* results header */

.pagination {
	float:right;
}

.paginationtop, .paginationbottom {
	font-weight:bold;
}

.paginationtop {
	margin-bottom:0px;
}

#sort {
	text-align: right;
	clear: both;
}

#sort ul {
	padding-bottom:0px;
}

#sort li {
	display:inline;
	padding-left: 10px;
}

#sort a {
  color: #666 !important;
}

.resultinfo {
	float:left;
}

.currentpage {
	font-weight:bold;
}

/*search item */

.searchitem, .review, .flaggedreview {
	padding:10px 0 10px 0;
	margin-bottom:0px;
	clear:both;
	}

.searchitem h3 {
	padding-bottom:5px;
	text-decoration:underline;
	font-weight:normal;
	font-size:1.1em;
}

.searchitem p {
	padding-bottom:0px;
}

.searchitem h3 a{
	text-decoration:underline;
}

.searchitem a:hover {
	text-decoration:underline;
}

.searchitem span.highlight {
  font-weight: bold;
  color: #990033;
}

.oppdate {
	width:200px;
  float: right;
  font-weight: normal;
	font-size:.8em;
  text-align:right;
}

.orgid {
	font-weight:normal;
}

.oppid {
	font-weight:normal;
}

.badge {

}

.badge img {
	float:left;
	margin-right:5px;
}


#formbuttons {
	width:500px;
	text-align:center;
}

.refer {
	font-size:18px;;
}

#referinfo {
	border-bottom:1px solid #666;
	margin-bottom:10px;
}

/* columnside */


#columnside {
	margin-left:678px;
	width:300px;
}


#columnside a{
	color:#333;
}

.columnbox{
	border:1px solid #b2b2b2;
	margin-bottom:10px;
	color:#333;
}
.columnbox li {
	padding-bottom:8px;
}

.aazimg {
  padding: 0px !important;
	background-image:none !important;
}

#columnside h3 a {
  text-decoration: none;
}

#columnside h3 a:hover {
  text-decoration: underline;
}

/* gmap */

.vismap {
	border:1px solid #b2b2b2;
	margin-bottom:10px;
	padding:0px;
	color:#333;
  height:250px;
}

.objmapicon {
  float: left;
  margin-right: 10px; 
  padding-bottom:5px;
}

/* about box */

#aboutbox {
	border:1px solid #b2b2b2;
	padding:10px;
	color:#333;
	margin-bottom:10px;
}

#aboutbox h3 {
	color:#ff360c;
}

/* adopt a zip */

.aazheader {
	font-size:14px;
	font-weight:bold;
}

.aazpadding {
	font-size:small;
	padding:10px 0 0 10px;
}

/* volunteering in america */

#via {
	border:1px solid #b2b2b2;
	background:url(/images/volunteeringinamerica-v2.jpg) top left repeat-x #2c5c86;
	padding: 50px 20px 0 20px;
	text-align:center;
	height:130px;
	margin-bottom:10px;
}

#via h3 {
font-size:16px;
font-weight:bold;
padding-bottom:0;
}

/* tag cloud */

#tagcloud {
	text-align:center;
	padding-bottom:10px;
}

#tagcloud a {
	text-decoration:none;
	color:#73c4d1;
	padding-right:10px;
}

#tagcloud a:hover {
	color:#37abbe;
}

/* international org warning */

#intlorg {
  padding-left: 10px;
}

#intlorg img {
  padding-right: 10px;
  vertical-align: middle;
  float: left;
}

#intlorg br#clear {
  clear: both;
}

.googleearth {
  background: url(/images/googleearth.jpg) bottom right no-repeat !important;
	padding:0 60px 0 10px;
}

.googleearth h3 {
  padding: 4px 0 4px 0;
}

.geballoon {
  width: 400px;
  padding: 5px;
}

.geballoon h1 {
  font-size: 1.2em;
  font-weight: bold;
}

.geballoon h1 a {
  text-decoration: none;
}

.geballoon h1 a:hover {
  text-decoration: underline;
}

.geballoon a {
  color: #0000aa;
}

.gemore {
  font-weight: bold;
}

#earthsearch #err {
  display: none;
  font-size: .8em;
  color: #cd2222;
  margin-top: 4px;
}
/* network partner box */

#networkpartnerbox {
	text-align:right;
	height:40px;
	padding:5px;
	padding-right:192px;
	background:url(/images/networknode-icon.gif) right 50% no-repeat;
	margin-bottom:20px;
	}

#networkpartnerbox p {
	padding-bottom:3px;
	color:#666;
}

#networkpartnerbox h3 a {
	color:#22515f;
	text-decoration:none;
}

#networkpartnerbox h3 a:hover {
	color:#3d707e;
}

/* opp detail links */
.fb_share_link {
	padding:2px 0 0 20px;
	height:16px;
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left;
}

.emailtoafriend {
	padding:2px 0 0 20px;
	height:16px;
	background:url(/images/iconsets/silk/email.png) no-repeat top left;
}

.inviteagroup {
  font-size: 9px;
	height:16px;
	/* background:url(/images/iconsets/silk/group_add.png) no-repeat top left; */
}

/* MLK DAY */
#mlkbox {
	background:url(/images/mlkday-banner.jpg) top left no-repeat; 
	height:320px; 
	margin-bottom:10px; 
	padding:20px 470px 0 100px;
}

.mlktransparency {
	position:absolute;
	z-index:1;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	height:150px;
	width:390px;
		border:1px solid #fff;
}

.mlkoverlay {
	z-index:2;
	position:absolute;
	width:370px;

	padding:10px;
	color:#fff;

}

/* NVW 2010 */
#nvwbox {
	background:url(/images/nvw2010.jpg) top left no-repeat; 
	height:330px; 
	margin-bottom:10px; 
}

.nvwoverlay1{
	z-index:2;
	position:absolute;
	width:340px;
	margin-left:250px;
	margin-top:10px;
	color:#fff;

}
.nvwoverlay2{
	z-index:2;
	position:absolute;
	width:180px;
	margin-left:590px;
	margin-top:173px;
	color:#fff;

}


#nvwbox h2{
	color:white !important;
}

/* 9/11 2010 */
#nineelevenbox {
	background:url(/images/911marquee.jpg) top left no-repeat; 
	height:330px; 
	margin-bottom:10px; 
}

.nineelevenoverlay{
	z-index:2;
	position:absolute;
	width:350px;
	margin-left:20px;
	margin-top:20px;
	color:#300;

}

#nineelevenbox h2{
	color:#300 !important;
}

/* SCOOP IT FORWARD */
#bjbox {
	background:url(/images/benandjerrys/free_coupon_banner.gif) top center no-repeat; 
	height:463px; 
	margin-bottom:10px;
	margin-right:13px;
	border-right:1px solid #ccc;
}

.scoop #searchheader h2 {
	color: #fff;
	margin-bottom:0;
	padding-left:10px;
}

.scoop #searchheader {
	margin-bottom: 0 !important;
}

#scoopoppsearch #oppsearch {
border-bottom:1px solid #1a89af; border-left:1px solid #1a89af; border-right:1px solid #1a89af; background-color:#a7def7;
border-top:none;
}

#scoopoppsearch #oppsearch #label{
color: #177291;
}

#scoopsocial {
	 
	padding:5px 5px 5px 5px; 
	position:absolute; 
	margin-left:627px;
	margin-top:1px; 
	width:340px;
	height:37px;
	overflow:visible;

}

#content .singlecolumn {
	float: none !important;
	width: 980px;
}


#scoopsocial p{
	padding:0 !important;
	margin:0 !important;

}

#scoopsocial .fbiframe{
	width:340px !important;
	padding-top:2px;

}

/* NEWMANS OWN */

#nobox {
	background:url(/images/newman_search_banner.jpg) top center no-repeat;
	height:241px; 
	margin-bottom:10px;
	margin-right:13px;
}

#nosocial {
	display:none;
}

