/*
Theme Name: Peter Rappa M.D.
Theme URI: http://peterrappamd.com
Description: Peter Rappa M.D. Website
Version: 1.0
Author: Ryan Fitzer
Author URI: http://portfoliorodeo.com
*/

/* BLOG CSS
============================*/
.blogpost {
	margin:15px 0 30px 0;
	border-bottom:1px dotted #ccc;
}

.blogpost h2 {
	margin-bottom:5px;
}

.blogpost h2 a {
	font-size:1.1em;	
	font-weight:bold;
	text-decoration:none;
}

.blogpost h3 {
	font-size:1em;	
	font-weight:bold;
}

.post .entry p {
	color:#666666;
}

.navigation {
	position:relative;
	padding:10px 0 0 0;
	height:20px;
}

.navigation .alignright {
	float:right;
}

.navigation .alignleft {
	float:left;
}

.recent-entries a {
	font-weight:bold;
	font-size:1.2em;
}

.commentlist li {
	padding:5px;
	margin:0 0 15px 0;
}

.commentlist li.alt {
	background:#f1f1f1;
}

#commentform textarea {
	width:356px;
}
