
/* LAYOUT */
body {
	margin: 0px;
	padding: 0px;
	background-color: #321;
	background-image:   url("../images/wood4.jpg");
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: center;
}
div#container {
	width: 750px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 20px;
	background-image: url("../images/paper.gif");
	background-color: #f5f5eb;
	color: #333;
	text-align: left;
}
div#header {
	padding-top: 65px;
	padding-bottom: 15px;
	background-image: url(../images/zabor.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
	border-bottom: 15px solid #321;
}
div#leftmodule {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0px;
	float: left;
}
div#rightmodule {
	margin: 15px 0px 20px 510px;
	padding: 0px;
}
div#eventbar {
	float: right;
}
div#calendar {
	padding-bottom: 5px;
	color: #321;
	/*background-color: #d9d5cb;
	border: 1px solid #321;
	border-bottom: 0px;*/
}
div#eventbox {
	height: 210px;
	padding: 5px;
	overflow: hidden;
	background-color: #f5f5eb;
	border-top: 2px solid #321;
	border-bottom: 2px solid #321;
}
div.eventscroll {
	margin: 0px;
	padding: 3px;
	text-align: right;
	/*background-color: #d9d5cb;
	border: 1px solid #321;
	border-top: 0px;*/
}
div#msgboard {
	padding-top: 20px;
	border-top: 15px solid #321;
}
div#msgboardbar {
	float: right;
	margin: 0px;
	padding: 0px;
}
div.post {
	margin-bottom: 10px;
	padding: 0px;
	clear: both;
	background-color: #f5f5eb;
	border: 1px solid #321;
}
div.postHeader {
	padding: 5px;
	background-color:#d9d5cb;
	border-bottom:1px solid #331;
}
div.postBody {
	padding: 5px;
}
div.postFooter {
	margin: 5px;
	text-align: right;
	font-size: 11px;
	color: #987;
}
div.postDate {
	width: 50%;
	float: left;
	white-space: nowrap;
	text-align: left;
}
div.pagenavigation {
	margin: 20px 0px 0px 0px;
	padding-bottom: 15px;
}
div.previous {
	float: left;
	width: 20%;
	text-align: left;
}
div.jump {
	float: left;
	width: 60%;
	text-align: center;
}
div.next {
	float: left;
	width: 20%;
	text-align: right;
}
div#footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	border-top: 15px solid #321;
	font-size: 10px;
}
div#copyright {
	float: left;
}
div#counter {
	text-align: right;
}
div.srtitle {
	font-weight: bold;
}
div.srtitle a:hover {
	text-decoration: none;
}
div.srbody {
	margin: 5px 0;
	padding: 10px 5px;
	clear: both;
	/*background-color: #f5f5eb;*/
	border-top: 1px solid #321;
	border-bottom: 1px solid #321;
	display: none; 
}
/* FORMATING */
h1 {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#332211;
	margin:0px;
	margin-bottom: 5px;
	padding: 0px 3px 0px 3px;
	text-transform: uppercase;
}
h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#321;
	margin:0px;
	padding:0px;
}
h3 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
}
a {
	color:#900;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.inputText {
	border:1px solid #332211;
	color:#999999;
	padding-left: 1px;
	padding-right: 1px;
}
.inputTextFocus {
	border:1px solid #332211;
	color:#333333;
	padding-left: 1px;
	padding-right: 1px;
}
.inputButton {
	border:1px solid #332211;
	color:#332211;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/btnbkg.gif);
}
/* CALENDAR */
div#calendar a {
	font-weight: bold;
}
.monthName {
	color:#321;
	font-weight:bold;
	font-size: 14px;
}
.genericDate{
	text-align:center;
	background-color: #f5f5eb;
	color: #987;
}
.weekDay {
	background-color: #987;
	color: #fff;
	text-align:center;
	font-size: 14px;
}
.currentDate{
	background-color: #900;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.currentDate a{
	color: #fff;
	text-decoration: underline;
}
/* EVENTS */
.date {
	padding: 3px;
	font-weight:bold;
	background-color:#d9d5cb;
	color:#333;
}
.allday {
	padding: 3px;
	font-weight:bold;
	background-color:#ffaa99;
	color:#333333;
}
.multiday {
	padding: 3px;
	font-weight:bold;
	background-color:#eecc88;
	color:#333333;
}
.event {
	padding: 3px;
	font-weight:bold;
}
.name {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-size:10px;
	color:998877;
	text-align:right;
}