
/* -------------------------------------------------------------------------------- */
/* RFU RECORDINGZ CSS STYLE SHEET - Created by CARNOLD http://www.chrisarnold.co.uk */
/* -------------------------------------------------------------------------------- */



/* ------------------ */
/* Standard Selectors */
/* ------------------ */


body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	font-size: 10px;
}

h1 {
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight : bold;
}

h2 {
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
 }
 
img {
	padding: 0px;
	margin: 0px;
 }
 
	/* img.nav = button images used in navigation */
img.nav {
	padding: 0px;
	margin: 2px;
	float: left;
}

	/* img.content = images used in main content body */
img.content {
	padding: 0px;
	margin: 5px;
}
 
ol {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a.one:link {color:#0066cc;}
a.one:visited {color:#0066cc;}
a.one:hover {color:#003399;}

a.two:link {color:#0066cc; font-weight : bold;}
a.two:visited {color:#0066cc; font-weight : bold;}
a.two:hover {color:#0066cc; font-weight : bold;}



/* --------------------------------------------------------------------- */
/*                          Bespoke Selectors                            */
/* All selectors are found roughly in the order they appear on the page  */
/* --------------------------------------------------------------------- */


#maincontainer {
	background-color: #ffffff;
	color: #cccccc;
	width: 780px;
	margin: 20px auto 20px auto;
	padding: 0px;
}

#header {
	background-color: #ffffff;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 100px;
	margin: 0px;
}

#speaker {
	background-image: url('images/speaker.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 520px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

	/* contentbox houses both the 'left hand' and 'right hand' boxes */
#contentbox {
	background-color: #ffffff;
	width: 780px;
	margin: 40px 0px 0px 0px;
	clear: both;
}

	/* Smaller left hand content box  */
.boxleft {
	background-color: #ffffff;
	padding: 0px 20px;
	margin: 50px 0px 0px 0px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
}

	/* Larger right hand content box  */
.boxright {
	background-color: #ffffff;
	padding: 0px;
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: right;
}



/* ------------------------------------------------------------------------------ */
/* Bar Graphics used to head up each section in the Larger right hand content box */
/* ------------------------------------------------------------------------------ */


.bar_news {
	background-image: url('images/bar_news.jpg');
	background-repeat: no-repeat;
	width: 518px;
	height: 40px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bar_releases {
	background-image: url('images/bar_releases.jpg');
	background-repeat: no-repeat;
	width: 518px;
	height: 40px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bar_artists {
	background-image: url('images/bar_artists.jpg');
	background-repeat: no-repeat;
	width: 518px;
	height: 40px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bar_quotes {
	background-image: url('images/bar_quotes.jpg');
	background-repeat: no-repeat;
	width: 518px;
	height: 40px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bar_links {
	background-image: url('images/bar_links.jpg');
	background-repeat: no-repeat;
	width: 518px;
	height: 40px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/* --------------------------- */
/* Bespoke Selectors continued */
/* --------------------------- */


	/* textright houses the text body in the larger right hand text box  */
.textright {
	background-color: #ffffff;
	padding: 0px 40px;
	margin: 10px 0px 10px 0px;
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: right;
}

	/* footer is positioned below the larger right hand content box and contains text */
#footer {
	background-color: #ffffff;
	width: 500px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #999999;
	clear: both;
}

	/* footerfooter is the main full size footer of the main content box*/
#footerfooter {
	background-color: #ffffff;
	background-image: url('images/headjack.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 50px;
	clear: both;
}



/* --------------------------- */
/*         Navigation          */
/* --------------------------- */

#nav {
	margin: 5px 0px 0px 0px;
}

#nav ul, #nav li {
	clear:left;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav a, #nav a:link {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}

#nav a:hover {
	color: #999999;
}