	
/*	
	Site Name: Sunrise Celebration 2012
	Site URL: http://sunrisecelebration.com
	Author: Alaric King
	Author URL: http://alaricking.co.uk
	Version: 2.0
*/	


/* ------- CSS Reset ------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,address,code,del,dfn,em,img,q,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,br,fieldset,textarea{line-height:20px;letter-spacing:.1px;word-spacing:1px;margin:0;padding:0;border:0;vertical-align:baseline;}
h1,h2,h3,h4,h5,h6,hr,p,ul,ol,dl,pre,address,table,form{margin:0 0 20px}
p,h1, h2, h4, h5, h6, ul.check_list, ul.arrowlist{padding-left:0px;}
strong, b{font-weight:bold;}
em, dfn, i{font-style:italic;}
h3{
	padding-left:0px;
	font-family: 'BebasNeueRegular';
	font-size: 45px;
	line-height: 50px;
	font-style: normal;
	margin-bottom: 10px;
	border-bottom: 3px solid #736c44;
}

a {
	outline: 0;
}


/* ------- Start Styles ------- */

body {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #736c44;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../font/bebas-neue/BebasNeue-webfont.eot');
    src: url('../font/bebas-neue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bebas-neue/BebasNeue-webfont.woff') format('woff'),
         url('../font/bebas-neue/BebasNeue-webfont.ttf') format('truetype'),
         url('../font/bebas-neue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



#wrapper {
	min-height: 100%;
	width: 985px;
	position: relative;
	margin: 0 auto;
}


#header {
	/* [disabled]height: 944px; */
	width: 985px;
}

#top-logo {
	text-align: center;
	height: 320px;
}

#top-logo h1 a {
	display: block;
	margin: 0 auto;
	height: 310px;
	width: 985px;
	text-indent: -9999px;
	background: url("../images/sunrise_logo.png") no-repeat scroll center top transparent;
}

#top-logo h2 {
	display: none;
}

#shoulders {
	width: 985px;
	height: 179px;
	background: url("../images/shoulders.png") no-repeat scroll left top transparent;
}


#countdown {
    height: 65px;
    padding-left: 346px;
    padding-top: 112px;
    width: 340px;
}

/* jQuery Countdown styles 1.5.11. */
.hasCountdown {
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

.countdown_section {
	width: 55px;
	float: left;
	padding: 5px;
	margin-right: 11px;
	margin-top: 17px;
	display: block;
	font-size: 32px;
	text-align: center;
	font-family: 'BebasNeueRegular';
	color: #e2deba;
	text-shadow: 0px 1px 2px #000;
	position: relative;
	height: 35px;
}

.countdown_section span {
	display: block;
	background: url("../images/timer_crease.png") no-repeat scroll center top transparent;
	position: absolute;
	top: -4px;
	height: 32px;
	width: 65px;
	left: 1px;
}

.countdown_amount {
	font-size: 32px;
}
.countdown_descr {
	display: block;
	width: 100%;
}

/* End Countdown Styles */



.content-edges {
	width: 985px;
	display: block;
	clear: both;
	overflow: hidden;
	background: url("../images/bg_edges.png") repeat-y scroll left top transparent;
}

.content-body {
    background: url("../images/bg_paper.png") repeat-y scroll left top transparent;
    clear: both;
    display: block;
    float: left;
    margin-left: 10px;
    overflow: hidden;
    width: 964px;
}


#header .content-edges {
	background: url("../images/header_main_edges.png") no-repeat scroll center top transparent;
	height: 541px;
}


.header-main {
	height: 485px;
	width: 964px;
	display: block;
	clear: both;
	overflow: hidden;
	position: relative;
	background: url("../images/header_main.jpg") no-repeat scroll center top transparent;
}

#home-slider-wrapper {
	height: 267px;
    left: 198px;
    position: absolute;
    top: 169px;
    width: 570px;
}

#ticket-navigation {
	width: 964px;
	height: 220px;
	position: relative;
	background: url("../images/ticket_nav_bg.jpg") no-repeat scroll center top transparent;
}

.ticket-edges {
    background: url("../images/ticket_nav_edges.png") no-repeat scroll center top transparent;
}

