#body {
    height:100%;
max-width: 1080px;
min-height: 100vh;
margin-left: auto;
margin-right: auto;
display: block;
background-color: #000000;

}

.wrap {
    width:1080px;
    margin:0 auto;
}

#header {
    margin: 0 auto;
        background: url(index/backgroundnew2022.gif) repeat;
        height: 350px;
        width: 1080px;
} 
#viewport {
  width: device-width;
  zoom: 1.0;
}

#menu {
	height: 36px;
	width: 1080px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
        background: url(index/menubg.gif) repeat-x top left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px 5px 10px;
	background: url() no-repeat left 60%;
	margin-right: 1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	color: #eba61c;
}

#menu a:hover {
	color: #00ff00;
}

#menu .current_page_item a {
	color: #ffffff;
}

body {
  margin: 0;
  font-family: Arial;
  color: #eba61c;
  font-size: 18px;
}

#header {
  text-align: center;
  padding: 32px;
}

#logo {
	height: 260px;
	margin: auto;
    padding: 0 0 0 10px;
	background: url(index/2012logo.gif) no-repeat left top;
    }

#logo h1 {
	padding: 1px 0px 0 20px;
	text-transform: lowercase;
	font-size: 42px;
	color: #ffff00;
}

#logo h2 {
	padding: 0px 0 0 198px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FA8899;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ff0000;
}

#logo a {
	color: #F74B61;
}
#table, tr, td {
  border: 0px solid black;
}

table {
  width: 1080px;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
        color: #f1430d;
}

h1 {
	font-size: 70px;
	font-weight: bold;
	letter-spacing: -5px;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -3px;
}

h3 {
	font-size: 16px;
        font-weight: bold;
}

h4 {
	font-size: 18px;
        font-weight: bold;
}

h5 {
    font-size: 18px;
        font-weight: normal;
}

h6 {
	font-size: 14px;
        font-weight: normal;
}

p, ul, ol {
	margin-top: 0;
	line-height: 100%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 1em;
	margin-right: 1em;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #F62D47;
}

a img {
	border: none;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-right: 10px;
}

hr {
	display: none;
}

.page {
	margin: 0 auto;
	width: 1080px;
	padding: 0px 0px 0px 0px;
        
}

.content {
	float: left; 
        width: 1080px;
	padding-top: 1px;
    font-family: Arial, Helvetica, sans-serif;  
    color: #fe2914;
    font-size: 18px;
        font-weight: normal;
	letter-spacing: 0px;
}

#post {
        background: url() repeat left top;
}

.post .title {
	margin: 0;
	padding: 10px 20px 10px 50px;
        background: #663300 url() repeat left top;
	border-bottom: 1px dotted #FFC1CA;
}

.post.title {
	padding: 5px 0  0 50px;
	background: #FECBD3 url() no-repeat left top;
	height: 40px;
	font-size: 2.0em;
	text-transform: lowercase;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	margin: 0px;
	padding: 10px 10px;
}

.post .meta {
	height: 35px;
	margin: 15px 0 20px 0;
	padding: 15px 0 0 20px;
	background: #F74B61 url() repeat-x;
	line-height: normal;
	border-top: 1px dotted #FFC1CA;
}

{
  box-sizing: border-box;
}

.column {
  float: left;
  width: 25%;
  padding: 0;
  height: 800px; 
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.relative {
  position: relative;
  width: 400px;
  height: 200px;
  border: 3px solid #73AD21;
} 

.absolute {
  position: absolute;
  top: 80px;
  right: 0;
  width: 200px;
  height: 100px;
  border: 3px solid #73AD21;
}

.container {
  margin: 15px auto;
  width: 324px;
  height: 194px;
  overflow: hidden;
  border: 10px solid;
  border-top-color: #856036;
  border-left-color: #5d4426;
  border-bottom-color: #856036;
  border-right-color: #5d4426;
  position: relative;
}

.photo {
  position: absolute;
  left: 100px;
  top: 5px;
  animation: round 16s infinite;
  opacity: 0;
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
-webkit-@keyframes round {
  25% {
    opacity: 1;
    -webkit-opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-opacity: 0;
  }
}

img:nth-child(1) {
  animation-delay: 12s;
}
 
img:nth-child(2) {
  animation-delay: 9s;
}
 
img:nth-child(3) {
  animation-delay: 6s;
}
 
img:nth-child(4) {
  animation-delay: 3s;
  
img:nth-child(5) {
  animation-delay: 0s;
  
}


@media screen and (max-device-width: 768px){
     /* place here CSS targeted at iPads and smaller, including iPhones and small hand-held devices */
 
 
/* @todo put back max-device-width when done testing!!! */
 
@media screen and (max-device-width: 568px) {
     /* place here CSS targeted at iPhones and smaller screen sizes, not iPads */

}
 
 
@media screen and (min-device-width: 570px) and (max-device-width: 768px){
 
      /** iPad only, or other similar-sized pads. Not iPhones, not smaller hand-held devices. **/
 
}



@media screen and (max-device-width: 568px) {
     /* place here CSS targeted at iPhones and smaller screen sizes, not iPads */
}



