@charset "utf-8";
/*  
Theme Name: Wu-Xing
Theme URI: http://www.minusfive.com/
Description: Powerful Zen
Version: 0.1
Author: Jorge Villalobos
Author URI:http://www.minusfive.com/

	Wu-Xing v 0.1
	http://www.minusfive.com/

	Designed by Sonya Barnett
	Built by Jorge Villalobos
*/
* {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #fff url(images/bg-smoke-orange.jpg) -1px -1px no-repeat;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#home {
	background: #fff url(images/bg-smoke-orange-home.jpg) 0 -60px no-repeat;
}
#martial-arts {
	background: #fff url(images/bg-smoke-black.jpg) 0 0 no-repeat;
}
#healing-arts {
	background: #fff url(images/bg-smoke-green.jpg) 0 0 no-repeat;
}
#spiritual-studies {
	background: #fff url(images/bg-smoke-mauve.jpg) 0 0 no-repeat;
}

/* START GENERAL TAGS */
h1, h2, h3, h4, h5, h6 {
	color: #555;
}
h1 {
	font-size: 30px;
	line-height: 35px;
	padding: 0 0 1em 0;
}
h1 small {
	line-height: 0.8em;
	display: block;
	font-size: 0.4em;
	color: #999;
	text-transform: uppercase;
}
.attachment-wrapper h1 {
	margin-top: 0.5em;
}
h2 {
	font-size: 22px;
	padding: 0.2em 0 0.7em 0;
}
h3 {
	font-size: 18px;
	padding: 0.5em 0;
}
p {
	padding: 0 0 1.4em 0;
	line-height: 1.6em;
}
blockquote {
	padding: 0 10px 0 0;
	margin: 0 0 1.4em 0;
	font-style: italic;
	background: url(images/quote-right.gif) 100% 100% no-repeat;
	color: #a60201;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
blockquote p {
	padding: 0 0 1.4em 35px;
}
blockquote p:first-child {
	padding-top: 1.4em;
	background: url(images/quote-left.gif) 5px 5px no-repeat;
}
#testimonial {
	font-size: 1.2em;
	width: 250px;
	margin: 0 0 0 -40px;
	padding: 0 0 5em 0;
}
#testimonial blockquote p {
	color: #a60201;
	font-size: 0.8em;
}
#testimonial cite {
	display: block;
	text-align: right;
	color: #666;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: -2em 0 0 0;
	padding: 0 2em 0 4em;
}
#testimonial blockquote {
	background: url(images/testimonial-quote-right.jpg) 100% 100% no-repeat;
}
#testimonial blockquote p:first-child {
	padding-top: 3.4em;
	background: url(images/testimonial-quote-left.jpg) 5px 5px no-repeat;
}
#insight {
	font-size: 1.2em;
	width: 250px;
	margin: 0 0 0 -40px;
}
#insight blockquote p {
	color: #666;
	font-size: 0.8em;
}
#insight cite {
	display: block;
	text-align: right;
	color: #999;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: -2em 0 0 0;
	padding: 0 2em 0 4em;
}
#insight blockquote {
	background: url(images/insight-quote-right.jpg) 100% 100% no-repeat;
}
#insight blockquote p:first-child {
	padding-top: 3.4em;
	background: url(images/insight-quote-left.jpg) 5px 5px no-repeat;
}

#home #testimonial {
	float: right;
	padding: 4em 40px 0 0;
	margin-right: -40px;
	background: url(images/sidebar-shadow.png) 0 -0.4em no-repeat;
}
#home #testimonial blockquote {
	background: url(images/quote-right-home.gif) 100% 100% no-repeat;
}
#home #testimonial blockquote p {
	font-size: 1em;
	background: url(images/quote-left-home.gif) 5px 5px no-repeat;
}
#home #testimonial blockquote p:first-child {
	padding-top: 2em;
}
sup {
	font-size: 0.7em;
	line-height: 0.5em;
}
ul, ol {
	margin: 0 0 1.5em 1.5em;
}
ul li, ol li {
	margin: 0 0 1em 0;
}
input {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="text"], textarea {
	font-size: 1em;
	background: #eee;
	color: #777;
	padding: 4px 5px;
	border: 1px solid #eee;
}
input[type="text"]:hover, textarea:hover {
	background: #a60201;
	border-color: #a60201;
	color: #fff;
}
input[type="text"]:focus, textarea:focus {
	background: #fff;
	color: #666;
	border-color: #aaa;
}
input[type="submit"] {
	background: none;
}
textarea {
	width: 98%;
}
a:link, a:visited, input[type="submit"] {
	color: #386070;
	text-decoration: underline;
}
a:hover, a:active, input[type="submit"]:hover {
	color: #a60201;
	text-decoration: underline;
	cursor: pointer;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #a60201;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #a60201;
	text-decoration: underline;
	background: none;
}
object {
	display: block;
	margin: 0 auto;
	padding: 0.5em 0 1em 0;
}
.clear {
	clear: both;
	height: 1px;
}
.hidden {
	display: none;
}
.tool-tip {
	font-size: 13px;
	background: #333;
	padding: 0.3em 0.5em;
	opacity: 0.8;
	color: #ddd;
	border: #ddd;
}
.tool-title {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* END GENERAL TAGS */
/* START #header */
#header {
	width: 920px;
	margin: 0 auto;
	padding: 10px 0 0 0
}
#header .left {
	padding: 30px 0 0 0;
	text-align: center;
	width: 200px;
}
#header-right-column {
	width: 645px;
}
#logo:link img,
#logo:visited img {
	background: url(images/logo.png) no-repeat;
}
#logo:hover img,
#logo:active img {
	background-position: bottom left;
}
#main-navigation {
	width: 158px;
	list-style: none;
	margin: 100px auto 0 auto;
	padding: 0;
}
#home #main-navigation {
	margin: 200px -100px 0 auto;
}
#main-navigation li {
	margin: 0 0 5px 0;
}

#martial-arts-link a:link img, #martial-arts-link a:visited img {
	background: url(images/nav-martial.jpg) no-repeat;
}
#healing-arts-link a:link img, #healing-arts-link a:visited img {
	background: url(images/nav-healing.jpg) no-repeat;
}
#spiritual-studies-link a:link img, #spiritual-studies-link a:visited img {
	background: url(images/nav-spiritual.jpg) no-repeat;
}

#main-navigation li a:hover img,
#main-navigation li a:active img,
#martial-arts #martial-arts-link a:link img,
#martial-arts #martial-arts-link a:visited img,
#healing-arts #healing-arts-link a:link img,
#healing-arts #healing-arts-link a:visited img,
#spiritual-studies #spiritual-studies-link a:link img,
#spiritual-studies #spiritual-studies-link a:visited img {
	background-position: bottom left;
}

#newsletter-contact {
	float: right;
	width: 645px;
	font-size: 10px;
}
#newsletter {
	float: left;
}
#newsletter input[type='text'] {
	padding: 2px 3px;
	width: 200px;
}
#contact {
	float: right;
}

#secondary-navigation {
	width: 645px;
	float: right;
	margin: 0;
	padding: 20px 0 10px 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
}
#secondary-navigation a:link,
#secondary-navigation a:visited {
	color: #a60201;
	text-decoration: none;
}
#secondary-navigation a:hover,
#secondary-navigation a:active {
	color: #a60201;
	background: none;
	text-decoration: underline;
}
#secondary-navigation li {
	float: left;
	padding: 0 0 0 0.7em;
	margin: 0 0.7em 0 0;
	border-left: 1px solid #ccc;
}
#secondary-navigation li:first-child {
	border: none;
	padding: 0;
}
#secondary-navigation li.current_page_item a:link,
#secondary-navigation li.current_page_item a:visited,
#secondary-navigation li.current_page_item a:hover,
#secondary-navigation li.current_page_item a:active {
	color: #666;
	text-decoration: none;
}

