/* CSS Document */

body {
	margin-top: 0px;
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(/Templates/images/bg_body.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

/* Blocks*/

#layout {
	width: 810px; margin-left: auto;
	margin-right: auto;
}

#top { 
	width: 790px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/Templates/images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#dela {
	width: 145px;
	height: 30px;
	margin-top: 110px;
	float: right;
}

#meny {
	width: 790px;
	height: 85px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/Templates/images/bg_meny.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#meny_nav {
	width: 700px;
	height: 70px;
	margin-left: 65px;
}

#books {
	width: 770px;
	height: 235px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(/Templates/images/bg_books.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#middle {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/Templates/images/bg_middle.gif);
	background-repeat: repeat;
	background-position: center top;
}

#date {
	width: 200px;
	height: 35px;
	background-image: url(/Templates/images/datum.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.date_textholder {
	width: 110px;
	height: 20px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px ;
	padding-left: 25px;
}

#left_content {
	width: 490px;
	background-color: #fff;
	float: left;
	background-image: url(/Templates/images/bg_left.gif);
}

#column_left {
	width: 430px;
	padding-left: 40px;
	padding-bottom: 30px;
}

#right_content {
	width: 250px;
	margin-left: 20px;
	background-color: #fff;
	float: left;
}

#column_right {
	width: 220px;
	padding-left: 10px;
}


/* Links */

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #cc3333;
}

a:active {
	text-decoration: none;
	color: #000;
}


/* text */

h1 {
	font-size: 28px;
	font-style: normal;
}

h2 {
	font-size: 18px;
	font-style: normal;
}

.text {
	color: #000;
	font-size: 12px;
}

.text_fet {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.text_right {
	color: #000;
	font-size: 10px;
}

.text_right_fet {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.floatRight
{
	float:right;
	}
	
.floatLeft
{
	float:left;
	}	
	
#blogArchive p
{
	margin:0;
	font-size:80%;
	font-weight: bold;
}	

.bookListContainer
{
	display:block;
	font-size: 12px;
	font-weight: bold;
	padding-top:30px;
	
}

.bookList
{
	margin:10px;	
	float:left;

	overflow:hidden;
}
.booklist a img, .bookListImg
{
	clear:both;
	height:180px; width:auto; 

}

.clear
{
	clear:both;
	display:block;	
}

.booklistBlock
{
	margin-bottom:20px;	
}


.commentsDiv
{
	float:left; margin-right:10px;	
	cursor:pointer;
	width:160px;
}
.tagsDiv
{
	float:left;
	width:255px;
	font-size: 10px;
	font-weight: bold;

}

.commentsAndTags
{
	margin:10px 0 30px 0;
	display:block;	

}
#twitter p
{
	font-size: 10px;	
}



.authors
{
	padding-left:0;
	}
.authors li
{
	list-style:none;	
	float:left;
	margin-right:4px;
}

.authors img
{
	margin-bottom:4px;	
	height:120px;
}
.authors p
{
	margin:0;	
}