/* Start of CMSMS style sheet 'Stylesheet' */
*{
	padding: 0;
	margin: 0;
}

body{
	background: #dfa614 url(uploads/theme/bg_body.gif) repeat-x;
	text-align: center;
        font-size: 62.5%;
}

.image_left {
	float: left;
	margin: 20px 20px 10px 0;
	border: 1px solid #8AA096;
}

.image_right {
	float: right;
	margin: 20px 0 10px 20px;
	border: 1px solid #8AA096;
}

#pagewidth {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	background: url(uploads/theme/bg_pagewidth.gif) repeat-y;
}

#header1 {
	background: url(uploads/theme/bg_header.gif) no-repeat;
	height: 81px;
}

#logo {
	float: left;
	padding: 0 0 0 43px;
}

#lang {
	float: right;
	padding: 35px 0 0 0;
}

#header2 {
	width: 796px;
	height: 239px;
	margin: 0 4px 0 4px;
}

#menu {
	background: url(uploads/theme/bg_menu.gif) no-repeat;
	height: 224px;
	width: 171px;
	float: left;
	color: #fff;
	padding: 14px 20px 0 20px;
	font-family: Georgia;
	font-size: 12px;
        font-weight: bold;
}

#menu li {
	list-style: none;
	line-height: 24px;
	background: url(uploads/theme/menu_dots.gif) bottom repeat-x;
}

#menu a {
	color: #fff;
	text-decoration: none;
	background: url(uploads/theme/arrow.gif) 1.5em .3em no-repeat;
	padding: 0 0 0 50px;
}

#header_img {
        float: right;
        padding-right: 10px;
}

#content {
	margin: 8px 12px 0 12px;
	color: #6b7f39;
	font-family: Georgia;
	font-size: 11px;
}

ul.sound li {
        list-style: none;
	background: url(/uploads/images/cd_go.png) no-repeat 0em 0.3em;
        padding: 4px 0 4px 25px;
        margin: 0 0 0 15px;
}

#submenu {
	float: left;
	width: 195px;
	padding: 50px 0 0 0;
	background: url(/images/sublink.gif) top no-repeat;
}

#submenu li {
	list-style: none;
	line-height: 25px;
	background: url(uploads/theme/dots.gif) bottom repeat-x;
        padding: 0 0 0 10px;
        margin: 0px 0px 5px 0px;
}


#left {
	float: left;
	width: 195px;
}

#news {
	background: #dee0d0 url(images/bg_news.jpg) bottom no-repeat;
}

#banners {
        margin: 10px 0px;
}

#contact {
        padding: 5px;
}


#blog {
	float: left;
	width: 285px;
	margin: 0 0 0 8px;
	background: #dee0d0 url(uploads/theme/bg_blog.gif) bottom no-repeat;
}

#events {
	float: right;
	width: 275px;
	background: #dee0d0 url(uploads/theme/bg_events.gif) bottom no-repeat;
}

#text {
        float: right;
        width: 575px;
	background: #dee0d0 url(uploads/theme/bg_content.gif) bottom no-repeat;
}

.txt {
	padding: 0 15px 15px 15px;
}

.date {
	font-weight: bold;
	color: #dfa514;
}
	

#footer {
	background: url(uploads/theme/bg_footer.gif) no-repeat;
	height: 38px;
	padding: 13px 0 0 0;
	text-align: center;
	clear: both;
}

img {
        padding: 0;
        border: none;
}

h1 {
        width: 540px;
        height: 42px;
	background: url(uploads/theme/content_header.gif) no-repeat top center;
        color: #fff;
        font-size: 1.4em;
        padding: 7px 5px 5px 30px;
}

h3 {
        font-size: 1.0em;
        color: #B83610;
}

h3 a {
        text-decoration: none;
}

a {
        color: #B83610;
}

a:hover {
        text-decoration: none;
}
/* End of 'Stylesheet' */

/* Start of CMSMS style sheet 'calendar' */
.calendar-event {
   padding: 0 0 5px 0;
   margin: 0 0 5px 0;
   border-bottom: 1px solid #ccc;
}

.calendar-event a {
   display: none;
}
.calendar-date-from {
   font-weight: bold;
}
/* End of 'calendar' */

/* Start of CMSMS style sheet 'News' */
div.NewsSummaryCategory,
div.NewsSummaryAuthor,
#NewsPostDetailCategory,
#NewsPostDetailAuthor {
        display:none;
}

div.NewsSummary {
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #ccc;
}

#NewsPostDetailDate,
div.NewsSummaryPostdate {
        margin: 0 0 5px 0;
font-weight: bold;
}

#NewsPostDetailSummary {
        margin: 0 0 5px 0;
}
/* End of 'News' */

