/* @group Created By */

/*
Title: Sophisticated Productions Dance Competitions Screen Styles
Created By: Alison West, Tortus Technologies, West Springfield, MA (tortus.com)
Created on: September 4, 2008
Last Updated: 
*/

	/* @end */	
/*-------------------------------------------------------------*/
/* @group color scheme */

.black { color: #000; }
.white { color: #FFF; }
.dk_purple { color: #4F1B52; }
.med_purple { color: #B680B9; }
.bright_med_purple { color: #BC57B5; }
.light_purple { color: #E4DEEE; }
.royal_purple { color: #571A8F; }

	/* @end */
/*-------------------------------------------------------------*/
/* @group html, body, wrapper, clears */

html, body {
	background: #000 url("../images/bkgnd.jpg") top center no-repeat;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}	

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	color: #000;
	background: url("../images/wrapper_bkgnd.jpg") top left repeat-y;
	}
	
#wrapper_top {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 10px;
	background: url("../images/wrapper_top.jpg") top left no-repeat;
	}
	
#wrapper_bottom {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 10px;
	background: url("../images/wrapper_bottom.jpg") top left no-repeat;
	}
	
.clearboth {
	clear: both;
	}
	
p.right {
	float: right;
	clear: none;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	width: 200px;
	}
	
	/* @end */
	
/*-------------------------------------------------------------*/
/* @group header */

#header {
	margin: 0 auto;
	padding: 10px 0;
	color: #652D91;
	width: 800px;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	color: #652D91;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#header h1 a img {
	margin: 0;
	padding: 0;
	border: none;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group left_col */

#leftcol_wrapper {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 200px;
	}

#left_col {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 0 10px;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background: url("../images/leftcol_bkgnd.jpg") top left repeat-y;
	line-height: 1.5em;
	}
	
#left_col_top {
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
	padding: 0;
	height: 10px;
	background: url("../images/leftcol_top.jpg") top left no-repeat;
	}
	
#left_col_bottom {
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
	padding: 0;
	height: 10px;
	background: url("../images/leftcol_bottom.jpg") top left no-repeat;
	clear: left;
	}
	
#left_col p {
	margin: 0;
	padding: 10px;
	}
	
#left_col p img {
	display: block;
	margin: 0 auto;
	}
	
#left_col p a {
	color: #FFF;
	}
	
#left_col p a:hover {
	color: #FAE215;
	}
	
.testimonial {
	font-style: italic;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group nav */
	
#nav {
	margin: 0;
	padding: 10px;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	}
	
#nav ul li {
	display: list-item;
	line-height: 1.8em;
	list-style-image: url(../images/navrose.gif);
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#nav ul li a {
	/*padding-left: 23px;*/
	color: #FFF;
	/*background: url("../images/navrose.gif") top left no-repeat;*/
	}
	
#nav ul li a:hover {
	color: #FAE215;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group content */

#content {
	clear: none;
	margin: 0 5px 0 220px;
	padding: 10px 30px 5px 20px;
	color: #000;
	background: url("../images/content_bkgnd.jpg") top left repeat-y;
	}
	
#content_top {
	margin: 0 10px 0 220px;
	background: url("../images/content_top.jpg") top left no-repeat;
	height: 10px;
	}
	
#content_bottom {
	margin: 0 10px 0 220px;
	background: url("../images/content_bottom.jpg") top left no-repeat;
	height: 10px;
	}
	
#content a {
	margin: 0;
	padding: 0;
	color: #652D91;
	}
	
#content a:hover {
	margin: 0;
	padding: 0;
	color: #9873B6;
	}
	
#content p {
	line-height: 1.5em;
	}
	
#content h1, #content h2 {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.0em;
	letter-spacing: 1px;
	font-style: italic;
	text-shadow: gray 1px 0 1px;
	}
	
#content h1 {
	color: #652D91;
	font-size: 150%;
	text-align: center;
	}
	
#content h2 {
	color: #000;
	font-size: 100%;
	}
	
#content p.imgcenter img {
	display: block;
	margin: 0 auto;
	}
	
.inset {
	text-indent: 20px;
	}
	
.justify {
	text-align: justify;
	}
	
#content p.img_left {
	float: left;
	width: 50px;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	}

p.lgimg img {
	padding: 1px;
	border: 3px double #652D91;
	}

	/* @end */	
/*-------------------------------------------------------------*/
/* @group homepage */

