body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	color: #667D95;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	line-height: 150%;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#wrapper {
	padding-top: 10px;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 60px;
}

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 50px;
	background: #667D95;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {

	line-height: 50px;
	background: none;
	padding: 0px 40px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	text-decoration: none;
	color: #000000;
}

#menu .current_page_item a {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: auto;
	padding: 0px 50px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 900px;
	padding: 50px 0px 0px 0px;
}

.post {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.post .title {
	height: 40px;
	padding: 20px 0px 0px 0px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	color: #C0C0C0;
}

.post .meta {
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 30px;
	padding: 15px 0px 0px 0px;
}

.post .meta .date {
	float: left;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

/* Footer */

#footer {
	height: 100px;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #527800;
}

#footer a {
	color: #CCCCCC;
}
