a, a:visited {
	color: #606060;
}

a:hover {
	color: #999;
}

h1 {
	background:transparent url(images/header.png) repeat scroll 0 0;
	border:5px solid #EEEEEE;
	font-size:25px;
	height:137px;
	line-height:0.9;
	margin-bottom:10px;
	padding-top:20px;
	text-indent:20px;
	width:930px;
}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #FFF;
}

h2 {
	margin-bottom: 0;
	text-transform: lowercase;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #000;
}

h2 a:hover {
	color: #333;
	border-bottom: 1px dotted gray;
}

h2:first-letter {
	text-transform: capitalize;
} 

.entry, .hentry {
	overflow: hidden;
}

.entry p:first-letter {
	text-transform: capitalize;
}

.wp-caption {
/*	padding: 5px;*/
	background: #EEE;
	border: 1px solid #CCC;
	margin: 5px auto;
}

.wp-caption img {
	margin: 5px;
}

.wp-caption-text {
	margin: 0 auto;
	font-family: Georgia, sans-serif;
	font-style: italic;
	text-align: center;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin-left: 0;
}

.cat-item {
	display: inline;
}

.post {
	padding: 5px;
	border: 1px solid #ECE;
	background-color: #EDFEDF;
	margin-bottom: 20px;
}

.postmetadata {
	border-top: 1px dotted gray;
	padding-left: 5px;
	margin-bottom: 0;
}

.posts {
	border-right: 1px solid black;
}

#comment_box {
	padding: 5px;
	border: 1px solid #ECE;
	background: #EDFEDF;
}

.comment .odd {
	border-top: 1px solid #ECE;
}

.alignleft {float: left;}
.alignright {float: right;}