/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Times New Roman;	
	line-height:18px;
	font-size:15px;
	color: #AB9F82; 
	background: #000 none; 
	background-attachment: fixed;
	margin: 0; 
	padding: 0;
}

/* links */

a {
text-decoration: none;
font-weight: bold;
color: #d6b06a;
background: transparent none ;
}



a:visited {
color: #d6b06a;
text-decoration: none;
}

a:hover {
color: #DEC35A; 
text-decoration: underline;
}

p{
	margin: 8px;
	padding: 0;
}


/* main page */

#wrapper {
  margin: 0 auto;
  width: 1016px;
}

#container { 
	margin: 0 auto;
	float: left;
	width:1016px;
	border: 0;
    background: transparent url(../images/gh-bg.jpg) no-repeat top center;
    position:relative;
}

#logo { 
	margin: 0 auto;
	width:1016px;
	height: 104px;
  	position:relative;
	}
	
#headers {
	margin: 0 auto;
    width: 1016px;
	color: #f8ab72;
	height: 74px;
	position:relative;	
	}
	

#headers p {
    float: right;
	width: 630px;
    text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

#headers h1 {
	margin: 0;
	float: right;
	width: 630px;
    text-align: center;
	letter-spacing: 2px;
	font-size: 21px;
	font-weight: bold;
	border-bottom: none;
}





	
#mainbg {
	background: transparent none;
	width: 1016px;
	float: left;
	}



/*Top Menu*/

#topnav {
    margin: 8px auto;
      padding: 0;      
	  font-style: normal;
      text-transform: none;
	  font-weight:normal;
      width: 1016px;
	  font-size: 12px;
      height: 36px; 
	line-height: normal;
      text-align: center;
	  background: none;
}



#topnav ul {
      overflow: hidden;
      float: left;
	margin: 0;
      list-style-type: none;
}

#topnav li {
	float: left; 
    margin: 0 5px 0 5px; 
	padding: 0;

}

#topnav a {
    display: block;   
    text-decoration: none;
	padding: 0 2px 0 2px;
	height: 20px;
}

#topnav a {
	float: none;
}



#topnav a:hover { 
text-decoration:underline;	
}



#topnav #select a {
	color: #cc6d50;
}

#topnav #select a:hover {
	text-decoration:underline;
}

#topnav #title  {
	height: 33px;   
}



h4 {
	margin: 9px 16px 0 0; padding: 0;
	text-align: left;width: 400px;float: right;

	}


#cartoonist, #gang, #welcome, #about, #characters, #comics {
		width: 425px; height: 36px; float: left; 
	}

 #gang h2, #welcome h2, #about h2, #characters h2, #cartoonist h2, #comics h2 {
	text-indent: -5000px; margin: 9px 9px 9px 0; padding: 0;
	text-align: left;
	height: 38px; 
	} 

#cartoonist h2 {
        background: transparent url(../images/cartoonist.png) no-repeat top right;

       }

#gang h2 {
        background: transparent url(../images/gang.png) no-repeat top right;
}

#welcome h2 {
        background: transparent url(../images/welcome.png) no-repeat top right;
}

#about h2 {
        background: transparent url(../images/about.png) no-repeat top right;
}

#characters h2 {
        background: transparent url(../images/characters.png) no-repeat top right;
}

#comics h2 {
        background: transparent url(../images/comics.png) no-repeat top right;
}


#main { 
  float: left;
  margin: 140px auto;
  width:711px;
  position:relative;
}

#main p {
	margin: 8px;
	float: right;
	width: 400px;
    text-align: left;
	
}


#mainb { 
  float: right;
  margin: 0 auto;
  width:425px;
  position:relative;
}

#mainb p {
	margin: 8px;
	float: right;
	width: 400px;
    text-align: left;
	
}

#displaycomic {
	margin: 40px 0 0 0;
	float: right;
	width: 711px;
	height: 324px;
    text-align: left;
	background: transparent url(../images/old_paper.png) no-repeat top center;
}

#displaycomic p {
	margin: 8px;
	width: 98%;
    text-align: left;
	
}



/* linkList Styles*/

#linksinside {
	position: relative;	
	width: 184px;
	font-size: 13px;
	}
	
#linksinside h2 {
   text-align: center;
   font-size: 18px;
}

#linkListcontainer {
	position: absolute;	
	top: 210px; 
	left: 758px;
	width: 205px;
	}

.navcontainer {
  width: 205px;
  margin: 0 auto 10px auto;
  padding: 0;
  font-style: normal;
  text-transform: none;
  background: none;
}

.navcontainer p {
  font-size: 12px;
}

ul.navlist {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 0 12px;
  width: 205px;
}


ul.navlist li {
  display: block;
  margin: 0;
  padding: 0;
}

ul.navlist li a {
  height: 18px;
  display: block;
  padding: 3px 0 2px 12px;
  font-weight: bold; 
  background: transparent url(../images/bullet.png) no-repeat left;
}

ul.navlist li a:visited{
  font-weight: bold;
}

.navcontainer>ul.navlist li a { width: auto; }

ul.navlist li#active a {
	color: #cc6d50;
	background: transparent url(../images/bullet2.png) no-repeat left;
}

