@font-face {
	font-family: 'text';
	src: url('../fonts/helveticaltstd-bold-webfont.eot');
	src: url('../fonts/helveticaltstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaltstd-bold-webfont.woff') format('woff'), url('../fonts/helveticaltstd-bold-webfont.ttf') format('truetype'), url('../fonts/helveticaltstd-bold-webfont.svg#HelveticaLTStdBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'text';
	src: url('../fonts/helveticaltstd-roman-webfont.eot');
	src: url('../fonts/helveticaltstd-roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaltstd-roman-webfont.woff') format('woff'), url('../fonts/helveticaltstd-roman-webfont.ttf') format('truetype'), url('../fonts/helveticaltstd-roman-webfont.svg#HelveticaLTStdRoman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'display';
	src: url('../fonts/rockwellstd-extrabold-webfont.eot');
	src: url('../fonts/rockwellstd-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rockwellstd-extrabold-webfont.woff') format('woff'), url('../fonts/rockwellstd-extrabold-webfont.ttf') format('truetype'), url('../fonts/rockwellstd-extrabold-webfont.svg#RockwellStdExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'display2';
    src: url('../fonts/rockwellstd-bold-webfont.eot');
    src: url('../fonts/rockwellstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rockwellstd-bold-webfont.woff') format('woff'),
         url('../fonts/rockwellstd-bold-webfont.ttf') format('truetype'),
         url('../fonts/rockwellstd-bold-webfont.svg#RockwellStdBold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
	font-family: 'decorative';
	src: url('../fonts/yellowtail-regular-webfont.eot');
	src: url('../fonts/yellowtail-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/yellowtail-regular-webfont.woff') format('woff'), url('../fonts/yellowtail-regular-webfont.ttf') format('truetype'), url('../fonts/yellowtail-regular-webfont.svg#YellowtailRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "MrsEaves";
	font-weight: normal;
	src: url("../fonts/MrsEavesOT-Roman.otf");
}
@font-face {
	font-family: "MrsEaves";
	font-weight: bold;
	src: url("../fonts/MrsEavesOT-Bold.otf");
}
.cfx:before, .cfx:after {
	content: "";
	display: table;
}
.cfx:after {
	clear: both;
}
.cfx {
}
a:hover {
    text-decoration: underline;
}
a {
    color: #fff;
    text-decoration: none;
}
p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 0 20px;
	line-height:1.3em;
}
body {
	background: none repeat scroll 0 0 #303030;
	font-family: text;
	font-size: 14px;
}
h2 {
	color: #A6D491;
	font-family: decorative;
	font-size: 41px;
	margin: 0 0 20px;
}
body.unscrollable {
	overflow: hidden;
}
.section {
	float: left;
	height: 100%;
	max-height: 1200px;
	min-height: 600px;
	overflow: auto;
}
#wrap {
	width: 8300px;
}
#home {
	background: url("../images/graphics/idspringroll_home_bg.jpg") no-repeat scroll center top transparent;
	height: 100%;
	position: relative;
	width: 418px;
}
#home #logo {
	left: 18px;
	position: absolute;
	top: 200px;
}
#home #keysponsor {
    position: absolute;
    top: 420px;
    left: 43px;
}
#facebook {
	float: right;
	position: relative;
	right: 50px;
	top: 207px;
}
#footer {
	background: url("../images/graphics/idspringroll_home_footer.png") no-repeat scroll 0 0 transparent;
	bottom: 0;
	color: #FFFFFF;
	font-family: MrsEaves;
	font-weight: bold;
	height: 148px;
	position: absolute;
	width: 418px;
}
#footer p {
	margin: 80px 20px 20px 125px;
}
#event {
	background: none repeat scroll 0 0 #303030;
	position: relative;
	width: 582px;
}
#event #price {
	color: #A7A7A7;
	font-size: 18px;
	font-weight: bold;
	width: 315px;
}
#event #timeplace {
	font-family: display2;
	font-size: 18px;
	font-weight: bold;
	width: 315px;
}
#event #eventinfo {
	padding: 125px 20px 29px;
}
#event #gallery {
	bottom: 0;
	position: absolute;
}
#event #gallery a {
	height: 97px;
	overflow: hidden;
	padding: 0;
	width: 194px;
}
#event #gallery img {
	padding: 0;
}
#event #gallery ul li {
	float: left;
	height: 97px;
	list-style-type: none;
	overflow: hidden;
}
#gallery-modal {
	background: rgba(0, 0, 0, 0.82);
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}
#gallery-modal.is-visible {
	display: block;
}
#gallery-modal .gallery-modal-backdrop {
	height: 100%;
	width: 100%;
}
#gallery-modal .gallery-modal-content {
	left: 50%;
	max-height: calc(100vh - 48px);
	max-width: calc(100vw - 48px);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
