@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
#home {
	width: 900px;

	margin:auto
	background-color:#3C3C3C;
	float: none;
}

#bottom_boxes {
	float:right;
	width:610px;
	font-size: 12px;
	margin-top: 35px;
	margin-bottom: 20px;
}
a:link {
	color: #ED1D7D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED1D7D;
}
a:hover {
	text-decoration: underline;
	color: #ECE82C;
}
a:active {
	text-decoration: none;
	color: #ED1D7D;
}


.style2 {color: #ECE82C}


.main {
	width: 900px;
	margin: auto;
}
.mainmenu {
	width: 900px;
	float: left;
	padding-top: 12px;
	padding-bottom: 20px;
}
.home_left {
	float: left;
	width: 285px;
}

.mainmenu_button {
	float:left;
	padding-right: 5px;
	
}	
.home_center {
	float: left;
	width: 335px;
	height: 255px;
	padding-left: 45px;
}
.home_news {
	padding:10px;
	float: left;
	width: 215px;
	height: 235px;
	background-color:#1F1F1F;
	font-size: 12px;
}
.clear { clear:both; }

.sponsor_logo {
	width:170px;
	float:left;
	text-align:center;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
	margin-bottom: 12px;
}


.registerform {
	float: left;
	width: 580px;
	background-color: #1F1F1F;
}
label {
	color: #ED1D7D;
	font-size: 14px;
	display: block;
}
input.info {
	font-size: 16px;
	color: #3C3C3C;
	border: 1px solid #E5E5E5;
	width: 260px;
	margin-bottom: 20px;
	padding: 2px;
}

.artistbox	{
	width: 432px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
}

.artist	{
	float: left;
	width: 108px;
	height: 140px;
}

.artist-image	{
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}

.artist-image img	{
	padding:0px;
}

.artist-name	{
	text-align: center;
	padding-top: 5px;
}
.artist-name-text	{
	padding-top: 5px;
	font-size: 18px;
	color: #FF00FF;
}
.artist-title	{
}

.artist-bio	{
	margin-top: 15px;
}

/* Popup Styles */

#popup	{
	width: 880px;
}

#popup .artwork	{
	float: left;
	text-align: left;
	width: 500px;
}

#popup .details	{
	float: left;
	width: 360px;
	margin-top: 30px;
	color: #333333;
}


/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/

.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border:1px;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}


.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
	color: #333333;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
	font-size:10px;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

img { border:0px; }

