
body {
	margin: 0px;
	padding: 0px;
	background: #242323 url(../images/img06.jpg) repeat-x left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top:20px;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
	font-weight:bold;
	color:#FFF;
}

h3 {
	font-size: 1.4em;
	color:#0066cc;
	font-weight:bold;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 140%;
}

a {
	color: #000000;
}

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

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	background-color:#FFFFFF;
	
}

/* Header */

#header {
	width: 900px;
	height: 121px;
	margin: 0px auto;
	background-color:#FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 40px 0px 0px 0px;
}

#logo p {
	text-indent: -99999px;
}

/* Menu */

#menu {
	float: left;
	padding-top:60px;
	padding-left:30PX;
	color:#2f2289;
}

*+html #menu {
	float: left;
	padding-top:50px;
	padding-left:20px;
}


#menu ul {
	margin: 0px;
	list-style: none;
	line-height: normal;
	vertical-align:text-bottom;

}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	width: auto;
	padding: 0 10px 0 10px;
	color:#2f2289;
}

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

#menu .active {
}

#menu .active a {
}

/* wether */

#wether {
	float: right;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}


/* Page */

#page {
	width: 870px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
	background: url(../images/bg-page.jpg) no-repeat left top;
}

#header-pic {
	background: url(../images/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: left;
	width: 560px;
	
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #fff url(../images/img07.jpg) no-repeat left top;
	padding: 6px 25px;
	font-size: 1.4em;
	width:500px;
}

.post .title h1 {
}

.post .entry {
	padding: 30px 20px 0 0;
	color:#333333;
}


.post .event {
	padding: 0 20px;
	width:340px;
	float:left;
	color:#333333;
}

.post .calender {
	padding: 10px;
}

.post .map {
	float:left;
	width:147px;
	padding: 30px 20px 0 0;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

.sidebar_container
{
	width:263px;
	float:left;
	border-bottom:1px solid #999999;
	padding:0 0 0 0px;
	}
.sidebar_image
{
	float: left;
	padding-right:10px;
}
.sidebar_title
{
	font-family: Arial;
	font-weight:bold;
	font-size: 14px;
	color: #0066cc;
	float: left;
}
.sidebar_title a
{
	color: #0066cc;
	text-decoration:none;
}
.sidebar_title a:hover{
	color: #ff6600;
	text-decoration:none;
}

.sidebar_text
{
	font-size: 11px;
	color: #494949;
	float:right;
	width:159px;
}
#sidebar {
	float: right;
	width: 290px;
	padding:0 0px 0 0;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
}

#sidebar-content {
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: url(images/img09.jpg) no-repeat left top;
	padding: 7px 25px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Search */

#search {
float:right;
width:588px;
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
	float:right;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	background: url(../images/btn-go.jpg) no-repeat left top;
	width:19px;
	height:19px;
	border:none;
	padding:0 0 0 0;
	}

/* Gallery */
#gallery {
text-align:center;
padding:20px;
}

/* Bottom Menu */

.btmlinks
{
	color: #666666;
	font-size: 12px;
	margin:auto;
	text-align:center;
	padding:20px 16px 20px 16px;
}

.btmlinks a
{
	color: #494949;
	text-decoration:none;
	font-size: 11px;
	margin:auto;
	text-align:center;
}

.btmlinks a:hover
{
	color: #3984cd;
	text-decoration:underline;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 40px;
	margin: 0px auto 30px auto;
	color: #858585;
}

#footer p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size:11px;
}

#footer a {
	color: #333399;
}
