.clear {
	clear: both;
}

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body { 
	text-align: center;
}

#container {
	margin: auto;
	text-align: left;
	width: 900px;
}

#header {	
	color: #333;
	font: 8pt arial;
	margin: 10px 0;
	padding: 20px 0;
}

	#header h1 {
		float: left;
	}

	#header h1 a {
		text-decoration: none;
	}

	#header #address,
	#header #time {
		color: #333;
		float: right;
		font: 10pt arial;
		margin-left: 30px;
		padding-top: 5px;
	}

#menu {
	border-bottom: 1px solid #EEE;
	height: 35px;
	margin: 30px 0 0;
	overflow: auto;
	width: 100%;
}

	#menu ul.suckerfish li {
		display: inline;
		float: left;
		margin-right: 10px;
		position: relative;
	}

	#menu ul.suckerfish li a {
		background: #FFF;
		color: #333;
		float: left;
		font: bold 12pt Garamond;
		padding: 8px 30px 8px 0;
		text-decoration: none;
	}
		
	#menu ul.suckerfish li a:hover {
		/*background: url(/img/stripes_hover.png) repeat-x;*/
	}

	#menu ul.suckerfish li a.on,
	#menu ul.suckerfish li a.on:hover{
		/*background: url(/img/stripes_on.png) repeat-x;*/
	}
	
#content {
	padding: 0 0 80px;
}

.twocols {
	background: url(/img/faux.png) repeat-y;
}

#content .lcol {
	float: left;
}

