/*
   content.css
   Styles for the content area.
   
   Created by Ned Baldessin on 2009-01-12.
   Copyright 2009 Ned Baldessin. All rights reserved.
*/


#content div.left-padded {
	padding-left: 105px;
}

/* =================================== */
/* = Page list œuvres (artist-works) = */
/* =================================== */

body.artist-works h2.series-name {
	font-weight: bold;
	margin-bottom: 5px;
}

body.artist-works div.work-box {
	float: left;
	height: 149px;
	width: 149px;
	margin:  0 9px 9px 0;
}

body.artist-works div.work-box.forth {
	margin-right: 0;
}


/* =================================== */
/* = Page détail œuvre (artist-work) = */
/* =================================== */

body.artist-work p.legend {
	margin-top: 10px;
}

body.artist-work p.legend strong {
	font-weight: bold;
}

body.artist-work p.legend em {
	font-style: italic;
}

body.artist-work p.back-link {
	position: relative;
	top: -1.4em;
	text-align: right;
}

body.artist-work p.back-link a {
	color: #1A171B;
}

body.artist-work div#next-previous-links {
	position: absolute;
	top: 159px;
	right: 39px;
	text-align: right;
}

body.artist-work div#next-previous-links a {
	color: #1A171B;
	text-decoration: none;
}


/* ===================================== */
/* = Page biobiliographie (artist-bio) = */
/* ===================================== */

body.artist-bio p.description {
	padding-bottom: 25px;
	border-bottom: 1px solid #1A171B;
	margin-bottom: 10px;
}


/* ============================= */
/* = Expositions (exhibitions) = */
/* ============================= */

body.exhibitions h1 {
	display: -moz-inline-block;
	display: inline-block;
	background-color: #DCF5FF;
	padding: 1px 3px;
}

body.exhibitions div.exhibition {
	padding-bottom: 20px;
	border-bottom: 1px solid #1A171B;
	margin-bottom: 20px;
}

body.exhibitions div.exhibition p.downloads {
	margin-top: 10px;
}

body.exhibitions div.exhibition p.downloads a {
	color: #009EE0;
}


/* ==================== */
/* = Special Projects = */
/* ==================== */

body.special-projects div.special-project {
	padding-bottom: 20px;
	border-bottom: 1px solid #1A171B;
	margin-bottom: 20px;

}

body.special-projects div.special-project h2 {
	text-transform: uppercase;
}

body.special-projects div.special-project a {
	text-decoration: none;
	display: block;
	color: #1A171B;
	overflow: auto;
}

body.special-projects div.special-project img {
	float: left;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
	height: 110px;
	width: 110px;
}

body.special-projects div.special-project span.downloads {
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
}

body.special-projects div.special-project span.downloads a {
	color: #009EE0;
	display: block;
}


/* =============================== */
/* = Detail Page Special Project = */
/* =============================== */

body.special-project h1 {
	line-height: 16px;
	text-transform: uppercase;
}

body.special-project h2 {
	line-height: 16px;
}

body.special-project div.images {
	margin: 10px 0 10px 0;
}




