/*
Theme Name:     Chuck Theme
Theme URI:      http: //commacafe.org/
Description:    Child theme for the Twenty Eleven theme 
Author:         Chuck Henebry
Author URI:     http: //rhet102.commacafe.org
Template:       twentyeleven
Version:        0.1.0
*/

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


td {	vertical-align: middle;}

ul {
	list-style-type:disc;
}ul ul, ol ul {
	list-style-type:circle;
}.duedate {	float:right;
	font-weight:bold;
	position:relative;
	top:6px;
}.center {	text-align: center;
}.centered {	margin-left: auto; 	margin-right: auto;}.color {	background: #151515; 
	color: #eeeeee;	font-weight:bold;
	padding: 0px 5px;}.lightcolor {	background: #DDDDDD; 
	color: #373737;	font-weight:bold;
	padding: 0px 5px;}.small {	font-size: .9em;}

.smaller {	font-size: 0.8em;}.smallest {	font-size: 0.6em;}

.indent {	margin: 0 0 1.5em 3em;
}.form-allowed-tags {
	display: block;
	padding-bottom: 40px;
}
/*
Change paragraph spacing in Blockquote from skip-line to indent first line*/
blockquote {
    font-family: "Times New Roman", Times, serif;
    font-style: inherit;
	line-height: 1.3;
	margin: 0 0 1.5em 0;
	padding: 2em;
	background: #e2e2e2;
}
blockquote p {
	text-indent: 2em;
	margin: 1px 0px;
}
blockquote p.center, blockquote p.noindent {
	text-indent: 0;
}
blockquote p.hangingindent {
	padding-left: 2em;
	text-indent: -2em;
}
blockquote em {
    font-style: italic;
}
/*
Change paragraph spacing in Comments from skip-line to indent first line
Change text style to black Times new Roman */
.comment p {
	line-height: 1.3;
	text-indent: 2em;
	margin-bottom: 0;
    font-family: "Times New Roman", Times, serif;
	padding: black;
}
div.comment-content {
	margin-bottom: 1em;
}
#respond p {
	color: #373737;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.625;
	text-indent: 0;
	margin-bottom: 1.625em;
}
/*
fix attachment label text*/
p.comment-form-attachment { 
	position: absolute;
	top: -30px;
}
.comment-form-attachment input { 
	position: relative;
	top: 30px;
	left: 30px;
}
/*
fix proofread, edit buttons for Ajax Edit Comments plugin*/
.AtD_proofread_button, .AtD_edit_button { 
	float:right !important;
	margin-left:5px !important;
}

.aec_expand, .aec_retract {
	float:right !important;
}
/* Fix Posts and Pages to match old Twenty Eleven Theme Extensions utility (essentially allow space for sidebar) */
.singular #primary {
	margin: 0 -35% 0 0;
}
.singular #content {
	margin: 0 44% 0 0;
	width: 70%;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: 85%;
}
#nav-single {
	float: none;
	margin-left: 3%;
	top: 0em;
}
#content nav#nav-single {
	padding: 0;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 5px;
	position: absolute;
	right: auto;
	top: 90px;
}
.singular .hentry {
	border-bottom: none;
	padding: 0;
	position: relative;
}
.singular.page .hentry {
	padding: 1.5em 0 0;
}
/*
Make event titles small and page titles big */
.single-event .entry-title {
	font-size: 16px;
	line-height: 1em;
}

.single-event div.entry-content {
	margin-top: -40px;
	padding-top: 10px;
}

.page-template-extra-wide-php h1, 
.single-event .entry-content h1{
	font-size: 24px;
	line-height: 1.3em;
}
/*
Remove dates from posts */
div.entry-meta {
	display: none;
}
/*
Make extra-wide template behave like showcase */
.page-template-extra-wide-php #primary,
.left-sidebar.page-template-extra-wide-php #primary {
	margin: 0;
}
.page-template-extra-wide-php #content,
.left-sidebar.page-template-extra-wide-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-extra-wide-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}
/* Simplify the extra-wide template (in imitation of showcase template) */
.one-column .page-template-extra-wide-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
/* Widen margins on extra-wide (with Theme Extensions turned off for pages) */
.page-template-extra-wide-php .entry-header,
.page-template-extra-wide-php .entry-content,
.page-template-extra-wide-php footer.entry-meta,
.page-template-extra-wide-php #comments-title {
	margin: 0 0;
	width: auto;
}
/* Widen margins on extra-wide (with Theme Extensions turned on for pages) */
.page-template-extra-wide-php #content {
	margin: 0 10;
	width: auto;
}
.page-template-extra-wide-php article {
	padding: 0 1;
}
/*
Make sidebar disappear on extra-wide */
.page-template-extra-wide-php #secondary {
	display: none;
}

/* Move "Branding" off to the side and out of the way on Print; Also, add borders to tables
----------------------------------------------- */

@media print {
	#branding {
		position: absolute;
		left: 65%;
		top: 38px;
		width: 35%;
 	  }
 	#site-title, #site-description {
		margin: 0px;
		padding: 0px;
		color: #111;
	  }
}