/* CSS Document */

/* Color Ref
 * Link color : #007EB9;
 * Hover color: #005b9a;
 * Logo Orange: #ff7f00;
 *
 *  */

html {
	/* non-ie browsers short page fix */
	margin-bottom: 1px;
	height: 100%;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure { display: block; }

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff url('/media/images/blue-bg.png') repeat-x;
	color: #454545;
}

body.dragon {
	background: #fff url('/media/images/red-bg.png') repeat-x;
}

header {
	height: 160px;
	background: transparent url('/media/images/header-duck.jpg') no-repeat right;
}

body.dragon header {
	background: transparent url('/media/images/header-dragon.gif') no-repeat right;
}

.wrap {
	margin: 0px auto;
	width: 940px;
    position: relative;
}

.main-logo {
	position: absolute;
	top: 16px;
}

.sticker {
	position: absolute;
	top: 5px;
	right: 0px;
}

.cal-blue {
	position: absolute;
	top: 130px;
	right: 0px;
}

.no-display { display: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.col-300 { width:300px; }
.col-620 { width:620px; }

/* ------------ Navigation elements --------------- */

.main-nav {
	background: transparent none repeat scroll 0%;
    line-height: normal;
	position: absolute;
	top: 130px;
}

.main-nav ul {
	font-size: 1.2em;
}

.main-nav li {
	float: left;
	margin-right: 1px;
}

.main-nav li a {
	padding: 14px 15px;
	background: #f6e943 url('/media/images/main-nav-bg.png') repeat-x bottom;
	border-bottom: 1px solid #c3a30c;
	color: #454545;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.main-nav li.current a {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #454545;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

h1 {
	color: #454545;
	font-size: 2.5em;
    line-height: 1.2em;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

h2 {
	color: #0072bc;
	font-size: 2em;
    line-height: 1.2em;
	font-weight: normal;
	padding: 20px 0px 15px 0px;
	margin: 0px;
}

h2 a {font-weight: bold;}

p.first {
	font-size: 1.5em;
    line-height: 1.4em;
    padding-bottom: 15px;
}

p {
	font-size: 1.2em;
    line-height: 1.4em;
    padding-bottom: 15px;
}

p.small {
	font-size: 1.1em;
    line-height: 1.4em;
    padding-bottom: 15px;
}

p.rules {
	float: right;
	font-size: 1.1em;
    line-height: 1.4em;
    padding: 5px;
	background: #0072bc;
}

p.rules a {
	color: #fff;
}

p.pdf {
	margin: 0px 0px 5px 16px;
}

a {
	margin: 0px;
	color:  #007EB9;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #005b9a;
	text-decoration: underline;
}

ol { list-style-type:decimal; }
strong { font-weight: bold; }

.valign { 
	display: inline-block;
	vertical-align: middle;
}

.home-text {
	width: 480px;
	margin: 20px 0px;
	float: left;
}

.sponsor-text {
	width: 680px;
	margin: 20px 0px;
	float: left;
}

.rules-text {
	width: 600px;
	margin: 20px 0px;
	float: left;
}

.rules-text ol {
	font-size: 1.2em;
	margin-left: 25px;
	margin-bottom: 15px;
}

.rules-text ul {
	list-style-type: lower-alpha;
	margin: 15px 0px 0px 20px;
}

.rules-text li {
	line-height: 1.4em;
    padding-bottom: 15px;
}

.rules-text li:last-child {
	line-height: 1.4em;
    padding-bottom: 0px;
}

.contact-text {
	width: 600px;
	margin: 20px 0px;
	float: left;
}

.contact-text h2 {
	color: #0072bc;
	font-size: 1.5em;
    line-height: 1.2em;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	margin: 0px;
}

.photos-col {
	position: absolute;
	top: -15px;
	right: 270px;
}

.photos-col-biz {
	position: absolute;
	top: -10px;
	right: 235px;
	z-index: 1000;
}

.prize-plate {
	width: 249px;
	height: 171px;
	background: transparent url('/media/images/prize-plate.png') no-repeat;
	float: right;
	margin-top: 55px;
	position: relative;
}

.cash-pile {
	position: absolute;
	top: -89px;
	left: 60px;
}

.champ-bottles {
	position: absolute;
	top: -135px;
	left: 40px;
}

.champ-bottles-prizes {
	position: absolute;
	top: 290px;
	left: 460px;
}

p.prize-money {
	text-align: center;
	font-size: 4em;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

p.prize-champ {
	text-align: center;
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

span.money {
	font-weight: bold;
	color: #a9bf04;
}

p.buy {
	text-align: center;
	font-size: 2.1em;
	margin: -10px 0px 0px 0px;
	padding: 0px;
}

p.buy-biz {
	font-size: 1.5em;
	text-align: left;
	margin: 10px 80px 0px 20px;
	padding: 0px;
}

p.local-biz {
	text-align: left;
	margin: 0px 80px 0px 20px;
	padding: 0px;
}

.duck-yellow, .duck-green {
	position: absolute;
	right: -20px;
	top: 100px;
}

hr {
	display: none;
}

.hr {
	height: 1px;
	background: #cbe0f1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d9e9f5;
}

.gallery {
	margin-bottom: 40px;
}

footer {
	padding: 0px 0px 40px 0px;
}

footer .hr {
	height: 1px;
	background: transparent;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
}

span.contact {
	font-size: 2em;
}

.footer-badge {
	float: left;
	margin-right: 10px;
}

.rotary p {
	padding: 5px 0px 0px 0px;
}

.slideshowUp, .slideshowLeft, .slideshowRight {
	width: 290px;
	margin: 0px 5px 10px;
	height: 149px;
}

.slide-frame-001 {
	position: absolute;
	top: 58px;
	left: 0px;
	z-index: 1000
}

.slide-frame-002 {
	position: absolute;
	top: 58px;
	left: 320px;
	z-index: 1000
}

.slide-frame-003 {
	position: absolute;
	top: 58px;
	right: 0px;
	z-index: 1000
}

.column-lists {
	background: #fff;
	padding: 20px 0px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #ddeaf6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.col-list {
	padding: 0px 0px 0px 40px;
	
}

.col-list li {
	font-size: 1.2em;
	list-style-type: none;
	padding: 5px 0px 5px 25px;
}

.biz li {
	background: transparent url('/media/images/duck-green-16.png') no-repeat 0 50%;
}

.pub li {
	background: transparent url('/media/images/duck-yellow-16.png') no-repeat 0 50%;
}



/*************************************** Super Awesome Buttons ******************************************/

.awesome, .awesome:visited {
	background: #0173bd url("/media/images/alert-overlay.png") repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	margin-bottom: 2px;
	margin-left: 6px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

/*************************************** dragon slider ******************************************/

.container {
	width: 940px;
	overflow: hidden;
	position: relative;
	top: 50px;
	margin-bottom: 20px;
}
.slides {
	position:absolute;
	top:0;
	left:0;
	margin-bottom: 10px
}
.slides article {
	position:absolute;
	top: 0;
	width: 940px;
	display: none;
}

ul.pagination {
	position: absolute;
	top: 5px;
	left: -15px;
}

.pagination li {
	float: left;
	font-size: 1.2em;
	margin: 5px 0px;
}

.pagination li a {
	font-weight: bold;
	color: #912424;
	padding: 5px 15px 8px;
}

.pagination li.active a {
	color: #424242;
	background: transparent url('/media/images/active-tab.png') no-repeat bottom;
}

.dragon-text {
	width: 540px;
	margin: 0px 0px 50px;
	float: left;
}

.db-image {
	position: absolute;
	top: 0px;
	right: 0px;
}

.dragon-text .hr {
	height: 1px;
	margin-bottom: 20px;
	background: #efdddc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f6ebea;
}

.dragon-text li {
	font-size: 1.2em;
    line-height: 1.4em;
    padding-bottom: 15px;
	list-style-type: disc;
	margin-left: 20px;	
}

/*************************************** prizes ******************************************/

.prize-text {
	width: 680px;
	margin: 20px 0px ;
	float: left;
}

.first-prize, .second-prize, .third-prize {
	height: 120px;
	float: left;
	margin-top: 40px;
}

.fourth-prize, .fifth-prize, .sixth-prize {
	width: 220px;
	height: 60px;
	float: left;
	margin-top: 0px;
	text-align: center;
}

.first-prize  { width: 230px; }
.second-prize { width: 220px; }
.third-prize  { width: 210px; }

.first-prize h1, .second-prize h1, .third-prize h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #0072bc;
	margin: 0px;
	padding: 0px;
}

.fourth-prize h1, .fifth-prize h1, .sixth-prize h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #0072bc;
	margin: 0px;
	padding: 0px;
}

.first-prize h2, .second-prize h2, .third-prize h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #424242;
	margin: 0px;
	padding: 0px;
}

.fourth-prize h2, .fifth-prize h2, .sixth-prize h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #424242;
	margin: 0px;
	padding: 0px;
}

.first-prize p, .second-prize p, .third-prize p {
	font-size: 1.2em;
	font-weight: normal;
	color: #8c8c8c;
	margin: 0px;
	padding: 0px;
}

p.prize-terms {
	font-size: 1.1em;
	position: absolute;
	left: 700px;
	top: 240px
}

.prize-horse {
	margin-right: 20px;
}


