/** Jason theme **/

/** MAIN BACKGROUND **/
html {
	background-color: #27f427;
	background-image: none;
	background-size: ;
	background-repeat: ;
	background-attachment: ;
	background-position: ;
}

/* Header */
header#page_header #header_bg {
	background: transparent;
}
header#page_header nav#user_nav {
	margin-right: -10em;
}

/* Hero */
header#page_header #hero a#logo {
	background: none;
	box-shadow: none;
	margin-top: -2em;
}

/* Main Content (The main box) */
#main_content {
	max-width: 1000px;
	margin-top:;
	margin-bottom: ;
	background-color: rgba(255,255,255,0.9);
}

/* The Step whatever of whatever bar */
nav.breadcrumbs {
	color: #006DAC;
	text-shadow: none;
	background: #a4d743;/* Old Browsers */
	background: -moz-linear-gradient(top, #d4f458 0%, #a4d743 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #d4f458), color-stop(100%, #a4d743));/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #d4f458 0%, #a4d743 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4f458 0%, #a4d743 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4f458 0%, #a4d743 100%); /* IE 10+ */
	background: linear-gradient(to bottom, #d4f458 0%, #a4d743 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4f458', endColorstr='#a4d743', GradientType=0 );/* IE6-9 */
	font-family: cursive;
}

/* The Select from all available packages bar */
#main_content section#package_select {
	background-color: transparent;
	color: #006DAC;
	font-style: normal !important;
	font-family: sans-serif;
}

/* The widget box header with the month and year in it */
.ui-widget-header {
	background-image: none;
	background-color: #006DAC;
	border: solid 1px #1D1D1D;
	color: #FFFFFF;
}

/* The widget box calendar colors */
.ui-state-default, 
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: ;
}

/* The widget box date selected colors */
#date_time_select .ui-state-active, 
#date_time_select .ui-state-hover {
	border: solid 1px #1D1D1D;
	background-color: #006DAC;
	color: #FFFFFF;
}

/* The color of the time and time zone selected message in the main box */
#main_content fieldset.time-picker legend span,
#main_content form#guest_form fieldset legend span {
	font-weight: bold !important;
	color: #777 !important;
}

/* The bar on the bottom of the main box */
#main_content footer.main-actions {
	background-color: transparent;
}

/* Change the color of the date and time header once the package has been selected */
#featured_packages.PackageResults h1 span big {
	color: #006DAC;
}

/* The background and border color of a package when the package has been selected on select time page */
#main_content #featured_packages ul.package-horizontal li.package.selected {
	border-color: #006DAC !important;
}

/* Buttons */
button.btn-success, input[type="button"].btn-success, input[type="submit"].btn-success, input[type="reset"].btn-success,
.btn.btn-success, .table tbody tr td.is-actions a.btn-success, table tbody tr td.is-actions a.btn-success,
form fieldset.dark-button-select input[type='radio']+label.btn-success, form fieldset.dark-button-select input[type='radio']+legend.btn-success,
#main_content fieldset.time-picker input[type='radio']+label.btn-success, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success,
form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success, #main_content form#guest_form fieldset input[type='radio']+label.btn-success,
#main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success, body.authentication a#account_create,
.btn.btn-info, /* Add to Cart */
.btn.btn-primary, /* Add a Person */
.btn.btn-warning  /* Package Sold Out */
{
	background-image: none !important;
	background-color: #006DAC !important;
	border: 0px solid;
	color: #FFFFFF !important;
	font-family: cursive;
	text-shadow: none !important;
}

/* Button hover */
button.btn-success:hover, button.btn-success:active, button.btn-success.active,
input[type="button"].btn-success:hover, input[type="button"].btn-success:active, input[type="button"].btn-success.active, 
input[type="submit"].btn-success:hover, input[type="submit"].btn-success:active, input[type="submit"].btn-success.active, 
input[type="reset"].btn-success:hover, input[type="reset"].btn-success:active, input[type="reset"].btn-success.active, 
.btn.btn-success:hover, .table tbody tr td.is-actions a.btn-success:hover, table tbody tr td.is-actions a.btn-success:hover,
form fieldset.dark-button-select input[type='radio']+label.btn-success:hover, form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover,
#main_content fieldset.time-picker input[type='radio']+label.btn-success:hover, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover,
form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:hover, #main_content form#guest_form fieldset input[type='radio']+label.btn-success:hover,
#main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, body.authentication a#account_create:hover, .btn.btn-success:active,
.table tbody tr td.is-actions a.btn-success:active, table tbody tr td.is-actions a.btn-success:active, form fieldset.dark-button-select input[type='radio']+label.btn-success:active,
form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, #main_content fieldset.time-picker input[type='radio']+label.btn-success:active,
#main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:active,
form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:active,
#main_content form#guest_form fieldset input[type='radio']+label.btn-success:active, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:active,
body.authentication a#account_create:active, .btn.btn-success.active, .table tbody tr td.is-actions a.btn-success.active, table tbody tr td.is-actions a.btn-success.active,
form fieldset.dark-button-select input[type='radio']+label.btn-success.active, form fieldset.dark-button-select input[type='radio']+legend.btn-success.active,
#main_content fieldset.time-picker input[type='radio']+label.btn-success.active,
#main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success.active,
form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success.active,
#main_content form#guest_form fieldset input[type='radio']+label.btn-success.active,
#main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, body.authentication a.active#account_create,
.btn.btn-info:hover,
.btn.btn-primary:hover,
.btn.btn-warning:hover
{
	background-image: none !important;
	background-color: #a4d743 !important;
	color: #FFFFFF !important;
	font-family: cursive;
	text-shadow: none !important;
}
/* Removing the "Book an Event" and "Purchase from Store" buttons */
div.consumer_actions {
	display: none
}

/* Footer */
footer#page_footer {
	background: ;
	background-color: ;
	color: ;
	text-shadow: ;
}

#PrivacyPolicy a {
  color: ;
}