body {
	color: #535353;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	text-align: center;
}

a {
	color: #EE2D97;
}

a:focus {
	outline: none;
}

strong {
	font-weight: bold;
}

#container {
	margin: 0 auto;	
	text-align: left;
	width: 930px;
}

#header {
	margin-top: 20px;
	overflow: hidden;
}

#header h3 a {
	background: transparent url('../images/red_jelly_logo.jpg') top left no-repeat;
	border: none;
	_display: inline;
	display: block;
	float: left;
	height: 190px;
	margin-bottom: 10px;
	margin-left: 12px;
	text-indent: -9999em;
	width: 530px;
}

#header #social_details {
	background: transparent url('../images/social_bg.gif') top left no-repeat;
	_display: inline;
	float: left;
	height: 140px;
	margin-left: 60px;
	margin-top: 35px;
	position: relative;
		left: 4px;
	width: 320px;
}

#header #social_details p.status {
	height: 65px;
	line-height: 20px;
	padding: 15px 30px;
	width: 260px;
}

#header #social_details p.twitter {
	margin-bottom: 9px;
	text-align: right;
	width: 275px;
}

#header #social_details p.facebook {
	text-align: right;
	width: 275px;
}

#primary_nav {
	background: #EAEAEA url('../images/main_nav_bg.gif');
	clear: both;
	height: 60px;
	overflow: hidden;
}

#primary_nav li {
	display: block;
	float: left;
	width: 155px;
}

#primary_nav li a {
	display: block;
	font-size: 23px;
	line-height: 55px;
	overflow: hidden;
	padding: 0 6px;
	text-align: center;
	text-decoration: none;
}

/* Custom Nav */
#primary_nav li.home a { color: #030035; padding-left: 12px; text-align: left; }
#primary_nav li.about a { color: #EA912A; padding-left: 24px; text-align: left; }
#primary_nav li.classes a { color: #427F3D; }
#primary_nav li.themes a { color: #A4245B; }
#primary_nav li.news a { color: #CE1F40; }
#primary_nav li.contact_us a { color: #ED1491; padding-right: 12px; text-align: right; }

#primary_nav li a:hover {
	color: #FFF;
}

/* Hover */
#primary_nav li.home a:hover { background: transparent url('../images/nav/home_nav_bg.gif') 0 10px no-repeat; }
#primary_nav li.about a:hover { background: transparent url('../images/nav/about_nav_bg.gif') 10px 7px no-repeat; }
#primary_nav li.classes a:hover { background: transparent url('../images/nav/classes_nav_bg.gif') center 10px no-repeat; }
#primary_nav li.themes a:hover { background: transparent url('../images/nav/themes_nav_bg.gif') center 10px no-repeat; }
#primary_nav li.news a:hover { background: transparent url('../images/nav/news_nav_bg.gif') center 7px no-repeat; }
#primary_nav li.contact_us a:hover { background: transparent url('../images/nav/contact_us_nav_bg.gif') center 10px no-repeat; }

/* Active */
body#home #primary_nav li.home a { background: transparent url('../images/nav/home_nav_bg.gif') 0 10px no-repeat; color: #FFF; }
body#about #primary_nav li.about a { background: transparent url('../images/nav/about_nav_bg.gif') 10px 7px no-repeat; color: #FFF; }
body#classes #primary_nav li.classes a { background: transparent url('../images/nav/classes_nav_bg.gif') center 10px no-repeat; color: #FFF; }
body#themes #primary_nav li.themes a { background: transparent url('../images/nav/themes_nav_bg.gif') center 10px no-repeat; color: #FFF; }
body#news #primary_nav li.news a { background: transparent url('../images/nav/news_nav_bg.gif') center 7px no-repeat; color: #FFF; }
body#contact_us #primary_nav li.contact_us a { background: transparent url('../images/nav/contact_us_nav_bg.gif') center 10px no-repeat; color: #FFF; }

#content {
	margin: 30px 0 40px;
	overflow: hidden;
}

#content #primary {
	float: left;
	width: 482px;
}

body#home #content h1, body#home #content h2, body#home #content h3 { color: #030035; }
body#about #content h1, body#about #content h2, body#about #content h3 { color: #EA912A; }
body#classes #content h1, body#classes #content h2, body#classes #content h3 { color: #427F3D; }
body#themes #content h1, body#themes #content h2, body#themes #content h3 { color: #A4245B; }
body#news #content h1, body#news #content h2, body#news #content h3 { color: #CE1F40; }
body#contact_us #content h1, body#contact_us #content h2, body#contact_us #content h3 { color: #ED1491; }

body #primary h1, body #primary h2, body #primary p, body #primary blockquote {
	margin-left: 12px;
}

body #primary p, body #primary blockquote {
	line-height: 17px;
}

#content #primary h1, #content #primary h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

#content #primary h2 {
	font-size: 20px;
	margin-top: 20px;
}

#content #primary h3 {
	background: #EAEAEA;
	font-size: 18px;
	margin: 0 0 20px;
}

#content #primary p {
	margin-bottom: 10px;
}

#content #primary ul {
	list-style-type: disc;
	padding-left: 40px;
}

#content #primary ul li {
	list-style-type: disc;
	margin-bottom: 2px;
}

#content #primary blockquote {
	margin-bottom: 20px;
}

#content #primary cite {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

