header {
	position:relative;
	margin:0 auto;
	box-shadow:0 2px 3px rgba(0,0,0,0.35),0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 3px rgba(0,0,0,0.35),0 1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.35),0 1px 0 rgba(0,0,0,0.2);
	z-index:1;
	background:url(../img/header.gif);
        width:1024px;
        height:146px;
}
/* Header Size and Image for header is background */



header .topBar {
	width:1024px;
	height:55px;
	margin:0 auto;
	position:relative;
}
/* Invisible bar that runs in the header to hold objects */ 



header .imageLogo {
	position:absolute;
	left:20px;
	top:1px;
	width:54px;
	height:54px;
	background:url(../img/NEWmemeiconTRADEMARK.png);
	z-index:0;
}
/* Insert a 54x54 Trademarked Logo */



header .textLogo {
	position:absolute;
	left:74px;
	top:1px;
	width:200px;
	height:54px;
	background:url(../img/memelogo.png);
	z-index:1;
	overflow:hidden;
}
/* This is where that big text logo goes */



header .NavBox {
	position:absolute;
	bottom:-4px;
	right:320px;
	width:428px;
	height:64px;
	background:url(../img/navbox.png);
}
/* This is the invisible box for the navbox using the image */

#cssmenu {
  margin: 16px 22px 0px 14px;
  padding: 1px 15px 9px 15px;
  font: 67.5% Impact;
  font-size: 16px;
  font-weight:bold;
  width: 370px;
}
/* I GOT IT! */

#cssmenu ul {
  background: #3C3C3C;
  height: 30px;
  list-style: none;
  margin-left: 10px;
  margin: 0px 0px 0px 0px;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 10px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 10px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
}
/* I've yet to figure out how this is stable... FIX THIS */


#cssmenu li {
    position:relative;
    float:left;
    left: 25px;
    bottom: 2px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* WHATS THIS FUCKIN DO?!?! */
/* Nevermind, I messed up lol */

#cssmenu li a {
  bottom: 0px;
  color: #009494;
  display: block;
  font-weight: normal;
  line-height: 30px;
  margin: 0px;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
}
/* padding on the navbox size and spacing between buttons */

#cssmenu li a:hover {
  background: #353535;
  color: #5BDFFF;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
}

#cssmenu ul li:hover a {
  background: #353535;
  color: #5BDFFF;
  text-decoration: none;
}

#cssmenu li ul {
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  border: 0px;
  position: absolute;
  width: 190px;
  z-index: 200;
}
/* the width here extends the right side of the dropdown menu border */

#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  display: block;
  float: none;
  margin: 0px 0px 0px -20px;
  padding: 0px;
  width: 180px;
  background: #303030;
  /*this is where the rounded corners for the dropdown disappears*/
  /*and controls the size and color of the dropdown box menu*/
  /* careful on width as words can cut off! */

}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height:30px;
  left: 1px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 10px 0px 0px 10px;
  text-align: left;
  font: 100% sans-serif;
}
/* last padding value controls where the wording is on the dropdown button*/

#cssmenu li ul a:hover,
#cssmenu li ul li:hover a {
  border: 0px;
  color: #00A4DF;
  text-decoration: none;
  background: #4B4B4B;
  -webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
}


header .OtherBox {
    position:absolute;
	top:3px;
	left:425px;
	width:297px;
	height:57px;
	background:url(../img/otherbox.png);
}


/* Maris, Don't fuck this code up again. */
/* No really dont... or I'll take your hat. */

#othmenu {
    position: relative;
    top: 79px;
    left: 15px
    margin: 0px 10px 10px 9px;
    padding: 10px 0px 0px 0px;
    font: 67.5% Impact;
    font-size: 16px;
    font-weight: bold;
    width: 60px;
}
/* I GOT IT! */

#othmenu ul {
    list-style-type: none;
    background: #3C3C3C;
    height: 30px;
    width: 120px;
    margin-right: 0px;
    margin-top: -95px;
    margin-left: 88px;
    padding-top: 0px;
    padding-right: 20px
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
}
/* I've yet to figure out how this is stable... FIX THIS */


#othmenu li {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px
    margin-right: 20px;
    font: 67.5% Impact;
    font-size: 16px;
    font-weight: bold;
    width: 90px;
}
/* WHATS THIS FUCKIN DO?!?! */
/* Nevermind, I messed up lol */

#othmenu li a {
  color: #009494;
  display: block;
  font-weight: normal;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 0px 30px;
  text-align: center;
  text-decoration: none;
}
/* padding on the navbox size and spacing between buttons */

#othmenu li a:hover {
  background: #353535;
  color: #5BDFFF;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
}
/* This indicates the position of text when hovering */

#othmenu ul li:hover a {
  position:relative;
  left:15px;
  background: #353535;
  color: #5BDFFF;
  text-decoration: none;
}
/* This indicates where the hover box is. */

#othmenu li ul {
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 190px;
  z-index: 200;
}
/* the width here extends the right side of the dropdown menu border */

#othmenu li:hover ul {
  display: block;
}
#othmenu li li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 180px;
  background: #303030;
  /*this is where the rounded corners for the dropdown disappears*/
  /*and controls the size and color of the dropdown box menu*/
  /* careful on width as words can cut off! */

}
#othmenu li:hover li a {
  background: none;
}
#othmenu li ul a {
  display: block;
  height: 20px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font: 100% sans-serif;
}
/* last padding value controls where the wording is on the dropdown button*/

#othmenu li ul a:hover,
#othmenu li ul li:hover a {
  border: 0px;
  color: #00A4DF;
  text-decoration: none;
  background: #4B4B4B;
  -webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
}

/* Really!?!?!?! FUCK! */
/* Here we go again... fuck... */

/* Incase this doesn't work. */

header .JSBanner{
    background-color:#000000;
    text-align: center;
    padding-top: 12px;
    width: 560px;
    height: 75px;
}


header .JSBanner .random{
        width:560px;
        height:75px;
        position:relative;
        margin:0 auto;
        border-width: 2px;
        border-style: solid;
        border-color: #222
}

header .JSBanner .background {
        position:absolute;
        top:-10px;
        right:0;
        bottom:0;
        left:0;
        z-index:-1;
        background:url(../banner/bannerbg.png)
}

/* divid */


header .box{
    background-color:#000000;
    text-align: center;
    padding-top: 12px;
    width: 600px;
    height: 350px;
}

header .BannerPlacement {
        position:relative;
        top:21px;
        right:468px;
        margin:0 auto;
        padding:2px 0;
}

header .BannerPlacement .banner {
        width:560px;
        height:75px;
        position:relative;
        margin:0 auto;
        border-width: 2px;
        border-style: solid;
        border-color: #222
        
}

header .BannerPlacement .background {
        position:absolute;
        top:-10px;
        right:0;
        bottom:0;
        left:0;
        z-index:-1;
        background:url(../banner/bannerbg.png)
}

/* divid */

#random{
 position:relative;
        top:21px;
        right:468px;
        margin:0 auto;
        padding:2px 0;
  width: 560px;
  height: 75px;
  border: 1px solid black;
  
  /* ENHANCEMENT */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;  
}