/*  
Theme Name: Grizzly Sports
Theme URI: http://wordpress.org/
Description: Grizzly Sports
Version: 1
Author: Gabe Coyne
Author URI: http://coyne-design.com/
*/

#blog_content{
	width: 600px;
}
#sidebar{
	float:right; 
	width:260px;
	padding-bottom: 20px;
}
#sidebar h3{
	margin-top: 10px;
}
#sidebar ul{
	padding: 0px;
	padding-bottom: 10px;
}
#sidebar li{
	list-style: none;
}
.header{
	clear: none;
}
.post{
	padding: 20px;
}
.blog_date{
	float: right;
	font-weight: bold;
	font-style: italic;
	line-height: 2.5em;
}
.meta{
	font-weight: bold;
}
.comment-link{
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
	background: #3397c9;
	color: #fff;
}
.comment-link:hover{
	background: #2d4e33;
}
.commentlist{
	list-style: none;
	padding-left: 20px;
}
.commentlist img{
	display: none;
	visibility: hidden;
}