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

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


.hidden, .coronavirus {
	display: none;
}

.standard-semester {
	display: inline;
}

td {	vertical-align: middle;}

ul {
	list-style-type:disc;
}ul ul, ol ul {
	list-style-type:circle;
}
ul.star {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
}

ul.star li:before {
	content: "✦";
	position: absolute;
	left: 0;
}ul.hanging {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.4em;
	text-indent: -1.4em;
}
.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;}

.box {
	border: 1px dotted black ;
	background: #DDDDDD; 
	color: #373737;	padding: 0px 5px;
	margin-bottom: 1.4em;}.small {	font-size: .9em;}

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

.indent {	margin: 0 0 1.5em 3em;
}.poem {	margin: 0 0 0 3em;
	white-space: pre-wrap;
	line-height: .8em;
}.form-allowed-tags {
	display: block;
	padding-bottom: 40px;
}

/*
Change entry-content formatting from space following to space before */
.entry-content {
	padding: 0;
}

.entry-content p, .entry-content hr  {
	margin: 1em 0 0 0;
}

.entry-content ul, .entry-content o {
	margin: 0 0 0 2.5em;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
		margin: 1.25em 0 0 0;
}
.su-accordion {
		margin: .75em 0 .75em 0 !important;
}
/*
Fix gallery bottom margin*/
dl + p {
	font-size: .1em;
}
#content .gallery {
	margin: 0 auto;
}

/*
Fix image captions in gallery*/
.wp-caption-text {
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0px 7px 0px 7px;
	text-align: center;
}

.wp-caption-text:before {
	display: none;
}

/*
special format for image credits */
div.credits {
	background: #DDDDDD; 
	color: #373737;	font-style: italic;
	font-size: .8em;
	margin: 0px 15px;
	padding: 5px;
	border-radius: 10px;}

/*
Hide the Members-only login */
div.su-members {
		display: none;
}

/*
Tighten up list of posts in the Category Post Widget*/
li.cat-post-item {
	border-bottom: 0px;	
	list-style-type: circle; 
	margin: 0; !important
	padding: 0; !important
}

/*
Hide Search Field*/
#searchform {
	display: none;
}

/*
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;
	padding-bottom: .6em;
}
blockquote p.hangingindent {
	padding-left: 2em;
	text-indent: -2em;
}
blockquote em {
    font-style: italic;
}
blockquote ul {
	margin-bottom: 0;
}
blockquote ul.padded {
	margin-bottom: .6em;
}
/*
Change paragraph spacing in Comments from skip-line to indent first line
Change text style to black Times new Roman. Make Blockquote function as hanging indent. */
.comment p, .comment ul {
	line-height: 1.3;
	margin-bottom: 0;
    font-family: "Times New Roman", Times, serif;
}
.comment p {
	text-indent: 2em;
}
.comment ul {
	padding-top: .5em;
	padding-left: 1em;
    font-size: .9em;
}
.comment blockquote p {
	text-indent: 0em;
}

.comment blockquote.mla p {
	padding-left: 2em;
	text-indent: -2em;
}
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;
}
/*
Allow blockquote in Comments that doesn't do hanging indent. */
.comment blockquote.nohang p {
	padding-left: 0em;
	text-indent: 2em;}
/*
Move comment form label upward to accommodate buttons */
#respond .comment-form-comment label {
	top: 0px;
	font-weight: bold;
}
/*
Hide spelling check from the "Mihdan: Ajax Edit Comments" plugin */
#aec_edit_options {
	display: none;
}
/*
Hide countdown timer from the "Simple Comment Editing" plugin */
.sce-timer {
	display: none;
}
/*
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 attachment label text*/
p.comment-form-attachment { 
	position: absolute;
	top: -30px;
}
.comment-form-attachment input { 
	position: relative;
	top: 30px;
	left: 30px;
}

/* 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;
}
/*
Reduce size of post and page entry titles*/
.entry-title {
	font-size: 30px;!important
	line-height: 1.3em;
}
/*
Distinguish between h1, h2, h3, and h4 in entry content part of posts*/
.entry-content h1  {
	font-size: 30px; 
	line-height: 1.3em;
}
.entry-content h2  {
	font-size: 24px;
	line-height: 1.2em;
}
.entry-content h3  {
	font-size: 20px;
	line-height: 1.1em;
	letter-spacing: normal;
	color: #000;
	font-weight: bold;
	text-transform: none;
}
.entry-content h4 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content h5 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
/*
Make event titles small and page titles big + shift event content up so that event date lines up with event title */
.single-event .entry-title {
	font-size: 16px;
	line-height: 1.1em;
}

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

.entry-content p.duedate {
	font-size: 16px;
	line-height: 1.1em;	float:right;
	font-weight:bold;
	position:relative;
	top:5px;
	margin:0;
}.page-template-extra-wide-php h1, 
.single-event .entry-content h1{
	font-size: 30px;
	line-height: 1.3em;
}

.page-template-extra-wide-php h2{
	font-size: 20px;
	line-height: 1.1em;
}

.eventbanner {	margin-top: 30px;}/*
Hide dates and "posted in" at the bottom of posts */
div.entry-meta,
footer.entry-meta {
	display: none;
}

/*
Make extra-wide template behave like showcase (and reiterate special instructions for Showcase) */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary,
.page-template-extra-wide-php #primary,
.left-sidebar.page-template-extra-wide-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content,
.page-template-extra-wide-php #content,
.left-sidebar.page-template-extra-wide-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php #main .widget-area,
.page-template-extra-wide-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}
/*
Make sidebar disappear on extra-wide */
th.fc-day-header {
	color: #f2f2f2;
}

/*
Make days in the Calendar show in white font, for better contrast w red background */
.single-event .entry-title {
	font-size: 16px;
	line-height: 1.1em;
}

/* Reset right margin on Print (since Sidebar no longer visible), and move "Branding" down and off to the side
----------------------------------------------- */

@media print {
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	#page {
	margin: 0;
	}
	#branding {
		position: absolute;
		left: 60%;
		top: 63px;
		width: 35%;
 	  }
 	#site-title, #site-description {
		margin: 0px;
		padding: 0px;
		color: #111;
	  }
}