html {
	height:100%;
	}

body {
	background: black;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	color:#D9D9D9;
	height:100%;
	}
	
#main {
	position:relative; 
	min-height:100%;
	width:770px; 
	margin:auto; 
	background: #000056 url(graphics/bg.gif) repeat-x;
	border: 1px solid #9185B8;
	border-width: 0px 1px 1px 1px;
	}
	
#topborder {
	position:absolute;
	left:0px;
	top:0px;
	width:15px;
	height:84px;
	background: url(graphics/top_border.gif) no-repeat;
	margin-left:-1px;
	}
	
#newreader {
	position:relative;
	bottom:55px;
	left:390px;
	font-size:0.9em;
	}
	
#sidebar {
	float:right;
	position:relative;
	border: 1px solid #ABA1CD;
	border-width: 0px 0px 1px 0px;
	background: #3D228B url(graphics/bg-light.gif) repeat-y;
	width:198px;
	text-align:center;
	color:#E2E2E2;
	font-size:0.9em;
	margin-right:-1px;
}	

#content {
	background: url(graphics/logo.jpg) 15% 0% no-repeat;
	padding: 0px 10px 0px 10px; 
	width:530px; 
	}

a {
	color:#D97B5B; 
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}	
	
a.nav {
	color:#D9D9D9; 
	text-decoration:none; 
	font-size:1.0em; 
	font-variant:small-caps; 
	font-weight:bold;
	}
	
a.nav:hover {
	color:white;
	border-bottom:1px solid #D97B5B;
	}
	
#navlist {
	list-style-type:none; 
	margin-right:0px; 
	margin-top:5px; 
	float:right; 
	position:absolute; 
	right:210px;
	top:100px;
	}
	
.navlisting {
	display:block;
	float:left;
	padding: 0px 9px 0px 5px;
	}
	
#bigbox, .bigpic {
	border:1px solid #8C7FB5;
	padding:1px 7px 0px 7px;
	background:#070341;
	margin:15px;
	font-size:0.9em;
	line-height:1.7em;
	}

#bigbox {
	width:370px;
	height:170px;	
	background:url(graphics/bern_bg.jpg) no-repeat;
	margin-bottom:20px;
	margin-top:10px;
	float:left;
	}
	
#thumbnail {
	float:left;
	text-align:center;
	margin-left:10px;
	margin-right:20px;
	}
	
#badges {
	width:100px;
	margin-top:20px;
	float:left;
	line-height:1.1em;
	text-align:center;
	padding-left:10px;
	font-size:0.9em;
	}
	
#footer {
	 clear:both; 
	 margin:auto; 
	 width:100%; 
	 height:28px; 
	 background:black;
	 position:relative;
	 text-align:center;
	 font-size:0.9em;
	 padding-top:12px;
	 margin-top:-40px;
	 border-top: 1px solid #9185B8;
	 }

#feed {
	position:relative;
	left:9em;
	bottom:3.4em;
	font-size:0.8em;
	}
	
#blank {
	position:relative;
	left:25px;
	}
	
.badge {
	opacity: 0.7;
	filter:alpha(opacity=70);
	}

.badge:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	}
	
.update {
	font-weight:bold;
	padding:4px 0px 0px 9px; 
	margin:-10px 0px -3px 0px;
	}
	
.updatep {
	position:relative;
	left:25px;
	margin-right:10px;
	}

.bright {
	color:white;
	font-size:1.1em;
	letter-spacing:0.06em;
	}

.middle {
	vertical-align:middle;
	}
	
.clear {
	clear:both;
	}

img {
	border:0px;
	}
	
h3 {
	font-size:1.3em;
	}
	
h3.nogap {
	margin-top:-10px;
	}
	
h3.bordered {
	border-top:1px solid #9185B8; 
	padding-top:7px;
	margin-left:15px;
	clear:left;
	}

#main2 {
	position:relative; 
	min-height:100%;
	width:100%; 
	background: #000056 url(graphics/bg.gif) repeat-x;
	}	
	
#content2 {
	margin:auto;
	text-align:center;
	margin-top:-30px;
	}

#navlist2 {
	list-style-type:none; 
	margin-right:0px; 
	margin-top:5px;  
	position:relative; 
	left:120px;
	}

#top2 {
	background: url(graphics/logo.jpg) 0% 0% no-repeat;
	width:750px;
	margin:auto;
	height:170px;
	}
	
.comic {
	border: 1px solid #ABA1CD;
	padding:5px;
	background:#7C62C5;
	vertical-align:middle;
	}
	
a.navbig {
	color:#D9D9D9; 
	text-decoration:none; 
	font-size:3.0em; 
	font-variant:small-caps; 
	font-weight:bold;
	}