/*
THEME NAME: Théâtre Durance Saison 2010-2011
THEME URI: http://www.theatredurance.fr
DESCRIPTION: Theme graphique pour la saison 2010-2011
VERSION: 1.0
AUTHOR: <a href="mailto:contact@oliv-dezign.com">Olivier VICTOR</a>
AUTHOR URI: http://www.olivdezign.com
*/

/*
///////COULEURS DU THEME//////////
Rouge : #dc0019
Jaune: #ffa000
Gris Bleu: #7c8ba8
Gris neutre : #989898
Gris très clair: #d8d8d8
Indigo: #412682
Fuschia: #D2007A
vert: #bbc300
*/

@import "reset.css";

html, body{
	width: 100%;
	height: 100%;
}

body {
	color: black;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Andale mono", "Courier New", Courier, mono;
	text-transform: uppercase;
	margin-bottom: 1em;
}

h1{
	font-size: 150%;
}

h2{
	font-size: 130%;
	color: #7c8ba8;
}

h3{
	font-size: 115%;
}

h4{
	font-size: 108%;
	color: #7c8ba8;
}

h5{
	font-size: 100%;
}

h6{
	font-size: 90%;
}

p{
	margin-bottom: 1em;
}

a {
	color: #dc0019;
	text-decoration: underline;
}

a:hover {
	background-color: #dc0019;
	color: white;
	text-decoration: none;
}

#content a:hover img{
	background-color:#fff ;
}

#content img{
	margin-bottom:0px ;
	padding-bottom:10px ;
}

strong {
	font-weight: bold;
}

hr {
	border: none 0;
	border-bottom: 1px solid #d8d8d8;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

em{
	font-style: italic;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#mainBody{
	background: black url(images/mainBody_bg.jpg) no-repeat fixed right top;
}

#wrapper {
	width: 960px;
	background: transparent;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 940px;
	margin: 40px 10px 40px;
}

#header a:hover{
	background: none;
}

#menu {
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	font: 12px/20px "Andale mono", "Courier New", Courier, mono;
	background-color: white;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	text-align: center;
}

#menu ul li a {
	color: black;
	background-color: white;
	display: inline-block;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	text-decoration: none;
	border-right: black solid thin;
}

#menu ul li a:hover{
	background-color: #dc0019;
	color: white;
	text-decoration: none;
}

#menu ul li.current_page_item a{
	background: white url(images/pageCourante_bg.gif) repeat-x left bottom;
}

#menu ul li.current_page_item a:hover{
	background-color: #dc0019;
}

#container {
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#content {
	float: left;
	width: 640px;
}

/*////////STYLES POST////////////*/

.post-title{
	margin-bottom: .25em;
	color: #dc0019;
}
.post {
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-top: 30px;
	background-color: white;
	margin-bottom: 5px;
}

.post.archives-chrono ul{margin-bottom: 20px;}
.post.archives-chrono h3{border-bottom: thin solid #d8d8d8;}

.post.groupe{
	padding: 20px;
}

#containerSubtitle{
	background: transparent url(images/hachures.gif) repeat left top;
	margin-bottom: 20px;
}

h2.page-subtitle {
	background-color: white;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	margin-bottom: 0;
}

#annonce{
	background-color: #DDDB00;
	height: 200px;
	margin-bottom: 20px;
}

#annonce a:hover{
	opacity: 0.5;
}

#annonce img{
	vertical-align: baseline;

}

.post-meta{
	text-transform: uppercase;
	margin-bottom: 20px;
	font: 120% "Andale mono", "Courier New", Courier, mono;
}

.postmetaExcerpt{
	margin-bottom: 0;
}

.postmetaRubrique{
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 0;
}

p.rubrique{
	border-top: thin solid #d8d8d8;
	padding-top: 20px;
	color: #989898;
	margin-top: 20px;
	font-size: 90%;
}

.rubrique a{
	color: #989898;
	text-decoration: underline;
}

.rubrique a:hover{
	color: #dc0019;
	background: none;
}

.post-content {
	margin-top: 15px;
	border-top: thin solid #d8d8d8;
	padding-top: 20px;
	overflow: hidden;
}

.post .thumbExcerpt{
	float: left;
	height: 100px;
}

.post .excerptContainer{
	width: 480px;
	float: right;
}

.post-content ul li {
	list-style-type: square;
}

.post-content img.alignnone {
	margin-bottom: 10px;
}

.post-content img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.post-content img.size-full{
	max-width: 560px;
}

.post-content img.wp-image-217{
	vertical-align: -28px;
	margin-left: 10px;
}

p.wp-caption-text, p.legende{
	color: #989898;
	text-align: right;
	font: 80% Verdana, sans-serif;
	margin-top: -10px;
	margin-bottom: 20px;
}

.groupe:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	margin-bottom: 5px;
}

p.infosSpectacle{
	background-color: #989898;
	color: white;
	padding: 10px;
	margin-bottom: 15px;
	font: 100% "Andale mono", "Courier New", Courier, mono;
	text-transform: uppercase;
	clear:both;
}