p.images img {
	border: 1px solid #BC57B5;
	margin: 0;
	padding: 1px;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group rules and regulations page */

.pinkbold {
	font-weight: bold;
	color: #D240CA;
	}
	
.purplebold {
	font-weight: bold;
	color: #652D91;
	}
	
ul.rules li {
	margin: 10px 0;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
	text-align: justify;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group about nationals page */

p.wildwoodactivities {
	margin: 0;
	padding: 5px;
	text-align: center;
	background: #D240CA;
	color: #FFF;
	}
	
div.celebration {
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
	background: #CCB9DA;
	border: 3px double #652D91;
	}
	
#cashscholarships {
	margin: 10px 0 0 0;
	padding: 5px;
	background: #652D91;
	color: #FFF;
	border: 3px double #CCB9DA;
	text-align: center;
	}
	
#cashscholarships h1 {
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-transform: uppercase;
	}
	
#cashscholarships h1.lowercase {
	text-transform: none;
	}
	
#cashscholarships h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	}
	
#cashscholarships p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.0em;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group competition form page */

table.competitionform {
	margin: 0;
	padding: 0;
	border: 2px solid #652D91;
	}
	
table.competitionform th {
	margin: 0;
	padding: 0;
	background: #652D91;
	color: #FFF;
	text-transform: uppercase;
	}
	
table.competitionform td {
	margin: 0;
	padding: 5px;
	border: 2px solid #652D91;
	}
	
p.center {
	text-align: center;
	}
	
table.competition {
	font-size: 80%;
	border: 0;
	}
	
table.division th {
	background: #D240CA;
	color: #FFF;
	text-transform: uppercase;
	}
	
#officeuse {
	background: #CCB9DA;
	border: 1px solid #652D91;
	color: #652D91;
	margin: 10px 0;
	}
	
#officeuse table {
	text-align: center;
	}

#officeuse h2 {
	color: #652D91;
	font-style: normal;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	}
	
table.form {
	margin: 0;
	padding: 0;
	width: 99%;
	line-height: 1.5em;
	}
	
table.form td {
	border-bottom: 1px solid #000;
	margin-top: 10px;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group tourdates page */

table.tourdates {
	margin: 0;
	padding: 0;
	width: 99%;
	}
	
table.tourdates td {
	padding: 0 5px;
	margin: 0;
	}
	
table.tourdates th {
	margin: 0;
	padding: 5px;
	text-align: left;
	background: #652D91;
	color: #FFF;
	}
	
.dateTitle {
	color: #D240CA;
	font-weight: bold;
	}
	
.discountTitle {
	color: #D240CA;
	font-weight: bold;
	font-variant: small-caps;
	}
	
.dateTitle_even {
	color: #652D91;
	font-weight: bold;
	}
	
.discountTitle_even {
	color: #652D91;
	font-weight: bold;
	font-variant: small-caps;
	}
	
tr.odd {
	background: #CCB9DA;
	}
	
#nationalfees {
	margin: 10px 0 0 0;
	padding: 5px;
	background: #d6c7e2;
	border: 3px double #652D91;
	text-align: center;
	}
	
#nationalfees p.right img {
	float: right;
	margin: 0;
	padding: 0;
	width: 124px;
	}
	
#nationalfees p.left img {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nationalfees .pinkboldcaps {
	color: #D240CA;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#nationalfees .purpleboldcaps {
	color: #652D91;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#nationalfees p.centersmall {
	font-size: 80%;
	margin: -5px 0 0 0;
	text-align: center;
	}
	
#nationalfees h1 {
	margin: 0;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../images/nationalfees_headerbkgnd.jpg") top left repeat-y;
	}
	
#nationalfees h2 {
	margin: 0;
	padding: 0;
	color: #D240CA;
	font-weight: bolder;
	text-transform: uppercase;
	}
	
.larger {
	font-size: 130%;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group national winners page */

.nationalTitle {
	font-weight: bold;
	color: #D240CA;
	}
	
table.winners {
	margin: 0;
	padding: 0;
	}
	
table.winners tr {
	margin: 0;
	padding: 0;
	}
	
table.winners td {
	border: 1px solid #B680B9;
	margin: 5px;
	padding: 5px;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group scholarship winners page */

.scholarshipname {
	font-weight: bold;
	color: #D240CA;
	}
	
.scholarshipplace {
	color: #652D91;
	}
	
.sponsors {
	color: #652D91;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
	}
	
p.congratulations {
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #FFF;
	background: #652D91;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	color: #000;
	background: url("../images/footer_bkgnd.jpg") top left repeat-y;
	width: 800px;
	}
	
#footer_top {
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	background: url("../images/footer_top.jpg") top left no-repeat;
	width: 800px;
	height: 10px;
	}
	
#footer_bottom {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	background: url("../images/footer_bottom.jpg") top left no-repeat;
	width: 800px;
	height: 10px;
	}
	
#footer p {
	margin: 0;
	padding: 5px;
	text-align: center;
	}
	
#footer a {
	margin: 0;
	padding: 0;
	color: #000;
	}
	
#footer a:hover {
	margin: 0;
	padding: 0;
	color: #FFF;
	}
	
	/* @end */
	
/*-------------------------------------------------------------*/
