/* Layout CSS File */

/* This is a fix for IE to use HTML5 */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}

body {
    font-size: 14px;
    font-family: Verdana, Geneva, "Lucida Sans", "DejaVu Sans", "Liberation Sans", sans-serif;
    line-height: 1.5;
    color: #222;
    background: #FFF;
}

img {
    margin: 0;
    padding: 0;
}

header#hmain {
    background: #0A3873 url(../pix/mountains.gif) no-repeat;
    -webkit-box-shadow: #000 5px 5px 5px;
    -moz-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
}

header#hmain h1 {
    color: #FFF;
    margin: 0.25em;
    font-size: 3em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Tangerine', serif;
}

nav {
    background: #0A3873 url(../pix/menu-bk.gif) repeat-y;
    text-align: center;
    /*border-bottom: 3px solid #000;*/
    border-top: 3px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 15px;
    -webkit-box-shadow: #000 5px 5px 5px;
    -moz-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #000;
}

nav li {
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 0;
}

nav li a:link, nav li a:visited {
    font-size: 1em;
    display: block;
    padding: 0.4em 0 0.4em 0.5em;
    border-left: 12px solid #061F40;
    border-right: 12px solid #061F40;
    background-color: #0A3873;
    color: #FFFFFF;
    text-decoration: none;
}

nav li a:hover, nav li a:active {
    background-color: #6991FF;
    border-left: 12px solid #0A3873;
    border-right: 12px solid #0A3873;
    color: #FFFF00;
}

nav img {
    margin-bottom: 20px;
}

footer {
    text-align: center;
    font-size: 80%;
}

footer p {
    margin-top: 20px;
}

section#smain {
    margin-right: 0;
}

section#smain h1 {
    font-size: 3em;
    color: #0A3873;
    text-align: center;
}

section#smain h2 {
    font-size: 2em;
    color: #0A3873;
    font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", serif;
    font-variant: small-caps;
}

em {
    font-weight: bold;
    font-style: italic;
}

em.big {
    font-size: 1.5em;
    color: #0A3873;
}

section p {
    margin: 1.5em 0;
}

section#smain div.grid_9 img {
    margin-bottom: 10px;
}

img.float_left {
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
}

section#smain h3 {
    font-size: 1.5em;
    font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", serif;
    font-variant: small-caps;

}

section#smain h4 {
    font-size: 1em;
    font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", serif;
    font-variant: small-caps;

}

section#smain hgroup h2, section#main hgroup h3 {
    margin: 0;
    padding: 0;
}

.offset {
    margin-top: 20px;
}

#map_canvas {
    width: 710px;
    height: 400px;
}

#crosspoints {
    text-align: center;
}

#form {
    border: 1px dotted #000;
    background-color: #115DBF;
    color: #FFF;
}

label {
    padding: 10px;
}

input, textarea {
    margin: 10px;
}

textarea {
    width: 450px;
    height: 100px;
}

ul#concerts h2 {
    margin: 0;
}

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

ul#concerts li ul li {
    font-size: 125%;
    font-weight: bold;
    list-style: none;
}

div#event_carousel {
    text-align: center;
    margin-top: 25px;
}

div#event_carousel p {
    text-align: justify;
}

div#wrapper {
    height: 260px;
    overflow: auto;
    overflow-x: hidden;
    background-color: #FFF;
    margin-left: 45px;
    -webkit-box-shadow: #000 5px 5px 5px;
    -moz-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000; 
}

div#event_carousel ul {
    list-style: none;
}

div#event_carousel ul li {
    margin: 0;
}

div#event_carousel ul li a img {
    padding: 0;
}

div#announcement {
    margin-top: 25px;
    margin-left: 30px;
    border: 1px solid #061F40;
    color: #FFF;
    background-color: #0A3873;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #000 5px 5px 5px;
    -moz-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
}

div#announcement h2, div#announcement h3 {
    text-align: center;
    color: #FFF;
}

div#announcement h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.5em;
}

div#announcement h3 {
    font-size: 1 em;
}

div#announcement p {
    margin: 10px;
    border-top: 1px solid #061F40;
}

div#announcement a, 
div#announcement a:link,
div#announcement a:visited,
div#announcement a:hover {
    color: #FFFF00;
}

.centered {
    text-align:center;
}

img.right {
    float: left;
    margin: 15px;
}

ul.holyweek > li {
    list-style: none;
}

