body {
	font-family: 'Droid Sans', sans-serif;
	background: #21769c url(../graphics/background.jpg) repeat-x;
	min-width:1030px;
}

.decor_image {
	margin: 8px;
	float: left;
	border: solid 4px #9cd237;
	border-radius:8px;
	-moz-border-radius:8px;
}

#Header {
	width: 972px;
	margin-left: auto;
	margin-right: auto;	
}

#Header h1 a  {
	float: left;
	width: 149px;
	height: 156px;
	background: url(../graphics/Great-Jones-County-Fair-Logo.jpg) no-repeat;
	margin: 5px;
	margin-top:10px;
	border-radius:5px;
	-moz-border-radius:5px;
}

#Header h1 span  {
	display: none;
}

#Logo {
	float: left;
	margin-left: 15px;
	margin-top:-10px;
	background-color: #ffffff;
	border: solid 4px #9cd237;
	border-radius:10px;
	-moz-border-radius:10px;
}

/* @group Countdown */

.hasCountdown {
	float: left;
	background-color: #9cd237;
	color: #496d2d;
	font-size: 40px;
	font-weight: bold;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	padding: 3px 12px 7px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 260px;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 65px;
}
.countdown_show2 .countdown_section {
	width: 65px;
}
.countdown_show3 .countdown_section {
	width: 65px;
}
.countdown_show4 .countdown_section {
	width: 65px;
}
.countdown_show5 .countdown_section {
	width: 95px;
}
.countdown_show6 .countdown_section {
	width: 162px;
}
.countdown_show7 .countdown_section {
	width: 14px;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 10px;
	text-align: center;
}
.countdown_amount {
	font-size: 40px;
}
.countdown_descr {
	display: block;
	width: 100%;
}



/* @end */

.fairdate {
	float: left;
	clear: left;
	background-color: #ff9a48;
	color: #ffffff;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	font-size: 14px;
	padding: 3px 8px;
}

.search {
	float: right;
	margin-top: 12px;
	color: #496d2d;
	font-size: 14px;
}
.search input {
	padding: 5px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100%;
	width: 100px;
	background: white;
	background: -webkit-gradient(linear, left top, left 25, from(white), color-stop(4%, #EEE), to(white));
	background: -moz-linear-gradient(top, white, #EEE 1px, white 25px);
	border-radius: 6px;
	-moz-border-radius: 6px;
}

#Marketing {
	float: right;
	width: 702px;
	height: 279px;
	background-image: url(../graphics/marketing-back.png);
}

#Marketing img {
	margin-top: 10px;
	margin-left: 8px;
	border: 2px solid #cd000f;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

#SubMarketing {
	float: right;
	width: 687px;
	height: 125px;
}

/* @group Nav */

#NavHolder {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../graphics/navholderback.png);
}

#NavWrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	float: left;
	width:974px;
	padding: 0px;
	color: #333333;
	font-size: 13px;
	text-align: left;
	background: #f2d92e url(../graphics/navback.png) repeat-x;
	height: 50px;
}

ul.nav li                      { 
	float: left; 
	zoom: 1;
	list-style-type: none;
}

.nav a {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ffffff;
}

.nav a:hover {
	color: #329ece;
}

.nav a.nav-selected {
	color: #333333;
}



li ul {
	padding-left:0px;
	margin-left: 0px;
	margin-top: -8px;
	background-color: #f7d71f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border: 1px solid #f8e784;
}
/* 
	LEVEL ONE
*/
ul.nav                    { 
	position: relative;
}
ul.nav li                      { 
	float: left; 
	zoom: 1;
	list-style-type: none;
}

ul.nav a:active                { color: #333333; }

ul.nav a:hover		            { color: #329ece; }
ul.nav li a                    { 
	display: block; 
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	margin-left: 0px;
	margin-right: 5px;
	line-height: 40px;
	text-indent: -1px;
}
ul.nav li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.nav li.hover,
ul.nav li:hover                { color: black; position: relative; }
ul.nav li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.nav ul 					
{ 
	width: 170px;
	padding-right:20px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	z-index:200;
}

ul.nav ul li{ 
	font-weight: normal; 
	color: #000;
	border-bottom: 1px solid transparent; 
	float: left;
	clear: left;
	padding: 0;
	line-height: 18px;
	margin: 0;
}

ul.nav ul li a {
	margin-bottom: 2px;
	line-height: 32px;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.nav ul li a					{ border-right: none; width: 100%; display: inline-block;
} 

/* 
	LEVEL THREE
*/
ul.nav ul ul {
	left: 105%;
	top: 0;
	background-color: #452316;
	width: 180px;
}

ul.nav li:hover > ul 			{ visibility: visible; }

/* @end */

/* @group Content */

#ContentHolder {
	clear: both;
	width: 100%;
	background-color: #9ad7e1;
}

#Content {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	/* background-image: url(../graphics/transwhite.png); */
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	min-height: 400px;
}

#Content p {
	font-size: 14px;
	line-height: 22px;
	color: #444444;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.single {
	width: 200px;
	padding-right: 10px;
	float: left;
}

.double {
	width: 522px;
	padding-right: 10px;
	float: left;
}

.double a, .triple a {
	color: #cd000f;
	text-decoration: none;
}

.double a:hover, .triple a:hover {
	text-decoration: underline;
}

