/* @override http://stories.nevyn.nu/main.css */

body { 	background-repeat:		repeat-y;
		background-color:	 	#EFEFEF;
  font: 0.90em Helvetica, Tahoma, Verdana, sans-serif;
}

/* @group A */

A:link {text-decoration: none; color: #333377}
A:visited {text-decoration: none; color: #666677}
A:active {text-decoration: none; color: #999999}
A:hover {text-decoration: none;  color: #999999;}
A.categ:link {text-decoration: none; color: #332222}
A.categ:visited {text-decoration: none; color: #666677}

/* @end */ 
	
.headbar	{
		position:			absolute;	
		left:			10px;
		top:				0px;
		width: 			800px;
		height:			100px;
		padding-left:		5px;
		padding-top:		5px;
		border-bottom:	1px solid #aaa;
		border-right: 	1px solid #aaa;
		border-left:		1px solid #aaa;
		background-color:	#e0e0e0;
		text-decoration:	none;
		}
		
.main_index	{	
		position:			absolute;
		left: 			0px;
		right:			270px;
		top: 			110px;
		padding-left:		10px;
		padding-right:	10px;
		padding-top:		5px;
		/*border-top:		1px solid #aaa;
		border-right:		1px solid #aaa;
		border-bottom:	1px solid #aaa;*/
		background-color:	 #EFEFEF;
		text-decoration:	    none;
		width: 500px;
}

.sidebar	{	position:			absolute;				top: 				  110px;								width: 251px;				padding-left:			5px;				padding-top:			5px;				padding-right:			9px;				border-top:1px solid #aaa;				border-left: 1px solid #aaa;				border-bottom:1px solid #aaa;								background-color:	 #EaEaEa;				text-decoration:	    none;
	left: 550px;
	border-right: 1px solid #aaa;
}			
.newschannel{		width:230px;
				background-color:#eee;
				font-size: 12px;
				border-left: 2px solid #aacccc;							}			.newsblock	{				display:block;				padding:10px;				margin-bottom:10px;				border-top:1px solid #bbb;				border-bottom:1px solid #bbb;				background-color:#f4f4f4;				font-size: 12px;							}
					b.newsblock.heading {				font-weight:bold;				margin-left:10px			}b.newsblock.conts 	{				font-weight: normal;				margin-left:10px			}		

	.bigblock	{				
		display:block;
		padding:10px; 
		margin-bottom:10px;
		border-top:1px solid #bbb;
		border-left:1px solid #faaeae;
		border-bottom:1px solid #bbb;
		background-color:#eaeaea;
		font-size: 12px;			
		overflow:		hidden;
	border-right: 1px solid #bbb;
}

			.listblock	{				display:block;				padding-left:4px;				border-left:2px solid #dbb;				font-size: 12px;				background-color:#f0f0f0;			}			.cellblock	{				display:block;				margin-bottom:2px;				padding:2px;				border-right:1px solid #bbb;				border-left:1px solid #bbb;				border-top:1px solid #ccc;				border-bottom:1px solid #ccc;				background-color:#e7e7e7;				font-size: 12px;				text-align:left;			}.sm			{				font-size: 1.0em;			}

.story {
  margin-left: 20px;
  max-width: 500px;
  font: 1.1em Garamond, serif;
  margin-top: 1em;
  background-color: #fffdf3;
  background-image: url(img/paper.jpg);
  border: 1px solid #c6c6c6;
  padding: 1em;
}

.credits {
  margin-top: 2em;
  font-style: italic;
  margin-left: 20px;
}