#ticket-active-bg {
    background: url("../images/ticket_nav_over.png") no-repeat scroll  0 0 transparent;
    height: 210px;
    margin-left: 20px;
    padding: 0 16px;
    width: 910px;
} 
    
#ticket-active-bg a {
    display: block;
    float: left;
    height: 165px;
    margin-right: 5px;
    margin-top: 36px;
    width: 175px;
    text-align: center;
    font-family: 'BebasNeueRegular';
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

#ticket-active-bg a h4 {
    border-bottom: 2px solid;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    padding-top: 85px;
    margin: 0 0 5px;
}

#ticket-active-bg a .ticket-price {
    clear: both;
    display: block;
    font-size: 28px;
    margin: 4px 0;
}

#ticket-active-bg a .ticket-sale-price {
	font-size: 14px;
	color: #905428 !important;
}


#ticket-active-bg a .ticket-seperator {
    background: url("../images/ticket_nav_seperator.png") no-repeat scroll center top transparent;
    height: 133px;
    left: -5px;
    position: absolute;
    top: 32px;
    width: 2px;
}

#ticket-active-bg a.option1 {
	background: url("../images/icon_ticket_adult.png") no-repeat scroll center top transparent;
	color: #7a8219;
}

#ticket-active-bg a.option2 {
	background: url("../images/icon_ticket_family.png") no-repeat scroll center top transparent;
	color: #855b0f;
}

#ticket-active-bg a.option2 .ticket-seperator {
	left: -3px;
}


#ticket-active-bg a.option3 {
	background: url("../images/icon_ticket_childeren.png") no-repeat scroll center top transparent;
	color: #7f6c0a;
}

#ticket-active-bg a.option3 .ticket-seperator {
	left: -2px;
}

#ticket-active-bg a.option4 {
	background: url("../images/icon_ticket_vehicle.png") no-repeat scroll center top transparent;
	color: #43435f;
}

#ticket-active-bg a.option5 {
	background: url("../images/icon_ticket_car.png") no-repeat scroll center top transparent;
	color: #7c9d8d;
}

.page-break {
	background: url("../images/page_break.jpg") no-repeat scroll center top transparent;
	height: 76px;
	width: 964px;
	display: block;
	clear: both;
	float: left;
}


#main-content {
	clear: both;
	overflow: hidden;
	width: 985px;
}


.main-section {
    clear: both;
    display: block;
    padding: 25px;
    width: 914px;
}

.home-widget-third {
    border-radius: 3px 3px 3px 3px;
    clear: right;
    display: block;
    float: left;
    margin-right: 10px;
       margin-bottom: 30px;
    padding: 15px;
    width: 264px;
}

.widget-orange {
	background: url("../images/colour_block_orange.png") repeat scroll left top transparent;
	color: #FFFCD9;
	float: left;
}

.widget-mid-orange {
	background: url("../images/colour_block_mid_orange.png") repeat scroll left top transparent;
	color: #FFFCD9;
}

.widget-mid-orange h3 {
	border-bottom: 3px solid #FFFCD9;
	margin-bottom: 15px !important;
}

.widget-green {
	background: url("../images/colour_block_green.png") repeat scroll left top transparent;
	color: #FFFCD9;
	float: left;
}

.widget-grey {
	background: url("../images/colour_block_grey.png") repeat scroll left top transparent;
	color: #FFFCD9;
}

.widget-mid-yellow {
	background: url("../images/colour_block_mid_yellow.png") repeat scroll left top transparent;
	color: #736c44;
}

.widget-red {
	background: url("../images/colour_block_red.png") repeat scroll left top transparent;
	color: #FFFCD9;
}

.widget-bright-red {
	background: url("../images/colour_block_bright_red.png") repeat scroll left top transparent;
	color: #FFFCD9;
}

.widget-blue {
	background: url("../images/colour_block_blue.png") repeat scroll left top transparent;
	color: #FFFCD9;
	float: left;
}

.no-right {

}


.home-widget-third h3 {
	border-bottom: 3px solid #FFFCD9;
	font-family: 'BebasNeueRegular';
	font-size: 42px;
	font-weight: lighter;
	line-height: 42px;
	margin-bottom: 10px;
}

