@charset "UTF-8";
/*
Theme Name: Contrast
Theme URI: http://wordpress.org/
Description: Theme made for Smashig Magazine Typographic Layout Design Contest
Version: 1.0
Author: Paul W Linder
Author URI: http://www.paullinder.se
Tags: black, white, custom
*/


/* Begin Typography & Colors */


html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background: #FFFFFF;
	line-height:1.5;
	text-align:center;
}

/* ENTETE */
h1 {
	font-size:48px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-5px;
	line-height:84%;
	padding:0px 10px 0px 0px;
	float:left;
	background-color:#FFFFFF;
}

/* Titre de l'article après avoir cliqué sur "en savoir plus..." */
/* hauteur mulitple de 8, taille police et ecartement, line-height, fond */
h2 {
	height: 40px;
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-1px;
	line-height:111%;
	color:#000000;
	background: white url('images/bg-w1.gif') repeat;
	margin:0px;
	padding:0px 0px 0px 1px;
	background-color:#FFFFFF;
}

h3 {
	color:#000000;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-2px;
	padding:20px 0px 10px 0px;
}
h1 a:link {
	text-decoration:none;
	color:#000000;
}
h1 a:visited {
	text-decoration:none;
	color:#000000;
}
h1 a:hover {
	text-decoration:none;
	color:#000000;
}

#wrapper {
	width:960px;
	height:100%;
	margin: 0 auto;
	text-align:left;
}

/* Barre de logo en haut de la page */
#barCode {
	width: 960px;
	/*height: 10px;*/
	height: 85px;
	text-align:right;
	margin:1px 0px 0px 0px;
	padding:14px 0px 0px 0px;
}

#tagLine {
	font-size:12px;
	text-indent:5px;
	letter-spacing:10px;
	clear:both;
}

/* Barre de menu sous logo en haut de la page */
#menuWrapper {
	background-color:#000000;
	background: white url('images/bg-w1.gif') repeat;
	width: 940px;
	height:40px;
	padding:0px 20px 0px 0px;
}

/* Textes de la barre de menu sous logo en haut de la page */
.menu {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:0px;
	line-height:90%;
	color:#000000;
	background: white url('images/bg-w.gif') repeat;
	margin:8px 0px 0px 0px;
	float:right;
}

.menu ul {
	list-style:none;
}
.menu ul li {
	display: block;
}
.menu a:link {
	text-decoration:none;
	color:#000000;
}
.menu a:visited {
	text-decoration:none;
	color:#000000;
}
.menu a:hover {
	text-decoration:none;
	color:#000000;
}
.menuSpacer {
	width:1px;
	height:24px;
	margin:8px 20px 8px 20px;
	background-image:url(images/menuSpacer.jpg);
	float:right;
}

/* bare de titre principal. Fond strié, taille du texte, hauteur multiple de 8px(images+bg-w0.gif) modifiés */
/* valable pour contact et about */
.mainCategory {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	line-height: 90%;
	letter-spacing:0px;
	color:#FFFFFF;
	width: 940px;
	height:24px;
	background-color:#666666;
	background: white url('images/bg-w0.gif') repeat;
	margin:20px 0px 0px 0px;
	padding:8px 0px 0px 20px;
	clear:both;
}
.mainCategory:link {
	color:#FFFFFF;
}
.mainCategory:visited {
	color:#FFFFFF;
}
.mainCategory:hover {
	color:#FFFFFF;
}

/* class ajoutée pour faire réagir les titres. Concerne tous les titres des catégories */
.maxMin0 {
	background-color:#666666;
	color:#FF0099;
	}
.maxMin0:link {
	background-color:#666666;
	color:#FFFFFF;
	}

.maxMin {
	background:url(images/maxMinBtn.jpg) top right no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	position:relative;
	left:910px;
	top:-19px;
}
.active {
	background-position: bottom;
}
.toggleMainCategory {
	background-color:#000000;
	background: white url('images/bg-w.gif') repeat;
	width:960px;
	color:#FFFFFF;
}

/* Position des barre de titre des article dans la page principale (multiple de 8) */
.postWrapper {
	width:840px;
	padding:88px 64px 24px 64px;
}

.post {
	background-color:#000000;
 	background: white url('images/bg-w.gif') repeat;
	height:72px;
}

/* Barre de titre "Dossier" ... au dessus du titre d'article */
.postTitleBar {
	width:840px;
	height:16px;
	padding:0px 0px 0px 1px;
	background-color:#FFFFFF;
/*	background: white url('images/bg-w1.gif') repeat;*/
	font-size:8px;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing:0.2px;
	letter-spacing:0px;
	line-height:200%;
	color:#000000;
	clear:both;
}

