/*
this is the base stylesheet for a site
*/

body {
    background:#efefef;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size: 75%;
}
a { color:#039; }
a:hover { color:#f00; }
a img { font-size: .8em; }

.left { float: left; margin-right: 3px; }
.right { float: right; margin-left: 3px; }
.none { display: none; }
.clear { clear: both; }
.center { text-align: center; }
.strong { font-weight: bold; }

.site_title { font-size: 3em; text-align: center; }

#content_match, #yahooContentMatch { margin: 8px 0; text-align: center; clear: both; }

.spill_navigation {
	margin: 10px 0;
}

.spill_navigation div.previous, .spill_navigation div.next {
	padding: 5px 0;
	width: 50%;
	font-weight: bold;
}

.spill_navigation a {
	height: 32px;
	padding: 8px 0;
}

.spill_navigation .previous {
	float: left;
}

.spill_navigation .previous a {
	background: url(http://static.mcclatchyinteractive.com/static/images/mi/icons/arrows/l_lg_blue.png) no-repeat;
	padding-left: 33px;
}

.spill_navigation .next {
	float: right;
	text-align: right;
}

.spill_navigation .next a {
	background: url(http://static.mcclatchyinteractive.com/static/images/mi/icons/arrows/r_lg_blue.png) no-repeat scroll top right;
	padding-right: 33px;
	text-align: right;
}