.home-widget-third h5 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 5px;
}

.home-widget-third p {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 5px 0;
}

.home-widget-third a.widget-button {
    background-color: #FFFCD9;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    display: block;
    font-family: 'BebasNeueRegular';
    font-size: 15px;
    font-weight: normal;
    padding: 9px 7px 5px;
    text-decoration: none;
}

.home-widget-third a.widget-button:hover {
    background-color: #FFF8B5;
}

a.pdf-button {
    background: url("../images/icon_pdf.png") no-repeat scroll 5px 4px transparent;
    color: #656222;
    padding-left: 29px !important;
}

.ticket-widget {
    background: url("../images/icon_arrow_up.png") repeat-y scroll left top transparent;
    float: left;
    font-weight: bold;
    padding-left: 35px;
}

.ticket-widget p {
	margin: 0 0 8px;
}

.signup-win {
    background: url("../images/icon_win_stamp.png") no-repeat scroll left top transparent;
    clear: both;
    display: block;
    float: left;
    font-family: 'BebasNeueRegular';
    font-size: 13px;
    font-weight: normal;
    height: 62px;
    margin-top: 8px;
    padding-left: 72px;
    padding-top: 5px;
    width: 192px;
}

#mc_embed_signup {
    float: left;
    margin: 10px 0 0;
}

#mc_embed_signup #mce-EMAIL {
    background-color: #FFFCD9;
    border: medium none;
    color: #9A6A53 !important;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    padding: 0 5px;
    width: 179px;
    float: left;
}


#mc_embed_signup #mc-embedded-subscribe {
    background-color: #c18460;
    border: medium none;
    color: #FFFCD9;
    float: right;
    font-family: 'BebasNeueRegular';
    font-size: 14px;
    height: 32px;
    padding: 0 0 0 2px;
    width: 75px;
    cursor: pointer;
}


#mc_embed_signup #mc-embedded-subscribe:hover {
    background-color: #b17958;
}

.sign-up p {
	margin-bottom: 0px;
}

.home-widget-two-thirds {
	border-radius: 3px 3px 3px 3px;
	clear: right;
	display: block;
	float: left;
	margin-right: 15px;
	padding: 15px;
	width: 573px;
	margin-bottom: 30px;
}

.home-widget-two-thirds h3 {
	font-family: 'BebasNeueRegular';
	font-size: 45px;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 25px;
}

.latest-half {
    float: left;
    margin-right: 35px;
    width: 268px;
}

.latest-half h4 {
    border-bottom: 3px solid;
    font-family: 'BebasNeueRegular';
    font-size: 25px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 10px;
}

