/*
Theme Name: Raging Poulpe
Theme URI: http://www.ragingpoulpe.fr/
Description: Le theme de base du site ragingpoulpe.fr "Historic Edition" février 2009 à octobre 2011
Version: 1.0
Author: S&eacute;bastien Pattier
*/
html {
height: 0;
margin-bottom: -28px;
}

body {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.9em;
text-align: left;
background-color: #ffffff;
background-image:url(http://www.ragingpoulpe.fr/wp-content/themes/ragingpoulpe/img/back.png);
background-repeat:no-repeat;
color: rgb(128,128,128);
margin: 0;
padding: 0;
}

#page {
margin: 0 auto 0 auto;
width: 950px;
}

#header {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
float: left;
background-image:url(http://www.ragingpoulpe.fr/wp-content/themes/ragingpoulpe/img/header.png);
background-repeat:no-repeat;
width: 950px;
height: 200px;
}

#header h1 {
display:none;
}

#header p.description {
display:none;
}

#header img#home {
width: 950px;
height: 200px;
}

.menu-header {
height: 29px;
margin-top: -43px;
background-color: #cdcdcd;
border-bottom: 1px solid #adadad;
}

.menu-header li {
display: inline;
}

.menu-header a {
padding-right: 15px;
color: #fff;
}

#header p.menu {
margin: 5px 0 0 25px;

}

#content {
float: left;
width: 500px;
padding: 0px 0 20px 60px;
}
 
#footer {
font-size: 1em;
background-image: url(http://www.ragingpoulpe.fr/wp-content/themes/ragingpoulpe/img/footer.png);
background-repeat: no-repeat;
clear: both;
padding: 50px 0 0 0;
width: 950px;
height: 200px;
}

#content h2 {
font-size: 1.750em;
}

.postmetadata {
font-size: 0.8em;
color: #999;
margin-top: -1.625em;
line-height:160%;
margin-bottom: 40px;
}

.postmetadata_tags {
font-size: 0.8em;
color: #999;
padding: 20px 0 40px 0;
margin-bottom: 80px;
height: 100px;
background-image: url(http://www.ragingpoulpe.fr/wp-content/themes/ragingpoulpe/img/break.png);
background-repeat: no-repeat;
background-position: center bottom;
}

div#social {
margin-top: 0px;
}

div#social img {
 opacity:0.7;
}

div#social img:hover {
 opacity:1;
}

a[rel~="tag"] {
color:#fff;
background-color: rgb(247,147,30);
padding: 0 2px 0 2px;
}

a[rel~="tag"]:hover {
color:rgb(247,147,30);
background-color: #fff;
}

a[rel~="category"] {
color:#fff;
background-color: rgb(184,227,31);
padding: 0 2px 0 2px;
}

a[rel~="category"]:hover {
color:rgb(184,227,31);
background-color: #fff;
}

.post_content {
font-size: 1em;
color: rgb(128,128,128);
}

.sidebar ul {
list-style-type: none;
font-size: 0.9em;
margin: 10px 10px 10px 20px;
padding: 0;
}

.sidebar li {
margin-bottom: 10px;
}

.sidebar {
float: right;
width: 240px;
height: 2300px;
padding: 30px 10px 30px 0;
background-image: url(http://www.ragingpoulpe.fr/wp-content/themes/ragingpoulpe/img/sidebar-back.png);
background-repeat: no-repeat;
}

.sidebar h2 {
font-size: 1em;
margin: 20px 0 10px 0;
}

#footer p{
text-align: center;
font-size: 1em;
color: #ffffff;
}

#menu-navigation {
padding-top: 6px;
}

a {
color: rgb(247,147, 30);
text-decoration: none;
}

a:hover {
color: rgb(241, 90, 36);
}

a img {
border: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	/*width: auto; */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption, .attachment-thumbnail {
	background: #eee;
	max-width: 96%;
	padding: 9px;
	border-radius: 5px 5px 5px 5px;
}
.wp-caption {
	margin-bottom: 1.625em;
}
.attachment-thumbnail {
	margin-bottom: -1.625em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.attachment-thumbnail a:focus img,
.attachment-thumbnail a:active img,
.attachment-thumbnail a:hover img,
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #000;
}

/* Recherche */

input#s {
	background: url(img/search.png) no-repeat 5px 6px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Commentaires */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
