body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	background-color: #666;
}

a {
	color: #5e4894;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #7866eb;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #5e4894;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #5e4894;
}

.main {
	position: relative;
	width: 900px;
	margin: auto;
	background: url(../images/main_bg.png) top left repeat-y #777;
}

.header {
	
}

.header_icon {
	position: absolute;
	width: 200px;
	height: 130px;
	background: bottom center no-repeat;
}

.content {
	padding: 0px 56px;
}

.menu {
	padding: 11px 10px 9px 10px;
	text-align: center;
	border-bottom: 3px solid #1a080d;
	background-color: #5e4894;
}
.menu a {
	padding: 13px 7px 9px 7px;
}
.menu a:hover {
	background-color: #8472A6;
}

.text {
	padding: 30px 50px;
	background-color: #fff;
}
.text .left {
	float: left;
	width: 50%;
}
.text .right {
	float: right;
	width: 50%;
}
.text .social {
	height: 220px;
	overflow: hidden;
}
.text .social .item {
	padding: 12px 0px;
}
.text .social .item .title {
	text-transform: uppercase;
}
.text .social .item a {
	display: block;
	font-weight: bold;
	color: #777;
	line-height: 18px;
	text-decoration: none;
}
.text .social .item a:hover {
	text-decoration: none;
}
.text .social .item img {
	padding-right: 15px;
}

.text .podcast {
	color: #000;
	line-height: 18px;
	padding-right: 10px;
}
.text .podcast .image {
	float: left;
	width: 75px;
	height: 75px;
	margin: 4px;
	padding-right: 10px;
	text-align: center;
}
.text .podcast a {
	color: #000;
	text-decoration: none;
}
.text .podcast h2 {
	font-size: 16px;
	padding-top: 10px;
}
.text .podcast .subtitle {
	font-size: 14px;
}
.text .podcast .air_date {
	font-style: italic;
}

.text .pc_list {
	color: #000;
}
.text .pc_list .odd {
	
}
.text .pc_list .even {
	background-color: #e9e9e9;
}
.text .pc_list .odd:hover, .text .pc_list .even:hover {
	background-color: #D5C9FF;
}
.text .pc_list a {
	text-decoration: none;
	color: #000;
}

.purple_button {
	display: block;
	width: 255px;
	padding: 9px 25px;
	text-align: left;
	background: url(../images/purple_button.png) top left no-repeat;
}
.purple_button:hover {
	background: url(../images/blue_button.png) top left no-repeat;
}
.purple_button img {
	border: 0px;
}
.blue_button {
	display: block;
	width: 255px;
	padding: 9px 25px;
	text-align: left;
	background: url(../images/blue_button.png) top left no-repeat;
}
.blue_button:hover {
	background: url(../images/purple_button.png) top left no-repeat;
}
.blue_button img {
	border: 0px;
}

