/* GENERAL STYLES */
body {
	margin: 0;
	padding: 0;
/*	background: #EFEFEF url(/css/img/img01.jpg) repeat-x left top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border:none;
}

h1, h2, h3 {
		font-family: Arial, Helvetica, sans-serif;

	margin: 0;
	font-family: verdana, sans serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 18px;
	color: #000;
	font-weight:bold;
	margin:0px 0px 13px 0px;
}

h1 span {
	font-size: 14px;
}


h2 {
	font-size: 15px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}

h3 {
	font-size: 11px;
	font-weight:bold;
}

p, ul, ol {
		font-family: Arial, Helvetica, sans-serif;

	margin-top: 0;
	line-height: 180%;
}

p {
		font-family: Arial, Helvetica, sans-serif;

	margin:0px;
}

ul, ol {
}

a {
		font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;
	/*border-bottom: 1px dotted #276770;*/
	color: #276770;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 910px;
	height: 185px;
	overflow:hidden;
	margin: 20px auto 20px auto;
	/*background: url(/css/img/logobg.jpg) no-repeat left 10px;*/
}

/* Logo */

#logo {
	width: 910px;
	padding: 0px 0 0 0px;
	color: #BF4D02;

}






/* Menu */

#menu {
	width: 880px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
	/*background-color:#666;*/
	background-image:url(/css/img/menubg.jpg);
	background-repeat:no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 12px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(/css/img/img03.jpg) no-repeat center top;
	text-decoration: none;
}

#menu .first {
	background: url(/css/img/img03.jpg) no-repeat center top;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(/css/img/img04.jpg) no-repeat left top;

}

#wrapper-top {
	width: 910px;
	background: url(/css/img/img07.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	/*background: url(/css/img/img05.jpg) no-repeat left bottom;*/
}



/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: right;
	width: 520px;
	margin: 0;
	padding: 0px 20px 0px 0px;
}

.post {
}

.post .title {
	color: #967001;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .title a {
	background: none;
	color: #967001;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

 .meta {
	margin-bottom: 0px;
	padding: 3px 0px;
	/*border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;*/
	text-align: left;
	font-family: verdana, Helvetica, sans-serif;
	color:#999;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: justify;
}

.post a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 0 0 50px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	/*border-bottom: 1px dashed #590000;*/
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	/*font-style: italic;*/
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #4D4D4D;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #276770;
	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: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 60px;
	margin: 0 auto;
	padding: 0px 0 15px 0px;
	background: url(/css/img/img06.jpg) no-repeat left top;
	background-repeat:no-repeat;
	font-family: verdana, Helvetica, sans-serif;
	color: #000;
}

#footer p {
	margin: 10px 0px 0px 0px;
	line-height: normal;
	font-size: 11px;
	/*text-transform: uppercase;*/
	text-align: center;
}

#footer a {
	color: #000;
	/*border-bottom: 1px #FF833B dotted;*/
}

.eventlist a {
	text-decoration:none;
	border:none;
}

.eventlist li {
	/*border-bottom: 1px #FF833B dotted;*/
	padding: 10px 0px 10px 0px;
}

/* EDITOR PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

p {

}


