body {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/background.jpg);
	height: 100%;
	line-height: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

span {
	display: none;
}

a {
	color: #680101;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 765px;
	background: url(../images/container.jpg) repeat-y;
}

/* --------------------------- HEADER SECTION ------------------------- */

#header {
	width: 765px;
}

#header img {
	float: left;
}

/* ---------------------------- MAIN MENU ----------------------------- */

#menu {
	clear: left;
	width: 765px;
	height: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/menu.jpg) no-repeat;
}

#menu li {
	position: relative;
	display: block;
	float: left;
	z-index: 100;
}

#menu li span {
	display: none;
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu li:hover ul, #menu li.sfhover ul {
	position: absolute;
	left: -25px;
	top: 32px;
}

#menu li a {
	display: block;
	height: 34px;
}

#menu li#home a {
	background: url(../images/home.gif);
	width: 91px;
}

#menu li#home a:hover {
	background: url(../images/home1.gif);
}

#menu li#bio a {
	background: url(../images/bio.gif);
	width: 51px;
}

#menu li#bio a:hover {
	background: url(../images/bio1.gif);
}

#menu li#blog a {
	background: url(../images/blog.gif);
	width: 58px;
}

#menu li#blog a:hover {
	background: url(../images/blog1.gif);
}

#menu li#media a {
	background: url(../images/media.gif);
	width: 72px;
}

#menu li#media ul li a {
	background: #680101 none;
	color: #eee;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	height: auto;
	text-decoration: none;
	border: 1px solid #eee;
	border-top: none;
}

#menu li#media ul li a:hover {
	background: #000 none;
	color: #eee;
	font-weight: bold;
}

#menu li#media a:hover {
	background: url(../images/media1.gif);
}

#menu li#gallery a {
	background: url(../images/gallery.gif);
	width: 79px;
}

#menu li#gallery a:hover {
	background: url(../images/gallery1.gif);
}

#menu li#events a {
 	background: url(../images/events.gif);
	width: 80px;
}

#menu li#events a:hover {
	background: url(../images/events1.gif);
}

#menu li#contact a {
	background: url(../images/contact.gif);
	width: 75px;
}

#menu li#contact a:hover {
	background: url(../images/contact1.gif);
}

#menu li#mp3player a {
	background: url(../images/mp3.jpg);
	width: 150px;
	margin-left: 50px;
}

#menu li#mp3player a:hover {
	background: url(../images/mp31.jpg);
}

/* ----------------------------- LEFT SIDE ---------------------------- */

#left {
	float: left;
	width: 218px;
	padding: 20px 0 0 0;
	display: inline;
}

#left #options {
	margin: 0 0 0 35px;
	padding: 0;
	list-style: none;
	width: 150px;
}

#left img {
	border: none;
}

#left #options a {
	display: block;
	padding: 0 0 0 15px;
	background: url(../images/options.gif) 0% 50% no-repeat;
	color: #666;
	height: 1%;
	text-decoration: none;
}

#left #options a:hover {
	background: url(../images/options1.gif) 0% 50% no-repeat;
	color: #333;
}

#newsletter {
	background:url(../images/newsletter.jpg) no-repeat;
	width: 218px;
	height: 214px;
	position: relative;
	z-index: 1;
}

#newsletter form {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 170px;
	margin: 0;
	padding: 0;
}

#newsletter label {
	margin: 0;
	padding: 0;
}

#newsletter fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#newsletter input {
	width: 140px;
	margin: 40px 0 0 0;
	padding: 0 0 0 20px;
	background: #fff url(../images/email.gif) 2% 50% no-repeat;
	border: 1px solid #fff;
}

#newsletter #submit {
	width: 90px;
	background: #680101;
	margin: 8px 0 0 0;
	padding: 0 2px 0 2px;
	color: #eee;
	cursor: pointer;
}	

#newsletter #response {
	color: #333;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 0;
}

#tourdates {
	margin: 20px 0 0 0;
	background: url(../images/tourdates.jpg) no-repeat;
	width: 218px;
	height: 281px;
}

#tourdates p {
	padding: 30px 30px 10px 30px;
}

/* ------------------------- CONTENT SECTION -------------------------- */

#content {
	margin: 0 20px 0 228px;
	padding: 20px 0 0 0;
	height: 1%;
}

#content h1 {
	border-bottom: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
	height: 14px;
	margin: 0;
	padding: 0;
}

#content h2 {
	background: url(../images/cal.gif) 0% 40% no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 12px
}

#content h4 {
	margin: -3px 0 10px 0;
	border-bottom: 1px dashed #333;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}

#content h5 {
	margin: 5px 0 5px 0;
	font-size: 12px;
	font-weight: normal;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #670000;
	margin: 0;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}

