/*
Theme Name: DeaD

Description: Ett tema med inspiration av nyhetssiter.
Version: 1

Tags: news, newstheme, blogghotell
*/


/* The look */
body{
	background: #d5d5d5;
	padding: 0px;
	margin: 0px;
	
	font-family: arial;
}

#container{
	width: 920px;
	margin: 0 auto;
	
	background-image: url('images/bg.png');
}

#main{
	width: 900px;
	border-top: 3px solid #000;
	margin-left: 10px;
	margin-right: 10px;
}

#header{
	height: 100px;
}

	#header h1{
		float: left;
		padding: 0px;
		margin: 30px 20px 0px 30px;
		
		font-family: Arial;
		letter-spacing: -2px;
		font-size: 35px;
	}
	
	#header h1 a{
		color: #000;
		text-decoration: none;
	}
	
	#header .slogan{
		border-left: 1px solid #999;
		float: left;
		margin: 40px 0px 0px 0px;
		padding: 3px 0px 3px 10px;
		
		font-family: Georgia;
		font-style: italic;
		font-size: 14px;
		color: #666;
	}

#search_box{
	float: right;
	font-size: 11px;
	color: #666;
	margin: 10px 15px 0px 0px;
	text-align: right;
}

	#search_box input{
		font-size: 12px;
		width: 200px;
		padding: 4px;
		margin-bottom: 5px;
		border: 1px solid #d5d5d5;
		border-top: 1px solid #afaeae;
		color: #999;
	}

#top_menu{
	border-top: 1px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	padding: 5px 5px 5px 15px;
	background: #FFFFFF;
}

	#top_menu ul{
		display: inline;
		padding: 0px;
		margin: 0px;
		
	}
	
	#top_menu li{
		display: inline;
		margin-right: 10px;
		
	}
	
		#top_menu li a{
			color: #005387;
			font-family: Arial;
			font-size: 12px;
			text-decoration: none;
			padding: 1px;
		}
		
		#top_menu li a:hover{
			background: #005387;
			color: #FFF;
		}
		
	#top_menu .settings{
		float: right;
		font-size: 12px;
	}
		#set{
			float: left;
			margin-top: 3px;
			color: #666;
		}
		
		#set_small{
			float: left;
			font-size: 10px;
			font-weight: bold;
			padding: 1px;
			background: #EFEFEF;
			margin: 3px 3px 0px 5px;
			border-right: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			cursor: pointer;
		}
		
		#set_medium{
			float: left;
			font-size: 11px;
			font-weight: bold;
			padding: 1px;
			background: #EFEFEF;
			margin: 2px 3px 0px 3px;
			border-right: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			cursor: pointer;
		}
		
		#set_big{
			float: left;
			font-size: 12px;
			font-weight: bold;
			padding: 2px;
			background: #EFEFEF;
			margin: 0px 3px 0px 3px;
			border-right: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			cursor: pointer;
		}
	
	#column_left{
		float: left;
		border: 0px solid red;
		width: 615px;
		margin-bottom: 15px;
		margin-top: 15px;
		margin-left: 15px;
	}
	
	#column_right{
		float: right;
		border: 0px solid blue;
		width: 235px;
		margin-bottom: 15px;
		margin-top: 15px;
		margin-right: 15px;
	}
	
	
#foot{
	width: 900px;
	margin-left: 10px;
	margin-right: 10px;
	background: #1d1d1d;
	
	color: #717171;
	font-size: 11px;
	font-family: Arial;
	line-height: 18px;
}

	#foot a{
		color: #919191;
		text-decoration: none;
		border-bottom: 1px dotted #444;
	}
	
	#foot a:hover{
		border-bottom: 1px solid #919191;
	}

	#foot_ad{
		background: #2c2c2c;
		border: 10px solid #1d1d1d;
		padding-top: 5px;
		height: 95px;
		text-align: center;
	}
	
	#foot_left{
		float: left;
		margin: 5px 0px 10px 15px;
	}
	
	#foot_right{
		float: right;
		height: 41px;
		width: 250px;
		margin-right: 15px;
		padding-right: 50px;
		
		background-image: url('images/rss.png');
		background-position: right center;
		background-repeat: no-repeat;
		
		text-align: right;
	}
	
		#foot_right a{
			color: #da6200;
			font-weight: bold;
		}
		
		
		
		
		
