/* ***** new homepage style ************************************************************************ */

.h1home{
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #EDEDED;
	letter-spacing: 2px;
	line-height: 34px;
}
.h2home{
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EDEDED;
	letter-spacing: 2px;
	line-height: 20px;
}
.h3home{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #EDEDED;
	letter-spacing: 2px;
	line-height: 17px;
}

/* ***** BASICs ************************************************************************ */
body {
	background-color: #280B0B;
}
.show-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	
}

.show-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.show-body {
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #CCC;
}

.site-body {
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #CCC;
}

.artist-body:link, .artist-body:visited, .artist-body:active { 
	font-family: Arial;
	font-weight: normal;
	font-size: 12pt;
	color: #FFF;
}

.artist-body:hover {
    font-family: Arial;
	font-weight: normal;
	font-size: 12pt;
	color: #CCC;
}	

.menufooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B8E83;
	background-color: #421804;
	margin: 5px;
	padding: 1px;
	height: auto;
	width: auto;
	text-decoration: none;
}
.menufooter-plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B8E83;
	text-decoration: none;
}
.menufooter:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	margin: 5px;
	padding: 1px;
	height: auto;
	width: auto;
}
.thumb-img {
	border: 1pt solid #CCCCCC;
	margin-right:8px;
	margin-bottom:20px;
}
.med-img {
	border: 1pt solid #CCCCCC;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:20px;
}

.next:link, .next:visited, .next:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:2px 4px;
	background:#fff;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px;
	border:1px solid #999;
	
}
.next:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:2px 4px;
	background:#9B8E83;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px;
	border:1px solid #ccc;
}

.button:link, .button:visited, .button:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background:#9B8E83;
	color:#FFF;
	font-weight:normal;
	border:0px none #999;
	height: 16px;
	width: 102px;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-left: 30px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.button:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background:#FF3333;
	color:#280B0B;
	font-weight:normal;
	border:0px none #999;
	height: 16px;
	width: 102px;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-left: 30px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.button2:link, .button2:visited, .button2:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color:#9B8E83;
	font-weight:normal;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 4px;
}
.button2:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color:#FF3333;
	font-weight:normal;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 4px
}
/* ***** BASIC ELEMENTS ************************************************************************ */


a:link {
	color: #CCCCCC;
	text-decoration:none;
}
a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	color: #CCCCCC;
	text-decoration:none;
}
	
img{
	border: none;
	
}