#gallery-modal img {
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
	display: block;
	max-height: calc(100vh - 48px);
	max-width: calc(100vw - 48px);
}
#sponsors {
	width:500px;
}
#sponsors h2 {
    font-family: display2;
    color: #fff;
    font-size: 24px;
}
#sponsors h3 {
	font-family:text;
	font-weight:bold;
	font-size:18px;
	color:#A6D491;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#sponsors ul li {
    list-style-type: none;
    color: #fff;
    font-weight: bold;
}
#sponsors-inner {
    padding: 147px 50px 0 50px;
}
#sponsors ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#sponsors ul li a:hover {
	text-decoration:underline;
}
#filler {
	width:1500px;
	background:url(../images/filler/idspringroll_filler_bg.jpg);
}
#about {
	background: url("../images/about/idspringroll_about_bg.jpg") no-repeat scroll left top transparent;
	color: #FFFFFF;
	font-size: 16px;
	overflow-x: hidden;
	width: 1000px;
}
#aboutleft h4 a {
	color: #FFFFFF;
	text-decoration: none;
}
#aboutright h2 {
	padding-top: 135px;
	margin: 0 0 10px;
}
#aboutleft-inner {
	padding: 150px 20px 30px;
}
#aboutleft {
	float: left;
	width: 418px;
}
#aboutleft .featured h3, #aboutleft .featured h4 {
	color: #FFFFFF;
	font-size: 16px;
}
#aboutleft .featured img {
	float: left;
	padding: 0 10px 5px 0;
}
#aboutright-inner {
	background: url("../images/about/idspringroll_about_red_bg.png") repeat scroll 0 0 transparent;
	padding: 10px;
}
#aboutleft-inner h2 {
	color: #FFFFFF;
	font-family: display2;
	font-size: 21px;
	font-weight: bold;
}
#aboutright {
	float: left;
	width: 418px;
}
#about .contestant p {
	font-size: 12px;
}
#about .featured p {
	font-size: 14px;
}
#aboutright .contestant {
	float: left;
	width: 199px;
}
#aboutright .contestant h4 {
	font-family: text;
	font-size: 12px;
	font-weight: bold;
}
#aboutright-inner .contestant img {
	float: left;
	padding: 0 5px 10px 0;
}
#aboutright-inner h3 {
	font-family: display2;
	margin: 0 0 20px;
	font-size:20px;
}
#food {
    background: url("../images/food/idspringroll_food_bgv3.jpg") no-repeat scroll left top transparent;
    width: 1000px;
}
#food h2 {
    color: #FFFFFF;
    font-family: display2;
    font-size: 20px;
}
#food .food-tagline {
    color: #9AD491;
    font-family: display;
    font-size: 28px;
    width: 711px;
    margin-bottom:0;
}
#food ul li a {
    color: #790607;
    font-family: text;
    font-size: 13px;
    text-decoration: none;
}
#food ul li {
    font-family: text;
    font-size: 21px;
    list-style-type: none;
}
#food-inner {
    color: #FFFFFF;
    padding: 143px 0 0 50px;
}
#food .restaurant {
    padding: 0;
    position: relative;
    width: 700px;
}
#food .featured-restaurant a {
    color: #790607;
    font-family: helvetica;
    font-size: 13px;
    text-decoration: none;
}
#food .featured-restaurant {
    position: relative;
}
#food .featured-restaurant h3 {
    font-size: 30px;
}
#food .restaurant img {
    width: 100px;
}
#food .featured-restaurant img {
    width: 100%;
}
#food .featured-restaurant {
    padding: 0;
    width: 740px;
}
#food .food-image {
    float: left;
    padding: 0 20px 0 0;
	position: relative;
    top: 7px;
}

