/*
Theme Name: PAFOA v5
Theme URI: http://blog.pafoa.org/
Description: The 5th generation of the PAFOA Network Theme
Version: 5.0
Author: Daniel Pehrson
Author URI: http://www.pafoa.org/
Tags: widgets
*/

.searcher-cursor {
	font-size: 2em;
}

/* Loop */
.posts .post {
	margin-bottom: 1em;
	border-bottom: 5px solid #ebe6e1;
	padding-bottom: 1em;
}
	#yield .posts h2.post-title {
		margin-bottom: 0.25em;
		padding: 0;
		border: 0 none;
	}
.post-meta dl {
	margin: 0 0 0.25em 0;
}
.post-meta dt,
.post-meta dd,
.post-meta ul,
.post-meta li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	.post-meta dt {
		padding-left: 20px;
		background-repeat: no-repeat;
		background-position: left center;
		font-weight: bold;
	}
	.post-author dt {
		background-image: url(http://static.pafoa.org/_shared/utility/images/icons/silk/gif/white/user.gif);
	}
		.posts .post-author-image {
			display: none;
		}
		.posts .post-author-name {
			display: inline;
		}
	.post-date dt {
		background-image: url(http://static.pafoa.org/_shared/utility/images/icons/silk/gif/white/calendar.gif);
	}
		.post-date a {
			text-decoration: none;
			border-bottom: 1px dotted #263248;
			color: #263248;
		}
	.post-categories dt {
		background-image: url(http://static.pafoa.org/_shared/utility/images/icons/silk/gif/white/folder.gif);
	}
	.post-tags dt {
		background-image: url(http://static.pafoa.org/_shared/utility/images/icons/silk/gif/white/tag_blue.gif);
	}
	.post-meta li {
		margin-right: 0.5em;
	}	
.post-summary {
	margin: 0;
}

/* Single */
.blog-page-single .post-meta {
	margin-bottom: 10px;
}
.blog-page-single .post-author {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ebe6e1;
}
	.blog-page-single .post-author h6 {
		margin: 0 !important;
		margin-bottom: 10px !important;
		font-size: 1.3em;
		font-weight: normal;
	}
	.blog-page-single .post-author-image {
		float: left;
		margin-right: 10px;
	}
		.blog-page-single .post-author-image img {
			width: 50px;
		}

/*********
 * PAGES *
 *********/
/* author */
.widget-authorbio img {
	margin-bottom: 10px;
}

/***********
 * WIDGETS *
 ***********/
/* categories & pages */
widget-wpp_t_w_pages
#sidebar .widget-widget_categories .widget-body ul,
#sidebar .widget-widget_pages .widget-body ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	#sidebar .widget-widget_categories .widget-body ul li a,
	#sidebar .widget-widget_pages .widget-body ul li a {
		display: block;
		padding: 0.25em 0.5em;
	}

/********************
 * WordPress styles *
 ********************/
.alignleft {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.alignright {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