/* The style */

.sidebar_box{
	background: #eeeeee;
	padding: 5px;
}

	.sidebar_top{
		
	}
	
		.sidebar_top a{
			display: block;
			background: #dfdfdf;
			float: left;
			
			font-size: 12px;
			color: #666;
			padding: 5px 10px 5px 10px;
			margin-right: 5px;
			text-decoration: none;
			font-weight: bold;
		}
		
		.sidebar_top a.active, .sidebar_top div{
			display: block;
			background: #ffffff;
			float: left;
			
			font-size: 12px;
			color: #666;
			padding: 5px 10px 5px 10px;
			margin-right: 5px;
			text-decoration: none;
			font-weight: bold;
		}
		
	.sidebar_content{
		clear: left;
		background: #FFFFFF;
		padding: 5px;
	}
		
		/* Lista nummer 1 */
		.sidebar_content ul.list{
			width: 208px;
			list-style:none;
			float: left;
			padding: 0px;
			margin: 0px;
		}
		
		.sidebar_content ul.list li{
			float: left;
		}
		
		.sidebar_content  ul.list li a{
			color: #006bae;
			background: url(images/tag.png) center left no-repeat;
			font-size: 12px;
			background-position: 7px;
			padding: 10px 0 10px 32px;
			text-decoration: none;
			border-bottom: 0px solid #e4ebd8;
			float: left;
			width: 180px;
			font-weight: bold;
		}
		
			.sidebar_content  ul.list li a:hover{
				color: #00314f;
				background: #EFEFEF;
				background: url(images/tag.png) center left no-repeat #EFEFEF;
				background-position: 7px;
			}
		
		/* Lista nummer 2 */
		.sidebar_content ul.list2{
			width: 208px;
			list-style:none;
			float: left;
			padding: 0px;
			margin: 0px;
		}
		
		.sidebar_content ul.list2 li{
			float: left;
		}
		
		.sidebar_content  ul.list2 li a{
			color: #bd8500;
			background: url(images/tag2.png) center left no-repeat;
			font-size: 12px;
			background-position: 7px;
			padding: 10px 0 10px 32px;
			text-decoration: none;
			border-bottom: 0px solid #e4ebd8;
			float: left;
			width: 180px;
			font-weight: bold;
		}
		
			.sidebar_content  ul.list2 li a:hover{
				color: #583e00;
				background: #EFEFEF;
				background: url(images/tag2.png) center left no-repeat #EFEFEF;
				background-position: 7px;
			}
			
		/* Lista nummer 3 */
		.sidebar_content ul.list3{
			width: 208px;
			list-style:none;
			float: left;
			padding: 0px;
			margin: 0px;
		}
		
		.sidebar_content ul.list3 li{
			float: left;
		}
		
		.sidebar_content  ul.list3 li a{
			color: #e20101;
			background: url(images/tag3.png) center left no-repeat;
			font-size: 12px;
			background-position: 7px;
			padding: 10px 0 10px 32px;
			text-decoration: none;
			border-bottom: 0px solid #e4ebd8;
			float: left;
			width: 180px;
			font-weight: bold;
		}
		
			.sidebar_content  ul.list3 li a:hover{
				color: #5e0000;
				background: #EFEFEF;
				background: url(images/tag3.png) center left no-repeat #EFEFEF;
				background-position: 7px;
			}
