/*
Theme Name: ASFP
Theme URI: http://www.asp.org.uk
Description: ASFP theme based on the default WordPress theme by Michael Heilemann based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.BlogSearchBox {
	margin-bottom:10px;
	padding-left:15px;
	padding-right:8px;	
}

#BlogTitle a {
	text-decoration:none;
	color:#3D5C85;
}

h1#BlogTitle{
	background-position: left bottom !important;
}

.postmetadata {
	border-bottom:1px dashed #999999;
	font-size:11px;
	padding-bottom:16px;
}

.AsfpBlogContent small {
color:#666666;
font-size:11px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

