/* COMMON FOR ALL PAGES */
body {
	font-family: sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: black;
background-color: white;
}
a, a:visited, a:active, a:focus, a:link {
	text-decoration: none;
	color: black;
}
.photo-text {
	font-size: 9px;
	color: gray;
	text-align: right;
	}
.title-box {
	width: 590px;
	padding: 5px;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	}
#home {
	cursor: pointer;
	}
#container {
	background-color: white;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 60px;
	width: 700px;
	min-height: 800px;
}
#logo {
	font-family: "Times New Roman", serif;
	font-size: 80px;
	margin-bottom: 20px;
}
#menu {
	padding-left: 0px;
	margin-left: 0px;
	}
.menu-item {
	font-size: 14px;
	display: inline;
	color: black;
	cursor: pointer;
	padding: 10px;
}
#menu li:hover {
	background-color: #EEEEEE;	
}
#text {
	width: 600px;
}
#latest-news {
	font-size: 15px;
	color: #A30000;
	position: absolute;
	top: 145px;
	left: 865px;
	}
#newslist {
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	position: absolute;
	left: 720px;
	top: 170px;
	background: #EEEEEE;
	color: black;
}
.news-item {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	width: 175px;
}
.news-link {
	cursor: pointer;
	}
#page {
	color: #A30000;
	}


/*PRESS */
.presslink-item {
	margin-bottom: 10px;
}
.presslink-item .presslink-link {
	color: gray;
}

/* TOURDATES */
#tourdates-past tr:hover {
	cursor: pointer;
}
#tourdates-upcoming tr:hover {
	cursor: pointer;
}

/* MUSIC */
#music .record {
	clear: both;
	}
#music .record-image {
	margin-bottom: 20px;
	float: left;
	height: 130px;
	width: 150px;
}
#music .record-description {
	padding-left: 15px;
	float: left;
	margin-bottom: 20px;
	width: 420px;
}
#music .record-description .record-title {
	background-color: #EEEEEE;
	padding: 5px;
	margin-bottom: 10px;
}

/*GUESTBOOK */
.post-item {
	background-color: #EEEEEE;
	padding: 5px;
	margin-bottom: 10px;	
}
.top {
	cursor: pointer;
	}
.post-header {
    overflow: hidden;
    word-wrap: break-word;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 11px;
}
.post-content {
	margin-left: 65px;
    overflow: hidden;
   	word-wrap: break-word;
}
#form_to_post input[type=submit] {
  margin-bottom: 15px;
}
input, textarea {
	border: 1px solid gray;
}
.guestbook_remove {
	cursor: pointer;	
}

/* NEWS */
#news-container .news-item {
	background-color: #EEEEEE;
	padding: 5px;	
	margin-bottom: 5px;
	width: 600px;
}
#news-container .news-item .news-title {
	cursor: pointer;
	margin-bottom: 5px;
}
#news-container .news-item .news-content {
	font-style: italic;
}
/* FOR THE PRESS*/
#for_the_press .image {
	float: left;
	margin-right: 20px;

}
#for_the_press .image img{
	height: 120px;
	width: 120px;
}

