/*
 Theme Name:     Twenty Eleven Child
 Description:    Twenty Eleven Child Theme
 Author:         Toasted Cheese
 Author URI:     http://toasted-cheese.com
 Template:       twentyeleven
 Version:        1.0.0
*/

@import url("../twentyeleven/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* One column */
.one-column #page {
	max-width: 1000px;
}

#page .type-page .entry-title {
       display:none;
}

#content img {
	border: 1px solid #ddd;
	padding: 6px;
}

/* Site Generator Line */
#site-generator {
	background: #ffffff;
}

.entry-content h1,
.comment-content h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 .8125em;
}

.entry-content h2,
.comment-content h2 {
	color: #333;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


#content table, #content tr td {
    border: none
}


.wp-caption {
	background: #fff;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: inherit;
	font-size: small;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 0 0 0 0;
	text-align: center;
}

.wp-caption .wp-caption-text:before {
	display:none;
}