/*
 Theme Name:     Twenty Eleven Child
 Theme URI:      http://example.com/twenty-eleven-child/
 Description:    Twenty Eleven Child Theme
 Author:         JKent
 Author URI:     http://example.com
 Template:       twentyeleven
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentyeleven/style.css');


/* =Theme customization starts here

-------------------------------------------------------------- */
.one-column #page { max-width: 950px; }
#branding #s {
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
float: right;
width: 72px;
display: none;
}
#page {
	margin-top: 0;
}
#content .entry-title {
display:none;
} 
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
 border: 0;
}
#main,
.singular.page .hentry {padding:0;}


.archive.category #content .entry-title {
display:block;
}
.single-post #content .entry-title,
.archive.category #content .entry-title {
display:block;
}

h5 {
	color: Black;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 .8125em;
}

h5 {
	color: Black;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 .8125em;
}

#branding .only-search + #access div {
	padding-right: 0px;
}

#branding #searchform {
	display: none;
}

.wp-caption {
	background: #f1f3f8;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: -2px 0 0 -2px;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #4e4b4b;
	font-family: Noto Serif, Cambria, Georgia, Times, 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: #4e4b4b;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

body .simplePullQuote {
	width: 250px;
	float: right;
	border-top: 3px solid #868686;
	border-bottom: 3px solid #868686;
	text-indent: 10px;
	padding: 6px;
	margin: 10px 10px 10px 10px;
}
blockquote {
	font-family: Cambria, Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
.entry-content table.my_table {
   margin-left: auto;
   margin-right: auto;
   width: 80%;
}