/* Basic page styles */

body {
	font-family: "Times New Roman", times, serif;
	font-size: 11pt;
	color: #000000;
	}
	
a	 {
	color : #D1C2A7;
	text-decoration : none;
	}

/* Styles for navigation area and buttons */

.navLink {
	padding-left : 15px;
	}
	
a:hover {
	color : #D1C2A7;
	text-decoration : underline;
	}
		
.nav {display: none}
	
.topButton {
	padding-top : 15px;
	}
	
.topButton a {
	display : block;
	color : #1C1C1C;
	text-decoration: none;
	border-top : 1px solid #85736B;
	border-bottom : 1px solid #85736B;
	}

.topButton a:hover {
	color : #D1C2A7;
	text-decoration : none;
	background-color : #645650;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	}
	
.buttons a {
	display : block;
	color : #1C1C1C;
	text-decoration: none;
	border-top : 1px solid #85736B;
	border-bottom : 1px solid #85736B;
	}
	
.buttons a:hover {
	color : #D1C2A7;
	text-decoration : none;
	background-color : #645650;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	}

/* Styles for content areas */

.content {
	position: static;
	width: auto;
	height: auto;
	margin-left : auto;
	margin-right : auto;
	}
	
.header {display: none}

/* Styles specific to News page */

.newsItem {
	background-color : #918879;
	}

.newsContent {
	padding-left : 8px;
	padding-right : 5px;
	padding-bottom : 5px;
	}
	
.date {
	background-color : #776E5F;
	color :  #9D9588;
	padding-left : 8px;
	}

/* Styles specific to the Discography */
	
.discItem {
	background-color : #918879;
	width : 100%;
	margin-bottom : 20px;
	}
	
.title {
	background-color : #776E5F;
	color :  #9D9588;
	padding-left: 8px;
	}
	
.discContent {
	padding-left : 8px;
	padding-right : 5px;
	padding-bottom : 5px;
	}
	
.tracks {
	border-left : 1px dashed #776E5F;
	}
	
.name {
	font-size : 12pt;
	color :  #D1C2A7;
	left : 0px;
	top : 102px;
	width : 100%;
	height : 25px;
	background-color : #85736B;
	position : absolute;
	padding-left : 15px;
	}
	
.song {font-weight: bolder}

.composer {
	font-style: italic;
	font-size: smaller;
	padding-left: 1em;
	}
	
.copyright {
	font-size: smaller;
	font-style: italic;
	}
	
.credit {display: none}
	
.thumb {
	border: 1px solid #000000;
	}

.play {
	padding-left: 30px;
	font-size: smaller;
	}
	
/* Styles specific to Artists page */

.artists {
	border-left : 1px dashed #000;
	}
