/*------------ DISPLAYING ART -------------*/

.lightline, table tr.lightline, table tr td.lightline, table.lightline {
	border: #D5B98B solid 1px;
	vertical-align: center;
	}

table.displayall {
	clear: both;
	margin-top: 4px; 
	border: #D5B98B solid 1px;
	background-color: #222;
	padding: 4px;
	text-align: center; }

table.displayall tr td {
	max-width: 200px;
	border: #3C3F36 solid 1px;
	padding: 4px;
	text-align: center;
	vertical-align: center;
	line-height: 12px; 
	color: #FFEAB6;
	/*color: #3C3F36;*/ }

table.displayall tr td h3 {
	font-size: 1.2em;
	font-family: verdana, arial;
	text-align: center;
	color: #FFEAB6; }

table.displayall tr td a:link, table.displayall tr td a:visited { color: #FFEAB6; text-decoration: none; line-height: 12px; }
table.displayall tr td a:hover { color: #FFF; text-decoration: none; }

table tr td.newart {
	max-width: 200px;
	border: #3C3F36 solid 1px;
	padding: 4px;
	text-align: center;
	vertical-align: center;
	line-height: 12px; 
	color: #3C3F36; }

td.newart a:link, td.newart a:visited { color: #835D39; text-decoration: none; line-height: 12px; }
td.newart a:hover { color: #FFEAB6; text-decoration: none; }

table.portmanage tr td {
	padding: 2px 4px; }
	
#nextimg { 
	float: right; 
	align: center;
	padding: 4px;
	border: 1px solid #835D39;
	margin: 12px 0px 6px 4px;}

#previmg { float: left; 
	align: center;
	padding: 4px;
	border: 1px solid #835D39;
	margin: 12px 4px 6px 0px; }

#products {
	clear: right;
	float: right;
	text-align: center;
	border: 1px solid #835D39;
	max-width: 182px; 
	}

#artistname { 	
	/* font-family: Georgia, Times New Roman; */
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	margin: 14px 0px 6px 0px !important;
	margin: 18px 0px 6px 0px !important; }

#photo { 
	float: left; 
	width: 120px;
	text-align: center;
	padding: 4px;
	border: 1px solid #835D39;
	margin: 12px 8px 6px 0px;  }

#bio { text-align: left; width: auto; }

.favebutton {
	font-weight: bold;
	border: 1px solid #D5B98B;
	background-color: #A38261;
	background-image: url(../graphics/heart.gif); 
	background-repeat: no-repeat;
	background-position: right top;
	padding: 1px 21px 1px 2px;
	text-align: left;
	margin: 1px auto 3px auto;
}

.microbuttons a {
	display: block;	
	width: 96px; 
	height: 18px;
	border: 1px solid #D5B98B;
	margin: 2px auto;
	text-decoration: none;
	background: url(../graphics/bg_parchmentshade.jpg);
	text-align: center;
	font-face: verdana, arial
	color: #D5B98B;
	font-size: 8pt;
	padding-top: 2px; }

.microbuttons a:hover { background: #2B1E13; 	color: #D5B98B; }

#comments {
	margin: 8px 0 4px 0; 
	border: #D5B98B solid 1px;
	padding: 4px;
	text-align: center;}

#comments h2 {
	margin: 0px; 
	font-size: 1.3em;
	}

.commentitem { 
	margin: 3px auto 0px auto;
	padding: 3px;
	text-align: left; 
	border: 1px solid #835D39; 
	width: 468px;
	}

.commentitem h3 {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em; }

#blog {	margin: 8px 0 4px 0; 
	border: #D5B98B solid 1px;
	padding: 4px;
	text-align: center; }
#blog h2 {
	text-align: left;
	margin: 4px 0px; }

#blog .blogentry { 
	text-align: left;
	margin-bottom: 6px; width: 100%; }
#blog .blogentry h3 ( margin-top: 6px; }
#blog .blogentry h3 a {}


