@charset "utf-8";
/* CSS Document */

html, body { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url("metalBackground.jpg");
	background-position: center top;
	background-repeat: repeat;
	background-color: #787878;
	margin: 0;
}

a { 
	color: #cb3a3a; 
	text-decoration: none;
}
	a:hover { text-decoration: underline; }

img { 
	border: none;
	display: block; 
}

	#header {
		width: 650px;
		margin: auto;
		font-size: 14px;
		color: white;
		text-align: center;
		padding-top: 25px;
	}
	
		#logo { margin: 0 auto; }
	
		#header ul {
			margin: 10px 12px 14px 12px;
			padding: 0;
			list-style: none;
		}

			/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
			/* thanks to: http://www.positioniseverything.net/easyclearing.html */
			#header ul:after {
				content: ".";
				display: block;
				visibility: hidden;
				clear: both;
				height: 1%;
				font-size: 0.1em;
				line-height: 0;
			}

			/* patch to make easyclearing hack work in IE7 */
			/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
			#header ul { display: inline-block; }
			#header ul { display: block; }

			#header li {
				float: left;
				padding: 0;
				margin: 0 34px;
				display: inline; /* for IE6 */
			}

				#header a {
					color: black;
					text-decoration: none;
				}
					#header a:hover { text-decoration: underline; }
					
				#header li a {
					background-position: left top;
					background-repeat: no-repeat;
					background-image: none;
					display: block;
					height: 16px;
					padding: 1px;
				}
				
				#header li a:hover img {
					visibility: hidden;
				}
					
				#about { width: 52px; }
				#latest { width: 50px; }
				#oldest { width: 55px; }
				#contact { width: 66px; }
				#client { width: 50px; }
				
				#about:hover { background-image: url("nav-about_over.gif"); }
				#latest:hover { background-image: url("nav-latest_over.gif"); }
				#oldest:hover { background-image: url("nav-oldest_over.gif"); }
				#contact:hover { background-image: url("nav-contact_over.gif"); }
				#client:hover { background-image: url("nav-client_over.gif"); }
					
					
	#contentAreaContainer {
		width: 596px;
		margin: auto;
	}	
	
		#contentArea {
			width: 550px;
			padding: 1px 23px 10px 23px;
			margin: 0 auto;
			line-height: 1.7em;
			background-image: url("contentBG.png");
			background-repeat: repeat-y;
			background-position: center top;
		}

			/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
			/* thanks to: http://www.positioniseverything.net/easyclearing.html */
			#contentArea:after {
				content: ".";
				display: block;
				visibility: hidden;
				clear: both;
				height: 1%;
				font-size: 0.1em;
				line-height: 0;
			}

			/* patch to make easyclearing hack work in IE7 */
			/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
			#contentArea { display: inline-block; }
			#contentArea { display: block; }

	#footer {
		width: 650px;
		padding-top: 12px;
		margin: auto;
		font-size: 14px;
		color: black;
		text-align: center;
	}
	
		#footer .exhibita { font-size: 16px; }

h1 {
	font-family: "arial black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: lowercase;
	color: #cb3a3a; /* red type */
	padding-top: 13px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
	
h2 {
	font-size: 16px;
	margin: 10px 0 20px 0;
	text-align: center;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
	margin: 15px 0;
	text-align: justify;
}

.exhibita {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
	.exhibita .a { color: #cb3a3a; }


div.bio {
	font-size: 16px;
	line-height: 1.2em;
	margin: 30px;
}

	div.bio img {
		float: left;
		margin-right: 20px;
		margin-top: 3px;
	}

	/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
	/* thanks to: http://www.positioniseverything.net/easyclearing.html */
	div.bio:after {
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
		height: 1%;
		font-size: 0.1em;
		line-height: 0;
	}

	/* patch to make easyclearing hack work in IE7 */
	/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
	div.bio { display: inline-block; }
	div.bio { display: block; }
	
div.video {
	width: 533px;
	margin: auto;
	text-align: center;
}

div.work {
	clear: left;
	margin: 30px 0;
	font-size: 16px;
	width: 330px;
	padding-left: 220px;
	line-height: 1.2em;
}

	div.work img {
		width: 200px;
		float: left;
		margin-left: -220px;
		display: inline;
		margin-right: 20px;
	}
	
	div.work p {
		font-size: 16px;
		text-align: left;
		margin-top: 0;
	}
	
	div.work h2 {
		margin: 0;
		text-align: left;
	}

	/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
	/* thanks to: http://www.positioniseverything.net/easyclearing.html */
	div.work:after {
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
		height: 1%;
		font-size: 0.1em;
		line-height: 0;
	}

	/* patch to make easyclearing hack work in IE7 */
	/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
	div.work { display: inline-block; }
	div.work { display: block; }

p.contact { text-align: center; }	