/*
Theme Name: Queen City Dance Queen
Theme URI: http://wordpress.org/
Description: Queen City Dance Queen
Version: 1.0
Author: Richard Rabassa for KarroBean Design House
Author URI: http://www.KarroBean.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	height:100%
	}

#header {
	background: url('images/header.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 785px;
	}

#content {
	font-size: 1.2em;height:100%
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}



.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 100px 10px;
	}
.sticky h2 {
	padding-top: 0px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;

	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 150px;
	width: 785px;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


#footer {
	padding: 0;
	width: 785px;
	clear: both;
	border: none;
	top: -100px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	

/* End Structure */









/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 2px auto;
	padding: 0px 0px;
	text-align: right;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	text-align: center;
	padding-top: 9px;
	padding-right: 27px;
	padding-bottom: 9px;
	padding-left: 27px;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/*-----------------------------------*/

/*-------------RICH STUFF------------*/

/*-----------------------------------*/


.bigContainterForEverything {
	position:absolute;
	left:50%;
	top:0px;
	margin-left: -480px;
	height:100%
	
}


.headerPlacement {
	position: relative;
	height: 132px;
	width: 770px;
}


.instructorLogin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-align: right;
	position: relative;
	height: 20px;
	width: 780px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 300;
}


.searchBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-align: right;
	position: relative;
	height: 20px;
	width: 780px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 300;
}





/** Main Nav **/

.navBarContainer {
	position:relative;
	left: 25px;
	top: 185px;
	list-style:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	width: 770px;
	text-transform: uppercase;
	background-image: url(images/navDivider.png);
	background-repeat: repeat-y;
	background-position: 30px 25px;
	float: left;
}

 
.navBarContainer li, .navBarContainer a {
	color: #000000;
	text-align: left;
	height: 41px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-decoration: none;

 } 
 
 
 
.footerTabs {
	position:relative;
	width: 785px;
	top: 124px;
	
}


/** Lower Nav **/

.lowerNav {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 100px;
}

 
.lowerNav li, .lowerNav a {
	list-style:none;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	float: left;
	display: inline-block;
	padding-right: 35px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
 } 
 
.lowerNavSub {
	position:relative;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 785px;
	text-transform: none;
}

 
.lowerNavSub li, .lowerNavSub a,  .lowerNavSub ul,   td {
	color: #000000;
	text-align: left;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	letter-spacing: 0em;
	list-style-type: none;
 } 
 
 
/** Main Navigation Elements **/

.topNav {
	z-index: 200;
	position: relative;
}
 
#homeButton			{ display: block;  width: 41px;  height: 43px; background: url("images/homeButton.png") no-repeat 0 0;float: left;}
#homeButton:hover	{ background-position: 0 -43px;}
#homeButton span	{ display: none;}
#homeButtonOn			{ display: block;  width: 41px;  height: 43px; background: url("images/homeButton.png") no-repeat 0 0;float: left; background-position: 0 -43px;}

#aboutButton		{ display: block;  width: 76px;  height: 43px; background: url("images/aboutButton.png") no-repeat 0 0;float: left;}
#aboutButton:hover	{ background-position: 0 -43px;}
#aboutButton span	{ display: none;}
#aboutButtonOn		{ display: block;  width: 76px;  height: 43px; background: url("images/aboutButton.png") no-repeat 0 0;float: left; background-position: 0 -43px;}

#schedButton		{ display: block;  width: 195px;  height: 43px; background: url("images/schedButton.png") no-repeat 0 0;float: left;}
#schedButton:hover	{ background-position: 0 -43px;}
#schedButton span	{ display: none;}
#schedButtonOn		{ display: block;  width: 195px;  height: 43px; background: url("images/schedButton.png") no-repeat 0 0;float: left; background-position: 0 -43px;}


#instructorsButton		{ display: block;  width: 119px;  height: 43px; background: url("images/instructorsButton.png") no-repeat 0 0;float: left;}
#instructorsButton:hover	{ background-position: 0 -43px;}
#instructorsButton span	{ display: none;}
#instructorsButtonOn		{ display: block;  width: 119px;  height: 43px; background: url("images/instructorsButton.png") no-repeat 0 0;float: left;background-position: 0 -43px;}

