﻿/* general */
body { background: #21252a url('bg.jpg') repeat-x; color: #21252a; font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: .8em; margin: 0; }
a { color: #bb4a24; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { color: #21252a; font-size: 2em; font-weight: normal; margin: 0 0 .5em 0; }
h2 { color: #63646a; font-size: 1.5em; font-weight: normal; margin: 0 0 5px 0; }
p { margin: 0 0 1em 0; }
img { border: 0; }

/* content */
.contentRight img { padding: 0 0 10px 10px; }
.leftButton { margin-bottom: 10px; text-align: center; }
.leftButton img { border: 3px #eeeeef solid; }
.cdCover { vertical-align: top; width: 250px; }
.cdCover img { padding: 0 0 10px 0; }
.cdText { vertical-align: top; font-size: .9em; width: auto; padding-left: 10px; }
.cdPrice { text-align: right; font-size: 1.2em; font-weight: bold; color: #3C5937; }
.announcementTitle { font-weight: bold; font-size: .9em; padding-left: 10px; }
.announcementDate { font-weight: normal; font-size: .85em; color: #888888; }
.announcementBody { font-size: .9em; margin-bottom: 15px; padding-left: 10px; }
.eventsList { margin-bottom: 15px; }
.eventRollup { font-size: .9em; }
.eventTitle { font-weight: bold; padding-left: 10px; }
.eventDate { float: right; color: #888888; }
.playlistTable { width: 100%; padding: 0; border-collapse: collapse; }
.playlistTable td { vertical-align: top; }
.feedback { position: relative; margin-bottom: 40px; font-family: Georgia, "Times New Roman", Times, serif; }
.feedbackQuotation { position: absolute; top: -15px; left: 10px; font-size: 5em; font-weight: bold; color: #808DA8; }
.feedbackBody { padding: 10px 10px 30px 55px; font-size: 1.4em; color: #969CA7; background: #FAFAFA; }
.feedbackAuthor { text-align: right; padding-right: 10px; margin-top: -25px; }

/* events */
.eventsTable { width: 100%; font-size: .9em; }
.eventsTable td { vertical-align: top; padding: 3px 3px 3px 0; border-bottom: 1px #cccccc dotted; }
.eventsDate { width: 15%; }
.eventsTime { width: 15%; }
.eventsTitle { font-weight: bold; width: 30%; }
.eventsDesc { width: 40%; }

/* layout */
.pageLayout { width: 900px; margin: auto; }
.homePageLayout { background: #000000; color: #ffffff; padding: 40px 0; }
.homePageLeft { width: 300px; text-align: center; float: left; }
.homePageCenter { width: 300px; text-align: center; float: left; }
.homePageRight { width: 300px; text-align: center; float: left; }
.contentLayout { background: #cfcfd1; padding: 10px; }
.contentLeft { width: 220px; float: left; padding: 0 10px 0 0; }
.contentRight { width: 630px; float: left; background: #eeeeef; padding: 10px; }
.contentBottom { clear: both; }

/* top nav */
.navLayout { background: #21252a; padding: 7px; }
.navLayout ul, .navLayout li { margin: 0; padding: 0; list-style: none; display: inline; margin-right: 20px; }
.navLayout a { color: #dfdfdf; font-weight: bold; display: inline-block; padding: 3px 7px 3px 7px; }
.navLayout a:hover { color: #ffffff; background: #30353a; text-decoration: none; }

/* footer */
.footerLayout { text-align: center; font-size: .9em; color: #7b7a80; margin: 10px 0 10px 0; }
.footerLayout a { color: #eeeeef; }
.copyright { color: #7b7a80; font-size: .9em; }