/*******************BRIANHINTON.CO.UK STYLESHEET*******************/

/*RULE FOR HORIZONTAL LINE*/

.navrule {
	border: none;
	background-color: #B51032;
	color: #B51032;
	height: 1px;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}


/**********************STYLING OF WRAPPER*******************************/

#wrapper {
	position: relative;
	text-align: left;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 100px 0 0 0;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;	
}

#wrapper h1 {
	font: normal 180% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #CC6633;
	background-color: transparent;
	padding: 0 0 20px 20px;
	margin-top: 10px;
}

/***********************STYLING OF WRAPPER ON INDEX PAGE ONLY****************/

#indexwrapper {
	position: relative;
	text-align: center;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 100px 0 0 0;
	background-image: url(images/brian_hinton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;	
}


/***************************STYLING OF CONTENT DIV***********************/



#content {
	width: 750px;
	padding: 0;
	margin-top: 50px;
}
#content p {
	font-size: 80%;
	line-height: 1.5em;
}

#content h1 {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CC6633;
	background-color: transparent;
	padding-left: 0;
}
#content h2 {
	font-size: 80%;
	color: #CC6633;
	background-color: transparent;
	padding-left: 0;
}
#content a:link, #content a:visited {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}
#content a:hover {
	font-weight: normal;
	color: #CC6633;
	background-color: #000000;
}

.imagecaptions {
	padding-top: 15px;
	padding-bottom: 30px;
}

.textcell {
	padding-right: 20px;
}



/*********************************NAVIGATION BAR*************************/

#navbar {
	position: relative;
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#navbar table {
	width: 500px;
	margin-top: 10px;
	margin-right: -10px;
		
}

#navbar td {
	text-align: right;
	padding: 0;
}

#navbar a:link, #navbar a:visited {
	padding: 2px 10px 2px 10px;	
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
#navbar a:hover {
	color: #CC6633;
	background-color: #000000;
}

/*******************BLOCK OF IMAGES AT BOTTOM OF PAGES*******************/

#bottomimages {
	width: 750px;
	text-align: center;
	margin-bottom: 20px;
}

#imageblock {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#imageblock li {
	float: left;
	margin: 30px 20px 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}

#imageblock img {
	display: block;
	border: 1px solid #000000;
	margin-bottom: 5px;
	margin-right: 50px;
}


/*****************STYLING OF BULLETED LIST ON ABOUT PAGE********************/

#bulletlist {
	list-style-type: square;
}
#bulletlist li {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}


/*********************STYLING OF LIST OF ARTISTS A-Z*********************/

#artistslist {
	list-style-type: none;
}
#artistslist li {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}
#artistslist a {
	margin-right: 2em;
}


/**************************STYLING OF LINKS AT BOTTOM OF IMAGE PAGES********/

#bottomlinks p {
	clear: both;
	width: 750px;
	text-align: right;
	font-size: 80%;
	font-weight: normal;
}


#bottomleft p {
	clear: both;
	width: 750px;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
}


/******************************FOOTER****************************/

#footer {
	clear: both;
	padding: 20px 0 10px 0px;
	text-align: center;
	font-size: 70%;
	color: #CC6633;
	background-color: #000000;
}