.triple {
	width: 722px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

h2 {
	color: #469dcd;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: -1px;
	margin-bottom: 4px;
}

h3 {
	color: #ff9a48;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 22px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

.youtube {
	background: url(../graphics/youtube-badge.png) no-repeat left center;
	padding-left: 24px;
}

.single h3 {
	color: #cd000f;
	font-size: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	text-align: center;
}

.single h3 a {
	color: #cd000f;
	text-decoration: none;
}

.single h3 a:hover {
	text-decoration: underline;
}

.single a {
	color: #469dcd;
	text-decoration: none;
}

.single a:hover {
	text-decoration: underline;
	color: #265d7d;
}

#Content .single p {
	font-size: 13px;
	line-height: 16px;
	color: #444444;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

.greenboxright {
	float: right;
	margin-top: 20px;
	margin-right: -30px;
	color: #496d2d;
	font-size: 14px;
	line-height: 20px;
	width:235px;
	padding-top:0px;
	padding-bottom:0px;
	background-color: #9cd237;
}

.greenboxright div {
	padding: 8px;
	font-size: 14px;
}

.greenboxright a {
	color: #496d2d;
	text-decoration: none;
}

#Content .greenboxright strong {
	color: #496d2d;
}

.greenboxright a:hover {
	text-decoration: underline;
}

.greenboxright h4 {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 4px;
}

.twitterwidget {
	border: solid 1px #9cd237;
	border-radius:8px;
	-moz-border-radius:8px;
}

.twitter-header {
	margin-left: 15px;
	padding-top: 6px;
}

#Content em {
	color: #cd000f;
}

#Content strong {
	color: #9cd237;
}



/* @end */

#Sponsors {
	background-color: #d3f0f6;
	text-align: center;
	color: #76b8c7;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #daf8fe;
}

#Sponsors table {
	margin-left: auto;
	margin-right: auto;
}

#Sponsors table td {
	vertical-align:middle;
	padding-right: 30px;
	padding-left: 30px;
}

#Sponsors big {
	font-size: 28px;
	letter-spacing: -3px;
}

#Sponsors a {
	color: #76b8c7;
	text-transform: capitalize;
	text-decoration: none;
}

#FooterHolder {
	clear: both;
	width: 100%;
	background-image: url(../graphics/footerholderback.png);
	background-color: #21769c;
	border-top: 1px solid #daf8fe;
}

#Footer {
	width:972px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 2px #27668a;
	background: url(../graphics/footershadows.png) no-repeat center bottom;
	padding-bottom: 25px;
}

#Footer a {
	color: #f8e784;
	text-decoration: none;
}

#Footer a:hover {
	color: #fcfac0;
	text-decoration: underline;
}

.links {
	color: #f8e784;
	float: left;
	width: 180px;
	line-height: 22px;
	font-size: 12px;
}

.links h4 {
	font-size: 20px;
	line-height: 36px;
	letter-spacing: -1px;
}

.right {
	color: #f8e784;
	float: right;
	line-height: 18px;
	text-align: right;
	font-size: 12px;
}

.right h4 {
	font-size: 20px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#Designer {
	clear: both;
	width: 100%;
	background-color: #27668a;
	text-align: center;
	border-top: 1px solid #76b8c7;
	border-bottom: 1px solid #76b8c7;
}

#Designer a {
	color: #76b8c7;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
}

#Designer a:hover {
	color: #eeeeee;
}

/* @group Buy Buttons */

a.bigbuybutton {
	color: #fcfac0;
	width: 516px;
	height: 68px;
	line-height: 30px;
	font-size: 30px;
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px;
	padding-top: 8px;
	background: #329ece url(../graphics/buybutton-517x152.jpg) no-repeat 0 top;
}

a.bigbuybutton:hover {
	font-weight: bold;
	background: #329ece url(../graphics/buybutton-517x152.jpg) no-repeat 0 bottom;
	color: #ffffff;
	text-decoration: none;
}

a.bigonsalebutton {
	color: #9ad7e1;
	width: 99%;
	height: 76px;
	line-height: 35px;
	font-size: 32px;
	float: left;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	background: #329ece repeat-x 0 center;
	margin-bottom: 5px;
}

a.bigonsalebutton big {
	font-weight: bold;
	font-size: 36px;
	line-height: 35px;
}

a.bigonsalebutton:hover {
	color: #ffffff;
	background-color: #2c92c0;
	text-decoration: none;
}

a.smallbuybutton {
	color: #fcfac0;
	width: 190px;
	height: 42px;
	float: left;
	text-decoration: none;
	text-align: center;
	background: #329ece url(../graphics/buybutton-190x100.jpg) repeat-x 0 top;
	font-size: 14px;
	padding-top: 8px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: uppercase;
	line-height: 18px;
}

a.smallbuybutton:hover {
	font-weight: bold;
	background: url(../graphics/buybutton-190x100.jpg) no-repeat 0 bottom;
	color: #ffffff;
}

a.smallonsalebutton {
	color: #9ad7e1;
	width: 190px;
	float: left;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	background: #329ece repeat-x 0 center;
	font-size: 15px;
	height: 50px;
	margin-left: 5px;
	padding-top: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}

a.smallonsalebutton:hover {
	font-weight: bold;
	background: #2c92c0;
	color: #ffffff;
}

/* @end */

a.etixapp {
	float: left;
	margin-left: 51px;
	width: 90px;
	height: 62px;
	background: url(../graphics/etix-app.png) no-repeat;
}

a.etixapp:hover {
	background: url(../graphics/etix-app-hover.png) no-repeat;
}

a.mobilesite {
	float: left;
	margin-left: 10px;
	width: 180px;
	height: 93px;
	background: url(../graphics/mobilewebbutton.png) no-repeat;
}

a.mobilesite:hover {
	background: url(../graphics/mobilewebbutton.png) no-repeat 0 bottom;
}

h2 small {
	font-size: 22px;
}
