/*
   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;
}

/* ============================= */
/* = Homepage (page d'accueil) = */
/* ============================= */

body.homepage #content-wrapper {
	top: 34px;
}

body.homepage #content {
	border-top: 4px solid #1A171B;
	padding-top: 15px;
	
}

body.homepage #content h1 {
	margin-top: 20px;
	margin-bottom: 17px;
	font-size: 14px;
	line-height: 21px;
}

body.homepage #content h1 strong {
	padding: 0 4px;
	background-color: #FFEF44;
}

body.homepage #content h1 .texte {
	font-style: italic;
	font-size: 11px;
	line-height: 18px;
}

body.homepage p.downloads {
	padding: 8px 0;
	border-top: 1px solid #1a171b;
	border-bottom: 1px solid #1a171b;
	color: #144FAE;
	text-align: justify;
}

body.homepage p.downloads a {
	text-decoration: none;
	color: #144FAE;
}

body.homepage p.downloads a:hover {
	text-decoration: underline;
}

body.homepage p.address {
	padding: 8px 0;
	border-bottom: 4px solid #1a171b;
	text-align: justify;
	font-size: 0.9645em;
	white-space: nowrap;
}

body.homepage p.address strong {
	text-decoration: underline;
}

body.homepage #content {
	padding-bottom: 0px;
}

/* =============================== */
/* = Generic artist pages styles = */
/* =============================== */

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

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

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

body.artist-works h2.series-name {
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 5px;
	clear: left;
}

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;
	text-decoration: none;
}

body.artist-work p.back-link a:hover {
	text-decoration: underline;
}

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

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

body.artist-work #content {
	padding-bottom: 0px;
}


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

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

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

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

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

body.exhibitions #content h1 a,
body.exhibitions #content h2 a {
	display: -moz-inline-block;
	display: inline-block;
	background-color: #DCF5FF;
	background-color: #BCE3F6;
	padding: 1px 3px;
	text-decoration: none;
	color: #000;
}

body.exhibitions #content h1 a:hover,
body.exhibitions #content h2 a:hover {
	text-decoration: underline;
}

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

body.exhibitions div.exhibition p strong {
	font-weight: bold;
}

body.exhibitions div.exhibition p em {
	font-style: italic;
}

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

body.exhibitions div.exhibition p.downloads a {
	color: #144FAE;
	text-decoration: none;
}

body.exhibitions div.exhibition p.downloads a:hover {
	text-decoration: underline;
}


/* ==================== */
/* = 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 span.title {
	display: block;
	text-transform: uppercase;
}
body.special-projects div.special-project strong {
	display: block;
}

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: 10px 5px 0 0;
	height: 110px;
	width: 110px;
}

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

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

body.special-projects div.special-project span.downloads a:hover {
	text-decoration: underline;
}

/* =============================== */
/* = 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;
}

body.special-project p strong {
	font-weight: bold;
}

body.special-project p em {
	font-style: italic;
}

/* =================================== */
/* = Vitrine page liste (store-list) = */
/* =================================== */

body.store-list td.product {
	line-height: 16px;
/*	float: left;*/
	height: 174px;
	width: 150px;
	padding:  0 15px 20px 0;
	vertical-align: top;
}

body.store-list td.product img {
	padding-bottom: 4px;
}

body.store-list td.product a {
	text-decoration: none;
	color: #1A171B;
}


/* ====================================== */
/* = Vitrine page détail (store-detail) = */
/* ====================================== */

body.store-detail div.product {
	float: left;
	width: 300px;
	padding-bottom: 10px;
}

body.store-detail div.product h3 {
	font-weight: bold;
	margin-top: 10px;
}

body.store-detail #content form {
	display: block;
/*	width: 323px;*/
}


/* =========== */
/* = Contact = */
/* =========== */
body.contact #content {
	line-height: 16px;
}
body.contact #content .vcard {
	margin: 30px 0 20px;
	overflow: auto;
}

body.contact #content h1 {
	text-indent: -999px;
	background: url('../images/contact-gpd.png') no-repeat scroll top left;
	width: 156px;
	height: 13px;
	margin: 0 0 10px 0;
}

body.contact .vcard .hidden {
	display: none;
}

body.contact .adr,
body.contact .col-left {
	width: 355px;
	float: left;
}
body.contact .col-right {
	width: 265px;
	float: left;
}

body.contact #people {
	border-top: 1px solid #1A171B;
	border-bottom: 1px solid #1A171B;
	overflow: auto;
}
body.contact p {
	margin: 20px 0;
}

body.contact #content a {
	color: #144FAE;
	text-decoration: none;
}

body.contact #content a:hover {
	text-decoration: underline;
}

body.contact #description {
	text-align: justify;
	margin-bottom: 40px;
}

body.contact #description a {
	padding: 0px 3px;
	background-color: #BCE3F6;
	color: #000;
}

body.contact #downloads {
	margin-top: 20px;
	border-top: 1px solid #1A171B;
	border-bottom: 1px solid #1A171B;
	overflow: auto;
	padding: 10px 0;
}

body.contact #map {
	margin: 35px 0;
}
body.contact #signature {
	text-align: justify;
	font-size: 0.9645em;
	white-space: nowrap;
	
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #1A171B;
	border-bottom: 1px solid #1A171B;
	padding: 10px 0;
}


/* ======== */
/* = News = */
/* ======== */

body.news div.news_item {
	margin: 20px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
}

body.news a {
	text-decoration: none;
	color: #144FAE;
}

body.news a:hover {
	text-decoration: underline;
}

body.news div.news_item strong {
	font-weight: bold;
}

body.news div.news_item em {
	font-style: italic;
}