/*  
Theme Name: Blitz
Theme URI: http://www.fantasyblitz.com/blog/
Description: WordPress theme specifically designed to mimic the front page of Fantasy Blitz.
Version: 1.0
Author: Shaun Befort
Author URI: http://www.fantasyblitz.com/
*/

@import url("http://www.fantasyblitz.com/style.css");

/* Begin new CSS for blog */
.top_right_corner_canvas {
	background: url(http://www.fantasyblitz.com/images/canvas_right.gif) no-repeat top right;
	width: 100%;
}

.entry img {
	float: right;
	margin: 10px;
	border: 1px solid #666666;
}

#middle_column {
	padding: 0 0 10px 0; 
}

#right_column {
	padding: 0 0 10px 10px; 
}

.adsense {
	text-align: center;
	border: 1px dotted #CCCCCC;
	margin: 0 0 20px 0;
}

h2 a {
	color: #000000;
}

h2 a:link {
	color: #000000;
}

h2 a:visited {
	color: #000000;
}

#recent_comments {
	margin: 0 0 10px 1px;
}

.rss {
	margin: 0 0 0 1px;
}

#sidebar {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	color: #444444;
	padding: 0 0 10px 0; 
}

.date {
	margin: 0 0 3px 0;
    font-weight: bold;
	color: #999999;
    text-transform: uppercase;
	font-size: 90%;
}

h2 {  
    margin: 0 0 2px 0;
	padding: 0;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif; 
    font-size: 130%;
	color:#000000;
}

.post {
	margin: 0 0 18px 0;
	line-height: 150%;
}