/* STRUKTUR */
body {
	margin: 0;
	padding: 0;
}
#page {
	margin: 0px auto;
	padding: 0;
	width: 960px;
}

/* HEADER */

#header {
	margin: 0;
	padding: 0;
	height: 100px;
	width: 960px;
}
#logo {
	width: 200px;
	height: 56px;
	position: relative;
	float: left;
	top: 45px;
}
#logo h1 {
	margin: 0px;
}	
#logo .description {
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	letter-spacing: 2px;
}
#fullsize {	
	position: relative;
}
.titlehead {
	width: 960px;
	padding: 0px;
	border-bottom: 1px solid #accb64;
	margin-top: 30px;
	margin-bottom: 6px;
}
.titlehead span {
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #accb64;
}

/* END HEADER */


/* CONTENT */

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 480px;
}
.post {
	margin-bottom: 40px;
}
.post hr {
	display: block;
}
.narrowcolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.narrowcolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.clear {
	clear: both;
}

/* END CONTENT */


/* SIDEBAR */

#bar {
	width: 460	px;
	margin-left: 500px;
}
#ads {
	margin-top: 20px;
	float: right;
	padding: 0;
	width: 180px;
}
.ad {
	margin-bottom: 10px;
}

#sidebar
{
	float: left;
	padding: 0;
	width: 250px;
	}

#sidebar form {
	margin: 0;
	}
	
.huglapraten {
	position: relative;
	margin-top: 30px;
	padding: 20px 10px 20px 10px;
	background: #fff;
	border: 1px #accb64 solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebar .huglapraten h2 {
	display: inline;
	font-family: Georgia;
	letter-spacing: 0px;
	font-style: italic;
	font-size: 1.3em;
	color: #555;
	
}
.mattips {
	position: relative;
	margin-top: 30px;
	padding: 20px 10px 20px 10px;
	background: #fff;
	border: 1px #accb64 solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebar .mattips h2 {
	display: inline;
	font-family: Georgia;
	letter-spacing: 0px;
	font-style: italic;
	font-size: 1.2em;
	color: #555;
	
}
.historie {
	position: relative;
	margin-top: 30px;
	padding: 20px 10px 20px 10px;
	background: #fff;
	border: 1px #accb64 solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebar .historie h2 {
	display: inline;
	font-family: Georgia;
	letter-spacing: 0px;
	font-style: italic;
	font-size: 1.2em;
	color: #555;
	
}	

/* END SIDEBAR */



/* FOOTER */

#footer {
	border-top: 3px #c6eb6f solid;	margin: auto;
	width: 100%;
	clear: both;
	background: #333;
	padding: 30px 0px 30px 0px;
}
#footer .innerfooter {
	margin: auto;
	width: 960px;
}

.tablefooter {
	border-collapse: separate;
	width: 100%;
}
.tablefooter tr {
}
.tablecell-left {
	padding: 0px 20px 20px 0px;
	width: 33%;
	border-right: 1px #222 solid;
	vertical-align: top;
}
.tablecell-mid {
	padding: 0px 20px 20px 20px;
	vertical-align: top;
	width: 33%;
	border-left: 1px #3d3d3d solid;
	border-right: 1px #222 solid;
}
.tablecell-right {
	padding: 0px 0px 20px 20px;
	vertical-align: top;
	width: 33%;
	border-left: 1px #3d3d3d solid;
}

/* END FOOTER */




/* MENU */

.menu {
	margin-left: 230px;
	width: 580px;
	float: left;
	position: relative;
	margin-top: 21px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
.menu ul li {
	float: left;
	right: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.menu ul li a {
	padding: 8px 20px 8px 20px;
	border-right: 1px #f34d90 solid;
	position: relative;
	font-family: 'Trebuchet MS';
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #555;
	text-shadow: #eee 0px 0px 1px;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #f34d90;
}
.menu ul .current_page_item a {
	color: #f34d90;
}

/* END MENU */



/* S¯K */

#searchform {
	}
.sok {
position: relative;
margin-left: 810px;
	
}

.sok div {
}
	
.sok #searchform #s {
	float: left;
	width: 105px;
	padding: 3px;
	padding-left: 23px;
	border: 1px #aaa solid;
	background: url('images/sok.png') no-repeat 3px 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 25px;
	margin-left: 9px;
	}
.sok #searchform #s:focus {
	outline: none;
}

.sok #searchsubmit {
	display: none;
	float: right;
	color: #aaa;
	background: white;
	padding: 3px 16px 3px 16px;
	border: 1px #ccc solid;
	-moz-box-shadow: #ccc 0px 0px 2px;
	-khtml-box-shadow: #ccc 0px 0px 2px;
	-webkit-box-shadow: #ccc 0px 0px 2px;
	box-shadow: #ccc 0px 0px 2px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

.sok #searchsubmit:hover {
	color: #f34d90;
	border: 1px #aaa solid;
	}

/* END S¯K */



/* TYPOGRAFI OG FARGER */
body {
	font-size: 62.5%;
	font-family: Tahoma, Helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('images/winterdbg.jpg') no-repeat;
	color: #555;
	text-align: left;
	}
	
