html {
    background: #F6EFDD url("../img/bg.gif");
    color: #222;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
}


/* = Typography = */
h1,
h2,
h3,
h4,
h5 {
    color: #581F2E;
    font-family: "Palatino",Georgia,serif;
}

h3::first-letter {
    color: #990000;
    font-weight: 700;
}

/* Style Reset
==============================================================================*/

a {
    color: #581F2E;
/*    color: #005480;*/
    text-decoration: underline;
}


a:hover, a:active {
  color: #990000;
  text-decoration: underline;
}

button, input[type="reset"], input[type="submit"] {
    background-color: #581f2e;
    font-weight: bold;
    padding: 0.6em 1em;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #990000;
  border-color: #fff;
  cursor: pointer;
}


a.button {
    background-color: #581f2e;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 0.6em 1em;
    text-decoration: none;
}

a.button:hover,
a.button:focus {
  background-color: #990000;
}


/* Mixins
==============================================================================*/

.grey-text { color: #aaa; }
.grey-white { color: #FFF; }
.red-text { color:#BA0029; }
.green-text { color: green; }
.small { font-size: 0.9em; }
.big { font-size: 1.2em; }

.float-left, .floatleft { float: left; }
.float-right, .floatright { float: right; }
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 0.5em 1em; }
.alignleft { float: left; margin: 0 1em 0.5em 0; }

.align_center { display: block; margin: 0 auto; }
.align_right { float: right; margin: 0 0 0.5em 1em; }
.align_left { float: left; margin: 0 1em 0.5em 0; }

.textcenter { text-align: center; }
.textright { text-align: right; }
.textleft { text-align: left; }

.no-margin-bottom { margin-bottom: 0!important; }
.no-margin-top{ margin-top: 0!important; }
.no-padding-top { padding-top: 0!important; }

.bg-latte { background-color: #F0E1CE; }
.bg-cream { background-color: #F6EFDD; }
.bg-white { background-color: #FFF;}
.notice { color: #ce2a2a; }

main section:last-child {
    margin-bottom: 3rem;
/*    padding-bottom: 2rem;*/
}

main section:not(:last-child) {
    border-bottom: 1px solid #F0E1CE;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

/* Header
==============================================================================*/

header.primary {
    /*background: rgba(240, 225, 206, 0.7);*/
    /*background: #F6EFDD;*/
    background: #F6EFDD;
    margin: 0 auto;
    max-width: 1290px;
}

header nav a {
    color: #581F2E;
    text-decoration: none;
    font-weight: 700;
}

.wrapper {
    width: 100%;
}

.branding {
    float: left;
    margin-top: 0.8rem;
}

.branding a {
    display: none;
}


.branding img {
    float: left;
    border: 2px solid #EFE0CD;
/*    margin: 0 10px 10px;*/
}

.wrapper h2 {
    font-weight: 700;
    text-align: center;
    padding: 0.2em 0 1.8em;
    margin-bottom: 0;
    background: url("../img/hr.png") no-repeat scroll 50% 100%;
    /*color: #990000;*/
}


.wrapper h2 span {
    display: block;
    font-size: .5em;
    font-weight: normal;
}

form.search .text {
    background-color: #F0E1CE;
}

form.search input {
    background-color: #F0E1CE;
}

form.search .submit input {
    background-color: #581F2E;
}


form.search .submit input:hover {
  background-color: #990000;
}


nav.primary > ul > li {
    font-size: 1rem;
    margin-left: 1rem;
    position: relative;
}


header nav.primary ul .dropdown {
    background-color: #581F2E;
}



nav.primary ul .dropdown li a:hover {
    background-color: #990000;
    text-decoration: none;
}

nav li:hover a {
    color: #990000;
    text-decoration: none;
}

nav li.active a {
    color: #990000;
    text-decoration: none;
}

nav.supplemental ul li a {
    color: #581F2E;
    display: block;
    padding: 0.25em 0;
    font-weight: bold;
}

nav.supplemental ul li a:hover {
  color: #990000;
  text-decoration: underline;
}

nav.supplemental ul ul a {
    font-size: .9rem;
    font-weight: normal;
}

nav.supplemental > ul > li ~ li {
  border-top: 1px solid #F0E1CE;
  padding-top: 0.5em;
}


/* Homepage
==============================================================================*/

.ribon {
    padding-bottom: 3em;
    padding-top: 3em;
}

.ribon .filtering {
    padding: 30px 60px;
    /*max-width: 300px;*/
}

.ribon .announcement {
    width: 65%;
}

.schedule {
    background: #581f2e url("../img/schedule_bg.jpg") no-repeat scroll center center / cover ;
    
}
.schedule h2 {
    color: #fff;
}

/* Main content
==============================================================================*/

.torso {
    /*padding-top: 1rem;*/
}

.torso .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

aside section {
    /*position: relative;*/
    /*top: -100.5px;*/
    /*margin-bottom: -50.5px;*/
    margin-bottom: 1rem;
    background-color: #F6EFDD;
    padding: 30px;
}

aside {

}

h1.title::first-letter {
    color: #990000;
    font-weight: 700;
}

.articles {
    border-bottom: 1px solid #F0E1CE;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
}

.articles dt {
    font-weight: bold;
    padding: 0;
    color: #222;
}

.articles dd {
    border-bottom: 1px solid #EFE0CD;
    color: #222;
    margin-bottom:1.8em;
    padding-bottom: .9em;
}

.articles .date {
    display: block;
    color: #581F2E;
    font-size: 0.9em;
    font-style: italic;
}

    
.preview img {
    border: 1px solid #c0aea4;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

 
/* Photos
==============================================================================*/
.gallery .columns{ margin-bottom: 1.8rem; }

.gallery .columns > * {
    margin-bottom: 1rem;}

/* Breadcrumbs
==============================================================================*/

.breadcrumbs {
    margin-bottom: 1rem;
    color: #aaa;
    font-size: 0.8em;
}

.breadcrumbs a {
    color: #000;
    text-decoration: none;
}

.breadcrumbs i {
    padding: 0.5em 5px;
}

/* Pagination
==============================================================================*/

ul.pagination {
    list-style:none;
    padding:0;
    margin:0;
    display: inline-block;
}

ul.pagination li{
    display: inline-block;
}

ul.pagination li:first-child {
    display: inline-block;
    margin: 0;
}

ul.pagination a {
    background: #fff;
    display: inline-block;
    margin: 0.5em 0.2em 0;
    padding: 0.3em 0.6em;
    text-decoration: none;
    line-height: 1.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.pagination a:hover {
    background: #F0E1CE;
    color: #333;
}

ul.pagination a:active {
    background: #DED8C9;
}

ul.pagination .current a{
    color: #333;
    background: #F0E1CE;
}


/* Footer
==============================================================================*/

footer.primary {
    padding-top: 3rem;
    background-color: #F0E1CE;
    color: #222;
}

footer.primary p {
    margin-bottom: 1rem;
}

footer.primary .copyright {
    border-top:1px solid #581F2E;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 3rem;
}

footer.primary .address{
    width: 50%;
}


.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/*.rwd-table td:last-child {
    padding-bottom: .5em;
}*/

.rwd-table td:before {
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}


/* Slides
==============================================================================*/
.rslides {
    margin: 0 auto;
}

.rslides ul {
    margin-bottom: 0;
}

.rslides_container {
    position: relative;
    float: left;
    width: 100%;
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../img/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }


@media only screen and (min-width: 1024px) {
    
    .articles .content {
        padding: 0;
        width: 75%;
    }

    .articles .aside {
        width: 25%;
    }
    
    .preview img {
        border: 1px solid #c0aea4;
        float: left;
        margin: 0 1em 30px 0;
        max-width: 120px;
    }
    
    .branding a {
        display: inline;
        max-width: 135px;
    }

    .wrapper {
        float: right;
        width: 85%;
    }
    
    nav.primary {
        margin-top: 1.8rem;
        width: 65%;
    }
    
    .utilities {
        float: right;
        width: 30%;
    }
    
    nav.primary ul .dropdown {
        min-width: 280px;
        z-index: 4;
    }  
}

@media only screen and (max-width: 669px) {
    .modile_display_none {display:none}
}