/*
Theme Name:     Twentyeleven Child
Theme URI:      http://example.com/
Description:    Child theme Twentyeleven
Author:         Jonathan Sa´adah
Template:       twentyeleven
Version:        0.1.5
*/

@import url("../twentyeleven/style.css");

/* control page padding at top of blog page (between date and start) */
.entry-content {
		padding-top: 2em;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
}

/* area around content area in browser */
}
body {
	background: #e2e2e2;
}

/* page background */
#page {
	background: #e2e2e2;
}

/* remove search form */
#branding #searchform {
display: none;
}

/* remove comment balloon */
.entry-header .comments-link {
	display: none;
}

/* remove entry title */
.entry-title {
display: none;
}

/* change caption background color*/
.wp-caption {
	background-color: #e2e2e2;
}

/* rule around photo */
.wp-caption img {
	border-color: #e2e2e2;
}

/* remove entry header entry format */
.entry-header .entry-format {
	display: none;
}

/* change static page titles */
	.singular .entry-title {
	color: #3B679C;
	font-size: 20px;
	font-weight: bold;
	line-height: 30 px;
}

/* change distance to top on static pages */
.singular.page .hentry {
	padding-top: 0
}

/* change menu color background to black */

#access {
background: #000000;
}

/* remove gray line at top of banner */
#page {
margin: -.2em auto;
max-width: 1000px;
}

/* change padding at top of static page */
#main {
	padding-top: 0;
}

/* picture caption - remove dash and center */
.wp-caption .wp-caption-text {
text-align: left;
font-family: arial, sans-serif;
padding: 10px;
}

.wp-caption .wp-caption-text:before {
display:none;
}
