

/* artists
..................................................................................... */

/* is this even being used anymore?

.artist_thumb {

	float:left;
	width:285px;
	height:120px;
	padding: 0 5px 0 0;
	background:#333;
	margin:10px 0 0 10px;
	
	font-size:85%;
	color:#aaa;
	text-align:center;
}
.artist_thumb img { 
	float:left;
}
.artist_thumb .artist_name {
	font-size:110%;
	color:#eee;
	text-align:center;
	margin:10px 0 0 0;
	display:block;
}
.artist_thumb a {
	text-decoration:none;
}

*/




/* profiles
..................................................................................... */

#crumb {
	/*font-size:16px;*/
	clear:both;
}

#profileimg {
	text-align:center;
	width:600px;
	border: 1px #dddddd solid;
	background-color:#ebebeb;
	vertical-align:top;
}

#profileimg img {
	border:0px;
}




ul.gallery1 { 
	list-style: none;
	color:#666;
	padding: 0; 
	margin:20px 0;
}
ul.gallery1 li { 	
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.right_col ul {
	padding-left: 0;
	list-style: none;
}

.gallery1 a:link, .gallery1 a:visited, .gallery1 a:active, .gallery1 a:hover {
	display:block;
	color:#666;
	text-decoration: none;
}

a#contact {
	display:block;
	padding:5px;
	background-color:#aa0000;
	border: 0px;
	width:100px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

#portfolio {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}









/* tags
..................................................................................... */

.tag {
	display:inline-block;
	padding:5px;
	background-color:#ebebeb;
	border: 1px #dddddd solid;
	margin-bottom:5px;
}

.tag2 {
	display:inline-block;
	padding:5px;
	background-color:#ebebeb;
	border: 1px #dddddd solid;
	margin-bottom:5px;
	margin-right:5px;
}

.tag2 a:link, .tag2 a:visited, .tag2 a:active, .tag2 a:hover {
	display:block; /*inline-block */
	color:#666;
	text-decoration: none;
}

.taglist {
	clear: both;
	list-style: none; 
	margin: 0;
	padding: 5px 0 0 0;
	color:#666;
}

.taglist span { 	
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 0 5px 3px 5px;
	display: inline; /* ie6 hack for double-margin-on-floated-elements bug */
}

.taglist a:link, .taglist a:visited, .taglist a:active, .taglist a:hover {
	float: left; /*inline-block */
	color:#666;
	text-decoration: none;
}








/* community page
..................................................................................... */

#content .artiste {
	float: left;
	margin: 10px 10px 0 0;
	padding: 5px 0 0 7px;
	width: 141px;
	height: 110px;
	background:#E6E6E6 url(../images/artist_thumb.jpg) bottom no-repeat;
	border:1px solid #ebebeb;
}

#content .artiste .name {
	background-color: #FFFFFF;
	margin: 7px 7px 0 0;
	padding: 3px 3px 3px 3px;
	line-height:175%;
	text-align:left;
	/* validation
	opacity: 0.8;
	filter:alpha(opacity=80);*/
	background:url(../images/bg_white.png);
}

#content .artiste .name a {
	color: #000;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#content .artiste .name a:hover {
	color: #fff;
}


#content a:hover .artiste .name {
	background: #aa0000; /* important */
	color:#FFF;
	/* validation
	opacity: 1.0;
	filter:alpha(opacity=100);*/
}


#caption {
	font-size:85%;
	color:#666;
	padding:5px 0 0 2px;
}


/* table
.........................................................*/

#calendar tr a { 		text-decoration:none; }
#calendar tr.pending {	background-color: #ffffcc; }
#calendar tr.approved {	background-color: #ccffcc; }
#calendar tr.active {	background-color: #fff; }
#calendar tr.inactive, #calendar tr.denied, #calendar tr.cenceled {	background-color: #eee; color:#aaa; }
#calendar td img { border:none; }
#calendar td.name {		text-align:left; }
#calendar td.yah {		color: #aa0000; }
#calendar td.active {}
#calendar td.inactive, #calendar td.inactive {}
#calendar td.pending {}
#calendar td.actions {	text-align:right; }	

#calendar table, #calendar table th, #calendar td, #calendar tr {
	border:none;
}

#calendar table {
	/*width:960px;*/
	margin:20px 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:95%;
}

#calendar th {
	padding:20px 10px;
	font-weight:normal;
	background:#eee;
	text-align:center;
	font-size: 20px;
}

#calendar td {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:7px 3px;
	font-size: 12px;
	width: 170px;
	text-align: center;
	vertical-align:top;
}

#calendar .number {
	font-size: 16px;
	float:right;
}

#calendar .content {
	background-color: #eee;
	float:left;
	text-align: left;
	width: 125px;
}

#calendar .today {
	background-color: #FFC;
	float:left;
	text-align: left;
	width: 125px;
}

#calendar ul {
	margin: 0px;
	padding-left: 18px;
	/*background-color: #eee;*/
}

#calendar li {
	padding: 0px;
	margin-bottom: 5px;
}

#calendar strong {
	background-color: #FFC;
}

#calendar .number span {
	background-color: #eee;
}

