body {
	margin-top: 22px;
	padding: 0;
	background: #fff url(../images/bg.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #c2adf3;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }

p, ul, ol {
	margin-top: 0;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}

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

img { border: none; }
.hide { position: absolute; top: -3000px; left: -3000px; }
.incr { font-size: 1.4em; padding: 0 0 15px 0; }
.clear { clear: both; }
.clear10 { clear: both; height: 10px; }
.clear25 { clear: both; height: 23px; }

hr {  position: absolute; top: -3000px; left: -3000px; }

#wrapper { width: 880px; margin: 0 auto; }

/* Header */

#header {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/banner.gif) no-repeat left top;
}

#content ul {
	float: left;
	width: 150px;
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#content ul ul { float: none; width: auto; list-style: disc; margin: 0 0 0 15px; }

/* Menu */

#menu {
	float: left;
	width: 640px;
	height: auto;
}

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

#menu li {
	float: left;
	display: block;
}

#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0 30px 5px 0;
	text-decoration: none;
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
}

#menu a:hover { text-decoration: underline; }

#menu .on a {
	color: #fff;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
}

/** LOGO */

#logo {
	width: 900px;
	height: 230px;
	margin: 0 auto;
	background: url(../images/banner.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0 0 0 170px;
	line-height: normal;
}

#logo h1 { 	float: left;
padding-top: 70px; }

#logo h1 a {
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 130px 0 0 170px;
	color: #fff;
}

#logo p a {
	text-decoration: none;
	color: #fff;
}

#logo p a:hover { text-decoration: underline; }

/* Content */

#content {
	float: right;
	width: 600px;
}

/* Post */

.post {
	float: left; margin-bottom: 25px;
}

.post .title {
	width: 600px;
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 40px;
	background: url(../images/content.jpg) no-repeat left top;
	color: #c2adf3;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #c0abf1;
}

.post .meta a { color: #c0abf1; }

.post .entry {
	padding: 25px 60px 0px 20px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
}

#sidebar p {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 20px 0px;
	padding: 10px 0 2px 45px;
	background: url(../images/sidebar.jpg) no-repeat left top;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/footer.jpg) no-repeat left top;
	height: 61px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #fff;
}

#footer a {
	color: #fff;
}
