/**  Tag list
*********************************************************/
#tag-list>.header { /* heading */
	display: block;
	border: 2px solid #9FC2D8;
	padding: .5em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	-moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0;
}


#tag-list {
	width:200px;
}
#artist #tag-list {
	clear: left;
}

#tags {
	margin:0;
	padding:0;
/* 	width: 100%; */
	list-style: none;
}
.tag {
/* 	width: 100%; */
}

.selected a {
	background: #9fc2d8 url(/img/tag-selected-arrow.png) left center no-repeat;
}

.tag a {
	font-weight: bold;
	font-size: 15px;
	padding: 5px 5px 5px 20px;
	background-color: #9fc2d8;
	color: white;
	display: block;
/* 	width: 100%; */
	border-bottom: 1px dotted white;
	text-decoration: none;
}
.tag a:hover {
	color:#531C3A;
}

.tag:last-child a {
	border-bottom: 0;
	-moz-border-radius: 0 0 7px 7px; -webkit-border-radius: 0 0 7px 7px; border-radius: 0 0 7px 7px;
}

/**  Thumbnails
*********************************************************/
.thumb {
	float: left;
	width: 100px;
	height: 110px;
	padding: 5px;
	margin: 0 10px 10px 10px;
	border: 1px solid black;
	background: white;
	-moz-box-shadow: 1px 1px 5px 2px gray; -webkit-box-shadow: 1px 1px 5px 2px gray; box-shadow: 1px 1px 5px 2px gray;
}

/**  Artists List
*********************************************************/
#artist-list{
	margin-right: 220px;
}

.section {
	clear:left;
}

ul.artists {
	list-style: none;
	font-size: 110%;
}

li.thumb {
	height: 140px;
	text-align: center;
}
li.thumb img {
	margin-bottom: 5px;
}

ul.artists a {
	text-decoration: none;
	display: block;
	width: 100%;
}


/**  Artist Profile
*********************************************************/
#artist, #artist-email {
	position: relative;
}

.col1 {
	position: absolute;
	top:0;
	left:0;
	width:200px;
}
.col2 {
	margin: 0 0 0 230px;
}

.col3 {
	position: absolute;
	top:0;
	right:0;
	width:200px;
	padding-top: 85px;
}


#main-thumb {
	margin: 10px 0 20px 45px;
}


#description {
	margin-bottom:3em;
}

#contact {
	color: gray;
}
	#contact>div {
		float: left;
		margin-right:3em;
	}

/**  Email box in artist profile
*********************************************************/
#email-box {
/* 	display: none; */
	padding:1px 0;
}


/**  Email Form
*********************************************************/

.row {
	margin: 10px 0;
}

#email-form label {
	display: block;
}

#email-form input, #email-form textarea {
	width: 300px;
}
#email-form textarea {
	height: 100px;
	width: 86%;
}
#email-form input[type="submit"], #email-form button {
	width: 150px;
}

#email-form .input {
	font-weight: bold;
}


/**  slimbox
*********************************************************/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