.post{
	padding: 10px;
}

	.post h2{
		font-size: 26px;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	
	.post h2 a{
		color: #005387;
		text-decoration: none;
		font-family: Arial;
		font-weight: normal;
	}
	
	.post blockquote{
		font-family: Georgia;
		padding: 0px;
		margin: 10px;
		color: #888;
		font-style: italic;
	}
	
	.post p a{
		color: #005387;
		text-decoration: none;
		border-bottom: 1px dotted #CCC;
	}
	
	.post img{
		border: 0px;
	}
	
.post_flash{
	border: 10px solid #eeeeee;
	padding: 10px;
}

	.post_flash h2{
		font-size: 26px;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	
	.post_flash h2 a{
		color: #005387;
		text-decoration: none;
		font-family: Arial;
		font-weight: normal;
	}
	
	.post_flash blockquote{
		font-family: Georgia;
		padding: 0px;
		margin: 10px;
		color: #888;
		font-style: italic;
	}
	
	.post_flash a{
		color: #005387;
		text-decoration: none;
		border-bottom: 1px dotted #CCC;
	}
	

.post_meta{
	clear: left;
	color: #666666;
	font-size: 11px;
}

	.post_meta a{
		color: #444;
		text-decoration: none;
		border-bottom: 1px dotted #CCC;
	}

.post_content{
	font-family: arial;
	font-size: 12px;
	color: #434343;
	line-height: 18px;
}

.post_comments{
	background: #e8e8e8;
	padding: 5px;
	margin-left: 15px;
	margin-top: 6px;
	float: left;
}

	.post_comments a{
		color: #4f4f4f;
		text-decoration: none;
		font-size: 11px;
	}
	
.post_sort{
	font-size: 12px;
	color: #666;
}

	.post_sort a{
		border-bottom: 0px solid #3696e4;
		background: #EFEFEF;
		color: #005387;
		text-decoration: none;
		padding: 2px;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	
.post_puff{
	border: 0px solid red;
	width: 270px;
	float: left;
	padding: 15px 5px 5px 25px;
	height: 190px;
	background-image: url('images/page.png');
	background-repeat: no-repeat;
	background-position: 0px 18px;
}

	.post_puff h3{
		font-size: 18px;
		padding: 0px;
		margin: 0px 0px 5px 0px;
	}
	
	.post_puff h3 a{
		color: #333;
		text-decoration: none;
		font-family: Arial;
		font-weight: normal;
		border-bottom: 1px dotted #CCC;
	}
	
	a.more{
		display: block;
		color: #005387;
		text-decoration: none;
	}
	
.post_prew{
	border: 0px solid blue;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

	.post_prew h3{
		font-size: 26px;
		padding: 0px;
		margin: 0px;
	}
	
	.post_prew h3 a{
		color: #005387;
		text-decoration: none;
		font-family: Arial;
		font-weight: normal;
	}
	
	.post_prew p{
		padding: 0px;
		margin: 10px 0px 10px 5px;
	}

.prew_image{
	width: 200px;
	height: 100px;
	border: 1px solid #CCC;
	background-position: center center;
	margin-left: 10px;
	float: right;
}

.nav_prev{
	float: left;
	margin-top: 10px;
	font-size: 12px;
	background: #e8e8e8;
	padding: 5px;
	color: #4f4f4f;
	text-decoration: none;
	cursor: pointer;
}
	
.nav_new{
	float: right;
	margin-top: 10px;
	font-size: 12px;
	background: #e8e8e8;
	padding: 5px;
	color: #4f4f4f;
	text-decoration: none;
	cursor: pointer;
}

h2.pagetitle{
	padding: 4px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	border-bottom: 0px solid #CCC;
	font-family: Georgia;
	color: #666666;
	font-style: italic;
}

	h2.pagetitle strong{
		font-weight: normal;
		background: #EFEFEF;
	}

#comments{
	border-top: 1px dotted #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
}

	#comments h3{
		font-family: Georgia;
		font-size: 20px;
		font-weight: normal;
		font-style: italic;
		color: #666;
		
		padding: 0px;
		margin: 10px 0px 10px 0px;
	}
	
	#comments h3 strong{
		background: #EFEFEF;
		font-weight: normal;
	}
	
ol.commentlist{
	list-style: none;
	width: 600px;
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

	ol.commentlist li{
		margin-bottom: 10px;
	}
	
	ol.commentlist li .gavatar{
		float: left;
	}
	
	ol.commentlist li .commentbox{
		float: left;
		margin-left: 20px;
		width: 520px;
	}
	
	ol.commentlist li .commentauthor a{
		font-size: 13px;
		font-weight: bold;
		color: #005387;
		text-decoration: none;
	}
	
	ol.commentlist li .commentdate{
		font-size: 11px;
		font-style: italic;
		color: #666;
	}
	
	ol.commentlist li p{
		font-size: 12px;
		padding: 0px;
		margin: 5px 0px 0px 5px;
		color: #444;
		line-height: 18px;
	}

