/* ---------------------------------------------------------------------
Original Author: Anthony Lukes
Contributors: <contributor name>, <contributor name>, <contributor name>

Target Browsers: IE7/8, Firefox3, Safari 3/4
Media Type: Screen

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
WYSIWYG and Base Styles
----------------------------------------------------------------------- */

.wysiwyg {
    line-height: 1.7;
}

.wysiwyg p,
.wysiwyg dl {
    margin-bottom:1em;
}

.wysiwyg blockquote {
    margin-bottom:1em;
    margin-left:40px;
    margin-right:40px;
}


.wysiwyg h1 {
    font-size:2em;
    margin-bottom:.67em;
}

.wysiwyg h2 {
    font-size:1.5em;
    margin-bottom:.83em;
}

.wysiwyg h3 {
    font-size: 1.17em;
    margin-bottom:1em;
}

.wysiwyg h4 {
    font-size:1em;
    margin-bottom:1.33em;
}

.wysiwyg h5 {
    font-size: 0.83em;
    margin-bottom:1.67em;
}

.wysiwyg h6 {
    font-size: 0.67em;
    margin-bottom:2.33em;
}

.wysiwyg ul {
    list-style-type: disc;
    margin-bottom: 1em;
    padding-left:24px;
}

.wysiwyg ol {
    list-style-type: decimal;
    margin-bottom:1em;
    padding-left:24px;
}

.wysiwyg dd {
    margin-left:24px;
}

/* nested lists have no top/bottom margins */
.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ul dl,
.wysiwyg ol ul,
.wysiwyg ol ol,
.wysiwyg ol dl,
.wysiwyg dl ul,
.wysiwyg dl ol,
.wysiwyg dl dl {
    margin-top: 0;
    margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
.wysiwyg ol ul,
.wysiwyg ul ul {
    list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
.wysiwyg ol ol ul,
.wysiwyg ol ul ul, 
.wysiwyg ul ol ul,
.wysiwyg ul ul ul {
    list-style-type: square;
}

/* titles */
.wysiwyg abbr,
.wysiwyg acronym {
    border-bottom: dotted 1px;
}

.wysiwyg u,
.wysiwyg ins {
    text-decoration: underline;
}

.wysiwyg s,
.wysiwyg strike,
.wysiwyg del {
    text-decoration: line-through;
}

.wysiwyg big {
    font-size: larger;
}

.wysiwyg small {
    font-size: smaller;
}

.wysiwyg fieldset {
    border-width:1px;
    border-color:#7c7b7d;
    border-style: solid;
    margin:0 2px;
    padding-top:5px;
    padding-bottom:12px;
    padding-left:10px;
    padding-right:10px;
}


/* -----------------------------------------------------------------------
General Layout Styles
----------------------------------------------------------------------- */

body, html {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f8f8ff url('../images/design/content_bg.gif') 0 202px repeat-x;
}

body, a {
   color: #636363; 
}

p {
    margin: 0 0 1em 0;
}

a {
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

.column {
    float: left;
    display: inline;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
    background: url('../images/design/inner_content_bg.gif') 50% 202px repeat-y;
}

.left {
    float: left;
}

img.left {
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline;
}

.right {
    float: right;
}

img.right {
    margin-left: 15px;
    margin-bottom: 15px;
    display: inline;
    
}

/* -----------------------------------------------------------------------
Header
----------------------------------------------------------------------- */

#header {
    height: 202px;
    background: url('../images/design/header.gif') 0 0 repeat-x;
    text-align: center;
}

#header_wrapper {
    width: 969px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

#header h1 {
    margin: 0;
    text-indent: -9999px;
    background: url('../images/design/logo.jpg') 0 0 no-repeat;
    position: relative;
    left: -3px;
}

#header h1,
#header h1 a {
    width: 366px;
    height: 130px;
    display: block;
}

#header h2 {
    text-indent: -9999px;
    width: 225px;
    height: 15px;
    background: url('../images/design/tagline.gif') 0 0 no-repeat;
    margin: 0;
    position: absolute;
    top: 54px;
    left: 190px;
}

#header form {
    position: absolute;
    top: 47px;
    right: 15px;
}

#header form label {
    display: none;
}

/* -----------------------------------------------------------------------
Main Nav
----------------------------------------------------------------------- */

#header ul,
#header ul li {
    display: inline;
    padding: 0;
    margin: 0;
}

#main_nav {
    position: absolute;
    top: 158px;
    left: 0px;
}

#header ul li {
    list-style: none;
}

#header ul li a {
    color: #a1a1a1;
    text-decoration: none;
    font-size: 16px;
    margin-right: 25px;
    outline: none;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#header ul li a:hover,
