/******* RESET *******/
html, body, div, h1, h2, h3, h4, h5, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul, ol {margin-left: 20px;}
ol {list-style: none;}
li {padding-bottom: 10px;}
img, fieldset {border: 0;}
h1, h2, h3 {font-weight: normal;}
em, i {font-style: italic;}
strong, b {font-weight: bold;}
u {text-decoration: underline;}
/******* END RESET *******/

body {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #fff;
	color: #3f3f3f;
}
small { font-size: .75em; }
a { color: #4b6320; text-decoration: none; }
a:hover { color: #f90; text-decoration: underline; }
td { vertical-align: top; }

#header-bar {
	width: 100%;
	background: url(i/bar-sliver.gif) repeat-x;
	height: 71px;
}

#logo {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#page-wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#nav {
	padding-top: 5px;
	margin-left: 0;
}
	#nav li {
		display: inline;
		list-style-type: none;
		padding-right: 30px;
		text-transform: uppercase;
		font-weight: normal;
		color: #4f704e;
	}
	#nav li:last-child { padding-right: 0; }
	#nav li a { color: #4f704e; text-decoration: none; }
	#nav li a:hover { color: #ff9820; }
#content-wrapper {
	clear: both;
	margin-top: 75px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

table#artists {
	width: 288px;
}
	table#artists td { 
		font-style: italic; 
		font-size: .8em; 
		color: #999; 
		line-height: 1.4em; 
}
	table#artists td a { color: #999; }
	table#artists td a:hover { color: #4b6320; text-decoration: underline; }
h3 {
	color: #4b6320;
	font-size: 14px;
	font-weight: bold;
}

#home-image-artists {
	float: left; 
	width: 325px; 
	padding-right: 15px;
}
#home-content {
	float: left; 
	width: 400px; 
	padding-right: 45px;
}

#sidebar {
	float: left; 
	width: 190px;
	padding-left: 10px;
}

#inside-content {
	float: left; 
	width: 740px; 
	padding-right: 45px;
	border-right: 1px dotted #ccc;
}

.artist-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	margin-top: 25px;
	padding-top: 5px;
	width: 450px;
}
.show-desc { font-style: italic; font-size: 12px; color: #666; }
.show-date {  }

#artist-table {
	padding: 0;
}
	#artist-table td img { padding-bottom: 5px; padding-right: 5px; padding-top: 20px; } 
	
#gallery {
	background-color: #fff;
	padding: 10px;
	width: 520px;
	margin: 0 auto;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #ccc;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #ccc; }

img.artist {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	font-size: .8em;
	color: #ccc;
	width: 1000px;
	margin: 20px auto;
	text-align: left;
}

.img-border { border: 1px solid #ccc; }