
/* ------------------------------------------------------------------------------------------------
	PRESETS
------------------------------------------------------------------------------------------------ */

* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	background: #191919;
	background-image: url(bg.png);
}

img {
	border: 0px;
	max-width: 100%;
}
	img.left { float: left; margin: 5px 10px 10px 0px; }
	img.right { float: right; margin: 5px 0px 10px 10px; }
	img.left-border { float: left; margin: 5px 10px 10px 0px; border: solid 1px #777; padding: 4px; }
	img.right-border { float: right; margin: 5px 0px 10px 10px; border: solid 1px #777; padding: 4px; }

.banner {
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
	display: block;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 5px;
}

a {
	color: #5f1a13;
	font: normal 1em sans-serif;
}
	a:hover { text-decoration: none; }

	a.external, .external a {
		background: url(Icon_External_Link.png) no-repeat top right;
		padding-right: 13px;
	}


.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; height: 0px; }

/* vad är det här!! ska det bort??? */
p { font: normal 0.7em/1.6em sans-serif; }

strong {
	color: #555;
}

/* bara för print.css */
#printinfo { display: none; }

/* ---------------------
	forms
------------------------ */

fieldset {
	border: solid 1px #999;
	padding: 5px;
	background-color: #f4f4f4;
	margin: 10px 0 15px 0;
}

legend {
	padding: 0 5px 0 5px;
	color: #777;
	font: normal 0.7em/1.6em sans-serif;
}

input, textarea	 {
	border: solid 1px #999;
	margin: 2px 0 2px 0;
	color: #444;
}


/* ------------------------------------------------------------------------------------------------
	CONTAINER
------------------------------------------------------------------------------------------------ */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	padding: 5px 15px 30px 15px;
	background-color: white;
	border-right: solid 2px #333;
	border-left: solid 2px #333;
}



/* ------------------------------------------------------------------------------------------------
	MENU
------------------------------------------------------------------------------------------------ */

#menu {
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 1px 0 12px 0;
	background-image: url(menu-bkg.png);
	height: 22px;
	max-height: 22px;
	min-height: 22px;
	overflow: hidden;
}
	#menu a {
		font: normal 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-variant: small-caps;
		padding: 10px 5px 10px 5px;
		letter-spacing: -0.5px;
		color: white;
		height: 22px;
		text-decoration: none;
	}
		#menu a:hover {
			background-color: #a28888;
			text-decoration: none;
		}

	#cityMenu { display: none; }



/* ------------------------------------------------------------------------------------------------
	AREAS
------------------------------------------------------------------------------------------------- */

.area-header {
	background-color: #f6b121;
	color: white;
	text-align: center;
	font: bold 12px sans-serif;
	font-variant: small-caps;
	padding: 1px;
	display: block;
	text-decoration: none;
}

.inner {
	margin: 10px 0 10px 0;
}



/* ------------------------------------------------------------------------------------------------
	RIGHT 
------------------------------------------------------------------------------------------------ */

.area-right {
	width: 310px;
	float: right;
	margin-bottom: 20px;
}


	.area-right .column {
		width: 150px;
		float: right;
	}
	
	.area-right #right-end { margin-left: 10px; }
		.area-right #right-end .area-header { background-color: #c36f1a; }



/* ------------------------------------------------------------------------------------------------
	AKTUELLT
------------------------------------------------------------------------------------------------ */


.aktuellt .item {
	margin: 10px 0 15px 0;
	font: normal 0.7em/1.1em sans-serif;
}

	.aktuellt .item .header {
		font-weight: bold;
		display: block;
	}

	.aktuellt .item .date {
		color: #555;
		font-size: 0.8em;
		font-weight: normal;
		white-space: nowrap;
	}

	.aktuellt .item a {
		color: #555;
		font-weight: normal;
		text-decoration: none;
	}
		
		.aktuellt .item a:hover {
			border-bottom: dotted 1px black;
			text-decoration: none;
			color: black;
		}



/* ------------------------------------------------------------------------------------------------
	MAIN
------------------------------------------------------------------------------------------------ */

#area-main {
	width: 450px;
	max-width: 450px;
	overflow: hidden;
}


/* ------------------------------------------------------------------------------------------------
	FULL-WIDTH 
------------------------------------------------------------------------------------------------ */

#area-full-width {
}
	#area-full-width .section-header {
		border-right: 610px solid #c36f1a;
	}
	#area-full-width .inner {
		margin: 20px 0 20px 0;
	}


/* ---------------------
	CONTENT
------------------------ */
#content {
	display: table;
	width: 100%;
	font: normal 0.8em/1.4em sans-serif;
	text-align: left;
	color: #222;
}

