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

Table of Contents:

General Styles
Header
Main
Footer
Home
Classes
Session Dates
Toddler
Parties
About

---------------------------------------

Colors:

header	background-color: #A441AB;

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

/* General Styles
--------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
h2 {
	color: #A441AB;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin-bottom: 1px;
}
h3 {
	color: #A441AB;
	font-size: 1.28em;
}
h4 {
	color: #A441AB;
	font-size: 1.1em;
}
p {
	line-height: 28px;
	margin-bottom: 1em;
}
p.large {
	font-size: 1.6em;
}
p.small {
	font-size: 1em;
}
.brand-color {
	color: #A441AB;
}
.noMargin {
	margin: 0;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.grey {
	color: #464646;
}
ul {
	padding-left: 40px;	
}
ul li {
	margin-bottom: 16px;
}
.rule {
	border-top: 4px dotted #A441AB;
    margin-top: 30px;
    padding-bottom: 34px;
}
.clearfix {
	clear: both;
}

/* Header
--------------------------------------------------------------------------------*/
header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: #A441AB;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.25em;
}
header h1 {
	float: left;
	font-size: 3em;
	line-height: 1em;
	margin: 12px 0 12px 20px;
}
header h1 a {
	color: #fff;
	text-decoration: none;
}
header #contactInfo {
	float: right;
	margin-right: 20px;
}
header #phone {
	float: left;
	font-size: 1.45em;
	margin: 34px 20px 0 0;
}
header address {
	float: left;
	font-style: normal;	
	margin-top: 16px;
}
header img {
	float: left;
}

/* mainNav */
ul#mainNav {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0;
}
ul#mainNav li {
	float: left;
	margin-bottom: 0;
	padding: 12px 20px;
	list-style: none;
	font-weight: bold;
	font-size: 1.05em;
}
ul#mainNav li.first {
	padding-left: 22px;
}
ul#mainNav li a {
	color: #fff;
	text-decoration: none;
}
a#formButton {
	position: absolute;
	bottom: -43px;
	right: 30px;
	display: block;
	background-color: #A441AB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 10px 40px 12px 20px;
	border-radius: 0 0 20px 20px;
	border-top: 1px solid #fff;
	background-image: url(images/all-pdf.png);
	background-repeat: no-repeat;
	background-position: 163px 8px;
	z-index: 100;
}

/* Main
--------------------------------------------------------------------------------*/
main {
	position: relative;
	width: 900px;
	padding: 30px 30px 14px;
	margin: 0 auto;
	font-size: 1.05em;
}
main p.photo {
	text-align: center;
}

/* Footer
--------------------------------------------------------------------------------*/
footer {
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 4px;
	color: #fff;
	background-color: #A441AB;
	font-size: .8em;
}
footer #copyright {
	float: left;
}
footer #credit a {
	float: right;
	color: #fff;
	text-decoration: none;
}

/* Home
--------------------------------------------------------------------------------*/
.home h2 {
	font-size: 2em;
	margin-bottom: 16px;
}
.home main div {
    padding: 30px 30px 14px;
    margin-top: 30px;
    border: 4px dotted #A441AB;
    margin-bottom: 16px;
}

/* Classes
--------------------------------------------------------------------------------*/
.classes main b {
	color: #464646;
}
.classes main b.brand-color {
	color: #A441AB;
}
.classes .announcement {
	width: 68%;
    text-align: center;
    border: 4px dotted #A441AB;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.05em;
}

/* Session Dates
--------------------------------------------------------------------------------*/
.sessions main .photo {
	float: right;
	width: 640px;
    margin: 4px 20px 0 0;
	text-align: left;
	font-size: .9em;
	line-height: 1.2em;
}
.sessions h3 {
	margin-bottom: 16px;
}
.sessions main ul {
	padding-left: 20px;
    margin-bottom: 16px;
	font-size: 1.25em;
}
.sessions main ul li {
	margin-bottom: 1em;
}
.sessions ul li.closed {
	list-style: none;
}
.sessions .col-a {
	float: left;
	width: 40%;
}
.sessions .col-b {
	float: right;
	width: 60%;
	text-align: center;
}
.sessions img.group {
	width: 480px;
	float: left;
	margin-bottom: 16px;
}
.sessions .col-c {
}
.sessions img.aa-champ, .sessions img.duo {
	height: 276px;
	float: left;
}
.sessions img.aa-champ {
	margin: 0 16px 0 24px;
}

/* Toddler
--------------------------------------------------------------------------------*/
#toddler {
	text-align: center;
	line-height: 1.6em
}
#toddler h2 {
	margin-bottom: .6em;
}
p {
	font-size: 1.25em;
}
#toddler p.first {
	margin-top: 1em;
}

/* Parties
--------------------------------------------------------------------------------*/
.parties img#partyImg {
	display: block;
	margin: 20px auto;
}

/* About
--------------------------------------------------------------------------------*/
.about #carlaImg{
	float: left;
	margin: 16px 20px 20px 0;
}
.about p#carla {
	float: left;
	width: 680px;
	margin-top: 84px;
}