/*
Theme Name: CG Choir
Theme URI: http://centergrovechoirs.org/
Description: A custom theme for Center Grove High School Choral Department
Author: NewFive Creative
Version: 1.0
*/

/* ---------------------------------- Global Resets ---------------------------------- */

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
	line-height: 24px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	cursor: pointer;
}

/* ---------------------------------- Styles ---------------------------------- */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #000;
}

a {
	text-decoration: none;
	color: #e82d2d;
}

a:hover {
	color: #e82d2d;
}

h1 {
	font-size: 25px;
	text-transform: uppercase;
	margin: 25px 0 -8px 0;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 15px 0 -3px 0;
}

h3 {
	text-transform: uppercase;
	margin: 15px 0 -3px 0;
}

p {
	margin: 15px 0 0 0;
}

ul {
	margin: 10px 0 0 0;
}

ul ul {
	margin-bottom: 20px;
}

ul ul li {
	margin: 0 0 -10px 30px;
}

ul ul ul li {
	margin: 0 0 0 60px;
}

li {
	list-style: disc;
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
	margin: 15px 0 0 0;
	border: none;
	border-top: 1px solid #fff;
}

/* ---------------------------------- Content ---------------------------------- */

#container {
	position: absolute;
	width: 100%;
	min-width: 950px;
	top: 0;
	z-index: 100;
}

#content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0 25px 50px 25px;
}

/* ---------------------------------- Header ---------------------------------- */

#header {
	position: relative;
	height: 350px;
}

#header.headerHome {
	height: 500px;
}

#logo {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 28px;
	left: -10px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;

}

#heaerSeparator {
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	background: url(images/separator_background.png) repeat-x bottom;
}

/* ---------------------------------- Main Nav ---------------------------------- */

#mainNav {
	position: absolute;
	right: 0;
}

#mainNav .mainNavLink {
	height: 80px;
	margin: 0 -10px -13px -10px;
	padding: 0 10px 13px 10px; 
	float: left;
	background-repeat: no-repeat;
	background-position: 0 -93px;
}

#mainNav .mainNavLink:hover {
	background-position: 0 -186px;
}

#mainNav .onPage {
	background-position: 0 0 !important;
}

#mainNav .mainNavLink a {
	display: block;
	width: 100%;
	height: 100%;
}

#mainNav #fundraising {
	width: 146px;
	background-image: url(images/mainNav/fundraising.png);
}

#mainNav #cpo {
	width: 63px;
	background-image: url(images/mainNav/cpo.png);
}

#mainNav #bomw {
	width: 146px;
	background-image: url(images/mainNav/bomw.png);
}

#mainNav #auditions {
	width: 146px;
	background-image: url(images/mainNav/auditions.png);
	margin-left: -25px;
}

#mainNav #directors {
	width: 125px;
	background-image: url(images/mainNav/directors.png);
}

#mainNav #contact {
	width: 109px;
	background-image: url(images/mainNav/contact.png);
}

#mainNav #ensembles {
	position: relative;
	width: 170px;
	height: 40px;
	margin: 40px -10px 0 -10px;
	padding: 0;
	float: left;
}

#mainNav #ensemblesUpBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/mainNav/ensembles.png) no-repeat;
	z-index: 1000;
}

#ensemblesDropDown {
	position: absolute;
	width: 100%;
	top: -7px;
	z-index: 1001;
	display: none;
}

#ensemblesDropDownTop {
	height: 47px;
	background: url(images/mainNav/ensembles_top.png) no-repeat top;
}

#ensemblesDropDownMain {
	font-size: 14px;
	padding: 0 25px;
	background: url(images/mainNav/ensembles_middle.png) repeat-y;
}

#ensemblesDropDownMain ul {
	margin: 0;
}

#ensemblesDropDownMain li {
	line-height: 16px;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}

#ensemblesDropDownMain a {
	font-size: 14px;
	color: #000;
}
#ensemblesDropDownMain a:hover {
	text-decoration: underline;
}

#ensemblesDropDownBottom {
	height: 28px;
	background: url(images/mainNav/ensembles_bottom.png) no-repeat bottom;
}




