/*
Theme Name:     Custom Twenty Eleven
Description:    Child theme for the Twenty Eleven theme so DRG can customize some CSS. 
Author:         Davin Granroth
Author URI:     http: //blog.davingranroth.com/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");


/*
 .pubs are rules for the list of publications and presentations. 
 This sets up a hanging indent pattern like in a works cited or bibliography.
*/
ul.pubs{
	list-style-type: none;
	margin-left: 0px;
}

ul.pubs li{
	text-indent: -2em;
	margin-left: 2em;
}

/* single column layout used in archive-index.php and onecolumn-page.php */
#container.one-column #content{
	width: 100%;
}


/*
 Archive index styles
 #container.archive_index is the containing selector
*/

#container.archive_index h2{
	border-top: 3px solid #000;
	margin-top: 1em;
	background-color: #eee;
}
#container.archive_index ol,
#container.archive_index li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#container.archive_index li{
	margin: 1em 1em 4px 0;
	width: 48%;
	float: left;
	overflow: hidden;
}
#container.archive_index h3.entry-title{
	font-size: 14px;line-height: 20px;
}
#container.archive_index h3.entry-title a{
	text-decoration: underline;
}
#container.archive_index .year{
	margin-bottom: 2em;
	overflow: hidden;
}

/* Custom treatment for small-caps with abbreviations */
abbr, acronym{
	text-transform: lowercase;
	font-variant: small-caps;
	border-bottom: none;
	letter-spacing: 1px;
}

/* ThinkTwit plugin styles */
.thinkTwitPublished{
	display: block;
	font-style: italic;
}

/* Remove the bullet point from the Verse of the Day RSS widget */
#rss-286510432 ul{list-style-type: none;}


/* Seems the Twenty Eleven folks forgot about this */
.screen-reader-text{position: absolute; left: -10000px;}

/* Too much bolding in the Twenty Eleven theme! */
.widget a,
.entry-meta a{
	font-weight: normal;
}

.widget ul{
	list-style-type: none;
}
.widget li{
	margin: 0 auto 0.75em auto;
}
.widget-title a{font-weight: bold;}
