/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://www.rodolphe-passions.info/wordpress/
Description:    Child theme for the Twenty Eleven theme 
Author:         Rodolphe Lourd
Author URI:     http://www.rodolphe-passions.info/wordpress/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

#site-title a {
    color: #009900;
}

#page {
	margin: 2em auto;
	max-width: 1280px;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 100%;
}

.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}

#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 100%;
}

img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
}

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	border: 1px solid #336699;
	padding: 0px;
}

