/* Generic
--------------------------------------------------*/
body {
	background: #f7f7f7;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Wrappers
--------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 672px;
}


/* Header
--------------------------------------------------*/
#header {
	background: url(images/header.gif) no-repeat;
	height: 101px;
}

#header_eng {
	background: url(images/header_us.gif) no-repeat;
	height: 101px;
}

	#site_title {
		position: absolute;
		text-indent: -9000px;
	}


/* Menu
--------------------------------------------------*/
#menu {
	background: url(images/menubottom.gif) repeat-y;
	height: 24px;
}
	

/* Content
--------------------------------------------------*/
#content_wrap {
	background: url(images/bakgrunn.gif) repeat-y;
}

	#content_main {
		padding: 7px 26px;
	}

		#sidebar {
			background: #f4f4f4;
			float: left;
			width: 180px;
		}

			#sidebar .content {
				border: 5px solid #fff;
			}
				
				#switchlink {
					font-size: 11px;
					font-weight: bold;
					line-height: 50px;
				}
			
				#sidebar .block {
					margin: 0 0 20px 0;
					padding: 5px;
				}
				
				#sidebar h3 {
					color: #333;
					font-size: 1em;
					font-weight: bold;
					margin: 0 0 3px 0;
					text-transform: uppercase;
				}
			
				#sidebar .block p {
					margin: 5px 0;
				}
			
		#content {
			background: #f4f4f4;
			float: right;
			width: 430px;
		}
		
			#content .content {
				border: 5px solid #fff;
			}
		
		
			.content_stor {
				background: #f4f4f4;
				width: 620px;
				margin: 0 0 15px 0;
			}

				.content_stor .content {
					border: 5px solid #fff;
				}

/* Posts */
.post_entry {
	border-bottom: 1px solid #aaa;
	padding: 20px 10px;
}

.altbg {
	background: #fff;
}

	.post_title {
		font-size: 1.2em;
		margin: 0;
		text-transform: uppercase;
	}
	
		.post_title a {
			color: #333;
		}

		.post_date {
			color: #999;
			font-size: 11px;
			font-weight: bold;
			float: right;
		}

	.post_img {
		background: #fff;
		border: 1px solid #aaa;
		float: right;
		margin: 0 0 10px 10px;
		padding: 2px;
	}


	/* Diary */
	.diary_entry {
		padding: 7px 10px;
	}

		.diary_title {
			font-size: 1.0em;
	
			margin: 0 15px 0 0;
			text-transform: uppercase;
		}

		.diary_date {
			color: #333;
			float: left;
			font-size: 11px;
			font-weight: bold;
			display: block;
			width: 80px;
		}
			
		.diary_readmore {
			font-weight: bold;
			float: right;
		}


		/* Link */
		.link_entry {
			padding: 8px 20px;
		}

			.link_title {
				font-size: 1.0em;
				margin: 5px 5px 0 0;
				
			}

			.link_readmore {
				font-weight: bold;
				float: right;
				margin: 5px 0 0 0;
			}
			
			.link_img {
				background: #fff;
				border: 1px solid #aaa;
				float: left;
				margin: 0 50px 0 0;
				padding: 2px;
			}
			
			.border_bottom{
			border-bottom: 1px solid #aaa;
			}

	
			
/* Footer
--------------------------------------------------*/
#footer {
	background: url(images/bottom.gif) bottom no-repeat;
	clear: both;
	height: 60px;
	font-size: 11px;
	line-height: 45px;
	margin: 0 0 20px;
	text-align: center;
}


/* Misc
--------------------------------------------------*/
.text {
	font-size: 12px;
}

.bildetext {
	font-size: 11px;
	font-style: italic;
}

.readmore {
	font-weight: bold;
}

.backlink {
	font-size: 11px;
}

/* Alignments */
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_justify {
	text-align: justify;
}

.clear {
	clear: both;
}


/* Clearfix
--------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}






#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1.0em;
	padding-top: 0.5em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
	}

