
body { background: #000; font-family: 'Open Sans', sans-serif; color: #fff; -webkit-font-smoothing: antialiased; }

a { text-decoration: none; }

li { list-style: none; float: left; }

#header { text-align: center; font-family: 'Exo 2', sans-serif; position: absolute; top: 50%; left: 50%; margin: -210px 0 0 -403px;
    width: 800px; height: 200px; }
#header h1 { background: url('../img/logo.png') no-repeat center center; height: 60px; width: 330px; text-indent: -9999px; margin: 0 auto 10px; }
#header h2 { font-size: 45px; ?>; font-weight: 300; line-height: 60px; width: 270px; margin: 0 auto 10px; }
#header h3 { font-size: 24px; font-weight: 300; line-height: 40px; width: 418px; margin: 0 auto 10px; }
#header h3.month { width: 200px;}
#header #separator {border: solid;
    border-style: solid;
    width: 50px;
    margin: 0 auto;}
#header #tagline {font-style: italic; font-size: 32px;}
#header .social_wrap { padding: 20px 0px; }
#header .social, #intro .buttons { margin: 0 auto; display: inline-block; }
.social.intro li a { display: block; text-indent: -9999px; width: 40px; height: 40px; background: url("../img/social_intro.png") no-repeat;}
.social li { float: left; padding: 0px 5px; }
.buttons li { float: left; }
.social li a { display: block; text-indent: -9999px; width: 40px; height: 40px; background: url("../img/social_footer.png") no-repeat; }
.social li a.facebook { background-position: 0 0; }
.social li a.twitter { background-position: -40px 0; }
.social li a.linkedin { background-position: -80px 0; }
.social li a.google_plus { background-position: -120px 0; }
.social li a.youtube { background-position: -160px 0; }
.social li a.blog { background-position: -200px 0; }

.button { font-size: 18px; color: #fff; font-weight: 300; width: 32px; padding: 0 55px; background: #009BDD; height: 48px; line-height: 48px; display: inline-block; margin: 0 auto; float: left; margin-right: 10px; }
.button:hover { opacity: .9;}
.button.ticket { width: 142px; text-transform: none; padding: 0;}
p, .sponsor_link { font-size: 16px; background: #FF5C00; font-weight: 300; line-height: 40px;  margin: 0 auto; margin-bottom: 10px; }

.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clr { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }	

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.sponsor { width: 280px; line-height: 24px; padding: 8px 0;}
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.wrap_buttons .button { font-size: 18px; color: #fff; font-weight: 300; width: 142px; height: 48px; line-height: 48px; display: inline-block; margin: 0 5px; float: left;
	background: none;
    border: 3px;
    border-style: solid;
    border-color: #FF5C00;
    padding: 0px 5px;
    margin-top: 5px; 
	-moz-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
    }
.wrap_buttons .button:hover { background-color: #FF5C00;}
.wrap_buttons { margin: 20px auto; display: inline-block; }
