/* <style type="text/css" media="screen"><!-- */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 500;
/* font-style: inherit; */
  font-size: 100%;
  font-family: Verdana, Arial, Sans-Seif; 
  /*font-family: Georgia, Arial, Sans-Seif; */
  vertical-align: baseline;
}

/* div.a.side { border: 0px none;  margin: 0px; padding: 1px; float: left; } */
/* div.a.side:hover { border: 0px none; margin: 0px; padding: 1px; } */


/* ************************* layout div's  ********************************* */
/* the "page" div wraps the whole page in a margin and centers the layout on larger displays */

#page {
  position: absolute;
  text-align: center;
 /*  text-align: left; */
  top: 0px; 
  left: 0px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 200px;
  background-color: #000000;
  background: url("../images/af.png") 0 0;
}

/* give ALL DIV's a border for debugging */
/*
#footer, #sidemenu, #top, #content, #test, #middle, #side, #sidenook 
{ border: 1px solid #50FF00; } */

/* define width for the 3 major DIV's that break up our layout */
#top, #middle, #footer {  width: 960px;  }

/* assign the background color to some div's */
#sidemenu, #content, #footer { background-color: #111111; }

#top { border: 0px none; text-align: left; }

/*  debugging for the top banner thing
#top { 
  border: 1px solid #50FF00; 
  text-align: left; 
  background-color: #111111;
  padding-bottom: 15px;
  padding-top: 20px;
}
*/

#middle { 
/*  border: 1px solid #50FF00; */ 
/*  float: right;*/
/*  top: 150px; */  
}

#side {
/*  padding-right: 10px; */
  float: left;
  width: 160px; 
  top: 50px; 
  text-align: center;
/* border: 1px solid #50FF00; */ 
}

#sidemenu { 
/* padding-top: 10px; */
  padding-left: 10px;
  padding-top: 10px;
  float: left;
  width: 150px; 
  top: 50px; 
  text-align: center;
  border: 1px solid #50FF00;
}

#sidenook { 
  padding-top: 10px;
  float: left; 
/*  width: 175px; */
/*  top: 50px;  */ 
  text-align: center;
/*  border: 1px solid #50FF00; */
}

#content {
  float: right;
  padding: 10px;
  top: 50px;
  text-align: left;
  width: 760px; /* 200px - total width (960) */
  height: 600px; 
  border: 1px solid #50FF00;
  overflow: auto;
 /* overflow: -moz-scrollbars-vertical; */
 /* overflow-y: scroll; */
}

#footer { 
  border: 1px solid #50FF00;  
  height: 80px;  
  overflow: hidden; 
}
/* ************************ end layout divs ****************************** */




/* ****************** side menu buttons ********************************** */
#home a { border: 0px; margin: 1px; padding: 0px; display: block; width: 135px; height: 42px;
  background: url("../images/home_all.png") 0 0 no-repeat; text-decoration: none;  float: left; }
#home a:hover { display: block; background-position: -135px 0; }
/*#home a:hover { display: block; background-position: -135px 0; }*/

#movies a { border: 0px; margin: 1px; padding: 0px; display: block; width: 135px; height: 42px;
  background: url("../images/movies_all.png") 0 0 no-repeat; text-decoration: none;  float: left; }
#movies a:hover { display: block; background-position: -135px 0; }

#comics a { border: 0px; margin: 1px; padding: 0px; display: block; width: 135px; height: 42px;
  background: url("../images/comics_all.png") 0 0 no-repeat; text-decoration: none;  float: left; }
#comics a:hover { display: block; background-position: -135px 0; }

#pics a { border: 0px; margin: 1px; padding: 0px; display: block; width: 135px; height: 42px;
  background: url("../images/pics_all.png") 0 0 no-repeat; text-decoration: none;  float: left; }
#pics a:hover { display: block; background-position: -135px 0; }

#blog a { border: 0px; margin: 1px; padding: 0px; display: block; width: 135px; height: 42px;
  background: url("../images/blog_all.png") 0 0 no-repeat; text-decoration: none;  float: left; }
