/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. 
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here, then make your tweaks as necessary.
	

	Cool? Now get to hackin!
*/


body { background: #fff; color: #333; font: 62.5% Verdana, Arial, sans-serif; text-align: center; }

.entry { font-size: 1.4em; line-height: 1.3em; }

.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.2em !important; }

.tagged { padding: 0.4em 0 0 0; background: url('images/hr_tag_sep.gif') no-repeat; font-size: 1.2em; line-height: 1.3em; color: #888; clear: both; }

	
blockquote { font-style: italic; font-family: Verdana, Arial, sans-serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

#content2 { width: 710px; padding: 0 0 0 20px; float: left; } 

.racetable {

border: none;
border-collapse: collapse;

}

.racetable tr {
padding: 0;
}

.racetable th, .racetable td {
padding: 0 10px;
border: 1px solid #000;
font-size: .8em;
}

img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}
.alignleft{
float: left;
}

.alignright{
float: right;
}

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px; margin: 0 0 1em 0; font-size: 1.3em; line-height: 1.4em; float: left; }

div.textwidget li {
	margin-bottom: 3px;
}

.pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; }