/** { border: solid black 1px; }*/
* { margin: 0; padding: 0; }

a img { border: none; }

body {
  text-align:center;
  font: normal normal normal 85%/1.2em Georgia, serif;
  background: url(inew/bg.png) repeat-x 0 0;
}

#header {
  position: relative;
  height: 75px;
  text-align: left;
  padding: 10px 0;
  width: 900px;
  margin: auto;
}

#masthead {
  position: aboslute;
  top: 0; left: 0;
  width: 275px;
  height: 175px;
}

#contact_bio span { display: none; }
#contact_bio {
  position: absolute;
  left: 10px;
  top: 110px;
  width:260px;
  height:46px;
  background: #fff url(/inew/contact.png) bottom center;
  overflow: hidden;
}

#contact_bio:hover, #contact_bio.selected {
  background: #fff url(/inew/contact.png) top center;
}

#tagline {
  position: absolute;
  left: 0px;
  top: 0px;
}

#tagline_1 {
  position: absolute;
  left: 0px;
  top: 25px;
}

#tagline_2 {
  position: absolute;
  left: 0px;
  top: 85px;
}

#nav {
  position: absolute;
  top: 0; left: 280px;
  width: 625px;
  height: 250px;
}

#content {
  width: 900px;
  position: relative; top: 30px;
  margin: 100px auto;
  padding: 100px auto;
  text-align: left;
}

.padme img {
  margin: 4px;
}

.separator {
  width: 900px; height: 80px;
  clear: both;
  background: white url(/i/seperator.gif) center no-repeat;
}

.clear { clear: both; }


/*Index page Code -----------------------------------*/
body.index {
background:#fff;
}

#indexcontainer {
position: relative;
background:#fff url(i/fullbg.gif) no-repeat top left;
text-align:left;
width:840px;
height:493px;
background-color:transparent;
margin: auto;
padding: 70px 18px;
clear:both;
}

#rotater {
float:left;
}

#topnav {
width:496px;
float:right;
}

.index ul li {
float:left;
list-style-type:none;
width: 248px; height: 113px;
}

#topnav li a {
  display: block;
  width: 100%; height: 100%;
}

#topnav li a:hover {
  background-position: top center;
}

/* buttons */
ul#buttonlist {
  list-style: none;
  margin-top: 10px;
}

ul#buttonlist li {
  display: inline;
  width: 125px;
  height: 175px;
}

#buttonlist {
float:left;
position:relative;
text-align:left;
z-index:4;
}

#buttonlist a {
  display: block;
  width: 115px;
  height: 164px;
  float: left;
  margin: 0 0 0 5px;
}

#buttonlist a span{ display: none; }

a#bookbutton {
background:transparent url(inew/buttons/book-trans.png) no-repeat 0 0;
}

a#illusbutton {
background:transparent url(inew/buttons/illustrations-trans.png) no-repeat 0 0;
}

a#davesbutton {
background:transparent url(inew/buttons/daves-trans.png) no-repeat 0 0;
}

a#comicsbutton {
background:transparent url(inew/buttons/comics-trans.png) no-repeat 0 0;
}

a#blogbutton {
background:transparent url(inew/buttons/blog-trans.png) no-repeat 0 0;
}

#buttonlist:hover a.selected {
  background-position: 0 0;
}

#buttonlist:hover a:hover, #buttonlist a:hover, #buttonlist a.selected {
background-position:0 -164px;
}

#buttonlist:hover a:active, #buttonlist a:active {
background-position:3px 0;
background-repeat:repeat-x;
}


/* Footer */

#footer {
position:relative;
clear:both;
border-top:10px double #fff;
background:#000;
color:#464646;
text-align:center;
padding:0;
}

#footwrap {
width:900px;
text-align:left;
margin:0 auto;
padding:20px 0 20px 5px;
}

a#jimmy {
display:block;
height:40px;
width:452px;
background:#000 url(/inew/webmaster.png) no-repeat 0 0;
}

a#jimmy:hover {
background:#000 url(/inew/webmaster.png) no-repeat 0 -41px;
}

#footerlinks {
display:none;
margin:0 5px;
}

#footer a:link {
font-size:100%;
color:#464646;
padding-right:15px;
text-decoration:none;
}

#footer a:visited {
color:#464646;
padding-right:15px;
text-decoration:none;
}

#footer a:hover {
color:#464646;
padding-right:15px;
text-decoration:underline;
}

#footer a:active {
color:#eee;
padding-right:15px;
text-decoration:none;
}

ul li span,#buttonlist a span,#jimmy span {
display:none;
}


/*Contact Page -------------------------------*/
#contactbox { margin-top: 60px; }
fieldset {
width: 560px;
margin-top: 15px;
padding: 0 10px 5px 10px;
border: 1px #E5E5E5 solid;
border-bottom: none;
border-top: none;
}

#send {
width: 100px;
border: none;
background-color: #ccc;
font-family: Georgia, serif;
}

input {
width: 250px;
border: 2px solid #999;
padding: 2px;
}

textarea{
	width: 100%;
	border: 2px solid #999;
	padding: 2px;
}

label{
	display: block;
  line-height: 1.8;
  vertical-align: top;
  width: auto;
}

ol li{
	list-style: none;
  padding: 5px;
  margin: 0;
  border-bottom: 1px #E5E5E5 solid;
}

.warning{
	font-size: 80%;
	color: red;
	font-weight: bold;
}

strong{
	font-size: 80%;
	color: green;
}

#content.contact{
	background: #fff url(rotator/rotater.php) no-repeat 590px 210px;
}

