body, html
{		
	background-color: #262626; /*#BABABA;*/	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	color: #ffffff;
	font-size: 10px;			
}
table
{
	width:100%; 
	padding:0px; 
	border-spacing:0px;
}
img {
	border:0px;
}
.centered
{
	margin:auto;
}
.floatLeft { float:left; }			
.floatRight { float:right; }
.alignRight { text-align:right; }
.clear { clear: both; }
#Header
{
	position: relative;
	width: 380px;
	height: 87px;
	padding: 163px 110px 0px 110px;
	margin:auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;			
}
#Header .links{
	font-size: 12px;
	padding-bottom: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
}
#Header .links a {
	font-size: 10px;
	color: #262626;
	font-weight: normal;
	text-decoration: underline;
}
#Header .links a:hover {
	color: white;
	text-decoration: none;
}

#News {
	background-color: #4c7417; /*#375611; */
	border: 1px solid #416213;
	padding: 5px;
}

.NewsItem { 
	text-align: left;
	padding: 2px;
}
.NewsItem .date {
	font-size:10px;
	color: #375611;
}
.NewsItem .title a {
	font-size:13px;
	color: #262626;
	font-weight: normal;
	text-decoration: none;
}
.NewsItem .title a:hover {
	font-size:13px;
	color: #262626;
	font-weight: normal;
	text-decoration: underline;
}
.NewsItem a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.NewsItem a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#NewsNavigation {
	text-align:right;	
}
#NewsNavigation a {
	color: white;
}
.Content
{
	width: 380px;
	padding: 10px 110px 10px 110px;
	margin:auto;
	text-align: left; 
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;			
}
.Seperator{
	text-align: center;
	position: relative;
	height: 19px;
	width: 380px;
	padding: 65px 110px 0px 110px;
	margin:auto;
}
.Seperator a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.Seperator a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}	
.Seperator .links {
	position: absolute;
	top: 38px;
	right: 102px;
}		
#EventsSeperator
{
	background-image:url(../images/events.jpg);
	background-repeat:no-repeat;
}	
#MixesSeperator
{
	background-image:url(../images/mixes.jpg);
	background-repeat:no-repeat;
}
#Footer
{
	position: relative;
	height:490px;
	width: 380px;
	padding: 0px 110px 10px 110px;
	margin:auto;
	text-align: left;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;			
}
#Footer p{
	position: absolute;
	bottom: 0px;
}
#Footer p a {
	color:white;
	text-decoration:underline;
}
#Footer p a:hover {
	text-decoration: none;
}
	
	/* EVENTS */

.Navigation a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.Navigation a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.year {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	border-bottom: 1px dashed #262626;
}

.event {
	color: #262626;
	width:100%;
	margin-bottom: 3px;
}
#PastEvents .event
{
	margin-top: 3px;
	margin-bottom: 0px;
}
.event .date {
	float:left;
	margin-right: 5px;
	width: 45px;
}
#FutureEvents .event .date {
	text-align: center;
	border: 1px #262626 solid;
	height: 50px;
	width: 50px;
	color: #262626;
	background-color: white;
	font-size: 18px;
	font-weight:bold;
}
.event .links {
	float: right;
}
.event .name {
	color: white;
	font-weight:bold;
	margin-right: 3px;
}
#FutureEvents .event .name {
	font-size: 14px;
}
.TenshiEvent .name {
	background: no-repeat url('/images/Tenshi_icon.png');
	padding-left: 20px;
	padding-bottom: 2px;
}
.event .eventInfo {
	color: white;
}

.event a {
	color:white;
	text-decoration:none;
}
.event a:hover {
	text-decoration: underline;
}

.events .tracklist {
	background-color: #375611;
	border: 1px solid #0f1307;
	margin: 0px 2px 0px 50px;
	padding-left: 3px;
}

/* MIXES */

#mixes {
	background-color: white;
}

#mixes .mix {
	background-color: white;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #0f1307;
	border-left: 1px solid #0f1307;
	border-right: 1px solid #0f1307;
}
#mixes .bottomMix {
	border-bottom: 1px solid #0f1307;
}
#mixes a.mixLink {
	color: #262626;
	font-size: 14px;
	font-weight:bold;
	text-decoration: underline;
}
#mixes a.mixLink:hover {
	color: #6e8932;
	text-decoration: none;
}
#mixes .tracklist {
	list-style:none;
	background-color: #375611;
	border-top: 1px solid #0f1307;
	border-left: 1px solid #0f1307;
	border-right: 1px solid #0f1307;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}
#mixes .bottomTracklist {
	border-top: 0px;
	border-bottom: 1px solid #0f1307;
}
#mixes .tracklist a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
#mixes .tracklist a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#Friends .header {
	color: #262626;
	font-weight: bold;
	font-size: 12px;
}
#Friends ul {
	list-style:none;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}
#Friends a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#Friends a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
