* {
	margin: 0;
	padding: 0;
}

body {
	color: #f2f2f2;
	font: normal 10px/1.5 Verdana, sans-serif;
	background: #111;
	text-align: center;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}

a:link, a:visited {
	color: #d0d0d0;
	text-decoration: none;
	border-bottom: 1px solid #494949;
}
a:hover, a:active {
	color: #f7e401;
	border-color: #847b09;
}

abbr, acronym {
	border-bottom: 1px dotted #494949;
	cursor: help;
}

h1 {
	color: #fff;
}
h2 {
	color: #f7e401;
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 0.25em;
}

fieldset {
	border: none;
}
input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	margin: 0 0 0.75em 0;
	padding: 2px;
}
input.text {
	border: 1px solid #000;
}
input.button, label, select {
	cursor: pointer;
}

#container {
	text-align: left;
	background: url(../images/background.gif) no-repeat 0 0;
	width: 780px;
	margin: 0 auto;
	padding-top: 20px;
}

#logo {
	text-indent: -99999em;
	display: block;
	width: 220px;
	height: 60px;
	margin: 0 0 48px 90px;
	border: none;
}

#navigation {
	display: block;
	width: 385px;
	margin: 0 0 58px 65px;
	overflow: auto;
}
#navigation li {
	display: inline;
	list-style: none;
}
#navigation li a {
	text-indent: -9999em;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
	height: 47px;
	border: none;
}

#navigation li#nav_news a { width: 54px; background-position: 0 0; }
#navigation li#nav_about a { width: 66px; background-position: -54px 0; }
#navigation li#nav_auditions a { width: 95px; background-position: -120px 0; }
#navigation li#nav_media a { width: 57px; background-position: -215px 0; }

#navigation li#nav_news a:hover { background-position: 0 -47px; }
#navigation li#nav_about a:hover { background-position: -54px -47px; }
#navigation li#nav_auditions a:hover { background-position: -120px -47px; }
#navigation li#nav_media a:hover { background-position: -215px -47px; }

#navigation li#nav_news.selected a { background-position: 0 -47px; }
#navigation li#nav_about.selected a { background-position: -54px -47px; }
#navigation li#nav_auditions.selected a { background-position: -120px -47px; }
#navigation li#nav_media.selected a { background-position: -215px -47px; }

#content, #sidebar {
	margin-bottom: 20px;
}
#content {
	font-size: 12px;
	width: 390px;
	float: left;
	margin-left: 90px;
}
#content h1 {
	font-size: 14px;
	text-indent: -9999em;
	background: url(../images/headings/page-not-found.gif) no-repeat 0 0;
	height: 25px;
	margin-bottom: 1em;
}
#content p {
	margin-bottom: 0.75em;
}

#sidebar {
	font-size: 11px;
	width: 190px;
	float: right;
	margin-right: 90px;
}
#sidebar h2 {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#sidebar p {
	margin-bottom: 0.75em;
}

#footer {
	color: #808080;
	font-size: 11px;
	clear: both;
	margin: 0 90px;
	overflow: auto;
}
#footer li {
	list-style: none;
}
#footer li#copyright {
	float: left;
}
#footer li#credit {
	float: right;
}
/*
#footer li a {
	color: #999;
	border-bottom: 1px dotted #464646;
}
#footer li a:hover {
	color: #c0c0c0;
	border-color: #c0c0c0;
}
*/
#footer li#credit a.mcbwebdesign:hover {
	color: #00d0d0;
	border-color: #087171;
}
#footer li#credit a.yourfightsite:hover {
	color: #bf0404;
	border-color: #680a0a;
}

.news #content h1 { background-image: url(../images/headings/news.gif); }
.about #content h1 { background-image: url(../images/headings/about.gif); }
.auditions #content h1 { background-image: url(../images/headings/auditions.gif); }
.media #content h1 { background-image: url(../images/headings/media.gif); }
.newsletter #content h1 { background-image: url(../images/headings/newsletter.gif); }

.error {
	color: #e10000;
}
.date {
	color: #828282;
	font-size: 11px;
}

.articles {
	
}
.articles li {
	list-style: none;
}
.articles li h2 {
	color: #f7e401;
}