/*   
Theme Name: Journey of Truth Integration
Theme URI: http://journeyoftruth.co.uk
Description: Integration Theme For Journey of Truth
Author: Matt Geri
Author URI: http://mattgeri.com
Version: 1.0
*/body {
}

h2 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
}

	h2 a {
		color: #000;
	}
	
	h2.title {
		margin-bottom: 0;
	}

	h2#comments {
		border-bottom: 1px dotted #ccc;
		padding-bottom: 10px;
	}

p {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

	p.sub_title {
		color: #555555;
		font-size: 11px;
		margin: 4px 0 15px 0;
	}
	
	p.post_foot {
		color: #555555;
		font-size: 11px;
		margin-top: 25px;
	}
	
	p a {
		color: #036;
	}

ul, ol, li {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

	li {
		margin-bottom: 5px;
	}

.item {
	margin-bottom: 60px;
}

#sidebar h3 {
	color: #fff;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

	#sidebar li {
		margin-left: 20px;
		padding: 2px;
	}
	
		#sidebar li a {
			color: #eee;
		}

#sidebar form {
	margin: 0;
}

ol#commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ol#commentlist li {
		background: #eee;
		border-bottom: 1px dotted #ccc;
		margin: 0;
		padding: 5px;
	}

		ol#commentlist li p {
			margin: 10px 0 10px 0;
		}

#pages p.left {
	float: left;
	font-size: 13px;
}
		
#pages p.right {
	float: right;
	font-size: 13px;
}
