/*
Theme Name: Mes platines
Theme URI: http://wordpress.org/
Description: description
Version: beta 1.0
Author: Alfred P. Neuman
Author URI: ...
Tags: blue, custom header, fixed width, two columns, widgets 

*/
/* Begin Typography & Colors */

* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
	overflow-y:scroll;
}

body {
	font-family:Arial, Sans Serif;
	color:#000000;
	background:#000000;
	text-align:center;
	font-size:11px;
	height:100%;
}

#main {
	width:915px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	text-align:left;
	margin:auto;
	background:#ffffff url('images/bg_main.jpg') top right repeat-y;
}

#search {
	float:right;
}

#band {
	background:#000000;
	padding:5px 0 5px 5px;
}

#band a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#band a:hover {
	/*color:#f32b59;*/
}

#fast_links {
	width:550px;
}

#fast_links_spacer {
	padding:0 0 0 0;
}

.fast_link {
	float:left;
	padding:0 0 0 15px;
}

.fast_link a {
	color:#ffffff;
}

#content {
	float:left;
	width:610px;
}

#content_spacer {
	padding:20px 30px 10px 30px;
}

.excerpt {
	height:115px;
	margin:20px 0 20px 0;
}

.excerpt a, .galerie_excerpt a {
	color:#000000;
	text-decoration:none;
}

.excerpt a:hover, .galerie_excerpt a:hover {
	color:#f32b59;
}

.excerpt h2, .galerie_excerpt h2 {
	font-size:16px;
	padding:1px 0 2px 0;
}

.excerpt h3,.galerie_excerpt h3 {
	font-size:13px;
}

.excerpt_panel {
	float:left;
	width:400px;
}

.excerpt_content {
	text-align:justify;
	width:410px;
	font-size:12px;
	height:47px;
	margin:10px 0 5px 0;
	border-bottom:1px solid #000000;
}

.excerpt_date {
	font-size:10px;
	font-weight:bold;
	text-align:right;
	width:410px;
	padding:2px 0 0 0;
}

.single {
	font-size:12px;
}

.single_panel {
	width:540px;
}

.single_content {
	border-bottom:1px solid #000000;
	width:550px;
}

.single_content p, .entry p {
	padding:0 0 15px 0;
}

.single_date {
	font-size:10px;
	font-weight:bold;
	text-align:right;
	width:540px;
	padding:2px 0 0 0;
}

commentform p {
	padding:0 0 10px 0;
}

.comment_input_text {
	border:0;
	background:#e8e8ea;
}

#sidebar {
	float:left;
	width:305px;
	padding:0;
}

#sidebar h3 {
	background:#97969b;
	margin:0;
	padding:2px 0 2px 10px;
	color:#ffffff;
}

#sidebar ul {
	list-style-type:none;
	padding:10px 0 10px 13px;
}

#sidebar ul li {
	padding:0 0 10px 0;
}

#sidebar ul li a {
	text-decoration:none;
	color:#000000;
}

#sidebar ul li a:hover {
	text-decoration:underline;
}

#sidebar #galerie {
	padding:0 0 10px 13px;
}

#sidebar #galerie img {
	border:0;
	float:left;
	margin:15px 17px 0 0;
}

#sidebar #galerie_link {
	text-align:right;
	padding:3px 17px 0 0;
}

#sidebar #galerie_link a {
	color:#000000;
	text-decoration:none;
}

#last_comments span {
	color:#000000;
}

#navigation {
	text-align:center;
	font-weight:bold;
}

#navigation a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#navigation a:hover {
	color:#f32b59;
	text-decoration:underline;
}

#navigation .current {
	color:#f32b59;
}

#footer {
	background:#000000;
	padding:5px 0 5px 0;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.navigation {
	padding:10px 0 0 0;
	text-align:center;
	font-weight:bold;
}

.navigation a {
		color:#000000;
}

.current_page {
	color:#F32B59;
}

.clearBox {
	clear:both;
}

img.centered {
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;
}

.commentlist {
	list-style-type:none;
}