@charset "utf-8";
/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }


h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
form {
	margin-top: 10px;
	margin-left: 40px;
}
.fieldclass {
	width: 300px;
	background-color: #232E33;
	color: #CCC;
}

ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table {border-collapse: collapse; border-spacing: 0; }

/* Basic Structures */
body {
	background-color: #222D33;
	background-image: url(img/main_bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #FFF;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
}


/* Header */

.topTop {
	background-image: url(img/topTop.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 800px;
	margin: 0 auto;
}
.header {
	background-image: url(img/header_bg.png);
	height: 127px;
	width: 100%;
}
.scratches {
	background-image: url(img/scratchRepeat.png);
	background-repeat: repeat-x;
	height: 127px;
}
.overlay {
	background-image: url(img/headerOverlay.png);
	background-repeat: no-repeat;
	height: 119px;
	background-position: 50%;
}
.headerContents {
	width: 800px;
	margin: 0 auto;
}
.headerContents img {
	float: left;
}
.headerContents .slogan {
	color: #ccc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 17px;
	letter-spacing: -1px;
	font-size: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #182025;
	padding-left: 10px;
	margin: 26px 0px 0px 40px;
	display: block;
	float: left;
	width: 270px;
}
.headerContents .slogan h1 {
	font-size: 20px;
	color: #8ba1ac;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 19px;
}

/* Main Content */
.content {
	background-image: url(img/content_Main_bg.png);
	background-repeat: no-repeat;
	height: 660px;
	margin: 0 auto;
	width: 800px;
	margin-top: -8px;
}
.nav {
	background-image: url(img/navBar.png);
	background-repeat: no-repeat;
	height: 279px;
	width: 177px;
	margin-left: 25px;
	margin-top: 25px;
	float: left;
	display: inline;
}
.nav ul {
	margin-top: 4px;


}
.nav ul li a {
	display: block;
	text-decoration: none;
	margin: 0 0 0 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	height: 44px;
	background-image: url(img/navArrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav ul li a.current {
	background-image: url(img/navArrow2.png);
	background-repeat: no-repeat;
	background-position: -170px center;
	color: #5A96BE;
}


.nav ul li a:hover {
	color: #5A96BE;
	background-image: url(img/navArrow2.png);
	background-repeat: no-repeat;
	background-position: -170px center;
}
.nav ul li.divide {
	background-image: url(img/navDivider.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #5A96BE;

}
.nav ul li a .small {
	font-size: 14px;
	display: block;
	color: #cccccc;
}

.bottomContent {
	background-image: url(img/bottom_content.png);
	background-repeat: no-repeat;
	height: 318px;
	width: 748px;
	margin-left: 25px;
	margin-top: 25px;
	display: inline;
	float: left;
}
.mainImg {
	background-image: url(img/main_img.png);
	height: 259px;
	width: 525px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	display: inline;
	padding-top: 20px;
	padding-left: 23px;
}
.mainImg h1 {
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8BA1AC;
	font-weight: bold;
}
.mainImg h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}

.mainImg img {
	margin-top: 20px;
	margin-left: 20px;

}
.mainImg ul {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
.mainImg ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	list-style-type: circle;
	font-size: 14px;
}

.nowPlaying {
	background-image: url(img/nowPlayingBar.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 740px;
	height: 100%;
}
.nowPlaying .showDates {
	height: 50px;
	display: inline;
	text-align: left;
	float: left;
	width: 100%;
}
.nowPlaying .showDates p {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	margin-top: 19px;
	display: inline;
	font-size: 14px;
	width: 300px;
	float: left;
	margin-left: 4px;
}


.nowPlaying a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.nowPlaying a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8DA2AD;
}
.nowPlaying h1 {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 10px;
}
.nowPlaying p {
	margin-right: 10px;
	color: #ccc;
}
.nowPlaying img {
	margin-left: 10px;
	float: left;
	margin-right: 9px;
}
.nowPlaying img.noMargin {
	margin-left: 0px;
}

.movieLeft {
	float: left;
	width: 52%;
	background-image: url(img/nowPlayingDivider.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 22px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 17px;
	letter-spacing: -1px;
}


.movieRight {
	float: left;
	width: 48%;
	margin-top: 22px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
	letter-spacing: -1px;
	line-height: 17px;
}



/* Footer Contents */
.footer {
	background-image: url(img/grass2.png);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
}
.footer .footerText {
	margin: 0 auto;
	width: 800px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #4B4D4D;
	padding-top: 60px;
	text-align: right;
	font-size: 12px;
}
.footer .footerText .copyright {
	float: left;
	margin-left: 20px;
	color: #4B4D4D;
}


.footer .footerText img {
	float: right;
	display: inline;
	margin-right: 25px;
	margin-left: 10px;
}


.fireflies  {
	background-image: url(img/fireflies.png);
	background-repeat: no-repeat;
	background-position: 70%;
	height: 101px;
	margin-bottom: -30px;
	margin-top: -20px;
}

/*Created to deal with vertical expansion of top content. Replaces the mainimg tags above.*/
/*.topContentContainer is used to hold both topContent and bottom*/
.topContentContainer {
	width: 548px;
	float: left;
	display: inline;
	margin-left: 25px;
	margin-top: 25px;
}

.expandTopContent {
	background-image: url(img/expandableTopContent.png);
	background-repeat: repeat-y;
}
.expandTopContent .header {
	background-image: url(img/expandTopContentHeader.png);
	height: 62px;
	width: 548px;
	background-repeat: no-repeat;
}

.expandTopContent .text {
	margin-top: 4px;
	padding-bottom: 8px;
	padding-right: 14px;
	margin-left: 23px;
}
.expandTopContent .smallHeader {
	background-image: url(img/smallHeader.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 525px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	float: right;
	font-size: 18px;
	line-height: 41px;
	padding-left: 23px;
}


.expandTopContent h1{
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8BA1AC;
	font-weight: bold;
}
.expandTopContent h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
.expandTopContent h3 {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8BA1AC;
	font-weight: bold;
}

.expandTopContent ul {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
.expandTopContent ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	list-style-type: circle;
	font-size: 16px;
}
.expandTopContent img {
	margin-left: 10px;
	float: left;
	margin-right: 9px;
}

.expandTopContentBottom {
	background-image: url(img/expandableTopContentBottom.png);
	height: 13px;
	width: 548px;
	background-repeat: no-repeat;
}
.prairiefest {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 190px;
}
.text p a {
	border-bottom: thin #fff solid;
}
.text p a:hover {
	border-bottom: thin #5A96BE solid;
}