ul.navlist li.sublink a {
  text-align: left;
  padding-left: 21px;
  font-weight: normal;
	height: 14px; 
	font-size: 13px;
	background: none;
	font-style: italic;
}

ul.navlist li#sublinkactive a { 
	color: #cc6d50;
}


#active a:visited, .sublink a:visited{

  font-weight: bold;
}

		/* Begin Linklist Headers */
		
#mainlinks #archives #support #info #network {
		width: 168px; height: 36px; float: left; margin: 6px 0 6px 0 ;
	}

#mainlinks h3, #archives h3, #support h3, #info h3, #network h3 {
	text-indent: -5000px; 
	text-align: left;
		top: 0; height: 36px;margin: 6px 0 6px 0; padding: 0;
	} 

#archives h3 {
        background: transparent url(../images/archives.png) no-repeat left top;

       }

#mainlinks h3 {
        background: transparent url(../images/main-links.png) no-repeat left top;
}

#support h3 {
        background: transparent url(../images/support.png) no-repeat left top;
}	   

#info h3 {
        background: transparent url(../images/info.png) no-repeat left top;
}

#network h3 {
        background: transparent url(../images/network.png) no-repeat left top;
}

	/* End header styles */
	
.skull {
    float: left;
    padding: 0 ;
    width: 425px;
	height: 56px;
	margin: 0 auto;
    background: transparent url(../images/skull.png) no-repeat center;
}	
	


.linkbutton {
  border: 1px solid #7e5536;
  background: transparent url(../images/linkbutton-bg.png) repeat-x center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  display: block;
  padding: 2px 0 3px 0;
  width: 160px;
  height: 16px;
  margin: 0 0 1px 0;
  color: #ffcc99;
}


.linkbutton:hover {
  background: transparent url(../images/linkbutton-bg-on.png) repeat-x center;
  color: #c9a48c;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  display: block;
  padding: 2px 0 3px 0;
  width: 160px;
  height: 16px;
  margin: 0 0 1px 0;
}

.linkbutton:visited {
  color: #ffcc99;
}

a img {
  border: 0;
}



 .floatright
{
  float: right;
  margin: 0 0 8px 8px;/*top, right, bottom, left*/
  padding: 2px;
}

 .floatleft
{
  float: left;
  margin: 0 8px 8px 0;
  padding: 3px;
}


.hide {
  display: none;
}


/* Tables Formatting */

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td {
	
	font-family: Arial;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0;
	padding: 3px;
	text-decoration: none;
}




tr {
	vertical-align: top;
}

/*FORMS FORMATTING*/




select {
	background-color: #cba485;
	border: 1px solid #302824;
	color: #302824;
	font-family: Arial;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 165px;
}

textarea {
	background-color: #cba485;
	border: 1px solid #302824;
	color: #302824;
	font-family: Arial;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 195px;
      height: 103px;
}


input {
	background-color: #cba485;
	border: 1px solid #302824;
	color: #302824;
	font-family: Arial;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 165px;
}

input.error, textarea.error {
	color: #302824;
	background-color: #cba485;
}

input.reset {
	background-color: #cba485;
	border: 1px solid #302824;
	color: #302824;
	font-family: Arial;
	font-size: 11px;
	width: 145px;
}

input.send {
	background-color: #cba485;
	border: 1px solid #302824;
	color: #302824;
  text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 145px;
}

input.radio {
  width: 25px;
}


input.smallbtn {
	background-color: #cba485;
	border: 1px solid #302824;
	color: #ffc;
  text-align: center;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	width: 137px;
}

input.smalltext {
	background-color: #cba485;
	border: 1px solid #302824;
	color: #302824302824;
  text-align: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	width: 130px;
}

input.smallselect {
	background-color: #cba485;
	border: 1px solid #302824;
	color: #302824302824;
  text-align: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	width: 80px;
}

.leftcolumn {
  position: relative;
  background: #fff none;
	float: left;
	width: 48%;
}

.leftcolumn h4, .rightcolumn h4 {
  text-align: left;
  margin: 6px 0 6px 0;
  color: #d7b493;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: bold;
}

.rightcolumn {
  position: relative;
   background: #fff none;
	float: right;
	width: 48%;
}



/* Specifications for container for layers to show/hide.
	 Most browsers need both width and height set. */

#lyr0  {
  position: absolute;
  margin: 0 auto;
  width: 354px;
  height: 350px;
  float: left;
  font-size: 11px;
  padding-left: 10px;
  color: #fff;
  background-color: #fff;
}

/* Include id's for all your layers here, with commas between. */

#lyr1, #lyr2, #lyr3, #lyr4, #lyr5, #lyr6, #lyr7, #lyr8, #lyr9, #lyr10, #lyr11	
{ 
  position: absolute;
  margin: 0 auto;
  width: 354px;
  height: 350px;
  float: left;
  font-size: 11px;
  padding-left: 10px;
  color: #fff;
  background-color: #fff;
  visibility: hidden;
}




#lyr0 h3 {
  margin: 6px 0 1px 0;
  color: #6FA4F3;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
}

#lyr0 a {
  color: #fff;
  text-decoration: none;
}

#lyr0 a:hover {
  color: #A5C4FE;
  background-color: none;
  text-decoration: underline;
}