/*
	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/bkgstripe2.png) repeat top center;
color: #D8FFDF;
}

#ad {margin: auto;}

h1, h2, h3
{
margin: 0;
padding: 0;
color: #23003A;
}

a		{text-decoration: none; border-bottom: 2px dotted #684427;}
a:link		{color: #BE8BB6;}
a:visited	{color: #8B6785;}
a:hover		{color: #FFD6F8;}

ul {display: block; margin: 0; padding: 0;}
li
{
display: inline;
margin-right: .5em;
}

.container
{
width: 700px;
margin: auto;
overflow: visible;
}

.header
{
background: #23003A
border: 3px solid #AE72D5;
margin-bottom: 10px;
margin-top: 10px;
padding: 10px;
text-align: left;
overflow: auto;
}

.header li
{
padding-left: 20px;
min-height: 16px;
background: #23003A url(/images/dot.png) top left no-repeat;
}

.main
{
width: 550px;
background: #23003A;
float: center;
}

.main ul
{
margin: 10px;
}

.comic img
{
border: 10px solid #1E0051;
}

.news
{
float: center;
width: 124px;
padding: 10px;
text-align: left;
background: #23003A;
font-size: 80%;
border: 3px solid #AE72D5;
}

.news iframe
{
border: 0;
width: 124px;
height: 500px;
}

.news h1 {display: none;}
.news p {color: #AE72D5;}

.secondarylinks
{
width: 100%;
float: center;
margin: 25px;
}

.secondarylinks li
{
background: #23003A;
border: 3px solid #AE72D5;
padding: 6px;
}

.list, .gal
{
background: #23003A;
border: 3px solid #AE72D5;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
overflow: auto;
}

.gal img {float: center; margin: 5px;}

.rant
{
width: 100%;
background: #23003A;
position: absolute;
top: 0;
left: 0;
}



#footer
{
width: 100%;
float: center;
}

#footer p
{
margin: auto;
width: 750px;
font-size: 70%;
background: #23003A;
color: #4C311D;
}