/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLES */
body {
	background-color: #730000;
	color: #FEDFB3;
	font: normal 12px/18px Arial, sans-serif;
	text-align: center;
}
.lightbox {
    display: block;
    float: left;
}

/* BASIC POSITIONING */
#container {
    text-align: left;
    margin: 0 auto;
    width: 960px;
}
#content {
    float: left;
    margin: 0 5px;
    width: 630px;
}
.sidebar {
    float: left;
    margin: 0 5px;
    width: 150px;
}

/* LOGO */
#logo {
    margin-bottom: 10px;
}
#logo a {
    background: url(../img/logo-bla-bg.gif) no-repeat center #000;
    display: block;
    height: 90px;
    text-indent: -999em;
    width: 150px;
}

/* NAVIGATION */
#navigation {
    background-color: #000;
    float: left;
    padding: 10px 10px 5px 10px;
}
#navigation li {
    float: left;
}
#navigation li a {
    background-color: #730000;
    border-bottom: 5px solid #000;
 	color: #FEDFB3;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px;
    width: 124px;
}
#navigation li a:hover {
    background-color: #B80000;
}
#navigation li.active ul {
    float: left;
}
#navigation li.active ul li a {
    text-transform: none;
    margin-left: 20px;
    padding: 3px;
    width: 104px;
}

/* TEASER */
.teaser {
    float: left;
}
.teaser li {
    background: #000;
    float: left;
    padding: 0 10px 10px;
}
.teaser li a {
    border: 5px solid #730000;
    display: block;
    float: left;
    width: 120px;
}
.teaser li a:hover {
    border-color: #B80000;
}

/* MASTHEAD */
#content #masthead {
    background: url(../img/masthead-bg.gif) no-repeat center #730000;
    border: 10px solid #000;
    float: left;
    height: 70px;
    margin-bottom: 10px;
    text-indent: -999em;
    width: 610px;
}

/* MAIN */
#content #main {
    background-color: #730000;
    border: 10px solid #000;
    float: left;
    margin-bottom: 10px;
    padding: 0 10px 10px;
    width: 590px;
}
#content #main h1 {
    border-bottom: 10px solid #000;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 -10px 10px;
    padding: 2px 10px;
    width: 590px;
}
#content #main h1 span {
    float: left;
}
#content #main h1 a {
    background: url(../img/feed-icon-14x14.png) no-repeat left center;
    float: right;
    font-size: 12px;
    padding-left: 19px;
}
#content #main .section {
    border-bottom: 5px solid #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 20px -10px 10px;
    padding: 2px 10px;
    width: 590px;
}
#content #main h2 {
    font-size: 14px;
    font-weight: bold;
}
#content #main p {
}
#content #main a {
    color: #FEDFB3;
    font-weight: bold;
    text-decoration: underline;
}
#content #main a:hover {
}

/* EVENT */
.event-list {
    float: left;
    margin: -10px;
}
.event-list li {
    border-bottom: 5px solid #000;
    float: left;
    padding: 10px;
    width: 590px;
}
.event-list li.last {
    border-bottom: 0;
}
.event-list .lightbox img,
.event-detail .lightbox img {
    border: 5px solid #000;
    float: left;
}
.event-detail .lightbox {
    margin-right: 10px;
}
.event-list li .event-content {
    float: right;
    width: 495px;
}
.event-date {
    float: left;
    width: 370px;
}
.event-detail .event-date {
    padding-bottom: 10px;
}
.event-date span {
    background: #000;
    color: #B80000;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 5px;
}
.event-detail .event-date span {
    font-size: 16px;
    padding: 3px 5px;
}
.event-list li  .event-content h2 {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    width: 495px;
}
.event-list li  .event-content p {
    float: left;
    padding: 0 !important;
    width: 495px;
}

/* GUESTBOOK */
#guestbook-form {
    float: left;
}
#guestbook-form legend {
    display: none;
}
#guestbook-form ol {
    float: left;
    padding: 10px 0 5px;
}
#guestbook-form ol li {
    float: left;
    padding: 0 150px 5px 0;
    width: 440px;
}
#guestbook-form ol li label {
    float: left;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 10px 9px;
    text-align: right;
    width: 130px
}
#guestbook-form ol li .text,
#guestbook-form ol li textarea {
    background: #730000;
    border: 5px solid #000;
    color: #FEDFB3;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    width: 270px;
}
#guestbook-form ol li img,
#guestbook-form ol li button {
    float: right;
}

#guestbook-entries {
    float: left;
}
#guestbook-entries li {
    border-top: 5px solid #000;
    float: left;
    margin: 0 -10px;
    padding: 10px;
    width: 590px;
}
#guestbook-entries .guestbook-entry-info {
    background: #000;
    color: #B80000;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 5px;
}
#guestbook-entries li h3{
    float: left;
    font-size: 14px;
    padding-top: 5px;
    width: 100%;
}
#guestbook-entries li p{
    float: left;
    width: 100%;
}
#guestbook-entries .guestbook-entry-mod {
    float: left;
}
.guestbook-nav {
    border-top: 5px solid #000;
    float: left;
    margin: 0 -10px;
    padding: 10px 10px 0;
    width: 590px;
}

/* INFO */
#info {
    background: url(../img/info-bg.gif) no-repeat center #000;
    height: 90px;
    margin-bottom: 10px;
    text-indent: -999em;
    width: 150px;
}

/* CALENDAR */
#calendar {
    background: #000;
    padding: 9px;
    position: relative;
    width: 132px;
}
#calendar table {
    width: 100%;
}
#calendar .calendar-month {
    font-weight: bold;
    text-align: center;
    width: 100%;
}
#calendar .calendar-month div {
    display: block;
    position: relative;
    width: 100%;
}
#calendar .calendar-prev,
#calendar .calendar-next {
    position: absolute;
    top: 0;
}
#calendar .calendar-prev {
    left: 0;
}
#calendar .calendar-next {
    right: 0;
}
#calendar #calendar-prev,
#calendar #calendar-next {
    border: 1px solid #000;
    display: block;
    height: 16px;
    text-indent: -999em;
    width: 16px;
}
#calendar #calendar-prev {
    background: url(../img/calendar-prev-bg.gif) no-repeat center #730000;
}
#calendar #calendar-next {
    background: url(../img/calendar-next-bg.gif) no-repeat center #730000;
}
#calendar a#calendar-prev:hover,
#calendar a#calendar-next:hover {
    background-color: #B80000;
}
#calendar thead th,
#calendar tbody td {
    font-size: 12px;
    text-align: center;
}
#calendar thead th span {
    border: 1px solid #000;
    display: block;
    font-weight: bold;
}
#calendar tbody td span {
    background: #000;
    border: 1px solid #000;
    display: block;
}
#calendar tbody td a {
    background: #730000;
    border: 1px solid #000;
 	color: #FEDFB3;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
#calendar tbody td a:hover {
    background: #B80000;
}

/* MONTHLYFLYER */
#monthlyFlyer {
    font-size: 11px;
    padding-top: 50px;
    position: relative;
}
#monthlyFlyer h2 {
    background: url(../img/neu-sticker.png) no-repeat transparent;
    height: 80px;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 80px;
}

/* FLYERGALLERY */
#flyerGallery {
    float: left;
}
#flyerGallery li {
    float: left;
    font-size: 11px;
    height: 310px;
    margin: 5px;
    width: 108px;
}
#flyerGallery li .lightbox img {
    border: 5px solid #000;
    float: left;
}

img.float-left {
    margin: 0 10px 5px 10px;
    float: left;
}

img.float-right {
    margin: 0 10px 5px 10px;
    float: right;
}

