/*  
Theme Name: Fair Use Blog
Theme URI: http://blog.fair-use.org/
Description: A theme for the Fair Use Blog
Version: 2007.09.03
Author: Charles Johnson
Author URI: http://radgeek.com/
*/

@import url("http://fair-use.org/style/common");

#content .blogheading { /* h1-h3 */
	color: black; background-color: #8B9E88;
	margin: 0.25em 0; padding: 0.25em;
	border-bottom: 2px solid black;
	border-color: #CBDEBF;
	font-weight: bold; clear: both;
}

#content .blogheading a:link, #content .blogheading a:visited {
	color: #222; text-decoration: none; border-bottom: none;
}

#content .blogheading a:hover,
#content .blogheading a:active,
#content .blogheading a:focus {
	color: #4000C0; text-decoration: underline;
}

#content .blogheading span.dateline {
	display: block; padding-top: 0.1em;
	font-style: italic; font-size: 70%;
	border-top: thin dotted black;
	margin-top: 0.5em;
}
#content .blogheading span.dateline cite.feed {
	float: right; font-style: normal;
}


#content .feed_icon { float: left; padding-right: 0.5em; background-color: inherit; }

#content .entry { margin-left: 1.5em; }

#content .categories { color: #3b4e1f; margin-top: 0; margin-bottom: 0.5em; margin-left: 0; margin-right: 0; text-transform: uppercase; font-size: smaller; font-weight: bold; }

#content .categories a:link { color: #6B7E4F; }
#content .categories a:visited { color: #4b5e2f; }

#content p.byline {
	margin-top: 0.10em; padding-top: 0;
	font-size: smaller;
	font-style: italic;
	border: none;
	text-align: right;
	color: #A05000;
}
#content p.byline a:link { color: #F08000; } 
#content p.byline a:visited { color: #904000; }

#content .navigation {
	display: block;	position: relative; list-style: none;
	text-align: center;
	margin-top: 10px; margin-bottom: 60px; margin-left: 0px; margin-right: 0px;
	padding: 0;
}

#content .navigation .prev {
	display: block; position: relative; list-style: none;
	top: 0; bottom: auto; left: 0; right: auto; width: 45%;
	margin: 0; padding: 0;
	text-align: left;
}

#content .navigation .next {
	display: block; position: absolute; list-style: none;
	top: 0; bottom: auto; left: auto; right: 0; width: 45%;
	margin: 0; padding: 0;
	text-align: right;
}
.page-number {
	display: block;
	position: absolute;
	left: 1.0em; right: auto;
	color: #D888FF !important;
	text-decoration: none !important;
	border-bottom: none !important;
	font-weight: normal !important;
	font-size: smaller;
}
