@charset "utf-8";
/*
Theme Name: Mornings Norway
Theme URI: http://www.matsmikkel.net
Version: 1.0
Author: Mats Mikkel Rummelhoff
Author URI: http://www.matsmikkel.net
*/

/* STRUCTURE */

html {
	height:100%;
	}

body {
	min-height:101%;
	margin:0;
	padding:0;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	background: #000000 url('images/bg.jpg');
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-x;
	color:#e1e1e1;
}
	
#wrapper {
	height:100%;
	width:740px;
	margin-left:auto;
	margin-right:auto;
	}

#site {
	background:url('images/bg_footer.jpg');
	background-attachment:scroll;
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	text-align: left;
	}

#header {
	float:left;
	margin:0;
	padding:0;
	height:39px;
	margin-top:45px;
	margin-bottom:15px;
	width:100%;
	}

#content {
	float:left;
	margin-top:30px;
	margin-bottom:10px;
	width:100%;
	}

#footer {
	float:left;
	clear:both;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#707070;
	font-size:xx-small;
	}
	
#footer .l {
	float:left;
	width:auto;
}

#footer .r {
	float:right;
	width:auto;
}

#footer a,#footer a:visited {
	text-decoration:none;
	color:#707070;
}

#footer a:hover {
	color:#e1e1e1;
}

.narrowcolumn {
	float:left;
	width:210px;
	margin-top:18px;
	}

.narrowcolumn .content {
	width:100%;
	float:left;
	margin-bottom:20px;
}

.narrowcolumn .content img {
	float:left;
	width:auto;
}

.narrowcolumn img,.narrowcolumn #flag {
	float:left;
	margin-bottom:12px;
	width:auto;
}

.narrowcolumn #flag {
	width:100%;
}

.widecolumn {
	float:left;
	width:500px;
	margin-right:30px;
	}

.post {
	width:100%;
	clear:both;
	float:left;
}

.post content {
	float:left;
	width:100%;
}

.post .headline {
	float:left;
	width:auto;
	margin-bottom:10px;
}

.post .date {
	float:right;
	font-size:10px;
	color:#707070;
	padding-left:5px;
	width:auto;
}

.post .content {
	float:left;
	clear:both;
	width:100%;
	line-height:14px;
	font-size: 11px;
	margin-bottom:15px;
}

.post .url {
	float:left;
	clear:both;
	height:14px;
	text-align:left;
	margin-bottom:20px;
	width:auto;
}

.content img {
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#707070;
	padding:3px;
	margin-bottom:0;
	margin-right:10px;
	width:auto;
	}

.subheadline {
	float:left;
	height:13px;
	padding-bottom:5px;
	width:auto;
}

.subheadline img {
	padding:0;
	margin:0;
}

.portfolio {
	border-color:#FF0000;
}

/* END STRUCTURE */

/* DESIGN ELEMENTS */

.line {
	background:url('images/line.gif');
	background-position:center;
	background-repeat:repeat-x;
	height:5px;
	width:100%;
	clear:both;
	margin-bottom:22px;
}
	
.line_big {
	float:left;
	margin:0;
	padding:0;
	padding-top:10px;
	width:100%;
	height:10px;
	background:url('images/line_big.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	}

.line_solid,.delimiter,.line_black {
	clear:both;
	width:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#707070;
	margin-bottom:16px;
	}

.line_black {
	border-bottom-color:#000000;
}
	
.delimiter {
	border-bottom-style:none;
}

/* END DESIGN ELEMENTS */

/* TYPOGRAPHY */
	
a,a:visited {
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#92278f;
	color:#707070;
	display:inline-block;
	}

a:hover {
	background-color:#92278f;
	color:#e1e1e1;
}

.gray {
	color:#707070;
}

.punch {
	font-family:'Georgia','Times New Roman','Times, serif';
	font-size:18px;
}

.title {
	font-size:14px;
	font-weight:bold;
}

.headline {
	font-family:'Georgia','Times New Roman','Times, serif';
	font-size:14px;
	font-weight:bold;
	float:left;
	width:auto;
}

.url {
	font-size:11px;
}

.name {
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}

.alignleft {
	float:left;
	width:auto;
	}

.alignright {
	float:right;
	width:auto;
}

/* END TYPOGRAPHY */

.post img {
	clear:both;
	border-bottom-width:0;
	float:left;
	padding:3px;
	width:auto;
}

.post img,.post a img{
	border-style:solid;
	border-width:1px;
	border-color:#707070;
}

.post a:hover img {
	border-color:#e1e1e1;
	background-color:#000000;
}

.postimage {
	float:left;
	margin-bottom:15px;
	width:auto;
}

.postimage a{
	border-width:0;
}

#header a {
	border-width:0;
	background-color:transparent;
}

#footer a {
	border-width:0;
	}

.narrowcolumn .no_link img,.narrowcolumn .no_link a {
	border-width:0;
	background-color:transparent;
	}

h2 {
	color:#e1e1e1;
	font-family:"helvetica";
	font-size:14px;
}