#header ul li.here a,
.home #header ul li#nav-home a {
    color: #fff;
}

/* -----------------------------------------------------------------------
Sub Nav
----------------------------------------------------------------------- */

#main_nav ul li {
    position: relative;
}

#main_nav ul ul {
    position: absolute;
    top: 15px;
    left: -999em;
    border: 2px solid #000;
    background: #fff;
    white-space: nowrap;
}

#main_nav ul li.hover ul {
    left: 0;
}

#main_nav ul ul li {
    padding: 5px 10px;
    display: block;
}

#main_nav ul ul a,
#main_nav ul li:hover ul a,
#main_nav ul li.hover ul a {
    color: #666;
}

#main_nav ul ul a {
    width: auto;
    margin: 0;
}

#main_nav ul ul a:hover,
#main_nav ul li:hover ul a:hover,
#main_nav ul li.hover ul a:hover {
    color: #000;
}

/* -----------------------------------------------------------------------
Events Nav
----------------------------------------------------------------------- */

#column_sub {
    background: #fff;
}

#column_sub .events {
    background: #d7d7d7;
}

#column_sub .events .container {
    padding: 3px 18px;
}

#column_sub .events .top,
#column_sub .events .bottom {
    height: 13px;
}

#column_sub .events .top {
    background: url('../images/design/round_box_top.gif') 0 0 no-repeat;
}

#column_sub .events .bottom {
    background: url('../images/design/round_box_bottom.gif') 0 0 no-repeat;
}

#column_sub h3 {
    color: #636363;
    margin: 0 0 1.15em 0;
    font-size: 18px;
}

#column_sub h4 {
    margin: 0;
}

#column_sub h4 a {
    text-decoration: none;
    color: #6f6941;
}

#column_sub h4 a:hover {
    text-decoration: underline;
}

#column_sub p {
    margin: 0 0 1em 0;
}

#column_sub ul,
#column_sub ul li {
    padding: 0;
    margin:0;
    list-style: none;
}

#column_sub ul {
    padding-left: 5px;
}

#column_sub h3 {
    
}

#column_sub .container {
    padding: 6px 28px 6px 37px;
}

/* -----------------------------------------------------------------------
Content
----------------------------------------------------------------------- */

#content_wrapper {
    text-align: center;
}

#content {
    text-align: left;
    margin: 0 auto;
    width: 969px;
}

#content h2 {
    font-size: 16px;
    margin: 0 0 .75em 0;
}

#content_container {
    margin: 15px 0;
    float: left;
    background: #fff url('../images/design/divider.gif') 691px 0 repeat-y;
}

#column_main {
    width: 692px;
}

#column_sub {
    width: 277px;
}

#column_main .container {
    padding: 10px 28px;
}

/* -----------------------------------------------------------------------
Footer
----------------------------------------------------------------------- */

#footer_wrapper, #push {
    height: 100px;
    clear: both;
}

#footer_wrapper {
    text-align: center;
    background: url('../images/design/footer.gif') 0 0 repeat-x;
}

#footer_container {
    padding: 0 28px;
}

#footer p {
    margin: 0 0 1em 0;
    padding-top: 30px;
}

#footer {
    text-align: left;
    margin: 0 auto;
    width: 969px;
}

#footer, #footer a {
    color: #fcfbfd;
}

#footer ul,
#footer ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#footer ul li {
    border-left: 1px solid #fcfbfd;
    margin-left: 2px;
    padding-left: 4px;
}

#footer ul li#nav-home {
    border: none;
    margin-left: 0;
    padding-left: 0;
}

/* -----------------------------------------------------------------------
Home Page
----------------------------------------------------------------------- */

.home #wrapper {
    margin-bottom: -161px;
}

.home #footer_wrapper,
.home #push {
    height: 161px;
}

.home #header h1 {
    background: url('../images/design/logo_home.jpg') 0 0 no-repeat;
}

.home #column_main img.home_image {
    display: block;
    margin-bottom: 10px;
}

.home #content #column_main img {
    margin-bottom: 5px;
}

/* -----------------------------------------------------------------------
Songs Page
----------------------------------------------------------------------- */

body.songs table.songs .title {
    font-weight: bold;
}

body.songs table.songs {
    border: 1px solid #999;
    width: 100%;
}

body.songs table.songs th {
    background: #666;
    color: #fff;
}

body.songs table.songs th,
body.songs table.songs td {
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
}

body.songs table.songs td.title {
    text-align: left;
}

body.songs tr.even td {
    background: #cdcdcd;
}