#content {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 20px;
	}

#content h2 {
	font-size: 1.6em;
	margin: 0px;
	padding-top: 5px;
}

#content h2 a {
	color: #666;
}

#content small {
	color: #f34d90;
	line-height: 2em;
	font-size: 0.7em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#content .postmetadata {
	position: relative;
	width: 100%;
	border-top: 1px solid #accb64;
	clear: both;
	text-align: right;
}

#content .postmetadata span {
}
#content .postmetadata span a {
	color: #555;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
	padding: 8px;
	line-height: 24px;
	}
#content .postmetadata span a:hover {
	color: #f34d90;
	text-decoration: none;
}


#sidebar {
	font-size: 1.3em;
	margin-bottom: 60px;
}

#sidebar small {
	font-style: italic;
}

#sidebar small a {
	color: #f34d90;
}
#sidebar small a:hover {
	text-decoration: underline;
}


#sidebar a {
	color: #555;
}
#sidebar a:hover {
	text-decoration: none;
	color: #f34d90
}

#footer {
	color: #9cab7b;
	font-family: 'Trebuchet MS';
	text-transform: none;
	font-size: 1.2em;
	line-height: 1.6em;
}

#footer ul {
	list-style: decimal-leading-zero;
	font-family: Georgia;
	font-style: italic;
	padding: 0px 25px;
}
#footer ul li a {
	font-family: 'helvetica';
	text-transform: none;
	font-size: 1.1em;
	line-height: 1.6em;
	font-style: normal;

}

#footer h2 {
	text-transform: none;
	font-size: 1.9em;
	font-style: italic;
	padding: 0px;
	color: #9cab7b;
}

#footer a {
	color: #f34d90;
	padding: 3px;
}
#footer ul li a:hover {
	background: #3a3a3a;
	color: #f25b98;
	text-decoration: none; 
}

a, a:visited, a:active {
	color: #f34d90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* END TYPOGRAFI OG FARGER */
	

/* OVERSKRIFTER */

h2 {
	font-family: Georgia;
	letter-spacing: 1px;
	font-weight: normal;
	}

h2.pagetitle {
	text-align: left;
}

#sidebar h2 {
	font-family: Georgia;
	letter-spacing: 0px;
	font-style: italic;
	margin: 24px 0px 0px 0px;
	font-size: 1.3em;
	line-height: 1.5em;
	}

h3 {
	font-weight: normal;
	font-family: Georgia;
	font-size: 1.2em;
	color: #555;
	margin: 20px 0px 0px 0px;
	}

h3.comments {
	}
	
/* END OVERSKRIFTER */



/* BILDER */

.firsthumb {
	overflow: hidden;
	float: left;
	width: 120px;
	height: 120px;
	margin: 0px 20px 20px 0px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.firstimg {
	max-width: 160%;
	max-height: 160%;
	min-width: 150px;
	min-height: 150px;
}
.pratimg {
	float: left;
	height: 40px;
	width: 40px;
	margin: 0px 10px 0px 0px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p img {
	padding: 0;
	max-width: 100%;
	}


.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 8px 8px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* END BILDER */




/* LISTER */

html>body .entry ul {
	margin-left: 0px;
	list-style: square;
	padding-left: 10px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 5px 0 5px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul {
	font-family: 'Trebuchet MS';
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	border-bottom: 1px #accb64 solid;
	margin: 5px 0px 5px 0px;
}
#sidebar ul li a {
	margin-left: 6px;
}
#sidebar ul li ul li {
	margin-left: 20px;
	position: relative;
	border: none;
}
#sidebar ul li ul li a{
	font-size: 0.9em;
}

#sidebar ul a {
	line-height: 1.6em;
}

#sidebar .calist ul li {
	position: relative;
}

#sidebar .calist ul li ul li {
	margin-left: 6px;
}

#footer ul {
}

/* END LISTER */



/* FORMS */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px #accb64 solid;
	background: #fff;
	padding: 7px;
	padding-left: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	}
	
#commentform input:focus {
	outline: none;
	}
#commentform textarea:focus {
	outline: none;
}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	margin-top: 5px;
	width: 100%;
	padding: 7px;
	background: #fff;
	border: 1px #accb64 solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	background: #fff;
	margin-bottom: 40px;
	color: #666;
	}
#commentform #submit:hover {
	color: #f34d90;
	border-color: #f34d90;
	}
#commentform small {
	font-size: 0.8em;
}
/* END FORMS */



/* KOMMERNTARER */
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
}
.commentlist cite {
	padding: 0;
	font-style: normal;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	border-bottom: 1px #accb64 solid;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}
	


.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentmetadata a {
	text-transform: uppercase;
	font-size: 0.8em;
}
.commentlist .avatar {
	float: left;
	padding: 0px 10px 10px 0px;
}
/* END KOMMENTARER */







/* KALENDER */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
/* END KALENDER */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navlines {
	clear: both;
	display: block;
	text-align: center;
	border-top: 1px #accb64 solid;
	padding: 10px 0px 30px 0px;
	}
.navigation {
	display: block;
	text-align: center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 8px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-style: italic;
	font-size: 0.9em;
	line-height: 17px;
	padding: 2px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

