* {
	padding: 0px;
	margin: 0px;
	border: none;
}
body {
	background: #999 url(images/pattern.gif) top left;
	font-family: Verdana, Sans-Serif;
}
ul {
	list-style:none;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #036;
	margin: 20px 0px 10px 0px;
}
.clear {
	display: block;
	clear: both;
}
.button {
	display: inline-block;
	background: url(images/button.gif) top left no-repeat;
	padding-left: 10px;
	height: 23px;
	white-space: nowrap;
	max-width: 300px;
	overflow: hidden;
	vertical-align: middle;
}
.button a {
	display: inline-block;
	background: url(images/button.gif) top right no-repeat;
	padding-right: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #069;
	line-height: 23px;
}
.button input {
	display: inline-block;
	background: url(images/button.gif) top right no-repeat;
	padding:3px 10px 6px 0;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #069;
}

#page {
	width: 830px;
	margin: 20px auto;
}

#header {
	background: url(images/top.png) top left no-repeat;
	padding: 0px 40px 0px 30px;
}
#header .meta {
	color: #fff;
	font-size: 11px;
	float: right;
	margin-top: 20px;
}
#header .meta ul { 
	list-style: none;
	display: inline;
}
#header .meta ul li { 
	display: inline;
}
#header .meta a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#header ul.menu {
	line-height: 30px;
	padding-top: 221px;
}

#header ul.menu li {
	display: block;
	float: left;
	margin-right: 20px;
}

#header ul.menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
#header ul.menu li.current_page_item a {
	text-decoration: underline;
}

#middle {
	background: url(images/middle.png) top left repeat-y;
	padding: 20px 40px 20px 30px; 
	font-size: 12px;
}

#left {
	float: left;
	width: 540px;
	font-size: 11px;
	line-height: 15px;
}
#left h2 {
	margin: 0px 0px 20px 0px;
}
#left h2 a {
	text-decoration: none;
	color: #000;
}
#left h3 {
	margin: 20px 0px 10px 0px;
}
#left h3 a {
	text-decoration: none;
	color: #000;
}
#left p {
	margin: 10px 0px;
}
#left .post {
	margin-bottom: 40px;
}
#left .post .datetime {
	font-size: 12px;
	color: #555;
}
#left .postmetadata {
	font-size: 11px;
	margin-top: 15px; 
	color: #555;
}
#left .postmetadata a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #036;	
}
#left .commentlist {
	list-style: none;
}
#left .commentlist li {
	padding: 10px 5px;
	background-color: #fff;
}
#left .commentlist li.alt {
	background-color: #fafafa;
}
#left .navigation {
	margin-bottom: 10px;
}
#left .navigation a {
	color: #069;
	text-decoration: none;
}
#commentform { 
	background-color: #fafafa;
	padding: 5px;
}
#commentform textarea {
	border: 1px solid #ccc;
	padding: 2px 3px;
	width: 520px;
}

#right {
	float: left;
	width: 200px;
	margin-left: 20px;
}
#searchform {
	white-space: nowrap;
	margin-bottom: 20px;
}
form #s {
	border: 1px solid #ccc;
	padding: 2px 3px;
	font-size: 12px;
	vertical-align: middle;
	width:120px;
}
#right li a {
	background:transparent url(images/bullet.gif) no-repeat scroll 0 5px;
	color:#069;
	display:block;
	font-size:11px;
	font-weight: bold;
	line-height:15px;
	padding-left:11px;
	text-decoration:none;
}

#footer {
	background: url(images/bottom.png) top left no-repeat;
	height: 96px;
}
#footer p {
	padding: 10px 40px 45px 30px;
	font-size: 11px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #069; 
}