.latest-half a.end-link {
	color: #736C44;
	text-decoration: underline;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

.latest-half a.end-link:hover {
	text-decoration: none;
}

.news-widget ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.news-widget li {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	margin-bottom: 25px;
	position: relative;
}

.news-widget .headline {
    clear: right;
    float: right;
    font-family: 'BebasNeueRegular';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    position: relative;
    width: 215px;
}

.news-widget .headline a {
    color: #736C44;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

.news-widget .headline a:hover {
	color: #9b8d40;
	text-decoration: none;
}

.news-widget p.date {
    background-color: #736C44;
    border-radius: 3px 3px 3px 3px;
    color: #FFFCD9;
    display: block;
    font-family: 'BebasNeueRegular';
    font-size: 13px;
    height: 39px;
    left: 0;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    margin: 0px;
}

.news-widget .feedburnerFeedBlock li div {
	clear: both;
	text-align: justify;
}

.twitter-widget ul {
    list-style: none outside none;
    margin: -4px 0 0;
    padding: 0;
}

.twitter-widget li {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	margin-bottom: 25px;
	position: relative;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.twitter-widget .headline {
	display: none;
}

.twitter-widget p.date {
    font-weight: bold;
    padding: 0 0 0 24px;
    font-size: 14px;
    font-style: italic;
}

.twitter-widget .feedburnerFeedBlock li div {
    background: url("../images/icon_quote.png") no-repeat scroll left 7px transparent;
    clear: both;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    padding: 0 0 0 24px;
    text-align: left;
}


.latest-half #creditfooter {
	display: none;
}

.contact-block {
    clear: both;
    display: block;
    float: left;
    font-family: 'BebasNeueRegular';
    font-size: 18px;
    margin-bottom: 10px;
    width: 264px;
}

.contact-block .contact-label-phone {
    background-color: #4B6E7E;
    border-radius: 3px 0 0 3px;
    color: #FFFCD9;
    display: block;
    float: left;
    padding: 11px 0 8px 25px;
    width: 92px;
}

.contact-block .contact-label-email {
    background-color: #4B6E7E;
    border-radius: 3px 0 0 3px;
    color: #FFFCD9;
    display: block;
    float: left;
    padding: 11px 0 8px 26px;
    width: 68px;
}

.contact-block .contact-detail-email a {
    color: #4B6E7E;
    text-decoration: underline;
}

.contact-block .contact-detail-email a:hover {
    color: #4B6E7E;
    text-decoration: none;
}

.connect-widget {
    background: url("../images/paper_light.jpg") repeat scroll left top transparent;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 5px;
    width: 254px;
}

.connect-widget .fb-like {
	margin-bottom: 10px;
}

.social-icons {
	display: block;
	margin-top: 15px;
}

.social-icons a {
    display: block;
    float: left;
    margin-right: 8px;
    opacity: 0.8;
}

.social-icons a:hover {
	opacity: 1;
}

a.gi-block {
	background: url("../images/paper_light.jpg") repeat scroll left top transparent;
	border-radius: 3px 3px 3px 3px;
	display: block;
	float: left;
	height: 125px;
	margin-right: 18px;
	width: 125px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

a.gi-block h4 {
    border-bottom: 2px solid #B09258;
    clear: both;
    color: #B09258;
    display: inline-block;
    font-family: 'BebasNeueRegular';
    font-size: 20px;
    font-weight: normal;
    height: 11px;
    line-height: 0;
    margin-top: 7px;
    padding: 0;
    text-align: center;
}

a.gi-block:hover h4 {
    border-bottom: 2px solid #87682F;
    color: #87682F;
}

.gi-trading {
    background: url("../images/icon_gi_trading.png") no-repeat scroll center top transparent;
    clear: both;
    display: block;
    height: 96px;
    width: 125px;
}

.gi-performing {
	background: url("../images/icon_gi_performing.png") no-repeat scroll center top transparent;
	clear: both;
    display: block;
    height: 96px;
    width: 125px;
}

.gi-partners {
	background: url("../images/icon_gi_partners.png") no-repeat scroll center top transparent;
	clear: both;
    display: block;
    height: 96px;
    width: 125px;
}

.gi-volunteers {
	background: url("../images/icon_gi_volunteers.png") no-repeat scroll center top transparent;
	clear: both;
    display: block;
    height: 96px;
    width: 125px;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

#pre-footer {
    background: url("../images/footer_main.jpg") no-repeat scroll center top transparent;
    clear: both;
    height: 477px;
}

#site-credit {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 156px;
	height: 25px;
}

#footer {
	height: 275px;
	background: url("../images/footer_top.png") repeat-x scroll left top transparent;
	width: 100%;
	position: relative;
	clear: both;
	margin-top: -35px;
}

#footer-body {
	height: 236px;
	width: 100%;
	padding-top: 39px;
	background: url("../images/footer_body.jpg") repeat-x scroll left bottom transparent;
}

.footer-center {
    color: #FFFFFF;
    font-weight: bold;
    margin: 130px auto 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
    width: 960px;
    font-size: 13px;
    background: url("../images/white_30percent.png") repeat scroll left bottom transparent;
    border-radius: 3px;
}



.fb_iframe_widget iframe {
    position: relative;
    vertical-align: text-bottom;
    width: 254px !important;
}

.connect_widget .connect_widget_text {
    line-height: 12px !important;
}


.award-1 {
    left: 107px;
    position: absolute;
    top: 66px;
    z-index: 1000;
}

.award-2 {
    position: absolute;
    right: 96px;
    top: 61px;
    z-index: 1000;
}
.btnscontainer {
    width: 150px;
}