@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* SPOT ON DANCE STUDIO CSS */

/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=54C0u0kmZqIdACCiPucqKmBu-hS */

.color-primary-0 { color: #652F8F }	/* Main (Purple) Primary color */
.color-primary-1 { color: #9E73BF }
.color-primary-2 { color: #7B49A2 }
.color-primary-3 { color: #501A79 }
.color-primary-4 { color: #3B0A60 }
.color-primary-5 { color: #E4D3F2 }

.color-secondary-1-0 { color: #A32E7D }	/* Main (Pink) Secondary color (1) */
.color-secondary-1-1 { color: #D178B4 }
.color-secondary-1-2 { color: #B84C95 }
.color-secondary-1-3 { color: #8A1764 }
.color-secondary-1-4 { color: #6D054B }

.color-secondary-2-0 { color: #463793 }	/* Main (Blue) Secondary color (2) */
.color-secondary-2-1 { color: #877BC3 }
.color-secondary-2-2 { color: #5F51A6 }
.color-secondary-2-3 { color: #31217D }
.color-secondary-2-4 { color: #1E1062 }

/* Common Elements */

html {
	overflow-y: scroll;
}
body {
	background-color: #E4D3F2;/*E9E9E9*/
	color: #333333;/*4e4e4e*/
	font-size: 100%;
	font-family: Lato, "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
}
h1, h2, h3, h4 {
	margin: 0.5em 0;
	padding: 0;
	text-shadow: 2px 2px #CCCCCC;
	font-weight: bold;
}
h1 {
	color: #652f8f;
	font-size: 2.5em;
	margin: 0 0 0.5em 0 !important;
}
h2 {
	font-size: 2em;
	color: #A32E7D;
}
h3 {
	color: #652f8f;
	font-size: 1.5em;
}
h4 {
	color: #7B49A2;
	font-size: 1.25em;
}
p {
	margin: 1.5em 0;
	padding: 0;
}
ul, ol {
	margin-left: 4em; /* Set standard indent for lists */
}
ul li {/* Set bullet graphic in unordered lists */
	list-style-image: url("../images/blue_bullet.png");
}
li {
	padding: 0 0 0.5em 0;
	line-height: 150%;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	cursor: pointer;
	color: #3366CC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
table {
	margin: 10px 0;
}
table, th, td {
	font-size: 100%; /* This sets the font-size for tables, table headers, and table cells to 100% (since, for some reason, they are different if you don't) */
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}
td, th {
	vertical-align: top; /* This vertically aligns all table cells to the top for consistency */
	padding: 5px;
	line-height: 150%;
}
th {
	background-color: #E5E5E5;
}
caption {
	font-weight: bold;
	margin-bottom: 5px;
}
blockquote {
	padding-right: 85px;
	margin: 1em 0;
	background: url(../images/quotation-marks-right.png) #E4D3F2 no-repeat bottom right;
}
hr {
	border-top: 1px solid #BBBBBB;
}

/* Specific Elements */

#contact {
	margin: 5px auto;
	width: 960px;
}
#contact #left-side {
	float: left;
	width: 430px;
}
#contact #right-side {
	color: #333333;
	float: right;
	font-size: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	/*text-shadow: 2px 2px #CCCCCC;*/
	text-align: right;
	width: 430px;
}
#contact #right-side a {
	color: #333333;
	font-weight: normal;
}
#contact #right-side a:hover {
}
#container {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	width: 960px;
}
#navigation ul, #navigation li, #navigation a {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation {
}
#navigation ul {
	background: url("../images/white-gradient.png") #501A79 repeat-x top left;
}
#navigation ul:before {
	content: '';
	display: block;
}
#navigation ul:after {
	content: '';
	display: table;
	clear: both;
}
#navigation li {
	float: left;
}
#navigation li a {
	background: url("../images/white-gradient.png") #501A79 repeat-x top left;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	padding: 15px 25px;
	text-decoration: none;
	text-shadow: 1px 1px #999999;
}
#navigation li a.active {
	background-color: #7B49A2;
}
#navigation li a:hover {
	background-color: #7B49A2;
}
#navigation li a#register {
	background-color: #463793;
	color: #F1EC63;
}
#navigation li a#register:hover {
	background-color: #5F51A6;
}
#banner {
}
#content {
	padding: 40px;
	min-height: 300px;
}
.two-column {
	float: left;
	width: 440px;
}
.four-column {
	float: left;
	width: 220px;
	margin-bottom: 10px;
}
.clearBoth {
	clear: both;
}
.leftImage {
	float: left;
	padding: 20px 20px 0 0;
}
.rightImage {
	float: right;
	padding: 0 0 20px 20px;
}
.rightImage .caption {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.leftQuote {
	float: left;
	margin: 0 5px 5px 0;
}
/*
.Mini {
}
.Junior1 {
}
.Junior2 {
}
.Inter {
}
.Senior {
}
*/
#classes {
}
#classes h3 {
	background-color: #E4D3F2;
}
#classes h2 a, #classes h2 a:link, #classes h2 a:visited, #classes h2 a:hover, #classes h2 a:active {
	text-decoration: none;
	color: #A32E7D;
}
#classes p {
	margin: 1em 0;
}
#classes .competitive_description {
	font-size: 80%;
	margin-left: 10px;
}
#footer {
	background: url("../images/white-gradient.png") #501A79 repeat-x top left;
	color: #FFFFFF;
	font-size: 16px;
	padding: 20px;
	text-shadow: 1px 1px #999999;
}
#footer img {
	vertical-align: text-top;
}