/* screen.css */



ul
	{
	margin:0;
	padding:0;
	list-style:none;
	}


h1
	{
	margin-left:-2px;
	}
h2
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0px 0px 10px 0px;
	color:#697880;
	}
h3
	{
	margin:0px 0px 10px 0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#697880;
	}
	
	
#right { color:#fff; }
#right a { text-decoration:underline; color:#fff; }
#right a:hover { text-decoration:none; }
#centrecontent
	{
	width:574px;
	color:#4d4d4d;
	}

#centrecontent a { color:#fff; text-decoration:none; border-bottom:1px dotted #fff; }
#centrecontent a:hover { border-bottom:none; }
#centrecontent table
	{
	width:600px;
	}
	
#archives
	{
	margin:20px 0px 0px 0px;
	}
	
.credit
	{
	margin: 40px 0px 0px 0px;
	}
	
	
.submenus
	{
	margin:0px 0px 14px 0px; 
	border:1px solid #92a7b2; 
	padding: 5px 10px 7px 10px;
	background:#b1cad8;
	}
	
.sublists li a
	{
	text-decoration:none;
	background:url(images/sublist_item.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 15px;
	}
	
.post
	{
	border-top:1px solid #92a7b2;
	padding:10px 0px;
	}
.meta
	{
	padding: 0px 0px 10px 0px;
	}
.storytitle
	{
	padding: 0px 0px 10px 0px;
	}