/* 	Website Name: 	givebig social platform
	Color scheme:	ORANGE
	
	 CONTENT:
	==========
	01. Elements with #99cc00 background (green)
	02. Elements with #f15a33 background (orange)
	03. INDEX PAGE (17)
			- Notifications circle
			- Green Buttons
			- Filtering buttons
			- Overlay Button
			- Teaser borders
	04. INNER PAGES
			- Generic Orange Button
			- Large inner page title left border
	05. OTHERS
			- links color
*/

/* ===== 01. Elements with #99cc00 background (green) ===== */
.legend-green, .like-button span, .label-gb-green, .badge-gb-green, .legend-text span.green-legend {
	background-color: #52a452;
}

/* ===== 03. Elements with #f15a33 background (orange) ===== */
.notifications_circle span a, .grid-make-a-donation-button a, #teaser-container, .orange-strip, .large-donate, .campaign-donate-ip, .label-gb-orange, .badge-gb-orange, .label-orange, .badge-orange, .default-color-bg, .organization-link{
	background:#f15a33;
}


/* ===== 05. INDEX PAGE ===== */
/* - Notifications Circle */
.notifications_circle span a{ border:3px solid #b5b4b6; }

/* - Green Buttons */
.teaser-buttons div a{ text-shadow:1px 1px 1px #598d0f; }

.teaser-buttons div{
	background:#98cb00;
	border-top:1px solid #b2e66e;
	
	-moz-box-shadow: 0 -1px 0 #86b300; /* Firefox */  
  	-webkit-box-shadow: 0 -1px 0 #86b300; /* Safari, Chrome */
  	box-shadow: 0 -1px 0 #86b300; /* CSS3 */
	
	background: -webkit-gradient(linear, left top, left bottom, from(#98cb00), to(#86b200));
	background: -moz-linear-gradient(top,  #98cb00,  #86b200);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98cb00', endColorstr='#86b200');	
}

/* - Filtering buttons */
#options li a {
  background-color: #222;
  color:#fff;
}

/* - Teaser borders */
#teaser-container, .orange-strip{
	border-top:1px solid #f78a6e;
	border-bottom:1px solid #d4411b;
}



/* ===== 04. INNER PAGES ===== */
/* - Generic Orange Button */
.campaign-donate-ip{
	border-top:1px solid #f78a6e;		
	-moz-box-shadow: 0 -1px 0 #f15a33; /* Firefox */  
	-webkit-box-shadow: 0 -1px 0 #f15a33; /* Safari, Chrome */
	box-shadow: 0 -1px 0 #f15a33; /* CSS3 */
}

/* Light Orange Upper Box Button */
.close-button{ background:orange; }

/* Large inner page title left border */
.large-dark-title{	border-left:8px solid #f15a33; }

/* ===== 05. OTHERS ===== */
/* Blue Buttons */
.btn-blue{background:#0089e0;}

.defalut-text-color{
	color:#f15a33;
}