/*
Author Name: Kalle Laajala
Author Site: ivarlopriset.se
Style Name: Ivar
Style URI:
Version: 2008-01-28
Comments: Sm�rre anpassningar av K2:s stilmall.
Style Footer:
*/

#header { /* Anpassning: röd bakgrund istället för blå */
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #cc0000;
	}

h1, h1.blog-title { /* H1 is the title in the header | Anpassning: huvudrubriken betydligt större */
	font-size: 5.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	padding: 35px 40px 0;
	}
	
#header .description { /* Description in header | Anpassning: annat typsnitt och större. */
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 1.2em;
	margin: 0 40px;
	}

.entry-content ul {
	list-style: disc;
}
	
ul.menu li a { /* Menyflikarna (huvudnavigeringen) | Anpassning: större typsnitt. */
	font-size: 1.5em;
	color: white;
	margin: 0;
	}	
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. | Anpassning: vänsterjustering. */
	text-align: left;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	}
	
.hentry {
	margin: 5px 0 50px;
	position: relative;
	}	

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	border-top: 1px solid #e3e3e3;
	padding-top: .5em;	
	}	
	
.entry-content {/* Anpassning: vänsterjustering. */
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	color: #333;
	}

.entry-content a {
	color: #27d;
	text-decoration: none;
  border-bottom: 1px solid #27d;
	}

.entry-content a:visited {
	color: #b41;
  border-bottom: thin solid #b41;
	}
	
.entry-content hr {
	height: 1px;
	color: #999;
	background-color: #999;
	border: 1px; 	
	}
	
	#senaste-nyheterna ul li, #kategorier ul li, #manadsarkiv ul li {/* Anpassning: punkter i punktlistan */
	list-style-type: disc;
	margin-left: 2em;
	