/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 1.25em;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
}
#footer {
	color: #444;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #444;
	text-align: right;
}
#footer a, #footer a:visited {
	color: #555;
}
#footer a:hover {
	color: #777;
}
#footer p {
	font-size: 10px;
}
h1 {
	font-size: 24px;
	color: #8cc63f;
	line-height: 1.5em;
	margin-bottom: 1em;
}
h2 {
	font-size: 18px;
	color: #999;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-weight: normal;
}
h2 a {
	color: #8cc63f;
}
#header {
	margin-top: 20px;
	width: 940px;
	height: 50px;
	xborder: 1px solid red;
}
#header h1 a {
	width: 250px;
	height: 50px;
	margin: 0;
	background: url(../images/scd_header_logo.png) top left no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}
#home #maincontent h2 {
	font-size: 24px;
	color: #CCC;
	line-height: 1.5em;
	margin: 20px 0;
}
#home h2 strong {
	font-size: 36px;
	font-weight: bold;
	color: #8cc63f;
}
#maincontent {
	width: 660px;
	float: right;
	margin-top: 30px;
	xborder: 1px solid white;
}
#maincontent img {
	margin: 0 0 20px 20px;
	float: left;
}
#maincontent p, #maincontent h2 {
	margin-left: 20px;
}
#maincontent p strong {
	color: #999;
}
#maincontent #player {
	float: right;
}
#nav {
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 16px 0 0 0;
	letter-spacing: .05em;
}
#nav li {
	display: inline;
	list-style: none;
	margin-left: 20px;
}
#nav li a {
	text-decoration: none;
	color: #666;
	padding-bottom: 3px;
}
#nav li a:hover {
	color: #fff;
	border-bottom: 3px solid #8cc63f;
}
#nav ul {

}
p {
	margin-bottom: 1.5em;
	font-size: 12px;
	line-height: 1.5em;
}
p a {
	color: #8cc63f;
}
#sidebar {
	width: 280px;
	float: left;
	margin-top: 35px;
	xborder: 1px solid red;
}
#sidebar ul {
	margin-bottom: 1em;
}
#sidebar ul li {
	font-size: 14px;
	color: #999;
	list-style-type: none;
}
#sidebar ul li a {
	color: #666;
	text-decoration: none;
}
#sidebar ul li a.current {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul li a:hover {
	color: #8cc63f;
}
#sidebar ul li ul li {
	font-size: 11px;
	color: #666;
	list-style-type: none;
}
.subscript {
	font-size: 10px;
	color: #999;
}	
#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	xborder: 1px solid white;
}


/**** Clearfix Styles ****/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */