@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #403333;
/*	background-color: #bdbab3;*/
/*	background-image: url(../images/nav/fauxBack1b.jpg); */
/*	background-image: url(../images/homebg/winter.jpg); */
	background-image: url(../images/nav/fauxBack1b2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

#wrapper { 
	background-color: #f5f1ea;
	background-image:url(../images/nav/headerbg.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	
	text-align: left;
	width: 990px;
	margin: 0 auto 0;

	border-color:#b5a596;
	border-width:5px;
	border-top-width:0px;
	border-style:solid;

	
/*	background-image: url(../images/nav/glow_middle.jpg);
	background-repeat: repeat-y; */
		
}

#homeWrapper {
	width: 990px;
	height: 580px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -495px; 
	margin-top: -290px; 
	background-image: url(../images/nav/pot4.jpg);

	border-color:#b5a596;
	border-width:5px;
	border-style:solid;
	
}

#footerHome {
	color: #a38d78;
	clear: both;
	position: absolute;
	bottom: -40px;
	left: 40px;
	font-size: 70%;
}

#footer {
	width: 990px;
	margin: 0 auto 0;
	color: #605151;
	font-size: 70%;
	padding: 10px 0 10px 60px;
}

#footerHome a{
	color: #a38d78;
}

#footer a{
	color: #a38d78;
}

#clear {
	clear: both;
}

/*---------------------header----------------------------------*/

#homeHeader {
		width: 910px;
		height: 100px;
		padding: 30px 40px 0 40px;
}

#header {
		width: 910px;
		height: 135px;
		padding: 30px 40px 0 40px;
/*		background-image: url(../images/nav/glow_middle.jpg);
		background-repeat: repeat-y;*/
}

#logo {
	float: left;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	height: 35px;
	text-align: right;
	font-size: 95%;
	background-image: url(../images/nav/menuBackground.png);
	background-repeat: no-repeat;
}


#menu #home a {
display: none;
}



#search {
	float: right;
	padding: 30px 0 0 0;
	text-align: right;
}




/*---------------------content----------------------------------*/
h1{
	font-size: 130%;
}

h2{
	font-size: 120%;
}

h3{
	font-size: 90%;
	padding: 0 0 5px 0;
}

h4 {
	padding: 7px 0 0 0;
	font-size: 90%;
}

#homeContent {
	clear: both;
	text-align:left;
	width: 280px;
	padding: 0 0 0 45px;

}

#homeTitle{
	font-size: 75%;
	padding: 10px 0 0 0;
}

#homeSearch {
	text-align: left;
	padding: 5px 0 10px 0;
	/*background-color: #f0eee8;*/
}

#homeSearch a{
	color: #a38d78;
	font-size: 70%;
}

#homeFlash{
	position: absolute;
	top: 50px;
	left: 330px;
	width: 477px;
	margin: 85px 0 0 35px;
}

#homeBlog{
	font-size: 75%;
	position: absolute;
	text-align: right;
	top: 470px;
	left: 450px;
	width: 477px;
	margin: 85px 0 0 35px;
}

#homeHeadline{
	font-size: 120%;
	position: absolute;
	text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	top: 5px;
	left: 210px;
	width: 477px;
	margin: 85px 0 0 35px;
}


#homeBlurb {
		position: absolute;
		top: 380px;
		left: 420px;
		width: 370px;
		height: 183px;
		padding: 10px 0px 0 10px;
		font-size: 90%;
}

#homeBlurb h1 {
		font-size: 90%;
		color:#FFFFFF;
		text-shadow: 1px 1px 2px #716356;
}

#homeBlurb a {
		color:#FFFFFF;	
		text-decoration: none;

}

#content {
/*	background-color: #f0f0f0;*/
	padding: 25px 40px 40px 40px;
}

#contentHead {
	padding: 4px 0 1px 0;
	border-bottom: 1px dotted #403333;

}


#contentHead p{
	padding: 3px 0 6px 0;
	font-size: 80%;

}

#contentHead p a{
	color: #F30;
	text-decoration: none;
}

#pageNav {
	width: 910px;
	text-align: right;
	font-size: 11px;
}

#pageNav a{
	font-size: 13px;
	color: #403333;
	background-color: #dedbd3;
	text-decoration: none;
	padding: 3px 8px;
}

.topButtons {
	padding:10px 0 20px 0;
}

.bottomButtons {
	clear: both;
	padding: 20px 0 0 0;
}

#contentMain {
	color: #5b4d4d;    
	padding: 15px 0 0 0;
}

#contentText {
	margin: 20px 0 0 0;
	font-size: 80%;
}

#contentText a{
/*	border: 1px solid #8d6242;*/
	padding: 5px 8px ;
	color: #6D4527;
	text-decoration: none;
	background-color: #c8bcaf;
}

#contentText a:hover{
	background-color: #dedbd3;
}


#contentBottom {
	margin: 4px;
/*	border-top: 1px dotted;*/
	clear: both;
	padding: 15px 0 0 0;
	_padding: 6px 0 0 0; /*Only IE6 should process this line */
	
}


.moreOptions a{
	margin: 0px;
	padding: 0 0 0 0;
	font-size: 70%;
	text-decoration: none;
	color: #999;
}


.floatRight {
	float: right;
}

.floatLeft{
	float: left;
}

#detailImage {
	min-width:200px;
	height: 420px;
	padding: 0 15px 0 0;
}


#detailImage p{
	padding: 3px 0 6px 0;
	font-size: 80%;
}

#detailImage p a{
	color: #F30;
	text-decoration: none;
}

#thumbnail {
	width: 120px;
	height: 176px;
	padding: 0 30px 0 0;   /* Changed from 0 30px 20px 0  to decrease gap between rows*/
	vertical-align: bottom;	
}

#thumbnail p{
	padding: 2px 0 0 0;
	font-size: 70%;
	line-height: 1.2em;
	vertical-align: bottom;	
}

#thumbnail p a{
	color: #F30;
	text-decoration: none;
	vertical-align: bottom;	
}

#artistBox {
	clear: both;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #dbdbdb;
}

#artistFeatured {

}

#artistPic {
	width: 92px;
	padding: 0 45px 0 0;
}


#thmb {
/*	border: 1px solid #CCC; */
	position:relative;
	width: 120px;
	height: 120px;
	line-height: 120px; /* This is necessary to vertically align images to the bottom of the cell */
	text-align: center;
	vertical-align: bottom;
}

#infoTable {
}

#infoTable table{
	font-size: 70%;
	border: 1px solid #999;
	width: 100%;
	text-align:center;
}

#infoTable table td{
	padding: 2px 2px 2px 2px;
}

#infoTable table td.alt {
	background-color: #E2E2E2;
}

#infoTable table th{
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-size:90%;
	vertical-align:bottom;
}


/*------------------------------text styles-----------------------------------*/


#blockText {
	font-size: 12px;
}

#blockText h2{
	font-size: 120%;
}

#blockText p{
	padding: 2px 0 10px 0;
		line-height: 1.4em;
}

#blockText p a{
	color: #F30;
	text-decoration: none;
}

#blockText ul{
	margin: 0 0 0 20px;
}

#ImageLeft{
	padding: 0 30px 0 0;
}

#ImageRight{
	padding: 0 0 30px 0;
}

.artistText {
	float: left;
	width: 440px;
	padding: 0 12px 15px 0;
}

.regularText{
	width: 450px;
		padding: 0 0 15px 0;
}

.blogText{
	width: 640px;
		padding: 0 0 15px 0;
}

.smallText {
	font-size: 75%;
}

.artistStatement {
	font-size: 14px;
	line-height: 20px;
	font-style:italic;
	color: #706559;
}

/*------------------------------styles for hover images - added by C.J. 10-17-2011 -----------------------------------*/
	
.thumbnail_image{
position: relative;
z-index: 0;
}

.thumbnail_image:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_image span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 1px;
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
z-index: -1;
}

.thumbnail_image span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail_image:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

