body
{
	background:url('../img/paper.jpg');
	font-family:webcomicFont;
	font-size:1.4em;
	color:#444;
}

@font-face
{
	font-family: webcomicFont;
	src: url('webcomic.ttf');
}

.header, .content, .footer, .loadsamone
{
    width:640px;
    margin-left:auto;
    margin-right:auto;
}

.loadsamone
{
	width:468px;
}

.header
{
	text-align:center;
}

.loadsamone
{
	width:468px;
	min-height:60px;
	margin-top:16px;
	margin-bottom:16px;
	background:url('../img/loadsamone_slo.gif') no-repeat;
}

.content
{
	background:#222;
	color:#DDD;
	padding:16px;
	outline:#888 solid 4px;
}

.comic
{
	
}

.divider
{
	height:12px;
	background:url('../img/hline.png');
	background-repeat:repeat-x;
	width:100%;
	margin-top:8px;
	margin-bottom:12px;
}


.comic, .bordered
{
	outline: #888 solid 4px;
}

.infobox
{
	border: #888 solid 4px;
	padding: 4px;
}

.nav
{
	margin-bottom:10px;
}

a:link
{
    color:cyan;
}

a:visited
{
    color:orange;
}

.commentbox_0, .commentbox_1, .commentbox_selected_0, .commentbox_selected_1
{
	padding:4px;
	margin:4px 4px 12px 4px;
	color:#CCC;
	word-wrap:break-word;
}

.commentbox_0
{
	outline:#CCC inset 2px;
	background:#222;
}

.commentbox_1
{
	outline:#DDD inset 2px;
	background:#333;
}

.commentbox_selected_0, .commentbox_selected_1
{
	outline:#FFD800 inset 2px;
	background:#6B5900
}

.commentbox_profile
{
	float:left;
	padding-top:8px;
	width:100px;
	text-align:center;
}

.commentbox_body
{
	margin-left:auto;
	min-height:140px;
}