/*
Theme Name: Adora
Theme URI: http://www.progressionstudios.com
Description: Theme for Business
Version: 1.0
Author: ProgressionStudios
Author URI: http://themeforest.net/user/ProgressionStudios/profile?ref=ProgressionStudios
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@import url(css/reset.css);
@import url(css/standard.css);
@import url(css/navigation.css);
@import url(css/fancybox.css);
@import url(css/nivo-slider.css);

ul { margin-bottom:4px;}


button.orangeplay{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 6px 10px;
	background: -moz-linear-gradient(
		top,
		#fb8b02 0%,
		#fb8b02);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fb8b02),
		to(#fb8b02));
	background: #fb8b02;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(255,255,255,0),
		0px 0px 0px rgba(255,255,255,0);
	cursor:pointer;
}