#become-top {
	clear: both;
	margin: 0;
	padding: 0;
}
#flash-block {
	float: right;
	width: 608px;
	min-height: 342px;
	margin: -2px 0 0 0;
	padding: 0 0 0 2px;
	background: #fff url(images/top-v-divider.gif) no-repeat;
}
#home #flash-block {
	background: none;
	width: 600px;
}
#flash-block object {
	float: right;
	margin: 0;
	padding: 4px 0 0 0;
}
#flash-block #animal-hybrids {
	float: left;
}
#flash-block #animal-hybrids-desc {
	float: right;
	width: 270px;
	text-align: center;
	padding: 50px 0;
	font-size: 2em;
	color: #a60201;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
/* START #intro-blurb-container */
#intro-blurb-container {
	float: right;
	width: 400px;
	padding: 10px 3px;
	font-size: 1.4em;
	color: #a60201;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#intro-blurb-container .attachment {
	display: none !important;
}
#home #intro-blurb-container {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
}
#intro-blurb-container p {
	text-align: right;
}
#flash-block .media-centre {
	margin: -7em 0 0 0;
}

/* END #intro-blurb-container */

/* START #wrapper */
#wrapper {
	margin: 0 auto;
	width: 920px;
	padding: 3em 40px 20px 40px;
}
/* START #sidebar */
#sidebar {
	float: left;
	list-style: none;
	width: 250px;
	margin: 0 -40px 20px 0;
	padding: 10px 40px 0 0;
	font-size: 12px;
}
#home #sidebar {
	float: right;
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
	background-color: none;
}
#sidebar h2 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a60201;
	margin: 0;
	padding: 0 0 0.4em 0;
}
#sidebar h3 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a60201;
	margin: 0;
	padding: 0 0 0.4em 0;
}

#sidebar .current_page_item a:link,
#sidebar .current_page_item a:visited,
#sidebar .current_page_item a:hover,
#sidebar .current_page_item a:active {
	color: #a60201;
	text-decoration: none;
	background-color: none;
}
#sub-navigation {
	padding-bottom: 70px;
}
#sub-navigation .media-centre li {
	padding: 0 0 1em 0;
}
#sub-navigation .media-centre li a {
	padding: 0.6em 0 0.5em 35px;
}
#audio-sub-cat a {
	background: url(images/mc-audio-sm.gif) no-repeat;
}
#video-sub-cat a {
	background: url(images/mc-video-sm.gif) no-repeat;
}
#photos-sub-cat a {
	background: url(images/mc-photos-sm.gif) no-repeat;
}
#blog-sub-cat a {
	background: url(images/mc-blog-sm.gif) no-repeat;
}
#articles-sub-cat a {
	background: url(images/mc-articles-sm.gif) no-repeat;
}