p.infosCasting, p.infosProduction{
	border-top: thin solid #d8d8d8;
	padding-top: 20px;
	color: #989898;
	margin-top: 20px;
	font-size: 90%;
	clear:both;
}

p.infosCompagnie{
	color: #989898;
	font-size: 130%;
	clear:both;
}

a.more-link{
	background-color: #dc0019;
	text-transform: uppercase;
	font: 90% "Andale mono", "Courier New", Courier, mono;
	color: white;
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
	margin-top: 10px;
}

a.more-link:hover{
	text-decoration: underline;
}

.section-title {
	font-size: 120%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 20px 0 20px 40px;
}

.navleft a, .navright a{
	background-color: #dc0019;
	text-transform: uppercase;
	font: 120% "Andale mono", "Courier New", Courier, mono;
	color: white;
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;

}

.navright {
	float: right;
	margin: 20px 40px 20px 0;
}

.navigation{
	overflow: hidden;
	background: transparent url(images/hachures.gif) repeat left top;
	min-height: 40px;
}

#sidebar {
	float: right;
	width: 220px;
}

.sidepanel {
	padding: 15px 20px;
	margin-bottom: 5px;
	background-color: white;
	font-size: 90%;
}

.actu{
	color: #7c8ba8;
}

.sidepanel h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: thin solid #d8d8d8;
	padding-bottom: 10px;
	font-size: 130%;
}

.sidepanel h3.titreActu{
	color: #dc0019;
}

.sidepanel h4{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #7c8ba8;

	
}

.sidepanel li{
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidepanel p {
	margin-bottom: 1em;
}

#lienBrochure{
	width: 180px;
	color: white;
	font: 120% "Andale mono", "Courier New", Courier, mono;
	text-transform: uppercase;
	padding: 20px;
	height:50px;
	background: url(images/brochure_bg.png) no-repeat left top;
	text-align: right;
}

#lienBrochure a{
	color: white;
	text-decoration: none;
}

#lienBrochure a:hover{
	text-decoration: underline;
}

#footer {
	clear: both;
	background-color: white;
	padding: 40px;
	margin-left: 10px;
	overflow: hidden;
	font: 10px/10px "Andale mono", "Courier New", Courier, mono;
	text-transform: uppercase;
	text-align: center;
	width: 560px;
	
}

#footer li{
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	
}

#footerLinks li{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#subFooter {
	color: #656565;
	font-size: 100%;
	margin-top: 20px;
	height: 100px;
	text-align: center;
	width: 640px;
	margin-left: 10px;
	line-height: 1.3em;
}

#subFooter a{
	color: #989898;
	text-decoration: none;
}

#subFooter a:hover{
	background: none;
	color: white;
}

#searchsubmit{
	cursor: pointer;
	float: right;
	
}

select#cat.postform{
	width: 180px;
}

#s{
	width: 100px;
}

.rouge{
	color: #dc0019;
}
.indigo{
	color: #412682;
}
.fuschia{
	color: #D2007A;
}

.vert{
	color: #bbc300;
}
/*///////////CALENDRIER/////////////*/

#wp-calendar{
	width: 180px;
	font-size: 12px;
}
#wp-calendar #next{
	text-align: right;
	text-transform: uppercase;
	padding-top: 10px;
}

#wp-calendar #prev{
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 10px;
}

#next a, #prev a{
	background-color: #dc0019;
	text-transform: uppercase;
	color: white;
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none;
	margin-top: 10px;
	font-family: "Andale mono", "Courier New", Courier, mono;
}

#next a:hover, #prev a:hover{
	text-decoration: underline;
}

#wp-calendar caption{
	color: white;
	margin-top: 10px;
	text-align: center;
	background-color: #dc0019;
	margin-bottom: 10px;
	padding: 5px;
	font-family: "Andale mono", "Courier New", Courier, mono;
	text-transform: uppercase;
}

#wp-calendar thead tr th{
	padding-bottom: 5px;
	border-bottom: thin solid black;
}

#wp-calendar td{
	padding-top: 5px;
}

/*//////////SEANCES SCOLAIRES////////////*/

.focus{
	color: #dc0019;
}

.seanceScolaire{
	margin-bottom: 20px;
	text-align: justify;
	border-bottom: thin solid #d8d8d8;
	padding-bottom: 20px;
}

.seanceScolaire p.infosSpectacle{
	color: #989898;
	background: none;
	padding: 0;
}

.seanceScolaire h2{
	font-size: 14px;
	line-height: 15px;
}
/*//////////DOWNLOAD PAGE//////////*/

.download-box form{
	margin-bottom: 20px;
	margin-top: 20px;
}

ul.download-list{
	margin: 0;
}

ul.download-list li{
	list-style-type: none;
}

ul.download-list li a{
	font: 12px/20px "Andale mono", "Courier New", Courier, mono;
	text-transform: uppercase;
}

#pwbox-65{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 50%;
}



