/*elemental styles*/
body {
	background: #000 url("../images/background/nebula.jpg") top center repeat-y;
    font-family: arial, verdana, sans-serif;	
    font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

img 
{
    border: 0;
}

h1 
{
    background: url("../images/HeaderBG.gif") top left repeat-x;
    border-bottom: 2px solid #000;
    color: #fff; 
    padding-left: 10px;
    font-size: 16px;
    line-height: 31px;
    text-align: left;
}

h2 {
	color: #25364A;
}

p {
	margin: 0 0 10px 0;
}

a, a:visited 
{
    color: #8C1D1D;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

/* HEADER ----------------------------- */
.Header h1 
{
    display: none;
}

.Header img 
{
    display: block;
}

/* FOOTER ----------------------------- */
.Footer 
{
    background: #fff;
    border-top: solid 1px #252525;
    clear: both;
    font-size: 10px;
    padding: 10px;
}


/* WRAPPER ---------------------------- */
.Wrapper 
{
    background: #252525 url(../images/bg.gif) repeat top left;
    border: solid 1px #6D0A0A;
    margin: 5px auto;
    width: 750px;
}

/* MIDDLE ----------------------------- */
.Middle 
{
    margin-top: 1px;
    text-align: left;
    min-height:500px;
    height:auto !important;
    height:500px;
}


/* NAVIGATION-------------------------- */
.Navbar 
{
    background: url(/images/NavBG.gif) top left repeat-x;
    height: 26px;
    padding-left: 140px;
}

.Navbar span 
{
    display: none;
}

.Navbar a, .Navbar a:visited
{
    background-image: url(/images/Nav.gif);
    color: #720c0c;
    display: block;
    float: left;
    height: 26px;
}

a.NavHome { width: 60px; background-position: 0 -26px;}
a.NavHome:hover{ background-position: 0 0;}

a.NavArticles{ width: 90px; background-position: -60px -26px;}
a.NavArticles:hover{ background-position: -60px 0;}

a.NavLinks{ width: 80px; background-position: -150px -26px;}
a.NavLinks:hover{ background-position: -150px 0;}

a.NavComic{ width: 80px; background-position: -230px -26px;}
a.NavComic:hover{ background-position: -230px 0;}

a.NavForums{ width: 80px; background-position: -310px -26px;}
a.NavForums:hover{ background-position: -310px 0;}

a.NavInteractive{ width: 120px; background-position: -390px -26px;}
a.NavInteractive:hover { background-position: -390px 0;}

a.NavAboutUs{ width: 100px; background-position: -510px -26px;}
a.NavAboutUs:hover { background-position: -510px 0;}

/* CONTENT ---------------------------- */
.Clear 
{
    clear: both;
    height: 1px;
    line-height: 1px;
}

.Content
{   
    background: #fff;
    margin: 0 auto;  
}

.Interact 
{
    margin: 0 auto;  
    text-align: center;
}

.Back 
{
    padding: 5px;
}

.Comic
{
    background: #fff;
    text-align: center;
}

.Comic table 
{
    border: 0;
    margin: 0 auto;
    padding: 0;
}

.Comic .Header 
{
    line-height: 0;
}

.Comic .Navigation 
{
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
}

.Comic .Navigation a 
{
    padding: 0 5px;
}
    

.ContentBox
{
    background: #fff url(../images/HeaderBG.gif) top left repeat-x;
    text-align: left;
}

.ContentBox ul 
{
    padding: 5px;
    margin: 5px;
}

.Content
{
    padding: 10px;
}

.Cover 
{
    border-bottom: 2px solid #25364A;
}

.DetailBox 
{
    background: #fff;
}

.Interact 
{
    margin: 0 auto;
    position: relative;
    width: 535px;
}

.LeftColumn 
{
    border-right: 1px solid #0;
    width: 400px;
    float: left;
}

.LinkList
{
    padding: 0;
    margin: 0;
    font-weight: bold;
    list-style: none;
}

.LinkList li 
{
    padding: 0 0 5px 0;
    margin: 0;
}

.LinkList a, LinkList a:visited
{
    text-decoration: none;
}

.LinkList a:hover 
{
    text-decoration: underline;
}


.RightColumn 
{
    border-left: 1px solid #000;
    float: right;
    width: 335px;
}

/* BOX SPECIFICS ---------------------- */
.ComicBox .Content 
{
    padding: 5px;
    text-align: center;
}

.ComicBox .Content img 
{
    display: block;
    margin: 0 auto;
}