#sidebar p a:link,
#sidebar p a:visited,
#sidebar p a:hover,
#sidebar p a:active {
	display: inline;
	padding: 0;
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar ul li {
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0.3em 0 !important;
	color: #f09;
}
#sidebar ul li a {
	line-height: 1.5em;
}
#sidebar ul li a
#sidebar h3 {
	font-size: 12px;
	line-height: 8px;
	color: #ddd;
	padding: 3em 0 2px 0;
	margin: 0 0 0.8em 0;
	border-bottom: 2px solid #eee;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
}
#sidebar p {
	color: #aaa;
	font-size: 12px;
	line-height: 1.4em;
}
#sidebar strong {
	color: #666;
	font-weight: normal;
}
#search-form fieldset {
	padding: 0 0 2em 0;
}
#search-text {
	font-size: 12px;
	float: left;
	width: 11.5em;
	max-width: 192px;
	padding: 0 3px;
	height: 1.1666666666666666667em;
	background: #ddd;
	border: 1px solid #ddd;
}
#search-text:hover {
	background: #f09;
	border-color: #f09;
}
#search-text:focus {
	background: #fff;
	border-color: #ddd;
}
#search-submit {
	font-size: 10px;
	display: block;
	float: right;
	height: 1.6em;
	width: 5.4em;
	margin: 0;
	padding: 0 5px;
	color: #aaa;
	background: #ddd;
	text-transform: uppercase;
	font-weight: bold;
}
#search-submit:hover {
	color: #fff;
	background: #f09;
}
#skip_navigation {
	display: none;
}
#sidebar .current-cat {
	color: #fff;
}
#sidebar .current-cat a:link,
#sidebar .current-cat a:visited,
#sidebar .current-cat a:hover,
#sidebar .current-cat a:active {
	color: #ddd;
	background: #777;
	width: 100%;
	cursor: default;
	text-decoration: none;
	margin: 0;
	padding: 0.2em 0.5em;
}
/* END #sidebar */
/* START #content */
#content {
	float: left;
	width: 400px;
	font-size: 1.2em;
	margin: 0 0 0 140px;
	padding: 10px 0 0 0;
}
#home #content {
	float: left;
	width: 645px;
	margin: 0;
	padding: 0;
}
#content-title {
	padding: 0 40px;
	margin: 0 -40px 0.6em -40px;
	width: 920px;
	background: url(images/interior-title-shadow.gif) top left no-repeat;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	color: #a60201;
}
#home #content-title {
	width: 645px;
	background: url(images/content-shadow.png) bottom left no-repeat;
}
#content h2 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a60201;
	margin: 0;
	padding: 0 0 0.4em 0;
}
.schedule {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a60201;
	text-align: right;
	padding: 0 0 5em 0;
	margin: -1em 0 0 0;
}
.thumbnail {
	float: left;
	clear: left;
	top: 1.7em;
	margin: 0 0 0 -120px;
}
.post {
	margin: 0 0 3em 0;
}
.home-content-schedule {
	width: 40%;
	float: left;
}
.home-content-schedule h3 {
	color: #a60201;
	text-transform: uppercase;
	font-size: 1em;
}
.home-content-schedule ul {
	list-style: none;
	margin: 0;
}
.home-content-schedule ul li {
	clear: both;
	padding: 0.5em 0 0 0;
	margin: 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	color: #a60201;
}
.home-content-schedule ul li a:link,
.home-content-schedule ul li a:visited {
	display: block;
	width: 60%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-style: normal;
	text-transform: none;
	text-decoration: underline;
	text-align: left;
}
.home-content-schedule ul li a:hover,
.home-content-schedule ul li a:active {
	text-decoration: none;
}
.home-content-schedule ul li a.ma:link,
.home-content-schedule ul li a.ma:visited {
	color: #000;
}
.home-content-schedule ul li a.ha:link,
.home-content-schedule ul li a.ha:visited {
	color: #8DC53E;
}
.home-content-schedule ul li a.ss:link,
.home-content-schedule ul li a.ss:visited {
	color: #8C7BB1;
}
.home-schedule-link {
	display: block;
	text-align: right;
	color: #386070;
	font-size: 0.9em;
	margin-top: 1em;
}
.icon {
	float: left;
	clear: left;
	margin-left: -50px;
}
.date {
	color: #a60201;
	font-size: 0.8em;
	padding: 0 0 0.3em 0;
}
.date .author {
	color: #666;
}
.multiple-posts h2 {
	padding-top: 0;
}
h2 a:link span, h2 a:visited span {
	color: #555;
}
h2 a:hover span, h2 a:active span {
	color: #f09;
}
h2 small {
	top: -0.15em;
	line-height: 0.5em;
	margin: 0 0 0 0.5em;
}
.more-link {
	display: block;
	text-align: right;
	color: #386070 !important;
}
.post-metadata {
	clear: both;
	font-size: 11px;
	border-bottom: 2px dotted #eee;
	padding: 20px 0 0 0;
	margin: 0 0 2em 0;
}
.post-metadata p {
	padding: 0 0 0.3em 0;
}
.post-metadata .addthis {
	float: right;
	text-align: right;
	z-index: 99999;
}
.comments-link {
	padding-left: 20px;
	background: url(images/comments.gif) no-repeat;
}
.add-this-link {
	padding-right: 20px;
	background: url(images/share-this.gif) top right no-repeat;
}
.post-tags {
	font-size: 12px;
	background: #f6f6f6;
	padding: 10px;
	margin: 0 0 4em 0;
}
.post-tags h3 {
	font-size: 16px;
	color: #999;
	padding: 0;
}
.post-tags p {
	padding: 0;
}
/* START .gallery */
.gallery img {
	z-index: 99999;
}
.gallery-caption {
	z-index: 99998
}
.gallery-item {
	padding-bottom: 1em;
}
.attachment {
	text-align: center;
}
.image-navigation {
	padding: 0 0 2em 0;
}
.image-navigation .align-left {
	float: left;
}
.image-navigation .align-right {
	float: right;
	text-align: right;
}
.image-navigation a:link img,
.image-navigation a:visited img {
	width: 100px;
	height: 100px;
	border-bottom: 2px solid #fff;
}
.image-navigation a:hover img,
.image-navigation a:active img {
	border-bottom: 2px solid #f09;
}
.image-navigation .arrow {
	position: absolute;
	top: -55px;
	width: 35px;
	height: 33px;
	cursor: pointer;
}
.image-navigation .align-right .arrow {
	right: -15px;
	background: url(images/arrow-right.png) no-repeat;
}
.image-navigation .align-left .arrow {
	left: -15px;
	background: url(images/arrow-left.png) no-repeat;
}
/* END .gallery */
/* INTERNAL PAGES ONLY */
#comments li {
	padding: 15px 15px 0 15px;
}
#comments .alt {
	background: #f3f3f3;
}
.comment-metadata {
	font-size: 12px;
	padding: 0 0 0.5em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #fff;
	color: #999;
}
.comment-metadata a:link, .comment-metadata a:visited {
	opacity: 0.5;
}
.submit-comment, .cf-sb {
	text-align: right;
}
#commentsubmit, #sendbutton {
	font-size: 20px;
	font-weight: bold;
}
/* START Posts Navigation */
#posts-navigation {
	margin: -4em 0 0 0;
}
#older-posts-link {
	float: left;
}
#newer-posts-link {
	float: right;
	text-align: right;
}
#newer-posts-link a, #older-posts-link a {
	font-weight: bold;
}
/* INTERNAL PAGES ONLY */
/* 404 Page */
#error-tag-cloud {
	text-align: justify;
	background: #f6f6f6;
	padding: 1em;
}
#error-tag-cloud a {
	margin: 0 1em;
}
/* END 404 Page*/
/* START #cformsform */
#cformsform ol {
	list-style: none;
	margin-left: 0;
	border-top: 1px dashed #ccc;
	padding-top: 2em;
}
#cformsform legend {
	display: none;
}
#cformsform ol li {
	padding: 0 0 1.3em 0;
}
#cformsform .single {
	width: 300px;
	margin: 0 1em 0 0;
}
#cformsform label {
	display: block;
	padding: 0 0 0.3em 0;
	text-transform: uppercase;
}
#cformsform .reqtxt, #cformsform .emailreqtxt {
	color: #ccc;
	font-size: 0.8em;
}
#cf_captcha_img {
	margin: 0 0 0 10px;
	top: 7px;
}
#cformsform .cf_hidden, #ll {
	display: none;
}
.cf_info {
	font-size: 1.5em;
}
.failure {
	color: #f00;
}

