/* AwesomeDude Template for story pages styles */

/* Last modified July 27 2014 by John Silby (Alien Son) */



@import url(http://fonts.googleapis.com/css?family=Tangerine);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);






/* Reset */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}




/* Basics */

body {
  margin: 50px auto;
  padding-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  line-height: 1.3;
  background-color: #674322;
  background-image: url(bg_312171.png);
  color: #330000;
}


.container {
  max-width: 850px;
  margin: 20px auto;
  padding: 0 50px 30px 50px;
  background-color: #ece1dd;
}


h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
  text-align: center
}


h1 {
  font-family: Tangerine;
  font-size: 48pt;
  font-weight: normal;
  color: #674322;
  line-height: 1.1;
  padding-top: 50px;
  text-shadow: 0px 0px 7px #000;
  border: 0px solid #0000ff;
}

h2 {
  font-family: Tangerine;
  font-size: 28pt;
  font-weight: normal;
  color: #674322;
  margin-top: 25px;
  margin-bottom: 15px;
  text-shadow: 0px 0px 7px #000;
  border: 0px solid #ff0000;
}


h3 {
  font-size: 16pt;
  color: #674322;
  padding-top: 0px;
  padding-bottom: 10px;
}


h4 {
  font-size: 26pt;
  padding-bottom: 30px;
}


h5 {
  font-size: 17pt;
  padding-bottom: 40px;
}


p {
  margin-bottom: 15px;
  text-indent: 0px;
}

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: italic;
  color: #5E2F0D;
  border: 0px solid #330000;
  padding: 5px;
  margin: 20px 0px;
  text-align: center;
  text-indent: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  width: 300px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  height: 20px;
  padding: 3px 0 0 0;
  text-align: center;
  background-color: #674322;
  border-radius: 3px;
  border: 1px solid #674322;
}

p.nav {
  text-indent: 0;
}


/* Links */

a:link {
  text-decoration: none;
  color: #fff;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover, a:visited:hover {
  text-decoration: none;
  color: #fa9100;
}





/* Special formatting */

.divider {
  font-size: 16pt;
  text-align: center;
  margin: 40px 0 25px 0
}


.end {
  text-indent: 0;
  text-align: center;
  padding-top: 30px
}


.b {
  font-weight: bold;
}


.i {
  font-style: italic;
}


.n {
  font-style: normal
}


.c {
  text-align: center;
}

img {
  margin: 10px;
  border: 2px solid #4c4c4c;
}

.caption {
  font-size: 9pt;
  font-style: italic;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 20px;
}



/* nav menu */

#menu_table li div.buttonbg {
  height: 30px;
  width: 100px;
  line-height: 0;
  background-color: transparent;
  border-style: solid;
  border-color: #2869C1;
  border-width: 1;
  border-radius: 4px;
  padding: 0;
  text-align: center;
}

#menu_table {
  margin: 0 0 0 -60px;
  text-align: center;
  width: 850px;
  height: 40px;
  padding: 0px;
  box-shadow: none;
  background-image: url(wrapper_bg.png);
  background-repeat: repeat-x;
}

#menu_table li {
  list-style: none;
  display: inline-block;
  margin-top: 5px;
}

/* nav floating menu */

div.floating-menu {
  position:fixed;
  left:0;
  top:0;
  background-image: url(top-menu-a-p.png);
  background-repeat: repeat-x;
/*  background:#ddd; */
  border-bottom:2px solid #1b0e09;
  color:#000;
  width:100%;
  height: 25px;
  text-align: center;
  z-index:100;
  }

div.floating-menu a {
  font-size: 9pt;
  font-weight: bold;
  color: #FFD700;
  display: inline;
  margin:0 0.5em;
  }

div.floating-menu a:hover, div.floating-menu a:visited:hover{
  color: #DC143C;
}