body{
	color:#181818;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
}
p,div,form{
	margin:0;
	padding:0;
}

#main-content{
	width:1000px;
	margin: 20px auto;
	text-align:left;
	padding:15px 0;
}
#body-content{
	padding:10px;
}
#body-content p{
	margin:10px 0;
}
#body-content a{
	color:#666666;
	text-decoration:underline;
}
#body-content a:hover{
	text-decoration:none;
}
#footer{
	border:1px solid #666666;
	padding:5px;
	margin-top:5px;
}
#menu-cont{
	background:url('../images/design/vergebw2.jpg') no-repeat;
	width:100%;
	height:310px;
}
#menu{	
	margin: 0;
	padding: 0;
	margin-top:30px;
	height:30px;
}
	
#menu li{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	font-weight:bold;
}

#menu li a{	
	display: block;
	text-decoration: none;
	width: 84px;
	color:#585858;
	white-space: nowrap;
	text-align:center;
}

#menu li a.menu-last{
	width:90px;
}

#menu li a:hover{
	border-bottom:2px solid #585858;
	padding-bottom:5px;
}
		
#header{
	height:65px;
}	

.success{
	border:1px solid #00FF00;
	background-color:#E4FFE4;
	text-align:left;
	font-weight:bold;
	padding:20px;
	font:12px tahoma,verdana bold;
	margin:10px 0;
}

.err{
	border: 1px solid #CC0000;
	background-color:#FFDDDD;
	text-align:left;
	padding:20px;
	font-weight:bold;
	font:12px tahoma,verdana bold;
	margin:10px 0;
}

fieldset{
	border:1px solid #D6D6D6;
	padding:0px 10px;
	padding:10px;
}
legend{
	color:#979797;
	font-size:25px;
	padding:0px 5px;
}

.text{
	padding:5px;
	font-size:15px;
	color:#434343;
	background-color:#FDFDFD;
	border:1px solid #D6D6D6;
}

.header-title{
	margin:10px 0;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:500;
}


.about-item-sidebar,
.artist-item-sidebar{
	width:200px;
	float:left;
	margin-right:20px;
	padding:5px;
}
#events-sidebar{
	width:280px;
	float:left;
	margin-right:20px;
	padding:5px;
}
#events-content{
	float:left;
	padding:5px;
	width:610px;
}


#contact-item-sidebar{
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	
	width:250px;
	float:left;
	margin-right:20px;
	padding:5px;

}
#contact-item-content{
	float:left;
	padding:5px;
	width:680px;
}

.about-item-content,
.artist-item-content{
	float:left;
	padding:5px;
	width:730px;
}

.about-item-sidebar a,
.artist-item-sidebar a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	text-decoration:none;
}
.about-item-sidebar a:hover,
.artist-item-sidebar a:hover{
	text-decoration:underline;
}
.about-item-sidebar p{
	margin-bottom:10px;
}
.required{
	color:red;
	font-size:10px;
}


/********** artist ****************/
#gal-artist{
	border-bottom:1px solid black;
	margin-bottom:10px;
	padding-bottom:10px;
}
.gal-artist-list{
	float:left;
	width:300px;
	margin-left:10px;
	text-align:center;
	font-size:20px;
	margin-bottom:15px;
}

.gal-artist-list a,
.gal-artist-sub-list a{
	text-decoration:none;
	color:#181818;
}
.gal-artist-list a:hover,
.gal-artist-sub-list a:hover{
	text-decoration:underline;
}

.gal-artist-sub-list{
	float:left;
	width:150px;
	margin-left:5px;
	text-align:center;
	font-size:15px;
	margin-bottom:10px;
	font-weight:bold;
	height:70px;
}

#artist{
	margin-top:10px;
}

#artist a{
	text-decoration:none;
	color:#0070C0;
}
#artist a:hover{
	text-decoration:underline;
}
.artist-list{
	width:165px;
	height:150px;
	float:left;
	margin:4px;
	padding:5px;
	text-align:center;
}
.artist-list .artist-image{
	margin:2px auto;

}
.artist-list .artist-bio{
	text-align:center;
	padding:2px;
}

.artist-name{
	float:left;
	margin-left:10px;
	margin-top:13px;
}

#tab-content .artist-bio .artist-links{
	margin-top:6px;
	font-size:11px;
}

