/*
Theme Name: Miner Ten
Description: A child theme of Twenty Ten specifically for matthewminer.com.
Author: Matthew Miner
Template: twentyten
Version: 1.0
*/

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

#footer-widget-area ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

pre {
	font-size: 13px;
	white-space: pre-wrap;		/* CSS3 */
	white-space: -moz-pre-wrap;	/* Mozilla, since 1999 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	word-wrap: break-word;		/* Internet Explorer 5.5+ */
}

abbr,
acronym {
	border: 0;
	font-size: 95%;
}

#site-description {
	text-transform: lowercase;
}
#site-description:first-letter {
	text-transform: uppercase;
}

#content pre {
	font-size: 13px;
	line-height: 21px;
}

.entry-content .entry-quote {
	color: #666666;
	font-size: 15px;
}
.entry-content .entry-quote .quote-author {
	display: block;
	text-align: right;
}
.entry-content a {
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: underline;
}

.entry-utility {
	text-align: right;
}

.form-allowed-tags {
	display: none;
}

.widget-area .timesince {
	display: block;
	font-style: italic;
	text-align: right;
}

.widget-title a {
	color: #222;
	font-weight: bold;
}

#wrapper .widget-title a:hover {
	color: #FF4B33;
	text-decoration: none;
}

#site-info,
#site-generator {
	display: none;
}