body 
{
    background-color: #111111;
	margin:0 auto;
	max-width:1030px;

}

h1 
{
    font-family: "Georgia";
	font-size:22px;
	line-height:0;
	letter-spacing:.12em;
	color: #FFFDEA;
	height:auto;
	overflow:visible;
	margin-top:25px
}

p 
{
    font-family: "Georgia";
	font-size:18px;
	line-height:1.5;
	letter-spacing:.12em;
	color: #FFFDEA;
	height:auto;
	overflow:visible;
	margin-top:25px
}

iframe {
  border-style:none
}

/* Disable bad link formatting */
a:-webkit-any-link{
text-decoration:none !important;
}

/* NAV For the navigation header*/
nav {
  z-index:2;
  text-align:center;
  width:100%;
  height:50px;
  padding:0;
  margin:0;
  background-color:#111111;/*#640f0f;*/
  padding-top: 10px;
	padding-bottom: 10px;
}

nav ul {
  position:center;
  list-style-type:none;
  padding:0;
  margin:0;
  height:100%;
}

nav li {
  display:inline;
  position:justified;
  color:#FFFDEA;
  margin:0;
  height:100%;
  padding:14px;
}

nav li a {
  display:inline-block;
  color:#FFFDEA;
  padding-left:4px; /* Otherwise there's a bit of an odd offset */
}

nav li a:visited {
  display:inline-block;
  color:#FFFDEA;
}


nav li:hover {
  color:#111111;/*#640f0f;*/
  background-color:#FFFDEA;
  cursor:pointer;
  
  border-radius: 4px;
}

nav li:hover a {
  color:#111111;/*#640f0f;*/
}

.nav-links {
  font-family: 'Cinzel', serif;
  text-decoration:none;
  font-size:18px;
  line-height:50px;
  letter-spacing:.25em;
  color:#FFFDEA;
  margin:0;
}

/*Content*/
.content-container
{
  width:100%;

  margin:0;
  padding-top: 0px;
  clear:both;
  float: center;
  
 
}


.content-container-column
{
   list-style: none;
   margin: 0;
   padding: 0;

}

.publisher-footer {
  width: 100%;
  margin: 0;
  padding-top: 10px;
  clear: both;
  text-align: center;
}

/*Content*/
li {
    list-style-type: none;
    width: 49.5%;
}

li.content-container-center {
    float: center;
}

li.content-container-left {
    float: left;
}

li.content-container-right {
    float: right;
}


li.content-container-left-small {
    float: left;
	width: 40%
}

li.content-container-right-small {
    float: right;
	width: 60%
}


.content-title {
  font-family: 'Cinzel', serif;
  font-size:34px;
  line-height:0;
  letter-spacing:.30em;
  color:#FFFDEA;
  
  z-index:2;
  text-align:center;
  width:100%;
  height:20px;
  margin:1em,0;
  background-color:#000000f;
 
  
  padding-top:50px;
   
}

.content-body {
  text-align: center,justify;
  margin:0 auto;
  max-width: 720px;
  padding-left: 5px;
  font-family: "Century Gothic";
  font-size:20px;
  line-height:1.5;
  letter-spacing:.12em;
  color: #FFFDEA;
  height:auto;
  overflow:visible;
}


.video-container {
  position:relative;
  margin:0, automatic;
  padding-bottom:56.25%;
  padding-top:20px;
  height:0;
  border-radius: 0px;
}

.video-container iframe {
  position:absolute;
  margin:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius: 0px;
}




/*Simple Image gallery*/
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	
	 
}

.lightbox img {
	/** Pad the lightbox image */
	position: relative;
	max-width: 90%;
	max-height: 90%;
	margin-top: 2%;
	
	border-radius: 16px;
}

.lightbox video {
	/** Pad the lightbox image */
	position: relative;
	max-width: 90%;
	max-height: 90%;
	margin-top: 2%;
	border-radius: 16px;
}


.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.content-lightbox
{
  width:100%;

  margin:0, auto;
  clear:both;
  float: center;
  

}

.content-image
{
	margin:0, auto;
	margin-top: 2%;
	margin-left: .5%;
	margin-right: 0%;
	width:100%;

	border-radius: 4px;
}

.content-image-large
{
	margin:0, auto;

	margin-left: 0%;
	margin-right: 0%;
	width:100%;

	border-radius: 4px;
}


.content-image-small
{
	margin:0, auto;
	margin-top: 5%;
	margin-left: 1%;
	margin-right: 5%;
	margin-bottom: 2%;
	width:99%;
	border-radius: 4px;
}


.content-container-footer
{
  width:100%;
  margin:0;
  clear:both;
  float: center;
  padding-top:60px;
 
}

.content-footer {
  font-family: 'Cinzel', serif;
  font-size:12px;
  line-height:0;
  letter-spacing:.15em;
  color:#FFFDEA;
  z-index:2;
  text-align:center;
  width:100%;
  height:20px;
  margin:1;
  
}

.hrclass {
  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff3cc;
    margin: .75em 0;
    padding: 0; 
	padding-top:0px;
}


