/****postcount.css****/

/*main elements*/

body{
  background-color: #000;
  color: #000;
  font-family: "arial", "helvetica", serif;
 }

#container {
  max-width: 100%;
  }

img {
border: none;
}
 

/**********cover elements*******/

/*container*/
#cover-cont {
width: 100%;
text-align: center;
}

#cover {
   width: 750px;
   margin: 0 auto;
   text-align: left;
   color: #fff;
   }

#av {
   height: 64px;
   width: 750px;
   background-color: #030;
   color: #fff;
   font-style: italic;
   font-size: 36pt;
   border: 2px solid #0c0;
   text-decoration: none;
   }

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

#av a:hover {
   color: #0c0;
   }

#av p{
   position: relative;
   top: -15px;
   display: inline;
   }

#av img {
   position: relative;
   top: 0;
   left: 0;
   display: inline;
   }
   
/*heading*/
img.pchead {
   display: inline;
   position: relative;
   top: 20px;
   }

p.pchead {
position: relative;
left: 30px;
top: -105px; /*ie5 width*/
top/**/:/**/ 10px; /*other width*/
font-size: 25px;
color: #090;
   display: inline;
   vertical-align: top;
   }

/*enter button*/
a.enter {
position: relative;
left: 520px;
top: -105px;
font-size: 50pt;
color: #0c0;
text-decoration: none;
border: 2px solid #0c0;
background-color: #050;
}

a.enter:hover {
color: #050;
background-color: #0c0;
}

p.info {
position: relative;
left: 560px;
top: -105px
}

/*times*/
#times {
position: relative;
top: -100px;
background-color: #080;
border: 5px solid #0c0;
width: 750px;
height: 30px;
text-align: center;
color: #fff;
}

a.times {
color: #fff;
text-decoration: none;
font-size: 20pt;
}

a.times:hover {
color: #050;
}

/*feature*/
a.feature {
position: absolute;
top: 310px;
float: left;
color: #fff;
text-decoration: none;
}

a.feature:hover {
color: #0c0;
}

a.feature>img {
padding-bottom: 10px;
border: 10px solid #000;
}

a.feature>img:hover {
padding-bottom: 10px;
border: 10px solid #0c0;
}

p.feature{
position: relative;
top: -40px;
left: 70px;
}

a.video {
float: right;
position: relative;
top: -70px;
}

a.video>img {
border: 5px solid #000;
}

a.video:hover>img {
border: 5px solid #050;
}

a.mod {
position: relative;
top: 50px;
clear: right;
float: right;
}

a.mod:hover>img {
background-color: #050;
}

#middle {
position: relative;
left: 340px;
top: -80px;
width: 250px;
}

#middle p{
margin: 10px 0;
font-size: 15pt;
display: block;
clear: left;
}

#middle a {
text-decoration: none;
color: #080;
margin: 10px 0;
text-align: center;
font-size: 20pt;
display: block;
}

#middle a:hover {
text-decoration: underline;
color: #0c0;
}

/*bottom line*/
#bottom {
position: relative;
top: 20px;
width: 750px;
height: 30px;
color: #fff;
background-color: #050;
border: 2px solid #0c0;
font-size: 16pt;
}

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

#bottom a:hover {
color: #0c0;
}

#bottom p {
text-align: center;
position: relative;
top: -20px;
}

/*atomican.net links*/
#atomicanc {
position: relative;
top: 20px;
}

#atomicanc img {
display: inline;
vertical-align: top;
}

#atomicanc p {
text-align: center;
}

#atomicanc a {
margin: 0 10px;
color: #fff;
text-decoration: none;
font-size: 15pt;
display: inline;
}

#atomicanc a:hover {
text-decoration: underline;
}

