/*******************************************************************************
	
	EKLECTICA RECORDS
	CSS Version 3.0
	John Chapman, 2008.
	
*******************************************************************************/
* {
	margin: 				0;
	border:					0;
	padding:				0;	
}

body {
	font-size:				10pt;
	line-height:			1;
	text-align:				justify;
	font-family:			"Arial", sans-serif;	
	background-color:		#121721;
	color:					#bdc6cb;
}

a:link, a:visited, a:active {
	color:					#bdc6cb;
	text-decoration:		underline;
}
a:hover {
	color:					#6c6c7f;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:				10px;
	margin-bottom:			10px;
}

h1 {
	font-size:			145%;

}

h2 {
	font-size:			115%;
}

h3 {
	font-size:			125%;
}

p {
	margin-top:				10px;
	margin-bottom:			10px;
	line-height:			1.5;
}

ul {
	margin-left:		40px;
	list-style-type:	square;
	line-height:		2;
}

/*------------------------------------------------------------------------------
	COMMON CLASSES
------------------------------------------------------------------------------*/
/*	Shadow box */
.shadow, .shadowTop, .shadowBottom {
	width:					850px;
	margin:					0px auto;
	background-position:	center;
}
	.shadow {
		background-image:		url("images/shdw.gif");
		background-repeat:		repeat-y;
	}
	.shadowTop {
		height:					16px;
		background-image:		url("images/shdwTop.gif");
		background-repeat:		no-repeat;
	}
	.shadowBottom {
		height:					16px;
		background-image:		url("images/shdwBtm.gif");
		background-repeat:		no-repeat;
	}

/*	Wraps main components, centres them. */
.container {
	width:					800px;
	margin:					0 auto;
	border:					1px solid #131418;
	background-color:		#353c46;
}

/*	Site logo. */
.banner {
	height:					115px;
	overflow:				hidden;
	text-align:				center;
	background-image:		url("images/banner1.jpg");
	background-repeat:		no-repeat;
	background-position:	center;
}

/*	Navigation bar, contains major site section links (tabs) */
.navigator {
	height:				28px;
	overflow:			hidden;
	text-align:			center;

	background-image:	url("images/gr28a.gif");
	background-repeat:	repeat-x;
}
	/*	Tab button on the navigator bar. */
	.navigatorItem {
		display:			inline;
		height:				28px;
		margin-right:		25px;
	}

/*	Main content area. */
.content {
	overflow: 				auto;
	background-image:		url("images/gr200b.gif");
	background-repeat:		repeat-x;
	background-position:	bottom;
}
	/* A nasty kludge to make the background align to the bottom of the content*/
	.contentClear { 
		clear:				both;
	}

/*	Page footer. */
.footer {
	height:				27px;
	overflow:			hidden;
	clear:				both;
	text-align:			right;
	font-size:			8pt;
	border-top:			1px solid #131418;
	
	background-image:	url("images/gr28b.gif");
	background-repeat:	repeat-x;
}
	/*	Link on the footer bar. */
	.footerItem {
		margin-right:		10px;
		margin-top:			8px;
		float:				right;
		display:			inline;
	}

/*	A small header with some text to the right of an image. */
.thumbnail {
	margin:				5px;
	padding:			5px;
	overflow:			auto;	
	
	/*border-bottom:		1px solid #1e2229;*/
}
	.thumbnail p {
		margin-left:		0;
		margin-right:		0;
		text-align:			left;
	}
	.thumbnail h1 {
		margin:				0;
		padding:			0;
		font-size:			11pt;
	}
	/*	Main image of thumbnail. */
	.thumbnailImage {
		margin-right:		10px;
		float:				left;
	}
		.thumbnailImage img { /* Ensures a tight border. */
			border:			1px solid #131418;
		}
		
/*	A larger version of a thumbnail. */
.listing {
	height:				186px;
	overflow:			hidden;
	margin:				10px;
	background-image:	url("images/gr200a.gif");
	border:			1px solid #131418;
}
	.listing p {
		padding-right:	10px;
	}
	/*	Main image of a listing. */
	.listingImage {
		margin-right:		10px;
		float:				left;
	}
		.listingImage img { /* Ensures a tight border. */
			border-right:			1px solid #131418;
		}
		
/*	Left-aligned image with text. */
.synopsis {
	margin:			10px;
}
	.synopsisImage { 
		margin-right:	10px;
		margin-bottom:	10px;
		float:			left;
	}
	.synopsisImage img {/* Ensures a tight border. */
			border:			1px solid #131418;		
	}

/*------------------------------------------------------------------------------
	GENERIC CLASSES
------------------------------------------------------------------------------*/
.leftColumn {
	width:				50%;
	float:				left;
	clear: 				both;
}

.rightColumn {
	width:				50%;
	float:				right;
}

.contentColumn {
	width:				70%;
	float:				left;
}

/*	Narrow-width right column for indexed pages. */
.indexColumn {
	width:				30%;
	float:				right;
}

/*	Content sub-sections are placed in 'boxes' */
.box {
	margin:				10px;
	border:				1px solid #131418;
	overflow:			auto;
	clear: 				both;
	background-image:	url("images/gr200a.gif");
	background-repeat:	repeat-x;
	background-color:	#2c323a;
}

/*	A right-aligned subsection, for additional information/buttons */
.sub {
	clear:				right;
	float:				right;
	margin-left:		10px;
	margin-right:		10px;
	margin-top:			5px;
	margin-bottom:		5px;
	text-align:			right;
	font-size:			8.5pt;
	font-style:			italic;
}
	.sub em {
		font-weight:	bold;
	}
	.sub form {
		display:		inline;
		margin-left:	10px;
	}

/*	Generic header - usually goes at the top of a box. */
.header {
	height:				28px;
	overflow:			hidden;
	background-image:	url("images/gr28b.gif");
	border-bottom:		1px solid #131418;
}
	.header h1 {
		display:			inline;
		float:				left;
		margin:				5px 10px;
		float:				left;
		padding:			0;
		font-size:			13pt;
	}
	.headerSub {
		float:				right;
		height:				21px;
		padding-top:		6px;
		margin-right:		10px;
		font-size:			8pt;
		font-style:			italic;
		overflow:			hidden;
	}

/*	Rather than apply rules to the <p> tag, wrap general text areas in a text div. */
.text {
	margin:		10px;
	line-height:		1.5;
}

/*------------------------------------------------------------------------------
	CONTENT-SPECIFIC CLASSES
------------------------------------------------------------------------------*/
.newsBox {
}

.latestReleasesBox {
}

.previousReleasesBox {
}

.reviewsBox {
}

.tracksBox {
	background-color:		#353c46;
	background-image:		url("images/gr200b.gif");	
	background-repeat:		repeat-x;
	background-position: 	bottom;
}

.indexBox {
	background-image:		url("images/gr200c.gif");
}

.sheetMusicBox {
	overflow: auto;
	padding-top:			5px;
	padding-bottom:			5px;
	border-top:				1px solid #576067;
	/*border-bottom:				1px solid #576067;*/
	background-image:		url("images/gr200b.gif");	
	background-repeat:		repeat-x;
	background-position: 	bottom;
	background-color:		#353c46;
}

.sheetMusicItem {
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:	7px;
	margin-bottom: 7px;
}
	.sheetMusicItemButton {
		float:	right;
	}
	.sheetMusicItemTitle {
		float: left;
	}
	

