/*
Theme Name: DM Futura
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: Daniel Matthews
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

ol, ul {
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

ol li, ul li {
	margin-bottom: 10px;
}

body {
	background: #ffffff;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	border-bottom: 5px solid #eee;
	border-top:5px solid #eee;
	margin:0;
	padding: 0;
	height:100%;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	
	/* Default line height */
	
	color:#333;
}

p {
	line-height: 25px;
	color:#333;
	text-align: justify;
}

a, a:visited {
	color:#000;
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0px 4px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background: #000;
	border-bottom: 1px solid #000;
	color: #fff;
}

cite a {
	font-style: normal;
	font-size: 14px;
}

h1#header {
	width:510px;
	height:70px;
	background: url(images/header_futura.png) top center no-repeat;
	
	line-height: 0;
	text-indent: -1000px;
	font-size: 0px;
	
	margin: 35px 0px 70px 0px;
}

	h1#header a {
		display:block;
		width:510px;
		height:70px;
		background: transparent;
		border-bottom: 0;
	}
	
	h1#header a:hover {
		background: transparent;
		border-bottom: 0;
	}

#wrapper {
	width:510px;
	margin: 0 auto;
}

	div.post {
		margin-bottom: 70px;
		margin-top:35px;
	}
	
	h2.post-title {
		margin:0px 0px 4px 0px;
	}
	
		h2.post-title a, h2.post-title a:visited {
			text-decoration: none;
			font-size: 21px;
			background: transparent;
			text-decoration: none;
			border-bottom: 0;
		}
		
		h2.post-title a:hover {
			color:#000;
			text-decoration: underline;
		}
	
	small.post-time-details {
		display: block;
		margin:0px 0px 15px 0px;
		color:#555;
	}
	
	small.post-time-details a, small.post-time-details a:visited {
		color:#555;
	}
	
.post img.alignright {
	margin:0px 0px 15px 30px;
}

.post img.alignleft {
	margin:0px 30px 15px 0px;
}

blockquote {
	padding-left:15px;
	margin: 15px 0px 15px 0px;
	border-left: 3px solid #eee;
	color:#ccc !important;
	font-size: 14px;
}


div.post img {
	margin:15px 0px 15px 0px;
}

.entry p {
	margin-bottom: 30px;
}

div.post div.entry h3 {
	margin: 15px 0px 15px 0px;
}
