@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	padding:0px;
	margin:0px;
}

div {
	padding: 0px; 
	margin: 0px;
}

#pagecontainer {
	margin: 30px auto 30px auto;
	width:1074px;
	background-color:#FFFFFF;
}

#live {
	height:91px;
	margin:0 0 0 676px;
	padding:0px;
	float:left;
	position:absolute;
	top:154px;
	background-color:#FFFFFF;
	width: 367px;
}

#live a:hover {
	text-decoration:underline;
}

#liveheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10em;
	font-weight:bold;
	line-height:1em;
	color:#787571;
	margin-top:-12px;
	margin-left:-8px;	
	white-space:nowrap;
}

#livesubheader {
}

	#header {
		height: 113px;
		border-bottom:1px #ddd solid;
		padding:0 30px 0 30px;
	}
	
	#header img {
		border:none;
		padding:0px;
		margin:0px;
	}
		#logo {
			clear:right;	
			float:right;
			margin:32px -6px 0 0px;
					
		}
		
		#sitename {
			font-family: "Courier New", Courier, monospace;
			font-weight:bold;
			font-size: 4.5em;
			margin:24px 0 0 0px ;
			text-decoration: none;
			line-height:0.9em;
			color:#000000;
		}
		#sitename a:link, #sitename a:visited,#sitename a:hover, #sitename a:active {
			color:#010101;
			text-decoration:none;
		}		
		#sitenamesubtext {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 1.3em;
			color: #787571;			
		}				
	#current {
		border-bottom:1px #ddd solid;
		padding:0 30px 0 30px;
	}
	#about {
		border-bottom:1px #ddd solid;
		padding:15px 30px 0px 30px;
	}
	#cols {
		padding:0 15px 0 15px;
	}
		#col1,#colv21 {
			float:left;
			width:230px;
			border-right:1px #ddd dashed;
			padding:15px;
		}
		#col2,#colv22 {
			float:left;
			width:230px;
			border-right:1px #ddd dashed;
			padding:15px;
		}
		#col3,#colv23 {
			float:left;
			width:230px;
			border-right:1px #ddd dashed;
			padding:15px;
		}			
		#col4,#colv24 {
			float:left;
			width:230px;
			padding:15px;
		}
			.moreless {
				margin-top:1.0em;
				margin-bottom:0.5em;				
			}
			.weblink {		
				float:left;
				padding-top:6em;
			}
			.nr {
				float:right;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10em;
				font-weight:bold;
				color:#787571;
				padding:0px;
				margin:0px;
				line-height:0.8em;
			}
		#col1w,#col2w,#col3w,#col4w {
			height:200px;
			display:block;
			overflow:hidden;
		}
		#colv21,#colv22,#colv23,#colv24 {
			border-top:1px #ddd dashed;
			border-bottom:1px #ddd dashed;
		}
		.colv2work {
			height:1450px;
		}
		#colv21 {
			padding-left:30px;
		}
		#colv24 {
			padding-right:30px;
		}
		#currentw {
			display:block;
			overflow:hidden;		
		}
		#pastw {
			height:100px;
			display:block;
			overflow:hidden;		
		}
		#col1t,#col2t,#col3t,#col4t,#currentt,#pastt {
		}
			
	#past {
		clear:both;
		border-top:1px #ddd solid;
		border-bottom:1px #ddd solid;
	}
	.pasttext {
		padding:0 28px 0 28px;	
	}		
	#footer {
		height: 50px;
		border-bottom:1px #ddd solid;
	}
		#footercopyright {
			float:right;
			margin: 20px 50px 0 0;
		} 
	#contact {
		float:right;		
		margin:16px -3px 0 0;
	}

.projectimage {
	float:right;
	margin:6px 0px 0 0;
}
	
h1 {
	font-family: "Courier New", Courier, monospace;
	margin-top:0px;
	font-size:2em;	
}

h2 {
	margin-bottom:0.5em;
}

.artist {
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.5em;
}

#current h1 {
	font-size:3em;
	margin-bottom:-10px;
}


#past h1 {
	font-size:3em;
}

h2.work {
	font-size:2em;
	margin-top:0px;
	font-family: "Courier New", Courier, monospace;	
}

#about h1 {
}

a {
	color:#666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

h1 a:link, h1 a:visited, h1 a:active, h2 a:link, h2 a:visited, h2 a:active {
	color:#010101;
	text-decoration:none;
}		

h1 a:hover, h2 a:hover {
	color:#010101;
	text-decoration:underline;
}			

p {
	line-height:20px;
	margin-top:10px;	
	margin-bottom:0px;	
}

.artisttype {
	margin-top:0px;	
	margin-bottom:0px;
	color: #787571;			
	
}

img {
	border:1px #ddd solid;
	padding:5px;
	margin:0px;
}

input {
	width:300px;
}

textarea {
	width:300px;
}

form {
	margin-left:0px;
	padding-left:0px;
}

fieldset {
	border:none;
	margin-left:0px;
	padding-left:0px;
}

li {
	list-style-type:disc;
	font-size:20px;
	font-variant:small-caps;
	font-family:"Courier New", Courier, monospace;
}