#storeButton		{ display: block;  width: 149px;  height: 43px; background: url("images/storeButton.png") no-repeat 0 0;float: left;}
#storeButton:hover	{ background-position: 0 -43px;}
#storeButton span	{ display: none;}
#storeButtonOn		{ display: block;  width: 149px;  height: 43px; background: url("images/storeButton.png") no-repeat 0 0;float: left;background-position: 0 -43px;}

#funButton		{ display: block;  width: 105px;  height: 43px; background: url("images/funButton.png") no-repeat 0 0;float: left;}
#funButton:hover	{ background-position: 0 -43px;}
#funButton span	{ display: none;}
#funButtonOn		{ display: block;  width: 105px;  height: 43px; background: url("images/funButton.png") no-repeat 0 0;float: left; background-position: 0 -43px}

#contactButton		{ display: block;  width: 100px;  height: 43px; background: url("images/contactButton.png") no-repeat 0 0;float: left;}
#contactButton:hover	{ background-position: 0 -43px;}
#contactButton span	{ display: none;}
#contactButtonOn		{ display: block;  width: 100px;  height: 43px; background: url("images/contactButton.png") no-repeat 0 0;float: left;background-position: 0 -43px;}





/* Home Page Stuff */


.homepageImagePosition {
	position: relative;
	top: 5px;
	float: left;
}

.homepagePanelOneBack {
	position: relative;
	top: 5px;
	float: right;
}



.homepagePanelTwoBack {
	position: relative;
	float: left;
}




.homepageContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	left: 30px;
	top: 20px;
	z-index: 100;
	height: 250px;
	width: 470px;
	line-height: 21px;
}


.homepageSideBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	left: 550px;
	top: -480px;
	z-index: 100;
	height: 250px;
	width: 215px;
	line-height: 21px;
}





/* Single Page Stuff */

.singlePagePanel{
	position: relative;
	float: right;
	height: 750px;
}


.singlePageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29ABE2;
	font-weight: bold;
	text-transform: uppercase;
}


.singlePageContent	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	left: 30px;
	top: -755px;
	z-index: 100;
	height: 0px;
	width: 730px;;
}

.backButton a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29ABE2;
	font-weight: bold;
	text-transform: uppercase;
}



/* Search Page Stuff */

.searchPagePanelTop{
	position: relative;
	left: 5px;
	background-image: url(images/largePanelTop.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
}




.searchPageContent	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	left: 5px;
	width: 778px;
	background-image: url(images/largePanelMiddle.png);
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	
}

.searchPageContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.searchPagePanelBottom{
	position: relative;
	left: 1px;
	top: -15px;
	background-image: url(images/largePanelBottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 19px;
}

/* About Stuff */



.aboutTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29ABE2;
	font-weight: bold;
	text-transform: uppercase;
}


.aboutContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	left: 30px;
	top: -1020px;
	z-index: 100;
	height: 0px;
	width: 450px;;
}



/* Bio Stuff */

.bioPicture {
	float: left;
}


.greenPanelForBios {
float: left;
}


.greenSubNavForBios, .greenSubNavForBios a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	left: -5px;
	top: -275px;
	z-index: 100;
	height:0;
	width: 215px;
	list-style-type: none;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 25px;
}
 .greenSubNavForBios a:hover{
	color: #000000;
	text-decoration: none;
 }

.greenSubNavForBios .current_page_item a {
	text-decoration: none;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}





.email {
	position: absolute;
	float: right;
	height: auto;
	width: auto;
	text-align: right;
	top: 0px;
	z-index: 1000;
	display: inline;
}



.Facebook {
	position: absolute;
	float: right;
	height: auto;
	width: auto;
	top: 0px;
	left: 400px;
	display: inline;
	z-index: 1001;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #29ABE2;
	font-weight: normal;
	text-transform: uppercase;
}


.InstructorTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #29ABE2;
	font-weight: Bold;
	text-transform: uppercase;
}






.supportingImage {
	float: right;
}


.greenPanel {
	position: relative;
	float: left;
}


.greenSubNav, .greenSubNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	left: -5px;
	top: -95px;
	z-index: 100;
	height:0;
	width: 215px;
	list-style-type: none;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 25px;
}
 .greenSubNav a:hover{
	color: #000000;
	text-decoration: none;
 }

.greenSubNav .current_page_item a {
	text-decoration: none;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.greenSubNavMedium, .greenSubNavMedium a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	left: -5px;
	top: -180px;
	z-index: 100;
	height:0;
	width: 215px;
	list-style-type: none;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 25px;
}
 .greenSubNavMedium a:hover{
	color: #000000;
	text-decoration: none;
 }

.greenSubNavMedium .current_page_item a {
	text-decoration: none;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.greyPanel_about {
	position: relative;
	float: right;
	height: 1058px;
}


.angiesPanel_forSubPages {
	position: relative;
	float: left;
}


.angiesPanel_content {
	position: relative;
	left: 30px;
	top: -365px;
	right: 0px;
	bottom: 0px;
}





/* Angie's TidBits on the HomePage */

.RightSideBarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29ABE2;
	font-weight: bold;
	text-transform: uppercase;
}

.eventTitle, .eventTitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
	text-decoration: underline;
	line-height: 15px;
}

.eventExcerpt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	line-height: 15px;
}

.eventDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	line-height: 15px;
}


/* List Category Lists Plugin Class */

.lcp_catlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}



.lcp_catlist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
}



/**** Testimonials */



.testimonials_catlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}



.testimonials_catlist_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	text-align: right;
}





/**** Songs */



.songs_catlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}



.songs_catlist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
}


/**** Locations */



.locations_catlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}



.locations_catlist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
}





.signUp {
	position: relative;
	height: 82px;
	width: 263px;
	top: 40px;
	left: -20px;


}





.signUp2 {
	position: relative;
	height: 82px;
	width: 263px;
	top: 70px;
	left: -30px;


}






/*--------General Stuff--------*/




.greyPanelContainer {
	position: relative;
	top: -210px;
	left: 0px;
	float: right;
	z-index: 5000;
	height: auto;
}

.greyPanelContainerTestAndSong {
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	z-index: 5000;
	height: auto;
}

.generalContainerTop {
	background-image: url(images/greyPanel_top.png);
	background-repeat: no-repeat;
	height: 31px;
	width:518px;
	position: relative;
}


.generaltContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	background-image: url(images/greyPanel_middle.png);
	background-repeat: repeat-y;
	width:518px;
	text-align: left;

}


.caledarDayOfWeek{
	position:relative;
	left: 5px;
}



.calendartContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	background-image: url(images/caledarTile.png);
	background-repeat: repeat-y;
	width:518px;
	text-align: left;
}

.calendarPageTitleWrapper{	position: relative;
	background-image: url(images/greyPanel_middle.png);
	background-repeat: repeat-y;
	width:518px;

}

.calendarPageTitle {
	position: relative;
	left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29ABE2;
	font-weight: bold;
	text-transform: uppercase;
}

.generaltInnerContent  {
	position: relative;
	left: 30px;
	top: 20px;
	width: 460px;
	line-height: 14px;
}





.generalTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29ABE2;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}


.generalPageTitle {
	position: relative;
	left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29ABE2;
	font-weight: bold;
	text-transform: uppercase;
}


.generalContainerBottom {
	position: relative;
	background-image: url(images/greyPanel_bottom.png);
	background-repeat: no-repeat;
	height: 25px;
	width:518px;
	top: 0px;
}



.angiesPanel_forSubPages_general {
	position: relative;

}



.greyToWhitePanel {
	position: relative;
	float: right;
	height: 1620px;
}




.greenPanel_general {
	position: relative;
}



.testimonialAttribution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	text-align: right;
}

.weeklyClassSched {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29ABE2;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	position: relative;
	left: 30px;
}

