/*Universal Styles --------------------------------- */
* {
margin:0;
padding:0;
}

body {
text-align:center;
font:normal normal normal 85%/1.2em Georgia, serif;
}

/*Index page Code -----------------------------------*/
body.index {
background:#fff url(i/fullbg.gif) no-repeat top center;
}

#indexcontainer {
text-align:left;
width:805px;
height:420px;
background-color:transparent;
margin:70px auto 150px;
}

#rotater {
float:left;
}

#header {
float:right;
margin-top:-13px;
margin-bottom:13px;
}

#nav {
width:486px;
float:right;
}

.index ul li {
float:left;
list-style-type:none;
}

/*Sub Pages --------------------------------------------*/
body.sub {
background:#000;
}

#masthead {
text-align:left;
background:#000;
border-bottom:9px #eee double;
padding:10px 0;
}

#masthead div {
width:800px;
margin:0 auto;
}

div#content2 {
width:800px;
background-color:#fff;
margin:0 auto;
}

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

#buttonlist a {
display:block;
width:187px;
height:266px;
float:left;
margin:50px 30px 100px 0;
}

a#davebutton {
background:#fff url(i/career/dave_button.gif) no-repeat 0 0;
}

a#wwbutton {
background:#fff url(i/career/news_button.gif) no-repeat 0 0;
}

a#wkbutton {
background:#fff url(i/career/wk_button.gif) no-repeat 0 0;
}

a#comicsbutton {
background:#fff url(i/career/comics_button.gif) no-repeat 0 0;
}

a#showsbutton {
background:#fff url(i/career/shows_button.gif) no-repeat 0 0;
}

a#illusbutton {
background:#fff url(i/career/illus_button.gif) no-repeat 0 0;
}

#buttonlist a:hover {
background-position:0 -266px;
}

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

/*Image Viewing Pages -----------------------*/
#container {
width:100%;
background:#fff;
float:left;
margin:0;
}

#secnav li {
display:inline;
margin:0;
}

#secnav {
clear:both;
list-style-type:none;
text-align:left;
padding-left:80px;
}

#secnav li span{
	display: none;
}

#secnav a, #secnav li.sec{
display: block;
float: left;
height: 25px;
padding-right: 5px;
}

#mbdave{
	background: #fff url(i/career/mb_dave.gif) no-repeat 0 0;
	width: 135px;
}

#mbww{
	background: #fff url(i/career/mb_newspaper.gif) no-repeat 0 0;
	width: 117px;
}

#mbwk{
	background: #fff url(i/career/mb_wk.gif) no-repeat 0 0;
	width: 92px;
}

#mbcom{
	background: #fff url(i/mb_comics.gif) no-repeat 0 0;
	width: 65px;
}

#mbshow{
	background: #fff url(i/mb_shows.gif) no-repeat 0 0;
	width: 67px;
}

#mbill{
	background: #fff url(i/mb_illus.gif) no-repeat 0 0;
	width: 119px;
}

#secnav a:hover{
	background-position: 0 -25px;
}

#secnav li.sec{
	background-position: 0 -25px;
}

#secnav.secnav2{
	padding-left: 250px;
}

#wkwisdom img{
	display: block;
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	height: 400px;
	width: 320px;
}

#content {
clear:left;
position:relative;
text-align:left;
margin:20px 0;
}

.post {
display:block;
clear:left;
}

#subheader {
float:left;
margin:30px 30px 0 0;
}

#seperator {
margin-top:10px;
}

#imagegroup {
text-align:left;
clear:both;
margin-top:10px;
padding-top:10px;
}

#imagegroup a img {
border:none;
border-bottom:5px solid #fff;
margin:10px 20px 15px 0;
}

#imagegroup a:hover img {
border-bottom:5px solid #000;
}

#dave {
margin-left:10px;
display:block;
height:42px;
width:375px;
background:#fff url(i/career/dave_extlink.gif) no-repeat 0 -42px;
}

#dave:hover {
background-position:0 0;
}

#dave span {
display:block;
text-indent:-9000px;
}

a#insurgent{
	display: block;
	width: 193px;
	height: 47px;
	background: transparent url(i/illus/confeclink.gif) no-repeat 0 0;
	position: relative;
	top: -160px;
	margin-bottom: -45px;
}

a#sequential{
	display: block;
	width: 270px;
	height: 47px;
	background: transparent url(i/shows/morepinfolink.gif) no-repeat 0 0;
	position: relative;
	left: 220px;
	top: -47px;
	margin-bottom: -47px;
}

a#wurst{
	display: block;
	width: 219px;
	height: 47px;
	background: transparent url(i/shows/wurstinfoandlink.gif) no-repeat 0 0;
	position: relative;
	top: -126px;
	margin-bottom: -45px;
}

a#sequential span, a#wurst span, a#insurgent span{
	display: block;
	text-indent: -9000px;
}

a#sequential:hover, a#wurst:hover, a#insurgent:hover{
	background-position: 0 -47px;
}
/*Contact Page -------------------------------*/
div#contactbox {
margin: 20px 0;
float: left;
}

fieldset {
width: 450px;
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 472px 155px;
	width: 100%;
	float: left;
}


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

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

a#jimmy {
display:block;
height:40px;
width:296px;
background:#000 url(i/byjim.gif) no-repeat 0 0;
}

a#jimmy:hover {
background:#000 url(i/byjim.gif) 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;
}

blockquote{
	margin: 10px;
}

blockquote p{
	margin: 8px 0;
}

.entry img{
	padding: 8px 0;
}