#content .rcol {

}

	#content #art {
		border: 10px solid #EEE;
	}

	#content #preview {
		margin: 20px 0 0;
	}
	
		#content #preview h2 {
			color: #333;
			font: bold 10pt arial;
		}
		
		#content #preview table {
			border-bottom: 1px solid #EEE;
			margin: 20px 0 0;
			width: 900px;
		}
		
		#content #preview th {
			background: #EEE;
			color: #333;
			font: bold 8pt arial;
			padding: 5px;
		}
		
		#content #preview td {
			color: #777;
			font: 8pt arial;
			padding: 10px 5px 20px;
			vertical-align: top;
		}
		
		#content #preview td div {
			font-weight: normal;
		}	
		
		#content #preview td a {
			color: #333;
			text-decoration: none;
		}
		
	#content #smenu {
		background: #F7F7F7;
		color: #333;
		padding: 45px 10px;
		width: 150px;
	}
	
		#content #smenu h2 {
			font: bold 10pt arial;
		}
		
		#content #smenu p {
			font: 10pt arial;
			margin: 20px 0;
		}
		
		#content #smenu ul {
			font: bold 10pt arial;
			margin-top: 30px;
		}
		
		#content #smenu ul li {
			background: url(/img/subnav_arrow.gif) no-repeat 0 3px;
			font: bold 10pt arial;
			padding: 0 0 0 15px;
		}
		
		#content #smenu ul a {
			color: #333;
			font: bold 10pt arial;
			text-decoration: none;
		}
		
			#content #smenu ul ul {
				font: 10pt arial;
				margin: 0 0 20px 10px;
			}
			
			#content #smenu ul ul li {
				background: transparent url(/img/subnav_bullet.gif) no-repeat 2px 3px;;
				font: bold 10pt arial;
				margin: 3px 0;
			}
			
			#content #smenu ul ul li a {
				color: #333;
				font: 10pt arial;
				text-decoration: none;
			}
		
	
	#content #shows {
		margin: 0 0 0 200px;
		padding: 40px 0 40px 10px;
	}
	
		#content #shows h2 {
			font: bold 10pt arial;
			padding: 5px 0 0;
		}
		
		#content #shows div.none {
			border: 1px solid #EEE;
			color: #333;
			font: 10pt arial;
			margin: 10px 0;
			padding: 15px;
		}
		
		#content #shows div.show {
			background: url(/img/stripes_future.png) repeat-x;
			border-top: 1px solid #EEE;
			margin: 20px 0 50px;
		}
		
		#content #shows div.show div.pic img {
			color: #DD0000;
			float: right;
			font: bold 8pt arial;
			margin: 12px 10px;
			text-align: right;
		}
		
		#content #shows div.show h3 {
			color: #777;
			font: 24pt arial;
			margin: 10px;
		}
		
		#content #shows div.show div.dates {
			color: #DD0000;
			font: bold 8pt arial;
			margin: 12px 10px;
		}
		
		#content #shows div.show div.description {
			color: #333;
			font: 10pt arial;
			margin: 10px;
		}
	
	#content #artists {
		background: url(/img/faux_2.png) repeat-y;
		margin: 0 0 0 200px;
		padding: 40px 0 40px 10px;
	}
	
		#content #smenu li.artist {
			display: block;
			margin: 10px 0;
		}
		
		#content #smenu li.artist a {
			font-weight: normal;
		}
	
		#content #artists h2 {
			font: bold 10pt arial;
			margin-bottom: 10px;
			padding: 5px 0 0;
			width: 380px;
		}
		
		#content #artists div.none {
			border: 1px solid #EEE;
			color: #333;
			font: 10pt arial;
			margin: 10px 0;
			padding: 15px;
		}
		
		#content #artists a.name {
			background: #FAFAFA;
			border: 1px solid #EEE;
			color: #333;
			float: left;
			font: 10pt arial;
			height: 80px;
			margin: 20px 25px 20px 0;
			text-decoration: none;
			width: 160px;
		}
		
		#content #artists a.name:hover {
			border: 1px solid #DD0000;
		}
		
		#content #artists a.name div {
			padding: 20px;
		}
	
		#content #artists #slideshow {
			border: 1px solid #EEE;
			background-color: #fff;
			float: right;
			height: 270px;
			margin: 0 0 20px 20px;
			width: 270px;
		}
		
			#content #artists #slideshow .slide img {
				margin: 10px;
			}
			
			#content #artists #slideshow .slide span {
				display: block;
				font: bold 8pt arial;
				margin-bottom: 10px;
			}
		
		#content #artists #description {
			font: 10pt arial;
			text-align: justify;
		}
		
		#content #artists #description p {
			margin: 10px 10px 10px 0;
		}
	
	#content #works {
		margin: 0 0 0 200px;
		padding: 40px 0 40px 10px;
	}
	
		#content #works h2 {
			font: bold 10pt arial;
			padding: 5px 0 0;
		}
		
		#content #works div.none {
			border: 1px solid #EEE;
			color: #333;
			font: 10pt arial;
			margin: 10px 0;
			padding: 15px;
		}
		
		#content #works div.work {
			border: 1px solid #EEE;
			margin: 20px 0 50px;
		}
		
		#content #works div.work img {
			float: right;
			margin: 12px 10px;
		}
		
		#content #works div.work h3 {
			color: #777;
			font: bold 12pt arial;
			margin: 10px;
		}
		
		#content #works div.work h3 span {
			color: #333;
			font: 8pt arial;
			margin-left: 10px;
		}
		
		#content #works div.work h3 span em {
			font-weight: bold;
		}
		
		#content #works div.work div.description {
			color: #333;
			font: 10pt arial;
			margin: 10px;
		}
	
	#content #info {
		background: #F7F7F7;
		color: #333;
		padding: 45px 10px;
		width: 400px;
	}
	
		#content #info h2 {
			font: bold 10pt arial;
		}
		
		#content #info p {
			font: 10pt arial;
			margin: 10px 0;
		}
	
		#content #info #map {
			border: 1px solid #777;
			height: 250px;
			margin: 30px 0 0;
			width: 350px;
		}
		
		#content #info #map2 {
			border: 1px solid #777;
			height: 250px;
			margin: 30px 0 0;
			width: 350px;
		}
	
	#content #contact {
		color: #333;
		float: right;
		padding: 45px 10px;
		width: 400px;
	}
	
		#content #contact form {
			border: 5px solid #F7F7F7;
			padding: 10px 0;
			width: 400px;
		}
		
			#content #contact form span {
				color: #DD0000;
				display: block;
				font: bold 10pt arial;
			}
			
			#content #contact form .error {
				border-bottom: 1px solid #DD0000;
				color: #DD0000;
				font: 10pt arial;
				margin: 0 15px 20px;
				padding-bottom: 10px;
			}
			
			#content #contact form .success {
				background: #DDEEEE;
				color: green;
				font: bold 10pt arial;
				margin: 0 5px 20px 5px;
				padding: 10px;
			}
			
			#content #contact form em {
				color: #DD0000;
			}
			
			#content #contact form label {
				color: #333;
				float: left;
				font: bold 10pt arial;
				padding: 5px 5px 5px 15px;
				width: 100px;
			}
			
			#content #contact form input {
				border: 1px solid #CCC;
				border-top: 1px solid #777;
				border-left: 1px solid #777;
				color: #777;
				float: left;
				font: 10pt arial;
				margin-bottom: 10px;
				padding: 5px;
				width: 200px;
			}
			
			#content #contact form br {
				clear: both;
			}
			
			#content #contact form textarea {
				border: 1px solid #CCC;
				border-top: 1px solid #777;
				border-left: 1px solid #777;
				color: #777;
				float: left;
				font: 10pt arial;
				height: 200px;
				margin-bottom: 10px;
				padding: 5px;
				width: 250px;
			}
			
			#content #contact form button {
			    background-color: #FAFAFA;
			    border: 1px solid #dedede;
			    border-top: 1px solid #eee;
			    border-left: 1px solid #eee;
			    color: #005898;
			    cursor: pointer;
				display: inline;
			    float: left;
				font: 8pt verdana;
				margin: 10px 7px 0 120px;
			    padding: 5px 10px 6px 7px; /* Links */
				text-decoration: none;
			}
			#content #contact form button {
			    width: auto;
			    overflow: visible;
			    padding: 4px 10px 3px 7px; /* IE6 */
			}
			#content #contact form button[type]{
			    padding: 5px 10px 5px 7px; /* Firefox */
			    line-height:17px; /* Safari */
			}
			*:first-child+html button[type]{
			    padding: 4px 10px 3px 7px; /* IE7 */
			}
			#content #contact form button:hover {
			    border: 1px solid #DD0000;
			}
			#content #contact form button img {
			    margin: 0 3px -3px 0 !important;
			    padding: 0;
			    border: none;
			    width: 16px;
			    height: 16px;
			}
	
	#loginbox  {
		border: 5px solid #F7F7F7;
		margin: 50px 0 200px;
		width: 300px;
	}

		#loginbox  a {
			text-decoration:none;
		}

		#loginbox #header {
			color: #333;
			font: bold 10pt arial;
			padding: 10px 20px;
		}

		#loginbox form {
			font: 10pt arial;
			margin: 20px;
		}
		
		#loginbox form .error {
			border-bottom: 1px solid #DD0000;
			color: #DD0000;
			font: 10pt arial;
			margin: 0 0 20px;
			padding-bottom: 10px;
		}
		
		#loginbox form .error span {
			font-weight: bold;
		}
		
		#loginbox form .error a {
			color: #005898;
		}
		
		#loginbox form fieldset div {
			margin: 10px 0;
		}
		
		#loginbox form label {
			float: left;
			font: 10pt arial;
			padding: 4px 0;
			width: 100px;
		}
		
		#loginbox form em {
			color: #DD0000;
		}
		
		#loginbox form input {
			border: 1px solid #CCC;
			border-top: 1px solid #777;
			border-left: 1px solid #777;
			color: #777;
			float: left;
			font: 10pt arial;
			margin-bottom: 10px;
			padding: 5px;
			width: 140px;
		}
		
		#loginbox form fieldset.submit{
			margin: 20px 0 10px;
		}
		
		#loginbox div.logout {
			color: #DD0000;
			font: bold 10pt arial;
			margin: 20px;
		}
		
		#loginbox div.logout a {
			color: #333;
			font-weight: normal;
		}
		
		/** 
		 *	'Rediscovering the button element'
		 *	http://particletree.com/features/rediscovering-the-button-element/
		 */
		#loginbox form fieldset.submit button {
			background-color: #f5f5f5;
			border: 1px solid #dedede;
			border-top: 1px solid #eee;
			border-left: 1px solid #eee;
			color: #005898;
			cursor: pointer;
			display: block;
			float: left;
			font: 8pt verdana;
			margin: 0 7px 0 0;
			padding: 5px 10px 6px 7px; /* Links */
			text-decoration: none;
		}
		#loginbox form fieldset.submit button {
			width:auto;
			overflow:visible;
			padding:4px 10px 3px 7px; /* IE6 */
		}
		#loginbox form fieldset.submit button[type]{
			padding:5px 10px 5px 7px; /* Firefox */
			line-height:17px; /* Safari */
		}
		*:first-child+html button[type]{
			padding:4px 10px 3px 7px; /* IE7 */
		}
		#loginbox form fieldset.submit button:hover {
			border: 1px solid #59ACD5;
			border-top: 1px solid #BADCED;
			border-left: 1px solid #BADCED;
		}
		#loginbox form fieldset.submit button img {
			margin:0 3px -3px 0 !important;
			padding:0;
			border:none;
			width:16px;
			height:16px;
		}
		
#footer {
	border-top: 1px solid #F7F7F7;
	color: #333;
	font: 8pt verdana;
	padding: 10px 0 100px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer #bd {
	float: right;
	margin: -5px 0;
	padding: 5px;
}

#footer #bd a {
	color: #AAA;
	padding: 5px;
	text-decoration: none;
}

#footer #bd a:hover {
	background: #EEE;
	color: #000;
}
