/*
Theme Name: Hudson Writing Theme
Theme URI: http://hudsonwriting.com
Description: Hudson Writing theme.
Version: 0.1
Author: Jon Zornow
Author URI: http://jonzornow.com/
*/

/* Begin Typography & Colors */

body {
	background-image: url(top_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 12pt;
	color: #737373;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

#trunk {
	margin: 0 auto;
	width:500px;
}

#header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 451px;
	display: block;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	overflow: hidden;
	line-height: 10000px;
}

#content {
	position: relative;
	top: 140px;
	padding-bottom: 25px;
	font-size: 13px;
	line-height: 160%;
}

#navbar {
	position: relative;
	top: 107px;
	right: 175px;
	text-align: right;
}

a {
	color: #544e1a;
	text-decoration: none;
}

a:hover, .current_page_item a {
	color: #737373;
	text-decoration: none;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}


#navbar li {
	margin: 0px;
	padding: 0px 8px 0px;
	list-style: none;
	display: inline;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #544e1a;
	font-weight: normal;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 9pt;
}

#content p {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

#footer {
	position: relative;
	text-align: center;
	clear: both;
	color: #544e1a;
	font-size: 11pt;
	border-top: 1px solid #544e1a;
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}

#content li {
	margin: 5px 0px 5px 0px;
}