/* ----------------------------------- */
/* Wordpress
/* ----------------------------------- */
ol.post-list li {
	list-style: none;
	clear: both;
	margin: 0 0 10px 0 !important;
	border-top: 1px solid #2098D5; /*#1B82B4;*/
	padding: 10px 0 0 0;
}
span.comments {
	background: transparent url(/images/comments.gif) 0 2px no-repeat;
	padding: 0 0 0 16px;
	margin: 4px 0 5px 0;
	float: right;
	font-size: 75%;
	color: #2098D5;
}
span.date {
	clear: right;
	float: right;
	font-size: 11px;
	color: #2098D5;
}
span.title {
	font-size: 16px;
	margin: 0 0 3px 0;
}
span.title a:link, span.comments a:link, span.title a:visited, span.comments a:visited {
	color: #00276F;
}

span.categories a:link, span.categories a:visited {
	color: #00276F;	
}

span.title a:hover, span.comments a:hover, span.categories a:hover, span.title a:active, span.comments a:active, span.categories a:active {
	color: #2098D5;
}
span.categories {
	font-size: 11px;
	font-style: italic;
	color: #2098D5;
	display: block;
	margin-top: 7px;
}

ul.post-data {
	margin: 0 0 40px 0 !important;
}
ul.post-data li {
	list-style: none;
	font-size: 11px;
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 17px;
}
li.author { background: transparent url(../blog/wp-content/themes/pretty-spots/_images/author.gif) 0 4px no-repeat; }
li.comments { background: transparent url(/images/comments.gif) 0 5px no-repeat; }
li.categories { background: transparent url(../blog/wp-content/themes/pretty-spots/_images/categories.gif) 0 6px no-repeat; }
li.tags { background: transparent url(../blog/wp-content/themes/pretty-spots/_images/tags.gif) 0 6px no-repeat; }
