@charset "UTF-8";
/* CSS Document */



html{
	background-image:url(images/backgrad.png);
	background-color:#B2E1FC;
	background-repeat: repeat-x;
}

body {
	text-color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1{
color:#FFFFFF;
background:url(images/logo.png) no-repeat center;
text-indent:-9999px;
padding-bottom:30px;
padding-top:30px;
}
	
h2 {color:#999}
h3 {color:#fff;
	text-shadow:2px 2px 2px #666;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

div#comictitle {
	height:80px;
	line-height:80px;
	margin:0;
  	padding-left:10px;
 }
 
div#page {
	position:relative;
	width:100%;
}

div#videos {
	position:relative;
	float:;left;
	text-align:center;
	}
	
div#videos h3 {
	text-align:center;
	}

div#topmenu {position:absolute center;
	text-align:center;
	}
	
div#sidemenu {
	position:relative;
	float:right;
	width:200px;
}

div#sidemenuC {
	position:fixed;
	float:right;
	width:200px;
	margin-left:975px;
	margin-top:50px;
	margin-right:10px;
}


div#sidemenuV {
	position:fixed; top:200px; right:10px;
	float:right;
	width:200px;
}

#nav {
margin:0;
padding:0;
text-align:center;
}

#nav2 {
float:right;
}

ul#nav li {
display:inline;
padding:5px,5px,5px,5px;
margin:0;
list-style-type:none;
text-decoration:none;
}	
	

ul#nav2 li{
	display:inline-block;
	float : right;
	width : 200px;
	display : block;
	list-style-type:none;
	background: url(images/buttongrad.png) 0 0 repeat-y;
	background-position:right
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
		}

a {
text-decoration:none;
color:#fff;
}

a:hover {
color:#666666;
}
		
#nav a:link,
#nav a:visited {
text-decoration:none;
color:#FFFFFF;
text-shadow: 2px 2px 2px #333;
padding:5px;
font-weight:bold;
}

ul#nav2 a:hover {
	border-bottom:4px solid #fff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-shadow:1px 1px 1px #777;
	font-weight:bold;
}
ul#nav a:hover {
font-size:larger;
font-weight:bolder;
}
#nav2 a:link {
text-decoration:none;
color:#FFFFFF;
font-weight:bolder;
}

ul#credits {
	list-style-type:none;
	text-align:text-justify:interword;
	float:left;
	width:250px;
	}
	
ul#credits li {
	display: block;
	padding: 5px 5px 5px 5px;
}

ul#credits li#heather,
ul#credits li#alan,
ul#credits li#trevor,
ul#credits li#hippo {
	border-top:1px solid #eee;
}

div#content {
margin-left:10px;
margin-right:200px;
}


div#podcontent {
margin-left:20px;
}


div#podcontent p
{
text-align:left;
}

div#content p
{
text-align:left;
}

img#borderLT {
	position:fixed; left:0px; bottom:0px;
}
img#borderRT {position:fixed; right:0px; bottom:0px;
}