#mainNav #about {
	position: relative;
	width: 170px;
	height: 40px;
	margin: 40px -10px 0 -10px;
	padding: 0;
	float: left;
}

#mainNav #aboutUpBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/mainNav/about.png) no-repeat;
	z-index: 1000;
}

#aboutDropDown {
	position: absolute;
	width: 100%;
	top: -7px;
	z-index: 1001;
	display: none;
}

#aboutDropDownTop {
	height: 47px;
	background: url(images/mainNav/about_top.png) no-repeat top;
}

#aboutDropDownMain {
	font-size: 14px;
	padding: 0 25px;
	background: url(images/mainNav/ensembles_middle.png) repeat-y;
}

#aboutDropDownMain ul {
	margin: 0;
}

#aboutDropDownMain li {
	line-height: 16px;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}

#aboutDropDownMain a {
	font-size: 14px;
	color: #000;
}
#aboutDropDownMain a:hover {
	text-decoration: underline;
}

#aboutDropDownBottom {
	height: 28px;
	background: url(images/mainNav/ensembles_bottom.png) no-repeat bottom;
}




#mainNav #calendar {
	position: relative;
	width: 170px;
	height: 40px;
	margin: 40px -10px 0 -10px;
	padding: 0;
	float: left;
}

#mainNav #calendarUpBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/mainNav/calendar.png) no-repeat;
	z-index: 1000;
}

#calendarDropDown {
	position: absolute;
	width: 100%;
	top: -7px;
	z-index: 1001;
	display: none;
}

#calendarDropDownTop {
	height: 47px;
	background: url(images/mainNav/calendar_top.png) no-repeat top;
}

#calendarDropDownMain {
	font-size: 14px;
	padding: 0 25px;
	background: url(images/mainNav/ensembles_middle.png) repeat-y;
}

#calendarDropDownMain ul {
	margin: 0;
}

#calendarDropDownMain li {
	line-height: 16px;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}

#calendarDropDownMain a {
	font-size: 14px;
	color: #000;
}
#calendarDropDownMain a:hover {
	text-decoration: underline;
}

#calendarDropDownBottom {
	height: 28px;
	background: url(images/mainNav/ensembles_bottom.png) no-repeat bottom;
}




/* ---------------------------------- Main Turner ---------------------------------- */

#mainTurner {
	position: absolute;
	width: 100%;
	height: 22px;
	bottom: 0;
	background: url(images/separator_background.png) repeat-x bottom;
}

#mainTurner div {
	float: right;
	width: 10px;
	height: 10px;
	margin: 0 0 0 5px;
}

#mainTurner div a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/mainTurner_icon.png) no-repeat top;
}
#mainTurner div a:hover {
	background-position: bottom;
}

#mainTurner div.selected a {
	background-position: bottom !important;
}

/* ---------------------------------- Main Content ---------------------------------- */

#mainContent {
	margin: 50px 0;
}

#leftColumn {
	width: 650px;
	float: left;
}

#rightColumn {
	width: 200px;
	float: right;
}

.choiceA, .choiceB, .choiceC {
	display: inline-block;
	width: 50px;
	height: 50px;
}

.choiceA a, .choiceB a, .choiceC a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top;
}
.choiceA a:hover, .choiceB a:hover, .choiceC a:hover {
	background-position: bottom;
}

.choiceA a {
	background-image: url(images/choiceA.png);
}

.choiceB a {
	background-image: url(images/choiceB.png);
}

.choiceC a {
	background-image: url(images/choiceC.png);
}

/* ---------------------------------- News Alerts ---------------------------------- */

.newsAlert {
	margin: 25px 0 0 0;
	padding: 0 0 0 75px;
	background: url(images/newsAlert_icon.png) no-repeat top left;
}

.newsAlert h1 {
	margin-top: 0;
}

/* ---------------------------------- Director Bio ---------------------------------- */

.directorBio {
	position: relative;
	min-height: 100px;
	margin: 50px 0 0 0;
	padding: 0 0 0 125px;
	background-repeat: no-repeat;
	background-position: top left;
}

