/*   
	Theme Name: Alex Older 2010
	Theme URI: http://alexolder.com
	Description: Theme created for AlexOlder.com, by Bluefly Digital Ltd
	Author: Bluefly Digital Ltd
	Author URI: http://wearebluefly.com
	Version: 1
	.
	Look but don't steal, stealing is wrong, there are things to be learnt here!
	.
*/

html{
	background: url(images/bgtile.jpg);
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.025em;
	width: 600px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6{
	color: #8c1d1d;
	font-family: 'Lobster', serif;
	font-weight: normal;
}

h1{
	font-size: 45px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 24px;
}

#header{
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}

.post{
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

	.post-thumbnail{
		margin: 10px 0;
	}

#footer{
	margin-bottom: 20px;
}