/* @override 
	http://10.0.1.199/~stevesunderland/hollysumner.net/assets/templates/style.css
	http://10.0.1.199/~stevesunderland/hollysumner.net/assets/templates/holly_default/style.css
	http://stevesunderland.com/~hollysum/assets/templates/holly_default/style.css
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

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

#logo {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}

h1, h1 a {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #999;
	font-size: 20px;
	text-decoration: none;
}

#nav li.last {
	margin-right: 0px;
}

h3 {
	color: #999;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}

p {
	color: #333;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 20px;
}

#nav {
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#nav ul {
	list-style: none;
	text-align: left;
	display: inline-block;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#nav ul li {
	float: left;
	margin-right: 20px;
	line-height: 20px;
}

#nav ul li.active {
	font-weight: bold;
	line-height: 15px;
}

#nav ul li a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
	line-height: 15px;
}

#nav ul li a:hover {
	color: #000;
}

#content {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #999;
}

span.tab {
	width: 50px;
	display: inline-block;
}

#footer {
	clear: both;
	text-align: left;
	color: #ccc;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

img {
	border: 0;
}