body {
  font-family: 'Libre Baskerville', Verdana, Geneva, sans-serif;
  margin: 0px;
  padding: 0px 5px;
  background-color: #FFF;
  color: #1c1a19;

  /*
  background-color: #1c1a19;
  color: #fff0e0;
  */

  letter-spacing: 0.02em;
}

p {
  text-align: justify;
  margin: 20px 0px;
}

a {
  color: #6985C6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

abbr {
  color: #AE0000;
}

abbr[title] {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

h1 {
  font-family: 'Cinzel Decorative', Verdana, Geneva, sans-serif;
  text-align: center;
  color: #a19088;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-weight: normal;
}

h1:before {
    right: 0.5em;
    margin-left: -50%;
}

h1:after {
    left: 0.5em;
    margin-right: -50%;
}

h2 {
  text-align: center;
  font-size: 1.8em;
  margin: 0px;
  padding: 0px;
  font-family: 'Dancing Script', Verdana, Geneva, sans-serif;
  line-height: .8em;
  padding-bottom: 10px;
  font-weight: normal;
}

h3 {
  font-family: 'Cinzel', Verdana, Geneva, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  text-align: center;
}

h3 {
  margin: 0px;
  margin-top: 30px;
  padding: 0px;
}

h4 {
  font-family: 'Dancing Script', Verdana, Geneva, sans-serif;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
}

h1:before, h1:after {
    //background-color: #69b9e1;
    background-color: #A364C5;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: bottom;
    width: 50%;
}

ul {
  list-style-type: square;
}

.coming_soon {
  margin: 100px auto;
  font-family: 'Cinzel', Verdana, Geneva, sans-serif;
  background-color: #AE0000;
  color: #FFF;
  text-align: center;
  font-size: 2em;
  max-width: 300px;
}

#header, #navigation, #content, #footer, #slideshow {
  max-width: 960px;
  margin: 20px auto;
  padding: 0px;
}

#slideshow {
  margin-top: 0px;
}

#header {
}

#content {
  margin: 50px auto;
}

#header_content {
  top: 0px;
  width: 100%;
}

#navigation {
  background-color: #A364C5;
}

#navigation ul {
  background-color: #A364C5;
}

#navigation li ul {
  background-color: #A364C5;
}

#navigation ul > li {
  padding: 0px 10px;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#navigation {
  text-align: right;
}

@media only screen and ( max-width: 760px ) {
  #navigation li {
    border-top: 1px solid #1c1a19;
    //border-bottom: 1px solid #1c1a19;
  }

  #navigation {
    width: 100%;
    position: fixed;
    top: -1px;
    left: 0px;
    z-index: 1;
    margin: 0px auto;
  }

  #header {
    margin-top: 60px;
  }

}

#navigation li ul li {
  border-top: 1px solid #1c1a19;
}

#navigation a, #navigation span {
  padding: 5px 0px;
  font-family: 'Cinzel', Verdana, Geneva, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  color: inherit;
  text-decoration: none;
}

#navigation a:hover {
  color: #FFF;
}

#footer {
  padding: 20px 5px 50px 5px;
  padding-bottom: 50px;
  margin-bottom: 0px;
  background-color: #1c1a19;
  color: #FFF;
  //border-top-left-radius: 25px;
  //border-top-right-radius: 25px;
}

#footer_links {
  text-align: center;
  border-bottom: 1px dotted #353535;
}

#footer_links ul {
  display: inline-block;;
  padding: 0px;
}

#footer_links ul li{
  //display: block;
  padding: 5px 0px;
}

#breaking_news {
  //background-color: #ba5523;
  background-color: #AE0000;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px #740000;
  margin: 0px;
  padding: 5px 0px;
  overflow: hidden;

  position: fixed;
  width: 100%;
  bottom: -1px;
  left: 0px;
  z-index: 1;

}

#contact {
  text-align: center;
}

#contact img {
	opacity: .35;
  margin: 20px 10px;
}

#contact img:hover{
  opacity: 1;
}