.directorBio h1 {
	margin-top: 0;
}

.directorDice {
	background-image: url(images/directors/dice.png);
}

.directorNorman {
	background-image: url(images/directors/norman.png);
}

.directorSanders {
	background-image: url(images/directors/sanders.png);
}

.directorHaines {
	background-image: url(images/directors/haines.png);
}

.directorWendy {
	background-image: url(images/directors/wendy.png);
}

.directorSkipper {
	background-image: url(images/directors/skipper.png);
}

.directorPratt {
	background-image: url(images/directors/pratt.png);
}

/* ---------------------------------- Quick Links ---------------------------------- */

#quickLinks {
	margin: 20px 0 0 0;
}

#quickLinks p {
	line-height: 18px;
}

#quickLinks a {
	font-size: 14px;
	color: #fff;
}
#quickLinks a:hover {
	text-decoration: underline;
}

#quickLinks .link {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url(images/quickLinks/link_icon.png) no-repeat left 4px;
}

#quickLinks .pdf {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url(images/quickLinks/pdf_icon.png) no-repeat left 4px;
}

#quickLinks .more {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url(images/quickLinks/more_icon.png) no-repeat left 4px;
}

#quickLinks .less {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url(images/quickLinks/less_icon.png) no-repeat left 4px;
}

#quickLinks .more a, #quickLinks .less a {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

#quickLinks #moreQuickLinks {
	display: none;
}

/* ---------------------------------- Patrons ---------------------------------- */

#patrons {
	font-size: 14px;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 10px 0 0 0;
	color: #000;
	background: #fff;
}

#patrons h3, #patrons ul {
	margin-top: 0;
}

#patrons li {
	line-height: 16px;
	margin-top: 5px;
}

#patrons div {
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
}

/* ---------------------------------- Footer ---------------------------------- */

#footer {
	clear: both;
	font-size: 13px;
	margin: 50px 0 0 0;
	padding: 2px 0 0 0;
	background: url(images/separator_background.png) repeat-x top;
}

#footer a {
	display: inline-block;
	color: #ccc;
}

#footer a:hover {
	color: #fff;
}

#footerLeftColumn {
	float: left;
	color: #ccc;
}

#footerRightColumn {
	text-align: right;
	float: right;
	color: #666;
}

/* ---------------------------------- Background ---------------------------------- */

#background {
	position: absolute;
	width: 100%;
	min-width: 950px;
	height: 650px;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

#background div {
	position: absolute;
	width: 1200px;
	left: 50%;
	margin: 0 0 0 -600px;
	display: none;
}

/* ---------------------------------- Wordpress ---------------------------------- */

.edit-link {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 15px 0 0 0;
}

.edit-link a {
	display: inline-block;
	padding: 0 5px;
	color: #000;
	background: #ccc;	
}
.edit-link a:hover {
	background: #fff;
}

.alignleft {
	float:left;
	padding: 5px 15px 15px 0px;
}

.alignright {
	float:right;
	padding: 5px 0px 15px 15px;
}

#centerStage {
	margin-left: -33px !important;
	margin-top: 10px !important;
	margin-bottom: -20px !important;
}

#backgroundFadeHome {
	width: 100%;
	height: 650px;
	position: absolute;
	margin: 0 auto;
	z-index: 2;
	background: url(images/homeBackgroundFade.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#backgroundFadeSub {
	width: 100%;
	height: 500px;
	position: absolute;
	margin: 0 auto;
	z-index: 2;
	background: url(images/subBackgroundFade.png);
	background-position: top center;
	background-repeat: no-repeat;
}







/* ------------------------------- Best of Midwest ------------------------------- */

#past-champions {
	
}

#past-champions div {
	float: left;
	height: 275px;
	width: 400px;
}

.upcomingPer td {
	border: 1px solid #fff;
}

em {
	font-style: italic !important;
}

.wp-audio-shortcode {
	visibility: visible !important;
	width: 45% !important;
	margin-top: 10px !important;
}

