/*
Theme Name: art studio v1
Theme URI: http://www.artstudio-communication.ch/
Description: Le thème Wordpress de art studio.
Version: 1.0
Author: Lionel Riem
Author URI: http://www.artstudio-communication.ch/
Tags: grey, fixed width, three columns, widgets

	art studio v1
	 http://www.artstudio-communication.ch/

	Le thème personnalisé de art studio.

*/


/*
 * Structurel
 */

/* Reset*/
h1, h2, h3, p, div, span, a, hr {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 1em;
}

img {
	border: 0px transparent none;
}

h1 {
	visibility: hidden;
	display: none;
}

h2 {
	margin-bottom: 0.6em;
}

h3 {
	padding-top: 0.6em;
	margin-bottom: 0.6em;
}

h4 {
	padding-top: 0.6em;
	margin-bottom: 0.5em;
}

h4.comments {
	page-break-before: always;
}

hr {
	border: 1px solid #4e5255;
	height: 0px;
	margin-bottom: 0.8em;
}

blockquote {
	padding: 0;
	margin: 0;
	margin-left: 5%;
	padding-left: 2%;
	border-left: 1px solid #4e5255;
}


/* Colonnes */

/* 3 colonnes */
.lcol {
	float: left;
	width: 31%;
}

.mcol {
	margin-left: 34.5%;
	width: 31%;
}

.rcol {
	float: right;
	width: 31%;
}

/* 2 colonnes dont droite large */
.bcol {
	margin-left: 34.5%;
	width: 65.5%;
}

/* 2 colonnes 50/50 */
.h_gauche {
	float: left;
	width: 48%;
}

.h_droite {
	width: 48%;
	margin-left: 52%;
}

/* Pour rétablir l'ordre ensuite */
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}


/* Listes */
ul.liste {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Clients */

.client {
	text-align: center;
}

.client img {
	/*background-image: url('images/fond_imgclient.png');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
	margin-left: 5px;
	margin-right: 5px;*/
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}

/* Billets et commentaires */

.entry {
	margin-bottom: 2em;
}

ul.news {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #4e5255;
}

ul.news li {
	border-top: 1px solid #4e5255;
}

ul.news li:hover {
	background-color: #3e4144;
}

ul.news small {
	padding-left: 5px;
}

.postmetadata {
	/*border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;*/
}

div.postmetadata {
	float: right;
	text-align: center;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid;
}

div.postmetadata p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

div.postmetadata p.jour {
	font-size: 4em;
}

div.postmetadata p.mois {
	font-size: 2em;
}

div.postmetadata p.annee {
	font-size: 2em;
}

/* Commentaires */

ul.commentlist {
	padding-top: 4px;
	padding-left: 0px;
	margin: 0px;
	border-bottom: 1px solid #4e5255;
	list-style: none;
}

ul.commentlist li {
	border-top: 1px solid #4e5255;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.comment-author {
	text-align: right;
	float: left;
	width: 30%;
}

div.comment-author p {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

img.avatar {
	border: 10px solid #3e4144;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.comment-text {
	width: 66%;
	margin-left: 34%;
}

div.comment-text p {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.comment-author input, div.comment-text input, div.comment-text textarea {
	width: 100%;
}

/* Formulaires */

input, textarea {
	border: 1px solid #4e5255;
	background-color: #3e4144;
	color: #f4f2f0;
	padding: 1px;
}

textarea {
	width: 100%;
}

input[type="submit"], input[type="button"] {
	padding: 3px;
}

input[type="submit"]:active, input[type="button"]:active {
	border-style: inset;
}

.cform fieldset	{
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

#usermessagea {
	color: #d70927;
	font-weight: bold;
}

ol.cf-ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol.cf-ol li {
	padding-bottom: 0.5em;
}

ol.cf-ol li.textonly {
	text-align: right;
	width: 31%;
}

ol.cf-ol label {
	display: block;
	float: left;
	width: 31%;
	text-align: right;
}

ol.cf-ol input, ol.cf-ol textarea {
	margin-left: 3.5%;
	width: 31%;
	padding-top: 3px;
	padding-bottom: 3px;
}

ol.cf-ol span.reqtxt, ol.cf-ol span.emailreqtxt {
	font-size: 0.7em;
	font-style: italic;
	margin-left: 10px;
}

p.cf-sb input, p.cf-sb button {
	width: 31%;
	margin-left: 34.5%;
	padding: 6px;
	font-weight: bold;
}

/* Images */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/*
 * Mise en forme
 */

body {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: justify;
}

cite {
	font-style: italic;
	font-size: 0.8em;
}

h2 {
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
}

h3 {
	font-size: 1.7em;
	font-weight: normal;
	text-align: left;
}

/* Classes particulières */

ul.news {
	list-style: none;
}

ul.news li {
	padding-left: 5px;
	padding-right: 5px;
}

ul.news small {
	display: block;
	float: right;
	text-align: right;
}

ul.news a:hover {
	text-decoration: none;
}

.postmetadata {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.4em;
}

.red {
	color: #d70927;
	font-weight: bold;
}

.big {
	font-size: 1.5em;
}

#calendar h2 {
	display: none;
	visibility: hidden;
}

#copyright {
	display: none;
	visibility: hidden;
}