@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
background-repeat:repeat-x;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

#header {
	height:250px;
	background-image:url(images/JHR2010.jpg);
	}

#navigation {
	border: none;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
	height: 29px;
	text-align:center;
	}

#footer {
	text-align: right;
	float: none; clear: both;
	}

#MainContainer {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#pageHeader span {
	color:#33CCCC;
	}

/* Links */

a:link {
	color: #33CCCC;
	text-decoration: none;
}
a:hover {
	color: #33CCCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FF00FF;
	text-decoration: none;
}

/* Other text types*/
h1 {
	color:#FF00FF;
	font-size:1.5em;
	}

.greyedtext {
	color:#999999;
	}

.smalltext {
	font-size:0.8em;
	}

/* Advert Area */
#ADArea {
	width: 215px;
	float: right;
	text-align:right;
	border: none;
	padding: 35px 8px 12px 8px;
}

/* News */
#NewsArea {
	width: 550px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

/*cutenews*/
#pinkborder { 
	border: 1px solid #FF00FF; 
	padding: 5px; 
	margin-bottom: 11px
	}

/*Content Areas*/

#ContentArea {
	width: 800px;
	padding: 10px 25px 10px 25px;
	}

#ContentArea img {
	padding: 5px 10px 5px 10px;
	}
	
#discography {
	border-bottom:#33CCCC 1px solid;
	}
	
#twitter {
	margin:8px 8px 0 8px;
	padding: 8px;
	border: 1px dashed #78cbbf;
}

#twitter img {margin-bottom: 3px;}
.tweetwhen {font-size: 0.9em; color: #78cbbf;}