/* @override http://benhansendesign.com/wp-content/themes/benhansencustom/style.css */

/* @override http://benhansendesign.com/wp-content/themes/benhansencustom/style.css */

/* @override 
	http://www.elliotswan.com/workingon/wp-content/themes/ben/style.css
*/

/*
Theme Name: ben 
*/

* {
	padding: 0;
	margin: 0;
}

body {
	width: 940px;
	margin-top: 20px;
	margin-left: 20px;
	font-family: "Lucida Grande", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p {
	text-align: left;
	margin-bottom: 20px;
}

a {
	color: #444;

	text-decoration: none;
}

a:hover {
	background: #efefef;
		border-bottom: 1px solid #dfdfdf;
}

a img {
	border: none;
	text-decoration: none;
}

#header a {
	display: block;
	width: 960px;
	height: 100px;
	background: url(images/logo.png) no-repeat;
	text-indent: -99999px;
	border-bottom: none;
}

#sidebar {
	float: left;
	width: 130px;
}

#sidebar li {
	margin-bottom: 5px;
	list-style: none;
}

#sidebar .widgettitle {
	display: none;
}

#sidebar a {
	color: #444;
	text-transform: uppercase;
	border-bottom: none;
	font-size: 11px;
}

.meta {
	display: block;
	width: 190px;
	float: left;
	margin-left: 20px;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	padding: 15px 0 20px 0;
}

#posts {
	float: left;
	width: 810px;
}

.post {
	display: block;
	float: left;
	width: 600px;
	padding-top: 20px;
	border-top: 1px dashed #999;
}

.page {
	border-top: none;
	padding-top: 0;
}

.post .title {
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-decoration: none;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
}

#footer p {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-left: 130px;
	color: #999;
	font-size: 10px;
}

#sidebar li ul {
	margin-bottom: 0;
}

