/* @group HTML tags */

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	border-style: none;
}

a:link {color: green;
	text-decoration: underline;
} /* unvisited link */
a:visited {color: green;
	text-decoration: underline;
} /* visited link */
a:hover {color: teal;
	text-decoration: underline;
} /* mouse over link */
a:active {color: lime;
	text-decoration: underline;
} /* selected link */
body {
	background-color: black;
	background-image: url(images/global/bg.gif);
}

br {
	width: 95%;
	float: none;
	clear: both;
}
h1 {
	color: green;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 1em;
	margin-top: 0;
	line-height: 1.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h2 {
	text-transform: uppercase;
	font-size: 1em;
	color: green;
	letter-spacing: .1em;
}
h3 {
	color: #006600;
}

p {
	color: gray;
	font-size: .9em;
	margin-bottom: .9em;
}

td {
	vertical-align: top;
}



/* @end */

/* @group layout structure */

#header {
}

#c1 {
	width: 100%;
	margin-top: 15px;
	background-repeat: repeat-x;
	border-top: 5px double #fff;
	border-bottom: 5px double #fff;
	padding-top: 0;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

#c2 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#c3 {
	background-color: white;
	border: 1px solid green;
	padding: 15px 50px;
}
#home-intro {
	margin-bottom: 20px;
}

#home-themes {
	border: 1px solid green;
	background: #eee url(images/home/home-themes-bg.jpg) repeat-x;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 15px;
}

#footer {
	margin-top: 20px;
}

#main-content {
	float: left;
	width: 575px;
	border-left: 10px solid green;
	padding-left: 30px;
	padding-top: 0;
	margin: 0;
}

#sidebar {
	float: left;
	margin-right: 18px;
	width: 163px;
}


/* @end */

/* @group header formatting */

#header table {
	color: white;
	font: bold .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 20px;
	margin-top: 15px;
	float: left;
}

#header table a {
	text-decoration: none;
}
#header table a:link {color: white} /* unvisited link */
#header table a:visited {color: white} /* visited link */
#header table a:hover {color: #feffcd} /* mouse over link */
#header table a:active {color: white} /* selected link */


/* @end */

/* @group sidebar formatting */
#sidebar li {
	list-style-position: outside;
	list-style-type: none;
	color: gray;
	font-size: .75em;
	border-bottom: 1px solid green;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
#sidebar li a {
	text-decoration: none;
}
#sidebar li a:link {color: gray} /* unvisited link */

#sidebar li a:visited {color: gray} /* visited link */

#sidebar li a:hover {color: silver} /* mouse over link */

#sidebar li a:active {color: green} /* selected link */


#sidebar h2 {
	color: green;
	text-transform: none;
	margin-bottom: 1em;
	font-size: .75em;
}
#sidebar h2 a:link, .border-right h2 a:link, .border-left h2 a:link {color: green;
	text-decoration: none;
} /* unvisited link */

#sidebar h2 a:visited, .border-right h2 a:visited, .border-left h2 a:visited   {color: green;
	text-decoration: none;
} /* visited link */

#sidebar h2 a:hover, .border-right h2 a:hover, .border-left h2 a:hover {color: teal;
	text-decoration: none;
} /* mouse over link */

#sidebar h2 a:active, .border-right h2 a:active, .border-left h2 a:active {color: #666;
	text-decoration: none;
} /* selected link */

/* @end */

/* @group other formatting */

.border-right {
	float: right;
	margin-left: 10px;
}
.border-left {
	float: left;
	margin-right: 10px;
}
.border-right, .border-left {
	background: #f6f6f6 url(images/global/border-bg.gif) repeat-x;
	padding: 10px;
	width: 384px;
}
.border-right h2, .border-left h2 {
	font-size: .75em;
	margin-top: .75em;
}
.border-right p, .border-left p{
	font-size: .75em;
	margin-bottom: .75em;
	font-weight: bold;
}
.player-right     {
	font-size: 0.75em;
	font-weight: normal;
	margin-bottom: 10px;
	float: left;
	margin-left: 0.75em;
	margin-top: 0.75em;
	margin-right: 0.75em;
	background-color: #f6f6f6;
	background-image: url(images/global/border-bg.gif);
	background-repeat: repeat-x;
	font-style: normal;
}
.float-left {
		float: left;
	margin-right: 10px;
}
.float-right {
	float: right;
	margin-left: 20px;
}

#footer p {
	text-transform: uppercase;
	margin-bottom: .5em;
	font-size: .65em;
	letter-spacing: 1px;

}
#footer a {
	color: gray;
	text-decoration: none;
}
.footer-para {
	padding-top: 10px;
}
#home-themes h2 {
	text-align: center;
	letter-spacing: 1px;
	color: #fcee21;
}
#home-themes table {
	margin-top: 20px;
	width: 90%;
	margin-left: 40px;
}
#home-themes table p {
	font-size: .75em;
	color: #666;
}
#home-themes table h3 {
	color: green;
	font-size: .75em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#home-themes table h3 a {
	text-decoration: none;
}
.yellow-highlight {
	color: #fcee21;
}
/* @end */

