/*
Theme Name:     Twenty Eleven Child
Description:    Child theme for the Twenty Eleven theme
Author:         TC Editors
Author URI:     //m.kumao9.com/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");


/* FULL WIDTH PAGE */

#content-fullwidth {
	margin: 0 0 0 0;
	width: 100%;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content-fullwidth,
.left-sidebar.singular #content-fullwidth {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 95%;
}

.singular .entry-meta .edit-link a {
	position: absolute;
	left: 20px;
	top: 30px;
}


/* REMOVE DASH FROM CAPTIONS */

.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 5px;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	letter-spacing: 0.5px;
}

.wp-caption .wp-caption-text {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.wp-caption .wp-caption-text:before {
	content:none;
	display:none; 
}


/*BLOCKQUOTE Smaller Font Size*/

blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}

#content table, #content tr td {
    border: none
}