body {
	margin: 0;
	padding: 0;
	background: #f4eb29 url(images/spacer2.png) repeat-x top left;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #38499d;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	line-height: 100%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #35b44a;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 778px;
	height: 176px;
	margin: 0 auto;
	background: url(images/headertop2.png) no-repeat top left;
}

#header h2, #header p {
	float: right;
	margin: 0;
	padding-top: 125px;
	text-transform: lowercase;
	line-height: normal;
	color:#FFF;
}

#header p {
	padding-left: 10px;
}

/* Menu */

#menu {
	width: 778px;
	height: 65px;
	margin: 0 auto;
	background: url(images/headerbtm2.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0 15px;
	background: url(images/menubullet.png) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #e23127;
}


/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #e23127;
}

.byline {
	margin: 0;
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #e23127;
	background: url(images/sidebullet.png) no-repeat 15px 50%;
}

#sidebar h3 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/bullet.png) no-repeat left bottom;
	border-bottom: 2px solid #e23127;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #f4eb29;
	border-top: 2px solid #35b44a;
	text-align: center;
	font-size: smaller;
}
