
/*
Theme Name: Reporterre WordPress Theme
Theme URI: http://www.reporterre.com
Description:
Version: 1
Author: Laurent Fabre
Author URI: 
Tags: reporterre
*/


/* BOXES */

.blog_box {float:left;width:615px;margin-top:10px;margin-left:40px}
.blog_sidebar {float:left;width:270px;margin-top:20px;margin-left:50px;background-image:url(/i/g2.gif)}
.blog_metadata, #respond {float:left;width:585px;margin-top:4px;margin-bottom:10px;padding:10px;padding-left:14px;margin-left:0px;line-height:20px;background-image:url(/i/g2.gif)}
#searchform table {height:38px;vertical-align:middle;border-spacing:10px}

.blog_thumb {float:left;margin-right:10px;margin-bottom:10px}


/* FORMULAIRES */

.blog_box input,.blog_box textarea {font-size:11px;color:#666666;width:250px;border:1px solid #888888;padding:2px;margin-bottom:5px}
.blog_box textarea {;width:500px}

/* IMAGES */

p img {
	padding: 0;
	max-width: 100%;
	}

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

img.alignright {
	display: inline;
	float: right;
	margin-bottom:5px;
	margin-left:10px
	}

img.alignleft {
	display: inline;
	float: left;
	margin-right:10px;
	margin-bottom:5px
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* TEXT */

.blog_box p {font-size:small;line-height:140%}
.blog_box a {color:#666666;font-weight:bold;text-decoration:none}
.blog_box a:hover {color:#888888;padding-bottom:0px;border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:#ac1019}
.comments {font-size:10px;color:#BBBBBB}
sup {font-size:10px;color:#888888;line-height:0%}



/* COMMENTS */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

