body {
	margin: 0;
	padding: 0;
	background: #97c7b9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #366;
	FONT-WEIGHT: bold;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}


p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #366;
}

a:hover {
	background: none;
}

a img {
	border: none;
	text-decoration: none;
}


/* Header */

#header {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	background: url(images/owp-banner.gif) no-repeat left top;
}

/* Logo */

#logo {
	width: 760px;
	height: 118px;
	margin: 0 auto;
	background: url(images/owp-block-logo.jpg) no-repeat left top;
}



/* Search */

#search {
	float: left;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}



#wrapper {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
}

#wrapper-top {
	width: 760px;
	
}

#wrapper-btm {
	width: 760px;
	background: #fff;
}



/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#content {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.post {
}

.post .title {
	color: #366;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .title a {
	background: none;
	color: #366;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin-bottom: 10px;
	padding: 0px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 0px 0 0px 0;
	text-align: justify;
}

.post a {
	color: #366;
	border-bottom: 1px #366 dotted;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
/*	clear: both; */
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	line-height: 25px;
}

#sidebar li ul {
	padding-bottom: 20px;
}

#sidebar li li {
	line-height: 7px;
	border-bottom: 1px dashed #576000;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #4D4D4D;
	border-bottom: 1px #A9A9A9 dashed
	
}

#sidebar p {
	padding-bottom: 4px;
	text-align: justify;
}

#sidebar a {
	color: #366;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: left;
}

/* Footer */

#footer {
	width: 740px;
	height: 30px;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-transform: none;
	text-align: center;
}

#footer a {
	color: #366;
	border-bottom: 1px #366 dotted;
}