/* END #cformsform */
/* END #content */
/* END #wrapper */
#v-divider {
	width: 10px;
	height: 288px;
	float: left;
	background: url(images/v-divider.jpg) top right no-repeat;
}
/* START #footer */
#footer-menu-container {
	width: 1000px;
	padding: 250px 0 1em 0;
	margin: 0 auto;
	text-align: center;
}
#footer-menu {
	list-style: none;
	padding: 20px 40px 0 40px;
	width: auto;
}
#footer-menu li {
	float: left;
	padding: 0 0.5em;
	border-left: 1px solid #ccc;
}
#footer-menu li:first-child {
	border: none;
}
#footer-menu li.clear {
	display: block;
	clear: both;
}
#footer-menu a:link,
#footer-menu a:visited {
	color: #666;
	text-decoration: none;
}
#footer-menu a:hover,
#footer-menu a:active {
	color: #a60201;
	text-decoration: underline;
}
#footer-menu li.current_page_item a:link,
#footer-menu li.current_page_item a:visited,
#footer-menu li.current_page_item a:hover,
#footer-menu li.current_page_item a:active {
	color: #a60201;
	text-decoration: none;
}
#footer-container {
	font-size: 11px;
	color: #fff;
	background: url(images/footer-smoke.jpg) bottom right repeat-x;
}
#footer {
	width: 880px;
	height: 38px;
	padding: 5px 80px 0 40px;
	margin: 0 auto;
	text-transform: uppercase;
	clear: both;
}
#footer p {
	padding: 0;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #dccbd3;
}
#footer a:hover, #footer a:active {
	color: #f09;
}
/* END #footer */
#flash-block #upcoming-events {
	width: 250px;
	float: left;
	padding: 20px;
}
#flash-block #upcoming-events h3 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a60201;
	margin: 0;
	padding: 0 0 0.4em 0;
}
#flash-block #upcoming-events ul {
	list-style: none;
	font-size: 1.4em;
	margin: 1em 0 0 1em;
}
#flash-block #upcoming-events .events-schedule-link {
	font-size: 1.2em;
	display: block;
	text-align: right;
	color: #386070;
	margin-top: 1em;
}
#wp-calendar {
	width: 300px;
	padding: 20px 0;
	float: right;
}
#wp-calendar table {
	background: url(images/calendar-bg.jpg) repeat-x;
	border: 5px solid #c6382e;
	color: #fff;
}
#wp-calendar table thead th {
	padding: 0.7em 0.3em;
	font-size: 1.2em;
	font-weight: bold;
}
#wp-calendar table tbody td {
	padding: 0.5em 0.3em;
}
#wp-calendar table tbody td:hover {
	border-color: #666;
}
#wp-calendar table td.ec3_postday {
	background: #fff;;
}
#wp-calendar table td.ec3_postday a:link,
#wp-calendar table td.ec3_postday a:visited {
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar table td.ec3_postday a:hover,
#wp-calendar table td.ec3_postday a:active {
	text-decoration: underline;
}
#wp-calendar table td#today {
	border-color: #fff !important;
}
#wp-calendar table.nav {
	background: none;
	border: none;
	font-size: 1.4em;
}
#wp-calendar table.nav a:link,
#wp-calendar table.nav a:visited,
#wp-calendar table caption a:link,
#wp-calendar table caption a:visited {
	color: #a60201;
	text-decoration: none;
}
#wp-calendar table.nav a:hover,
#wp-calendar table.nav a:active,
#wp-calendar table caption a:hover,
#wp-calendar table caption a:active {
	text-decoration: underline;
}
#wp-calendar table caption {
	font-size: 2em;
	padding: 0.5em 0 0.3em 0;
}
/* Schedule */
.schedule-page #content {
	width: 100%;
	margin: 0;
}
.schedule-page #schedule-container .day {
	float: left;
	width: 12.5%;
	margin: 0 0 0 1.5em;
}
.schedule-page #schedule-container .day:first-child {
	margin: 0;
}
.schedule-page #schedule-container .day ul {
	margin: 0;
	list-style: none;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.schedule-page #schedule-container .day ul a:link,
.schedule-page #schedule-container .day ul a:visited,
.schedule-page #schedule-container .day ul a:hover,
.schedule-page #schedule-container .day ul a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}

.schedule-page #schedule-container .day ul a.ma:link,
.schedule-page #schedule-container .day ul a.ma:visited {
	color: #000;
}
.schedule-page #schedule-container .day ul a.ha:link,
.schedule-page #schedule-container .day ul a.ha:visited {
	color: #8DC53E;
}
.schedule-page #schedule-container .day ul a.ss:link,
.schedule-page #schedule-container .day ul a.ss:visited {
	color: #8C7BB1;
}
.schedule-page #schedule-container .day ul a:hover,
.schedule-page #schedule-container .day ul a:active {
	color: #a60201 !important;
}