#awardees {
    background: url("../images/awardees/idspringroll_awardees_bg.jpg") no-repeat scroll left top transparent;
    width: 1000px;
}
#awardees .post-35 {
    width: 760px !important;
}
#awardees .awardee img {
    padding: 0 10px 0 0;
	float:left;
}
#awardees-inner {
    color: #FFFFFF;
    padding: 130px 70px 0;
}
#awardees .awardee {
    float: left;
    padding: 20px 10px 20px 0;
    width: 400px;
}
#awardees h3 {
    color: #A6D491;
    font-family: display;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
}
#awardees p {
    margin: 0;
}
#awardees h2 {
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}
#awardees .stars {
    background: url("../images/graphics/idspringroll_stars_white.png") repeat scroll center center transparent;
    height: 40px;
    margin: auto;
    width: 491px;
}

#giveback {
	background: url("../images/giveback/idspringroll_giveback_bg.jpg") no-repeat scroll left top transparent;
	width: 1000px;
}
#giveback p {
	color: #FFFFFF;
}
#giveback h3 {
	color: #A6D491;
	font-family: text;
}
#giveback ul li {
	list-style-type: none;
	padding: 10px 0;
}
#giveback img {
	float: left;
	padding: 0 20px 0 0;
}
#giveback h2 {
	color: #FFFFFF;
	font-family: display;
}
#giveback-inner {
	padding: 150px 150px 0 50px;
}
#tickets {
	width:1000px;
	background: url("../images/tickets/idspringroll_tickets_bg.jpg") no-repeat scroll left top transparent;
}
#tickets ul {
    color: #fff;
    position: relative;
    left: 400px;
    bottom: 20px;
	width:500px;
}
#tickets h3 a {
    color: #A6D491;
    text-decoration: underline;
	font-family:text;
	font-weight:bold;
	font-size:20px;
}
#tickets h2 {
    font-family: display;
    color: #fff;
}
#tickets-inner {
    padding: 150px 100px 0 50px;
}
#misc {
	width:300px;
	background: url("../images/misc/idspringroll_website_end.jpg") no-repeat scroll left top transparent;
}
#nav {
	background: url("../images/graphics/idspringroll_nav.png") no-repeat scroll 0 0 transparent;
	height: 64px;
	left: 0;
	position: absolute;
	top: 50px;
	width: 695px;
	z-index: 100;
}
#nav ul {
	margin: 0 0 0 30px;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav a {
	background: url("../images/graphics/idspringroll_nav.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	height: 43px;
	outline: medium none;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999em;
}
#nav .nav-home a {
	background-position: -31px 0;
	width: 74px;
}
#nav .nav-about a {
	background-position: -103px 0;
	width: 87px;
}
#nav .nav-food a {
	background-position: -189px 0;
	width: 75px;
}
#nav .nav-awardees a {
	background-position: -262px 0;
	width: 121px;
}
#nav .nav-giveback a {
	background-position: -382px 0;
	width: 108px;
}
#nav .nav-buytickets a {
	background-position: -490px 0;
	width: 82px;
}
#nav .nav-home a:hover {
	background-position: -31px -69px;
}
#nav .nav-about a:hover {
	background-position: -103px -69px;
}
#nav .nav-food a:hover {
	background-position: -189px -69px;
}
#nav .nav-awardees a:hover {
	background-position: -262px -69px;
}
#nav .nav-giveback a:hover {
	background-position: -382px -69px;
}
#nav .nav-buytickets a:hover {
	background-position: -490px -69px;
}
