body {
	color: #5c5c5c;
	background: #e5e5e5 url(/lib/css/images/backgrounds/unbranded.png) repeat-x left top;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	margin: auto;
}

body, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

#main {
	width: 880px;
	text-align: left;
	position: relative;
	margin: auto;
}

.break {
	width:100%;
	height:8px;
	background: url(/lib/css/images/unbranded/break.png) no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

hr {
	color: #cccccc;
	background: #cccccc;
}

a {
	color: #5c5c5c;
	text-decoration: none;
	font-size: 12px;
}

missing {
	color: #FF00FF;
	text-decoration: none;
}


#edit a {
   width: 100px;
   height: 21px;
   text-align: center;
   margin: 5px;
   float: right;
   background: url(/lib/css/images/unbranded/editbutton.png) no-repeat;
}

#edit a:hover {
   width: 100px;
   height: 21px;
   text-align: center;
   margin: 5px;
   float: right;
   background: url(/lib/css/images/unbranded/editbutton.png) no-repeat 0 -21px;
}

a:hover {
	color: #999999;
}

/* Header */

#header {
	position:inherit;
	width: 880px;
	margin: 0;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 40px;
}

/* Header Content */

#artist_name {
	font-size: 60px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	color: #444444;
	line-height: 0.8em;
	width:880px;
	display: block;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-weight:bold;
}

#categorie {
	float:left;
	width:440px;
	text-align:left;
	font-size: 14px;
	color: #888888;
}

#city {
	float:right;
	width:440px;
	text-align:right;
    font-size: 14px;
	color: #888888;
}

/* About */

#about {
	height: 360px;
}

/* About Content*/

#about_text {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	width: 245px;
	height: 300px;
    overflow: hidden;
	color: #444444;
}

#about_img {
	float: right;
	width: 617px;
	height: 300px;
	position: static;
}

#profile_img {
	text-align: center;
	display: block;
	position: relative;
	width: 617px;
	height: 300px;
	overflow: hidden;
	background: #eeeeee;
}

.bezel {
    display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
    width: 617px;
	height: 300px;
	background: transparent url(/lib/css/images/unbranded/bezel_over.png) no-repeat center center;
}

#about_link {
    margin-top: 10px;
	height: 40px;
	width: 617px;
	text-align: center;
}

.button {
background: url("/lib/css/images/unbranded/btn_blank.png") no-repeat scroll 0 0 transparent;
color: #5c5c5c;
display: inline-block;
font-size: 12px;
font-weight: none;
line-height: 37px;
text-align: center;
text-transform: uppercase;
width: 135px;
}

.button:hover {
	color: #999999;
}

/* Informations */

#informations {
	float: none;
	height: 260px;
	position: static;
}

/* Informations Content*/

#clientlist {
	float: left;
	height: 250px;
	margin-left: 5px;
	margin-right: 10px;
	width: 32%;
	overflow: hidden;
}

#creativefields {
	float: left;
	margin-right: 10px;
	width: 32%;
}

#testimonials {
	float: left;
	margin-right: 5px;
	width: 30%;
	overflow: hidden;
}

#dates {
	float: right;
	margin-right: 5px;
	width: 64%;
    overflow: hidden;
}

			.dates li {
				background-color: #f2f2f2;
				margin: 8px 0;
				padding: 5px;
			}
			
				.dtstart {
					color: #6e4181;
					display: inline-block;
					width: 100px;
				}
				
				.date-type {
					color: #6e4181;
					display: inline-block; 
					width: 80px;
					padding-left: 5px;
				}
				
				.date-location {
					font-weight: bold;
					display: inline-block; 
					width: 150px;
				}
				
				.date-title {
					display: inline-block; 
					width: 150px;
				}
				
				.past .dtstart {
					color: #b6a0c0;
					display: inline-block;
					width: 100px;
				}
				
				.summary {
					color: #656565;
					display: inline; 
				}
				
				.past .summary, .past p {
					color: #b2b2b2;
				}

cite {
   color: #999999;
}

blockquote  {
   background: url("/lib/css/images/unbranded/quotationmark.jpg") no-repeat scroll left 0.2em transparent;
   margin: 10px;
   padding-left:19px;
}

/* Media */

#media {
	float: none;
	height: 620px;
	height: auto;
	position: static;
	margin-bottom: 25px;
}

#featured-artists-slider {
    height: 120px;
	padding: 10px 0 10px 10px;
	background-color: #bfbfbf;
}

#embed-code {
	width: 500px;
	float: left;
}

#embed-info {
	width: 360px;
	float: right;
}

#former-featured-artists a.toggle {
	display: block;
	width: 120px;
	height: 20px;
	margin-left: 5px;
	text-indent: -999em;
	background: transparent url(/lib/css/images/buttons/toggle-embed-handle.gif) no-repeat scroll center top;
}

/* Shop */

#shop {
	margin-bottom: 10px;
	height: auto;
	width: 880px;
	padding-bottom: 30px;
	position: static;
}

/* Shop Content*/

#shop li {
	padding: 20px 5px 5px 5px;
	margin: auto;
	display: inline-block;
	height: 185px;
	width: 160px;
	list-style: none;
	text-align: center;
	border: 0;
	background: url(/lib/css/images/unbranded/shop_item_bg.png) no-repeat center;
}

#shop img {
	border: 0;
}

/* Footer */

#footer {
	width:880px;
	height: 95px;
	background: url(/lib/css/images/unbranded/footer_bg.png) no-repeat center;
	margin: 0 0 20px;
	font-size: 12px;
	position: static;
}

/* Footer Content */

#footer_logo {
	float:left;
	width: 79px;
	height: 44px;
	background: url(/lib/css/images/unbranded/logo_footer.png) no-repeat;
	margin: 20px;
}

#service {
	float:left;
	width: 200px;
	margin: 20px;
	text-decoration: none;
}
		
#menu_footer {
	float: left;
	width: 440px;
	margin: 30px;
	text-align: right;
}

#menu_footer a {
	font-size: 14px;
	margin-left: 30px;
}

#menu_footer a:hover {
	color: #888888;
}

/* Lightboxes */

#modal_overlay { background-color:#000; } 
#modal_container.lightbox {
    border: 2px solid #FFF;
	background: #FFF;
}

/* @end */