#tab-content .artist-bio .artist-links a{
	color:#0070C0;
}
#tab-content .artist-bio .artist-links a:hover{
	text-decoration:none;
}
    #tab-header ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#tab-header li {
		float: left;
		border: 1px solid #666666;
		border-bottom-width: 0;
		margin: 0 3px 0 0;
    }
    
	#tab-header a {
		text-decoration: none;
		display: block;
		background: #666666;
		padding: .8em 1em;
		color: #fff;
		width: 8em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align: center;
    }
	
	#tab-header a:hover {
		background: #fff;
		color:#666666;
	}
	
	#tab-header #selected {
		border:1px solid #666666;
		border-bottom:none;
	}
	
	#tab-header #selected a {
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}
	
	#tab-content {
		border: 1px solid #666666;
		clear: both;
		padding: 1em;
		margin-bottom:15px;
	}
.header-title .artist-image{
	float:left;
	padding:2px;
}
.header-title{
	margin:10px 0;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	/*border:1px solid #666666;*/
	font-weight:500;
}

#twitter{
	color:#666666;
	margin:15px 0;
}

#twitter ul{
	margin:5px 0;
	padding:0;
	padding:2px 10px;
}

#twitter ul li{
	text-decoration:none;
	margin-bottom:8px;
	list-style:disc;
	padding:0 5px;
	word-wrap: break-word;
}
#twitter ul li a{
	color:#0070C0;
	text-decoration:none;
}

#twitter p{
	padding-left:10px;
	margin-bottom:5px;
}
#twitter p a{
	color:#0070C0;
	text-decoration:none;
}
#twitter p a:hover{
	text-decoration:underline;
}
#twitter h1{
	margin:5px;
	font-size:18px;
}

/* ex */
.ex-artist,.ex-date{
	color:#666666;
	margin-bottom:3px;
	font-weight:bold;
}
.ex-title{
	color:#0D0D0D;
	font-size:16px;
	margin-bottom:3px;
	font-weight:bold;
}
.ex-sub-title{
	color:#0D0D0D;
	font-size:13px;
	margin-bottom:3px;
	font-weight:bold;
}
.ex-content{
	margin:10px 0;
}
.ex-content a{
	text-decoration:underline;
	color:#666666;
}
.ex-content a:hover{
	text-decoration:none;
}
#ex-past a{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	margin-left:5px;
}
#ex-past a:hover{
	text-decoration:underline;
}
.ex-item{
	padding:10px 0;
	border-bottom:1px solid black;
	margin-bottom:10px;
}
/* news */
.news-container{
	margin-bottom:20px
}
.news-title{
	font-size:20px;
	margin-bottom:8px;
}
.news-title a{
	padding-bottom:3px;
	color:#181818;

}
#news-artist-list a{
		color:black;
		text-decoration:none;
}
#news-artist-list a:hover{
		text-decoration:underline;
}
.news-title a:hover{
	border-bottom:none;
	text-decoration:none;
}

.news-author{
	color:#666666;
	margin-bottom:3px;
	font-size:13px;
	font-weight:bold;
}

.news-source{
	color:#666666;
	margin-bottom:3px;
	font-size:11px;
	font-weight:bold;
}


/* shop */
#shop-sidebar{
	float:left;
	width:200px;
	margin-right:10px
}
#shop{
	margin:10px 0;
	padding:10px;
	width:730px;
	float:right;
}

#shop h1{
	margin:0;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

#shop-list .shop-item{
	margin:5px 0;
	padding:10px;
	border-bottom:1px solid #191919;
}

#shop-list .shop-item .item-image{
	float:left;
	width:110px;
	text-align:center;
}
#shop-list .shop-item .shop-det{
	width:580px;
	float:left;
	margin-left:10px;
}

#shop-list .shop-item .shop-det .shop-title{
	width:100%;
	text-align:center;
	margin-bottom:5px;
	font-weight:bold;
}

#shop-list .shop-item .shop-det .shop-price{
	float:left;
}

#shop-list .shop-item .shop-det .shop-cart{
	float:right;
	margin-bottom:5px;
}

.events-image,
.ex-image{
	float:left;
	padding:2px;
}
.event-details,
.ex-details{
	margin-left:5px;
	float:left;
}
.event-item{
	border-bottom:1px solid #191919;
	margin-bottom:15px;
	padding-bottom:15px;
}

#breadcrumbs{
	margin:10px 0 10px 15px;
	font-size:12px;
}
#breadcrumbs a{
	text-decoration:underline;
	color:#181818;
}
#breadcrumbs a:hover{
	text-decoration:none;
}

#ex-press a{
	color:#0D0D0D;
	text-decoration:none;
}
#ex-press a:hover{
	text-decoration:underline;
}