/* Barre de titre des articles dans la homepage (sous Petit titre type "Dossier") */
.post h2 {
	font-size:30px;
	height:32px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-3px;
	line-height:85%;
	color:#000000;
	margin:0px 0px 0px 0px;
	background-color:#000000;
	float:left;
}
.cCLeft {
	color:#000000;
	margin:8px 0px 0px 0px;
	float:left;
	clear:left;
}
.cCMiddle {
	color:#000000;
	margin:18px 5px 5px 10px;
	font-size:9px;
	font-weight:normal;
	float:left;
}

/* "En savoir plus..." sur la droite */
.cCRight {
	color:#FF0099;
	margin:18px 0px 0px 0px;
	font-size:9px;
	font-weight:bold;
	float:right;
}
.cCRight:link {
	text-decoration:none;
	color:#FF0099;
}
.cCRight:visited {
	text-decoration:none;
	font-weight:normal;
	color:#FF0099;
}
.cCRight:hover {
	text-decoration:none;
	color:#FF0099;
}
.singlePageBg {
	width:840px;
	background: white url('images/bg-w.gif') repeat;
	color:#000000;
	padding:84px 60px 64px 60px;
	overflow:auto;
}

/* EN TEST */
.anfang {
	color: #FF0099;
	display: inline;
	float: left;
	font-size: 35px;
	line-height: 10px;
	margin: 11px 5px 0px 0px;
	text-transform: uppercase;
}
.singleText {
	color: #000000;
	background-color:#FFFFFF;
	font-weight:normal;
	margin:20px 0px 40px 0px;
}
.gallery img {
	margin:0px;
	padding:0px;
	border: 0px;
	background-color:#FFFFFF;
	cursor:default; 
}
.gallery-icon {
	margin:0px;
	padding:0px;
}
.gallery-item {
	margin:0px;
	padding:0px;
	text-align:center;
}
.gallery {
	margin: 0px;
	padding:0px;
}
.video {
	text-align:center;
}
.share {
	color:#000000;
	text-align:right;
	font-size:8px;
	letter-spacing:0.2px;
	text-transform:uppercase;
	margin:20px 0px 0px 0px;
}
.share:link {
	text-decoration:none;
	color:#000000;
}
.share:visited {
	text-decoration:none;
	color:#000000;
}
.share:hover {
	text-decoration:none;
	color:#000000;
}



.aboutHolder {
	width:940px;
	padding:64px 0px 42px 64px;
}
.about {
	/*width:360px;*/
	width:840px;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	margin:0px 0px 20px 0px;
}
.about h2 {
	width:840px;
	height:26px;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-4px;
	line-height:90%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color:#000000;
}
.contactHolder {
	width:840px;
	padding:16px 16px 16px 64px;
}
.contact {
	width:840px;
	background: white url('images/bg-w1.gif') repeat;
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-2px;
	line-height:85%;
	color:#000000;
	margin:0px 0px 8px 0px;

}
.contact h2 {
	width:840px;
	height:8px;
	font-size:8px;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing:0.2px;
	letter-spacing:0px;
	line-height:200%;
	color:#000000;
	clear:both;
}

/* Sous titre des barrs de titres dans home page "x articles dans ...", couleur rose, taille texte et fond blanc modifiés */
.smallerFontSize {
	color:#FF0099;
	background-color:#FFFFFF;
	text-transform:uppercase;
	font-size: 8px;
	letter-spacing:0.2px;
}
.description {
	text-transform:uppercase;
	font-size: 8px;
	letter-spacing:0.2px;
}
.description p {
	margin:0px;
	padding:0px;
}
.fontColorWhite {
	color:#FFFFFF;
}
.fontColorBlack {
	color:#000000;
}

/* Les petit texte laisser un commentaire qd on rentre dans un article */
a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#000000;
}

#footerTypoSmall {
	font-size:12px;
	letter-spacing:10px;
	text-align:right;
	text-transform:lowercase;
	margin:0px 5px 0px 0px;
	clear:both;
}
#footerTypo {
	background-color:#FFFFFF;
	font-size:48px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	letter-spacing:-5px;
	line-height:100%;
	padding:0px 0px 0px 5px;
	margin:0px 0px -14px 0px;
	position:relative;
	top:-11px;
	float:right;
}
.footerLink {
	color:#FFFFFF;
	background-color:#666666;
	font-size:8px;
	text-decoration:none;
}


/* Pied de page */
#footer {
	text-transform:uppercase;
	font-size:8px;
	line-height:100%;
	color:#FFFFFF;
	width: 940px;
	height:30px;
	background: white url('images/bg-w0.gif') repeat;
	margin:20px 0px 0px 0px;
	padding:5px 0px 0px 20px;
	clear:left;
}
#bottomSpacer {
	width: 960px;
	height:104px;
/* background-color:#FFFFFF; */
	
}
#wrapperComment {
	color:#000000;
	width: 320px;
	margin: 0 auto;
	padding:0px 0px 30px 0px;
	text-align:left;
}
