﻿/* ***** BEGIN INFORMATION *****
 *
 * This theme is part of « La Fauvette Limousine » website and was designed by
 * Phantoom.
 *
 * Visit us at http://www.phantoom.net/.
 *
 * ***** END INFORMATION *****
 */

html, body {
	margin: 0;
	padding: 0;
}

/* Titles and paragraphs */
h1, h2, h3, h4, h5, p { margin: 0 0 1em 0; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
}
 
/* Main */
body {
	 #background-color: #73a3d0;
	 background-color: #c9c9c9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

/* Header */
#top {
	margin: 0;
	height: 152px;
	/*background: url(./images/header_background.png) repeat-x;*/
}

#top h1 {
	margin: 0;
	height: 100%;
	background: url(./images/header_left.png) no-repeat;
}

#top h1 a {
	display: none;
}

/* Footer */
#footer {
	clear: both;
	margin : 0 0 2em;
	padding: 4px 1em;
	font-size: 0.9em;
	color: #fff;
}

#footer a {
	color: #fff;
}

/* Body */
#page {
	overflow: auto;
	width: 100%;
	background-color: #cecece;
}

#main {
	float: left;
	width: 80%;
	background-color:#cecece;
	text-align: justify;
}

#main p {
	width: 750px;
}
#content {
	margin: 0 0 0 32px;
	padding: 1em 0 0 0;
	min-height: 612px;
	background-color:#cecece;
	background-repeat : no-repeat;
}

#content .post {
	margin-bottom: 2em;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #5c5a5b;
}

#content a:hover, #content a:active {
	text-decoration: underline;
	color: #d82f2a;
}

#content h2.post-title {
	color: #000;
}

#content table th {
	text-align: left;
}

/* Sidebar */
#sidebar {
	float: left;
	margin: 0 0 2em;
	padding: 0 0 2em 0;
	width: 20%;
	border-right: none;
	background: #dce8f3 url(./images/sidepanel_corner.png) no-repeat 100% 100%;
	background: #cecece url(./images/guitariste.jpg) no-repeat;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #5c5a5b;
	font-weight: bold;
	font-size: 14px;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
	color: #d82f2a;
}

#sidebar h2 {
	clear: both;
	margin: 1.2em 0 0.4em;
	color: #2c4160;
}

#sidebar ul {
	margin: 0;
	padding: 0 1.2em;
	list-style-type: square;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar div {
	margin: 1em;
	#background-color: #cecece;
}

#sidebar span.gallery-image img {
	margin: 1em 0;
}

#sidebar div.field {
	width: 75%;
	overflow: auto;
	margin: 0;
	padding: 1px;
	border: 1px solid #3468aa;
	background-color: #fff;
}

#sidebar div.field #q {
	float: left;
	margin: 0 4px;
	border: none;
}

#sidebar div.field input.submit {
	float: right;
	border: 1px solid #3468aa;
	background-color: #b0acae;
	cursor: pointer;
}

#sidebar div.field input.submit:hover {
	background-color: #ffb134;
}

#selection(
  background-color:#cecece;
)

