@charset "UTF-8";
/* CSS Document */
/*©Tim Best: Visual Design, layout, and CSS stylesheets cannot be reproduced without permission.*/
/* timcbest@gmail.com */

html body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em.
	font-weight: lighter;
	line-height: 1.12em;
	text-align: left;
}

ul {
	list-style: none;
}

body #wrap {
	background-color: #FFFFFF;
	width: 630px;
	margin: 0pt auto;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.15em;
}

h3 {
	font-size: 1.12em;
	font-style: italic;
}

p,li {
	font-size: 1em;
}

h1,h2,h3,h4,p,ul,a,label {
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a {
	font-weight: bold;
}

a:hover {
	color: #FF00FF;
}

a:active {
	color: #FF00FF;
}


div {
	border-style: solid;
	border-color:#FFFFFF;
	border-width: thin;

}

img {
	border-style: solid;
	border-color:#000;
	border-width: thin;
	padding: 5px;
}

a:hover img  {
	border-color: #000000;
	background-color: #000000;
}

a:visited img  {
	border-color: #000000;
	background-color: #000000;
}

input {
	text-align: left;
	display: inline;
	background-color: #FFFFFF;
	border-style: groove;
	size: 15px;
}

/*****************************************/
/* Wrap  
/*****************************************/
#wrap{
}

/*****************************************/
/* Footer
/*****************************************/
#footer {
	clear: both;
	border-top: thick #000 solid;
	margin:20px 0pt 0pt;
}

#footer li {
	font-size: .75em;
	padding: 0;
	line-height: 1.45em;
}
/*****************************************/
/* Content
/*****************************************/
#content {
	height: auto;
	padding-bottom: 5px;
	margin: 20px 0 0;
}

#content h1{
	font-size: 1.50em;
}

#content dl{
	margin: 4px 0 4px 0;
}

#content dt{
	display: inline;
	font-size: .85em;
	padding-right: 3px;	
}

#content dt > a{
	font-size: 1em;
	padding-right: 3px;	
}

#content label{
	font-size: .95em;
}

#content a{
	font-size: .95em;
}

#content a:hover{
}

#content a:active{
}

#content form{
	margin: 10px 0 10px 0;
	width: 200px;
}

#content .caption {
	font-size: .85em;
	line-height:1.15em;
	padding: 0
}

#content img {
	background: #FFF;
}

#content #thumbs img{
	width: 90px;
	height: 90px;
	display: inline;
	
}

#content .active_image{
	width: 630px;
	
}

#content #active_image a:hover img{
	background-color: #FFF;
}

#content a:hover img{
	border-color: #000000;
	background-color: #000000;
}

a:visited img  {
	border-color: #000000;
	background-color: #000000;
}

#content .next{
	font-size: .8em;
	padding-bottom: 10px;
}

#content .prev{
	font-size: .8em;
	padding-bottom: 10px;
}



/*****************************************/
/* content table styles
/*****************************************/

#content table {
	width: inherit;
	border: none;
}

#content thead{
	font-size: .75em;
	background: #000000;
	color:#FFFFFF;
}

#content tbody a{
	font-size: .70em;
}

#content table img{
	border: none;
	background: none;
}

#content .even{
	background: #CCCCCC;
}

#content .odd{
	background: #FFF	;
}

/*****************************************/
/* navigation
/*****************************************/

#navigation {
	border: none;
	padding: 3px 6px 5px 0;
	/* border-top: solid #000000 thick; */
	border-top: solid #000000 thick;
}

#navigation li{
	display: inline;
}

#navigation li a{
	border: solid #000 thin;
	font-size:0.95em;
	padding: 7px 9px 13px;
}

#navigation li a:hover {
	color:#FFFFFF;
	background-color: #FF00FF;
	border-color: #FF00FF;
}

#navigation li a:active{
	color:#FFFFFF;
	background-color: #FF00FF;
	border: solid #FF00FF thin;
}

.home {
	padding-left: 0;
}

/*****************************************/
/* header
/*****************************************/

#header {
	margin: 12px 0 5px 0;
	text-align: left;
}
	
#header li{
 	display: inline;
	font-size: .75em
}

#header p{
	font-size: .75em
}

#header.caption {
	font-size: .85em;
}

#header .inactive_css {
	font-weight: normal;
}

#header img{
	border: none;
	padding: 0;
}

#ac_header {
	float: right;
	border: none;
}

#ac_header .input_text{
	width: 120px;
	font-size: .75em;
}

#ac_header .input_button{
	width: 52px;
	font-size: .75em;
}


/*****************************************/
/* image_nav
/*****************************************/

#gallery {
	margin-top: 5px;
}

#gallery-image{
	display: block;

}
#gallery-image img{
	width: 613px;
	z-index: 0;
	margin-bottom: 5px;

}

#gallery-image a:hover img{
	background-color: #FFFFFF;
}

#gallery-nav {
	margin: 15px 0 20px 0;
	width: 615px;
	border:1px dotted #ccc;
	border-width: 1px 0;
	height: 93px;
	padding: 10px 0 10px 0;
	float: left;
}

#gallery-nav li {
	display: inline;
}

#gallery-previous {
	text-align:left;
	margin: 0 3px 0 3px
}

#gallery-next {
	text-align:right;
	margin: 0 3px 0 3px
}

#gallery-next span,
#gallery-previous span {
	display:block;
	position:absolute;
	top:250px;
	background:url(http://cache.gawker.com/assets/base.v5a/img/x.gif);
}

#gallery-next span {
	right:355px;
}

#gallery-previous span {
	left:355px;
}

#gallery-next a:hover span {
	background:url(http://www.stclaudecollective.org/img/right.png) center right no-repeat;
}

#gallery-previous a:hover span {
	background:url(http://www.stclaudecollective.org/img/left.png) center left no-repeat;
}

#gallery-nav img {
	width: 80px;
	height: 80px;	
	margin: 0 6px 0 6px
}

#gallery-nav img.active {
	background-color: #000000;
}

/*****************************************/
/* artist_nav
/*****************************************/

#artist-nav {
	background-color: #EDEDED;
	border-top: thin #000 solid;
	border-bottom: thin #000 solid;
	width: inherit;
	height: 100%;
	text-align: left;
	padding-top: 6px;
}

#artist-nav .next{
	font-size: .8em;
	padding: 0;
}

#artist-nav .prev{
	font-size: .8em;
	padding: 0;
}