/*
Theme Name: Univeral
Theme URI: http://www.jenst.se
Description: None
Author: Jens T&aoml;rnell
Version: 0.7
Tags: black
*/

/* ### Reset ### */
body, h1, h2, h3, h4, h5, h6, a, ul, li, ol, img, p {
	padding: 0;
	margin: 0;
	border: none;
	color: #333;
	font-family: Arial;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h4, h5, h6 {
	font-weight: bold;
}

body {
	background: #eee;
}

h1 {
	font: normal 42px/42px;
	
	padding: 5px 0;
}

.reklam {
	padding: 10px 0;
}

.reklam.top {
	border-bottom: 1px solid #ccc;
}

.reklam.bottom {
	border-top: 1px solid #ccc;
}

h2 {
	font: normal 32px/32px;
}

h3 {
	font: normal 24px/24px;
}

h4 {
	font: normal 18px/18px;
}

h5 {
	font: bold 15px/15px;
}

h6 {
	font: normal 13px/13px;
}

#wrapper {
	margin: 10px auto 0 auto;
	background: #fff;
	-moz-box-shadow: 0 0 20px #555;
	-webkit-box-shadow: 0 0 20px #555;
	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#head {
	background: #555;
	background: -moz-linear-gradient(top, #666, #444);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#222));
	height: 100px;
}

#header .logo img {
	display: block;
}

.articles {
	/*border: 1px solid #ccc;*/
}

.area {
	display: table-cell;
	vertical-align: top;
}

.section {
	/*background: #666666;*/
	/*border: 1px solid #ccc;*/
}
	.section h4 {
		background: #57A8D6;
		color: #fff;
		
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	.section .content {
		/*background: #fff;*/
	}

	.widget ul {
		list-style: none;
		/*border-top: 1px dotted #ccc;*/ /* Change */
	}
	.widget ul ul a {
		padding-left: 25px;
	}
		.widget li {
			
			font-size: 12px; /* Change */
			line-height: 18px; /* Change */
			
		}
			.widget li a {
				text-decoration: none;
				padding: 5px; /*** Change ***/
				border-bottom: 1px dotted #ccc; /* Change */
			}
				.widget li a:hover {
					
				}
.main .meta img {
	vertical-align: middle;
	margin-right: 5px;
}
.main .content p {
	margin: 10px 0;
	line-height: 19px;
}
.main .content ul {
	list-style: disc !important;
}
.main .content li {
	line-height: 19px;
	margin-left: 15px;
}

.main .meta.block {
	line-height: 19px;
}