.section-header {
	border-left: 20px solid #c36f1a;
	padding: 1px 6px 1px 4px;
	border-right: 320px solid #c36f1a;
	color: #c36f1a;
	font: bold 12px sans-serif;
	font-variant: small-caps;
	clear: both;
}

	#content .ingress {
		color: #121212;
		font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-bottom: 15px;
		line-height: 17px;
	}

	#content .post {
		padding: 10px 0 20px 0;
		max-width: 450px;
	}

		#content .post .date {
			font: normal 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #777;
			margin: 10px 0 15px 0;
		}

		#content .post .header {
			letter-spacing: -1.5px;
			/*color: #421009;*/
			color: #555;
			font: bold 3em/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
			display: block;
			margin-top: 15px;
			text-decoration: none;
		}
			#content .post a.header { color: #555; }
				#content .post a.header:hover { text-decoration: underline; }
		
		#content .post .icon-links { margin-top: 20px; }
			#content .post .icon-links a { text-decoration: none; margin-left: 10px; }
			#content .post .icon-links a:hover { text-decoration: underline; }
			#content .post .icon-links .print {
				background: url(printer.png) no-repeat;
				padding: 3px 3px 3px 20px;
			}
			#content .post .icon-links .permalink {
				background: url(permalink.jpeg) no-repeat;
				padding: 3px 3px 3px 20px;
			}
			#content .post .icon-links .pingback {
				background: url(pingback.png) no-repeat;
				padding: 3px 3px 3px 20px;
			}

		#content .post h1, #content .post h2, #content .post h3 , #content .post h4 {
			color: #444;
			font: bold 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin: 20px 0 10px 0;
			letter-spacing: -1px;
			line-height: 24px;
		}
		
		#content .post h2 { line-height: 21px; font-size: 21px; }
		#content .post h3 { line-height: 17px; font-size: 17px; letter-spacing: 0px; }		
		#content .post h4 { line-height: 17px; font-size: 14px; letter-spacing: 0px; }

		#content .post hr {
			border: 0px;
			border-top: dashed 1px #777;
			margin-bottom: -20px;
		}
		
		#content .post ul {
			list-style-type:square;
			padding-left: 30px;
		}

	#content .browser { margin: 10px 70px 40px 40px; min-height: 20px; }
		#content .browser a { font: normal 13px "Helvetica Neue", Helvetica, Arial, sans-serif; }
			#content .browser a.right { float: right; color: #888; margin-top: 10px; }

	#content img { max-width: 100%; }

	#content blockquote {
		margin: 0 0 0 20px;
		font-style: italic;
		display: block;
	}


/* ---------------------
	KONTAKTFORMULÄR
------------------------ */
#contactform {
	font-weight: bold;
	margin-top: 10px;
	color: #555;
}
	#contactform textarea { max-width: 400px; }
	#contactform a {font: normal 13px "Helvetica Neue", Helvetica, Arial, sans-serif;}
	#contactform .error {color: red;}


/* ---------------------
	FRAMSIDA
------------------------ */

#frontpage {
}

	#frontpage .post {
		padding: 10px 0 10px 0;
	}

	#frontpage .postleft {
		margin: 10px 0 10px 0;
		float: left;
		width: 195px;
		border-right: solid 1px #aaa;
		padding: 0 20px 30px 0;
	}

	#frontpage .postright {
		margin: 10px 0 10px 20px;
		float: left;
		width: 195px;
		padding: 0 0 30px 0;
	}

	#frontpage .header, #frontpage .post a.header, #frontpage .postright .header, #frontpage .postleft .header {
		/*color: #421009;*/
		color: #444;
		font: bold 2.3em/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
		letter-spacing: -2px;
		display: block;
		margin: 5px 0 8px 0;
		clear: both;
		text-decoration: none;
	}
		#frontpage .postright .header, #frontpage .postleft .header {
			font: bold 1.9em/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
			letter-spacing: -1px;
		}

		#frontpage a.header:hover, #frontpage .post a.header:hover { text-decoration: underline; }
	
	#frontpage hr { border: 0px; border-top: solid 1px #aaa; }



/* ------------------------------------------------------------------------------------------------
	SEARACHBAR
------------------------------------------------------------------------------------------------ */

#searchbar fieldset {
	max-width: 100%;
}
	#searchbox {
		color: #555;
		width: 130px;
	}
	#searchbar input {
		border: solid 1px #777;
		margin: 2px;
		max-width: 100%;
	}


/* ------------------------------------------------------------------------------------------------
	INFO, RSS-LINK, CREEPER-LINK mm.
------------------------------------------------------------------------------------------------ */

#info {
	margin: 8px 0 0 8px;
	line-height: 21px;a
}
	#info img {
		vertical-align: middle;
		padding-right: 3px;
	}
	#info a { font: normal 0.65em/1.1em sans-serif; }


/* ------------------------------------------------------------------------------------------------
	Regler för akrivet, kan komma att användas till annat också
------------------------------------------------------------------------------------------------ */


.box {
	margin: 10px 0px 10px 0px;
	border: solid 1px #777;
	padding: 4px 4px 4px 4px;
	color: #333;
	font: normal 0.8em/1.1em sans-serif;
	line-height: 1.4em;
}

.gallery {

}
	.gallery .images { display: none; }


.linkbox {
}
	.linkbox h1 {
			letter-spacing: -0px;
			font: bold 0.9em/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #999;
			margin: 0;
	}

	.linkbox ul {
		list-style-type: none;
		margin: 5px 0 5px 5px;
	}
	.linkbox li { padding: 5px; }
	.linkbox a {
		font: normal 0.9em/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	}


/* ---------------------
	SIDFOT
------------------------ */

#footer {
	margin-top: 10px;
	font: normal 10px/16px sans-serif;
	color: #5f1911;
	text-align: center;
}
	#footer #line {
		background: url(menu-bkg.png) repeat-x top left;
		height: 5px;
		width: 100%;
	}
	#footer .inner {
		margin: 15px auto 0 auto;
		width: 70%;
	}

	#footer a {
		color: #5f1911;
		font-weight: bold;
	}	

#banners_bottom {
	text-align: center;
	margin-top: 15px;
}