#content h3 a {
	text-decoration: none;
}

#content h3 a:hover {
	color: #333;
}	

#content p {
	margin: 10px 0 0 0;
	padding: 0;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/venu.gif) no-repeat;
}

#content #tracklist {
	margin: 0;
	padding: 0;
}

#content #tracklist li {
	margin: 0;
	height: 18px;
	padding: 0 0 2px 22px;
	background: url(../images/tracklist.gif) no-repeat;
}

#content form {
	margin: 12px 0;
	padding: 0;
}

#content fieldset {
	padding: 10px;
	background-color: #eee;
}

#content label {
	font-weight: bold;
	display: block;
	width: 150px;
}

#content form .submit {
	margin: 5px 0 0 0;
}

#photos ul {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none
}

#photos li {
	float: left;
	margin: 0;
	padding: 5px;
	background-image: none;
}

#photos li img {
	display: block;
	border: none;
}

#photos li a {
	border: 5px solid #e1e1e1;
	display: block;
}

#photos li a:hover {
	border: 5px solid #ccc;
}

/* -------------------------- FOOTER SECTION -------------------------- */

#footer {
	width: 765px;
	height: 80px;
	background: url(../images/footer.jpg) no-repeat;
}

#bottom {
	margin-top: 5px;
}

#bottom p {
	text-align:center;
	color: #eee;
	margin: 5px 0 5px 0;
}

#bottom a {
	color: #eee;
}

#bottom a:hover {
	color: #990000;
}


/* ------------------------ SPECIAL CLASSES --------------------------- */

.hits {
	background: url(../images/hits.gif) no-repeat;
}

.allentries {
	background: url(../images/allentries.gif) no-repeat;
}

.about {
	background: url(../images/about.gif) no-repeat;
}

.appearances {
	background: url(../images/appearances.gif) no-repeat;
}

.photogallery {
	background: url(../images/photogallery.gif) no-repeat;
}

.latestnews {
	background: url(../images/latestnews.gif) no-repeat;
}

.contactheader {
	background: url(../images/contactheader.gif) no-repeat;
}

.music {
	background: url(../images/music.gif) no-repeat;
}

.video {
	background: url(../images/video.gif) no-repeat;
}

.podcasts {
	background: url(../images/podcasts.gif) no-repeat;
}

.interviews {
	background: url(../images/interviews.gif) no-repeat;
}

.ringtones {
	background: url(../images/ringtones.gif) no-repeat;
}

.requests {
	background: url(../images/requests.gif) no-repeat;
}

.overview {
	background: url(../images/overview.gif) no-repeat;
}

.addblog {
	background: url(../images/addblog.gif) no-repeat;
}

.addcategory {
	background: url(../images/addcategory.gif) no-repeat;
}

.deletecategory {
	background: url(../images/deletecategory.gif) no-repeat;
}

.editblog {
	background: url(../images/editblog.gif) no-repeat;
}

.deleteblog {
	background: url(../images/deleteblog.gif) no-repeat;
}

.sendnewsletter {
	background: url(../images/sendnewsletter.gif) no-repeat;
}

.grey {
	background-color: #eee;
	padding: 10px;
}

.comment1 {
	background-color: #fff;
	padding: 2px;
}

.comment2 {
	background-color: #eee;
	padding: 2px;
}

.melissa {
	background-color: #680101;
	padding: 2px;
	color: #eee;
}

.adminoptions {
	background-color: #ccc;
	padding: 0 0 0 2px;
	margin: -8px 0 0 0;
}

.adminoptions img {
	border: none;
	text-decoration: none;
	margin: 0 0 0 2px;
}

#mp3 {
	margin: 10px 0 0 0;
}

#message {
	margin: 0;
	padding: 0;
}

#message .success {
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../images/success.gif) 0% 50% no-repeat;
}

#message .error {
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../images/error.gif) 0% 50% no-repeat;
}

#message ol {
	margin: 10px 0 0 25px;
	padding: 0;
}

.leftimage {
	float: left;
	margin: 10px 10px 10px 0;
}

.rightimage {
	float: right;
	margin: 10px 0 10px 10px;
}

.date {
	font-size: 11px;
}

.preload {
	display: none;
}

.send {
	margin-top: 2px;
}

.email {
	display: none;
}

.hidden {
	display: none;
}

.event {
	margin: 5px 0;
}

.event h5 {
	background: url(../images/cal.gif) 0% 50% no-repeat;
	padding: 0 0 0 20px;
	font-size: 100%;
	margin: 0;
}

.event h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
}

/* ----------------------- CLEARFIX HACK ----------------------------- */

.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 */