.home {
	color: #b4b0b0;
}
.home .left {
	float: left;
	border-right: 3px solid #1a080d;
	width: 450px;
}
.home .right {
	float: right;
	width: 335px;
}
.home .box {
	border-bottom: 3px solid #1a080d;
}
.home .box a {
	text-decoration: none;
}
.home .box a:hover {
	text-decoration: none;
}
.home .event {
	height: 290px;
	background-color: #1a080d;
}
.home .store {
	height: 140px;
	background-color: #6abce3;
	overflow: hidden;
}
.home .store .image {
	float: left;
	width: 100px;
	padding: 15px 5px 0px 15px;
	text-align: center;
}
.home .store .image .price {
	color: #C00;
	font-weight: bold;
	line-height: 20px;
}
.home .store .desc {
	float: left;
	width: 195px;
	padding: 52px 10px 0px 10px;
	color: #000;
	text-align: center;
	background: url(../images/instore.png) 0px 3px no-repeat;
}
.home .store .desc h3 {
	color: #5e4894;
}
.home .store .desc .subtitle {
	font-size: 14px;
	font-weight: bold;
}
.home .podcast {
	height: 90px;
	padding: 57px 15px 0px 15px;
	color: #fff;
	line-height: 18px;
	background: url(../images/podcast.png) top left no-repeat #b83a08;
	overflow: hidden;
}
.home .podcast a {
	color: #fff;
}
.home .podcast h2 {
	font-size: 14px;
	padding-top: 10px;
	color: #fff;
}
.home .podcast img {
	float: right;
}
.home .podcast .air_date {
	font-style: italic;
}
.home .calendar {
	height: 210px;
	padding: 15px 30px 25px 15px;
	background: url(../images/calendar.png) 15px 15px no-repeat #1a080d;
	overflow: hidden;
}
.home .calendar .item {
	padding: 12px 0px 0px 78px;
}
.home .calendar a {
	color: #f68ab6;
	text-decoration: underline;
}
.home .calendar a:hover {
	text-decoration: underline;
}
.home .social {
	height: 220px;
	padding: 15px;
	background-color: #3b3b3b;
	overflow: hidden;
}
.home .social .item {
	padding: 12px 0px;
	border-bottom: 2px solid #777;
}
.home .social .item .title {
	text-transform: uppercase;
}
.home .social .item a {
	display: block;
	color: #b4b0b0;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
.home .social .item a:hover {
	text-decoration: none;
}
.home .social .item img {
	padding-right: 15px;
}

form {
	margin: 0px;
}
form h3 { text-align: center; font-size: 16px; padding-bottom: 5px; }

.field {
	clear: both;
}
.field .label {
	float: left;
	width: 200px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.field .input {
	width: 300px;
	padding: 3px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5e4894;
	border: 2px solid #5e4894;
}
.field .input:focus {
	border: 2px solid #d76ef3;
	background-color: #ffeeff;
}
.field textarea {
	height: 100px;
}
.field label { font-weight: bold; }
.submit {
	width: 131px;
	height: 38px;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	background: url(../images/bsubmit.png) top left no-repeat;
}
.captcha{
	width: 442px;
	margin-left: 40px;
	padding: 5px;
	background-color: #fde;
}

.calendar_event {
	padding: 15px 0px;
	border-top: 2px solid #999;
	font-size: 14px;
	line-height: 19px;
	color: #777;
}
.event_photo {
	float: left;
	width: 100px;
	padding-right: 15px;
}
.event_details {
	float: left;
	width: 573px;
}
.event_details h2 {
	text-transform: uppercase;
}
.event_details h3 {
	font-weight: normal;
	font-size: 16px;
}
.event_details b {
	color: #5e4894;
}
.event_details a {
	text-decoration: underline;
}

.testimonial {
	padding: 15px 0px;
	border-top: 2px solid #999;
	font-size: 14px;
	line-height: 19px;
	color: #777;
}
.test_photo {
	float: left;
	width: 100px;
	padding-right: 15px;
}
.test_text {
	float: left;
	width: 573px;
}

.gallery {
	float: left;
	padding: 0px 22px;
	width: 300px;
	height: 300px;
}
.gallery_caption {
	padding: 15px 0px;
	font-size: 14px;
	font-style: italic;
	color: #777;
}

.footer {
	height: 58px;
	padding: 5px 56px;
	color: #b4b0b0;
	text-align: center;
	background: url(../images/footer_bg.png) no-repeat top center #777;
}
.footer a {
	color: #b4b0b0;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.large {
	font-size: 16px;
}
.purple {
	color: #5e4894;
}

.error {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F33;
	border: 2px solid #F33;
	background-color: #fdd;
}
.success {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5e4894;
	border: 2px solid #5e4894;
	background-color: #ffeeff;
}

.clear {
	clear: both;
}

.preload {
	display: none;
}

.holding .main { width: 840px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; color: #000; background: #666; }
.holding .header { height: 354px; background: url(../images/holding_header.jpg) top left no-repeat; }
.holding .content { padding: 50px 120px; background: url(../images/holding_bg_content.jpg) top left repeat-y; }
.holding .footer { padding: 8px 0px 30px 0px; height: auto; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; color: #b4b0b0; background: url(../images/holding_bg_footer.jpg) top left no-repeat; }