#blog a:hover { display: block; background-position: -135px 0; }

#about a { border: 0px; margin: 1px; padding: 0px; display: block; width: 135px; height: 42px;
  background: url("../images/about_us_all.png") 0 0 no-repeat; text-decoration: none; float: left; }
#about a:hover { display: block; background-position: -135px 0; }

#kill a { border: 0px; margin: 1px; padding: 0px; display: block; width: 135px; height: 42px;
  background: url("../images/kill_all.png") 0 0 no-repeat; text-decoration: none;  float: left; }
#kill a:hover { display: block; background-position: -135px 0; }
/* ************** end side menu buttons *********************************** */






/* ****************** top logo ******************************************** */
#toplogo a { 
  border: 0px; margin: 1px; padding: 0px; display: block; 
/*  width: 800px; height: 150px */
  width: 960px; height: 175px;
  background: url("../images/top_1.png") 0 0 no-repeat; text-decoration: none; 
}
/* #toplogo a:hover { display: block; background-position: -135px 0; } */
#toplogo a:hover { 
  display: block; 
/* background-position: -135px 0; */
/*  background: url("../images/top_2.png") 0 0 no-repeat; */
  background: url("../images/top_1.png") 0 0 no-repeat; text-decoration: none;
/*  background: url("../images/AwesomeFarmBanner.png") 0 0 no-repeat; */
}
/* *************** end top logo ******************************************* */


#nook a { 
  border: 0px; margin: 1px; padding: 0px; display: block; 
  width: 160px; height: 313px;
  background: url("../images/nook-horse-r.png") 0 0 no-repeat; text-decoration: none; 
}


/* ************************************************************************* */





/* ******************** everything **************************************** */
html { 
  padding:0px;
  margin:0px;
}
 
body {
/*  font-size: 11px; */
  font-size: 14px;
/*  font-weight: 100; */
  color: #CCCCCC;  /* text color for the whole page */
}

a {
  border: 1px solid transparent;
  color: #4090E0;
/*  font-size: 11px;  */
  padding: 1px;
  padding-top: 0px;
  margin: 1px;
  margin-top: 0px;
}
a:visited { color: #BB2266; }
a:active { color: #BB2266; }
a:hover { border: 1px solid #50FF00; }

a.pics, 
a.pics:visited,
a.pics:active,
a.pics:hover { border: 0px none; }

strong { /*  font-family: Georgia; */ /*  size: 14px; */ }

img { 
  /* border: 1px solid #FFFFFF; */
  /* border: 1px solid #111111; */
}

img.pics {
  border: 1px solid #111111;
}

img.pics:hover {
  border: 1px solid #50FF00;
}


pre { 
  color: #564b47;
  font-weight: bold;
  font-family: Courier, Monaco, Monospace;
  padding: 5px 15px;
  margin: 0px;
}


h1, h2, h3 {
  padding: 5px 15px;
  margin: 0px;
  font-weight: bold;
}

h2 {
/*  font-size: 12px; */
/*  font-family: Verdana; /* Tahoma; */
  text-transform: uppercase;
  color: #50FF00;
}
h2.content { }

h3 {
/*  font-size: 13px; */
/*  font-family: Verdana; */
  text-transform: uppercase;
  background-color: transparent;
}
h3.content { } 



p {
  padding: 5px 15px;
  margin: 0px;
}

p.content {
  text-align: left;
  padding-left: 10px;
}

p.aboutus {
  font-size: 14px;
  font-weight: 200;
}

p.news {
  text-align: left;
  padding-left: 10px;
}

p.movies {
  text-align: left;
  padding-left: 10px;
}



hr { }

hr.content {
  width: 95%;
  text-align: center;
  color: #555555;
}

hr.news {
  width: 95%;
  text-align: center;
  color: #555555;
}

hr.movies {
  width: 95%;
  text-align: center;
  color: #555555;
}


.soon {
/*  height: 350px;
  width: 550px;*/
  vertical-align: middle;
  text-align: center;

}
/* ****************** end everything ************************************** */


/* --></style> */