#content #secondary {
	_display: inline;
	float: left;
	margin-left: 30px;
	width: 414px;
}

#content #secondary .feature_image {
	display: block;
	margin-bottom: 25px;
}

#content #secondary .flickr {
	margin-bottom: 25px;
}

#content #secondary .flickr ul {
	margin-bottom: 5px;
	margin-left: -10px;
	margin-top: -10px;
	overflow: hidden;
}

#content #secondary .flickr li {
	_display: inline;
	float: left;
	margin-left: 8px;
}

#content #secondary .flickr li img {
	display: block;
}

#content #secondary .flickr a {
	display: block;
}

#content #secondary blockquote {
	line-height: 18px;
	margin-bottom: 25px;
}

#content #secondary p {
	margin-bottom: 20px;
}

span.quote {
	font-size: 30px;
	font-weight: bold;
	line-height: 1px;
	position: relative;
		top: 10px;
}

#footer {
	background: #EAEAEA url('../images/main_footer_bg.gif') top left no-repeat;
	height: 74px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 25px 0 0;
	width: 930px;
}

#footer .primary {
	float: left;
	margin-left: 10px;
	width: 400px;
}

#footer .primary ul {
	overflow: hidden;
}

#footer .primary ul li {
	border-right: 1px solid #979797;
	float: left;
}

#footer .primary ul li a {
	display: block;
	padding: 0 12px;
}

#footer .primary ul li:last-child {
	border-right: none;
}

#footer .primary p {
	clear: both;
	margin: 16px 12px;
}

#footer .secondary {
	_display: inline;
	float: left;
	margin-left: 20px;
	width: 500px;
}

#footer .secondary a.pla {
	background: transparent url('../images/pla.gif') top left no-repeat;
	display: block;
	float: right;
	height: 55px;
	margin: -5px 24px 0;
	text-indent: -9999em;
	width: 63px;
}

#footer .secondary dl {
	margin-left: 20px;
}

#footer .secondary dt {
	clear: left;
	float: left;
	line-height: 20px;
	margin-bottom: 8px;
	width: 80px;
}

#footer .secondary dd {
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

/* Page Specific Styles */
/* Home */
body#home #secondary h2, body#home #primary h3 {
	background: transparent url('../images/headers/home_header_bg_1.gif') top left no-repeat;
	font-size: 15px;
	line-height: 35px;
	height: 55px;
	margin: 10px 0 5px;
	text-indent: 10px;
}

body#home #secondary h2 {
	background: transparent url('../images/headers/home_header_bg_2.gif') top left no-repeat;
	margin-left: -14px;
}

body#home #primary h3 {
	margin-top: 40px;
}

/* About */
body#about #primary h3 {
	background: transparent url('../images/headers/about_header_bg.gif') top left no-repeat;
	color: #030035;
	font-size: 15px;
	line-height: 35px;
	height: 55px;
	margin: 40px 0 0px;
	text-indent: 10px;
}

/* Classes */
body#classes #primary {
	width: 930px;
}

body#classes table {
	border-top: 1px solid #CCC;
	margin-top: 20px;
	width: 100%;
}

body#classes tr {
	border-bottom: 1px solid #CCC;
}

body#classes tr td {
	padding: 0 20px;
	vertical-align: top;
}

body#classes tr td strong {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}

body#classes tr td p {
	margin: 10px 0;
}

body#classes tr td.address p {
	padding-top: 26px;
}

body#classes tr td.map {
	text-align: right;
}

body#classes tr td.map iframe {
	display: block;
	float: right;
	margin: 12px 0;
}

/* Themes */
body#themes #primary {
	width: 930px;
}

body#themes table {
	margin-top: 20px;
	width: 100%;
}

body#themes tbody tr {
	border-top: 1px solid #CCC;
}

body#themes tr th {
	color: #A4245B;
	font-weight: bold;
	white-space: nowrap;
}

body#themes tr th, body#themes tr td {
	border-left: 1px solid #CCC;
	padding: 10px 20px;
	vertical-align: top;
}

body#themes tr td.date {
	border-left: none;
}

body#themes tr td strong {
	font-weight: bold;
}

body#themes tr td p {
	margin: 10px 0;
}

/* News */
body#news h4 {
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-top: 30px;
}

body#news #secondary h2, body#news #primary h3 {
	background: transparent url('../images/headers/news_header_bg.gif') top left no-repeat;
	font-size: 15px;
	line-height: 35px;
	height: 55px;
	margin: 10px 0 10px;
	text-indent: 10px;
}

body#news #secondary h2 {
	margin-bottom: -10px;
	margin-left: -14px;
}

/* Contact */
body#contact_us form {
	margin-left: 20px;
	margin-top: 20px;
}

body#contact_us form div {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

body#contact_us form label {
	display: block;
	float: left;
	line-height: 26px;
	width: 150px;
}

body#contact_us form div input, body#contact_us form div textarea {
	background: #DFDFDF;
	border: none;
	float: left;
	padding: 5px;
	width: 300px;
}

body#contact_us form div textarea {
	height: 200px;
}

body#contact_us form div.message {
	position: relative;
}

body#contact_us form div p {
	font-size: 11px;
	margin: 0;
	position: absolute;
		top: 30px;
	width: 140px;
}

body#contact_us form input#submit {
	float: right;
}
