

body {

	margin: 0;

	padding: 0;

	background: #23557c url(images/img01.jpg) repeat-x;

	color: #FFFFFF;
	font-size: .8em;
}



body, th, td, input, textarea, select, option {

	font-family: Arial, Helvetica, sans-serif;

}



h1, h2 {

	text-transform: lowercase;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: normal;

	color: white;

}



h1 {

	letter-spacing: -1px;

	font-size: 2.1em;

}



h2 {

	letter-spacing: -1px;

	font-size: 1.8em;

}



h3 {

	color: #FFEA6F;
	font: normal 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
}



p, ul, ol {

	line-height: 200%;

}



blockquote {

	padding-left: 1em;

}



blockquote p, blockquote ul, blockquote ol {

	line-height: normal;

	font-style: italic;

}



a {

	color: #FFEA6F;

}



a:hover {

	text-decoration: none;

}



hr {

	display: none;

}



/* Header */



#header {

	width: 830px;

	height: 200px;

	margin: 0 auto;

	background: url(images/img02.jpg) no-repeat;

}



/* Menu */



#menu {

	width: 960px;

	height: 170px;

	background: url(images/img03.jpg) no-repeat;

}



#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#menu li {

	display: inline;

}



#menu a {

	display: block;

	float: left;

	width: 150px;

	height: 73px;

	padding-top: 35px;

	text-transform: lowercase;

	text-decoration: none;

	text-align: center;

	letter-spacing: -1px;

	color: #FFFFFF;
	font-size: 1.8em;
}



#menu a:hover {

	background: url(images/img09.jpg) no-repeat;

	color: #FFFFFF;

}



#menu .current_page_item a {

	background: url(images/img09.jpg) no-repeat;

	color: navy;

}



/* Logo */



#logo {

	height: 170px;
	background-position: left 65%;
	background-repeat: no-repeat;
}



#logo h1 {

	float: left;

	padding: 40px 40px 0 50px;

	letter-spacing: -2px;

	font-size: 48px;

}



#logo h2 {

	float: right;

	padding: 68px 0 0 0;

	font-size: 24px;

	color: #372412;

	

}



#logo a {

	text-decoration: none;

	color: #372412;

}



/* 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: 1px solid white;
}



.title a {

	text-decoration: none;

}



.title a:hover {

	text-decoration: underline;

}



.byline {

	margin: 0;

}



.meta {

	border-top: 1px solid #4A3903;

	text-align: right;

	line-height: normal;

}



.meta a {

	padding-left: 15px;

	background: url(images/img06.gif) no-repeat left center;

	font-weight: bold;

}



.navigation {

}



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



#comment {

	width: 450px;

}



.posts * {

	line-height: normal;

}



.posts li {

	margin-bottom: 40px;

}



.posts h3, .posts p {

	margin: 0;

}



/* 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 #67b9fc;

	background: url(images/img06.gif) no-repeat 15px 50%;

}



#sidebar h2 {

	margin: 0;

	padding: 0 0 2px 33px;

	background: url(images/img05.gif) no-repeat left top;

	border-bottom: 1px dotted white;
	color: #67b9fc;
}



#sidebar a {

	text-decoration: none;

}



#sidebar a:hover {

	text-decoration: underline;

}



/* Calendar */



#calendar_wrap {

	padding: 20px 0 0 30px;

}



#calendar table {

	text-align: center;

}



/* Search */



#search form {

	padding: 0 0 0 30px;

}



#search br {

	display: none;

}



/* Footer */



#footer {

	clear: both;

	padding: 20px 0;

	background: #143047;

	border-top: 3px solid #67b9fc;

	text-align: center;

	font-size: smaller;

	color: white;
}



#footer a {

	color: #67b9fc;
	border-bottom-color: #67b9fc;
}



