/* CSS Document */

#nav .content {
	border-bottom: 1px solid #0087c6;
	}

#main ul {
	margin-left: 15px;
	}

div.blog_post {
	padding-top: 30px;
	}

p.luke, h4.luke	{ background-image: url("/images/blog/weemees/luke.gif"); }
p.glyn, h4.glyn	{ background-image: url("/images/blog/weemees/glyn.gif"); }
p.ad, h4.ad	{ background-image: url("/images/blog/weemees/ad.gif"); }
p.Jon, h4.Jon	{ background-image: url("/images/blog/weemees/Jon.gif"); }

ul#previous_posts li p {
	margin: 2px 0;
	padding: 2px 0 2px 25px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	}

ul#previous_posts li p.luke	{ background-image: url("/images/blog/weemees/luke.gif"); }
ul#previous_posts li p.glyn	{ background-image: url("/images/blog/weemees/glyn.gif"); }
ul#previous_posts li p.ad	{ background-image: url("/images/blog/weemees/ad.gif"); }
ul#previous_posts li p.Jon	{ background-image: url("/images/blog/weemees/Jon.gif"); }

h4 {
	padding: 0 0 0 25px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	}

.blog_post p.details {
	font-style: italic;
	color: #666666;
	padding: 2px 0 2px 25px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	}