
body { 
    background: #666666;
    color: white; 
}

div.nav_bar {
    position: relative;
    width: 700px;
    height: 50px;
    margin-bottom: 0px;
}

div.body_shell {
    width: 700px;
}

div.inner_body {
    background-color: #005050;
    border: 3px solid black;
    border-top: none;
    padding: 4px;
}

/* tab positions */
img#lefttab    { position: absolute; top: 0px;  left: 0px;   } 
img#comictab   { position: absolute; top: 0px;  left: 50px;  }
img#abouttab   { position: absolute; top: 0px;  left: 150px; }
img#archivetab { position: absolute; top: 0px;  left: 250px; } 
img#forumtab   { position: absolute; top: 5px;  left: 358px; } 
img#righttab   { position: absolute; top: 34px; left: 350px; } 
img#vote1tab   { position: absolute; top: 5px; left: 466; } 

span.longdate { 
    color: yellow 
}

span.title { 
    font-weight: bold; 
    color: white; 
}

table.rant {
	background-color: #002244;
	color: white;
	width: 100%;
	border-collapse: separate;
	border: 1px solid black;
	margin-top: 8px;
}

tr.header { 
    background: #555555; 
} 

td.rantavatar { 
    padding-right: 2px;
    border-right: 1px solid black;
} 

td.rantheader { 
    width: 100%; 
} 

td.ranttitle { 
    font-size: larger; 
    font-weight: bold; 
}

td.rantdate { 
    font-size: smaller; 
}

td.rantmail { 
    font-size: smaller; 
} 

td.ranttext { 
    border-top: 1px solid black; 
}

table.links {
	background: #002244;
	color: white;			
	border-collapse: separate;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	margin-top: 8px;
	width: 100%;
}

table.linkssection { 
	height: 100%;
	width: 100%;
	vertical-align: top;
}

th.lsowner {
    text-align: left; 
} 

td.lstext { 
    border-top: 1px solid black; 
}

A {
    text-decoration: none; 
    color: yellow; 
    font-weight: bold 
}

A:hover { 
    background: #004467  
}

span.spoiler { background-color: gray; color: gray }
span.spoiler:hover { color: yellow }
