/*
	CSS by c.w.
	http://cwcomics.comicgenesis.com
	c.w.comics@gmail.com
*/

body
{
margin: 0;
padding: 0;
text-align: center;
font-family: sans-serif;
background: url(/images/bkg.png) repeat top center;
color: #000000;
}

#ad {margin: auto;}

h1, h2, h3
{
margin: 0;
padding: 0;
color: #000000;
}

a		{text-decoration: none; border-bottom: 2px dotted #000000;}
a:link		{color: #000000;}
a:visited	{color: #000;}
a:hover		{color: #fff;}

ul {display: block; margin: 0; padding: 0;}
li
{
display: inline;
margin-right: .5em;
}

.container
{
width: 700px;
margin: auto;
overflow: visible;
}

.header
{
background: #9CC1ED url(/images/headerbkg.png) bottom right no-repeat;
border: 3px solid #000000;
margin-bottom: 10px;
margin-top: 10px;
padding: 10px;
text-align: left;
overflow: auto;
}

.header li
{
padding-left: 20px;
min-height: 16px;
background: #9CC1ED url(/images/dot.png) top left no-repeat;
}

.main
{
width: 625px;
background: #000000;
float: right;
}

.main ul
{
margin: 10px;
}

.comic img
{
border: 10px solid #000000;
}

.news
{
float: right;
width: 124px;
padding: 10px;
text-align: left;
background: #9CC1ED;
font-size: 80%;
border: 3px solid #000000;
}

.news iframe
{
border: 0;
width: 124px;
height: 500px;
}

.news h1 {display: none;}
.news p {color: #000000;}

.secondarylinks
{
width: 100%;
float: right;
margin: 25px;
}

.secondarylinks li
{
background: #9CC1ED;
border: 3px solid #000000;
padding: 6px;
}

.list, .gal
{
background: #9CC1ED;
border: 3px solid #000000;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
overflow: auto;
}

.gal img {float: left; margin: 5px;}

.rant
{
width: 100%;
background: #9CC1ED;
position: absolute;
top: 0;
left: 0;
}



#footer
{
width: 100%;
float: right;
}

#footer p
{
margin: auto;
width: 750px;
font-size: 70%;
background: #9CC1ED;
color: #000000;
}