/* @override 
	http://bjornartollaksen.no/wp-content/themes/bt/style.css
	http://bjornartollaksen.dev/wp-content/themes/bt/style.css
*/

/*  
Theme Name: Bjørnar Tollaksen
Theme URI: http://bjornartollaksen.no/
Description: Bjørnar Tollaksens design
Version: 1.0
Author: Bjørnar Tollaksen
Author URI: http://bjornartollaksen.no/


*/



/* By Eric Meyer, with some adjustments: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

img { -ms-interpolation-mode: bicubic; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	/* list-style: none; */
}

.content .post ol {
	width: 600px;
	margin: 0 auto;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* By Bjørnar Tollaksen */

body {
	font-size: 100%;
	line-height: 1.6em;
	font-family: Georgia, Verdana, sans-serif;
	color: #0e0e0e; /* #0c0c0c; */
	margin: 0 auto;
	background: #fff;
	/* background-image: url(/images/bg_test.jpg);
	background-repeat: repeat-x; */
	}

html>body { clear: both; }
p {	margin: 1em auto; }

h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.7em;
	margin: 1.5em auto 0;
	text-align: center;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.7em;
	margin: 1.5em auto 0;
	text-align: center;
}

small {	font-size: 0.9em; }
hr { border: 0; border-bottom: 1px solid #6c6c6c; height: 1px; width: 600px; }
a { color: #0e3e6e; text-decoration: underline; }

p a:hover, #kommentarer li a:hover, .linklog li a:hover, .previous-next-posts a:hover, .content .anmeldelse h2 a:hover, .content span.source a:hover {
	background-color: #24323a;
	color: #FFF;
	text-decoration: none;
}

blockquote {
	color: #262626;
	padding: 0 1em 0 1.3em;
	margin: 0 auto;
	line-height: 1.5em;
	border-left: 1px solid #747474;
	/* font-size: 1em;
	line-height: 1.5em; */
	width: 500px;
}



/* Header */


#header {
	margin: 60px auto 2em;
	text-align: center;
	width: 1130px;
	}

#header h1 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 3.3em;
	margin: 20px 0 20px;
	text-align: center;
	}
	
#header h1 a {
	text-decoration: none;
	color: #000;
	}

#header img.logo {
	margin-top: 10px;
	border: 0;
	}




/* Meny */

ul#nav {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	}

ul#nav li {
	margin: 0 1.8em;
	display: inline;
	}

ul#nav a {
	font-size: 1.3em;
	text-decoration: none;
	color: #5b5b5b;
	}

ul#nav a:hover { color: #262626; }
ul#nav a.flickr_link { color:#3993ff; }
#nav a.flickr_link:hover { color: #205390; }


/* Lenkeliste */

#lenker {
	margin: 13px auto 0;
	padding: 0 150px;
	text-align: center;
	width: 810px;
	background: url(/images/freakshow.gif) no-repeat 15px 13px;
	height: 90px;
	}

#lenker h3 {
	font-style: italic;
	padding: 5px 0;
	}


#lenker li { display: inline; }
#lenker img { margin: 0 1px; }
#lenker a:hover img { opacity: 0.75; }


/* Flickrstrøm */

#flickr {
	margin: -50px auto -20px;
	padding: 0 150px;
	text-align: center;
	width: 810px;
	height: 100px;
	background: url(/images/flickr.gif) no-repeat 980px 30px;
	}

#flickr img { margin: 0 2px; clear: left; }
#flickr a:hover img { opacity: 0.75; }

/* Kommentarer */

#kommentarer {
	margin: 5px auto 0;
	width: 790px;
	background: url(/images/kommentarer.gif) no-repeat 0 0;
	padding: 0 160px;
	}

#kommentarer h3 { font-style: italic; margin: 0; }
#kommentarer ul { font-size: 0.9em; line-height: 1.5em; }
#kommentarer li { display: inline; padding: 0 2px; }
#kommentarer img.kommentarbilde { float: left; margin: 0px 30px 0 0; }


/* Innhold */

.content { margin: 6em auto 0; }
.content a img { display: block; }
.content .post { margin: 7em auto 2em; }
.content .post small { text-align: center; }
.content .post h2 { font-size: 1.8em; margin: 0 auto; }
.content .post p { margin: 1.4em auto; }
.content img, content p img, .content .post p img {	margin: 0 auto; }

/* Foto */

.content .photo h2 {
	font-size: 2.3em;
	line-height: 1.2em;
	margin-bottom: 0.7em;
	}

.content .photo h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	}

.content .photo p {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	margin: 1.2em auto 1em;
	}

.content p.small { font-size: 1em; }
.content .photo p.tekst { color: #0c0c0c; }
.content .photo p.venstre { text-align: left; }
.content .photo p.photo_box { margin-top: 1.5em; }
.content .photo p.tekst, .content .photo h1, .content .photo h2, .content .photo h3 { width: 600px; }


/* Vanlig tekst-innlegg */
	
.content .text p, .content .text h3 { width: 600px; }

.content .text h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
	width: 900px;
	}

.content .text h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: left;
	margin-top: 2em;
	}

.content .post.text ul {
	width: 600px;
	margin: 0 auto;
	list-style-type: disc;
	}


.content .post.text li {
	margin-left: 4em;
	padding-left: 0.3em;
	}

/* Video */

.content .video p, .content .video h1, .content .video h2, .content .video h3 {	width: 900px; }
.content .video h2 {
	font-size: 2.1em;
	line-height: 1.2em;
	margin-bottom: 0.7em;
	}


.content .video p {
	margin: 1em auto;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	}

.content .video p.tekst, .content .video blockquote p { width: 600px; }
.content .video p.left { text-align: left; }
.content .video p.video_box { margin-top: 1.5em; }


/* YouTube */
.content .youtube p, .content .youtube blockquote p { width: 480px; }

.content .youtube h2 {
	font-size: 2.1em;
	line-height: 1.5em;
}

.content .youtube h1, .content .youtube h2, .content .youtube h3, .content .youtube p.postmetadata {
	width: 600px;
}

.content .youtube blockquote {
	padding-left: 3em;
	border: none;
}


/* Anmeldelse */

.content .anmeldelse {
	font-size: 1.1em;
	line-height: 1.7em;
	width: 400px;
}

.content .anmeldelse h2 {
	color: #585858;
	text-align: left;
	width: 400px;
	font: bold 0.8em Verdana, sans-serif;
	line-height: 1.5em;
}

.content .anmeldelse h2 a {
	text-decoration: none;
}

.content .anmeldelse p {
	margin: 0;
}

.content .anmeldelse p img {
	float: right;
	margin-top: 8px;
}

.post.anmeldelse p.postmetadata {
	width: 400px;
	text-align: left;
	font-size: 0.8em;
	margin-top: 0.2em;
}

.content .post.text.error {
	width: 500px;
}

.content .post.arkiv {
	width: 500px;
	text-align: left;
}

.content .post.arkiv h2 {
	width: 500px;
	margin: 2em auto 1em;
	text-align: left;
	font-size: 1.6em;
	
}

.content .post.arkiv p {
	text-align: left;
	margin-top: 0;
}

.content h2.search {
	font-size: 1.4em;
	margin-bottom: 2em;
}

/* Kontakt */

.content .kontakt h2 {
	font-size: 1.9em;
}

.content .kontakt p {
	text-align: center;
}

.content .kontakt table {
	padding-left: 6.5em;
}

.content .kontakt td:first-child {
	text-align: right;
	padding-right: 1em;
}

.content .kontakt td {
	text-align: left;
	line-height: 1.8em;
}

/* Sitat */

.content #quote {
	width: 600px;
}


/* Forrige og neste innlegg */

.previous-next-posts {
	border-style: none;
	padding: 0.2em;
	display: block;
	margin: -2em auto -1em;
	width: 600px;
	font-size: 0.95em;
}

.previous-post {
	float: left;	
}

.next-post {
	float: right;
}

/* Footer */

#footer {
	margin: 1em 0 0;
	padding: 1em 0;
	background-color: #e7e7e7;
	border-top: 1px solid #787878;
}

#footer p {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	margin: 0 auto;
}


/* Metadata til enkeltposter */

.postmetadata {
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	color: #7a7a7a;
	margin: 0 auto;
	width: 620px;
}

.postmetadata p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	padding: 1em 2em;
	background-color: #f0f6f3;
}

.post p.postmetadata {
	font-size: 1em;
}

.postmetadata p.twitter {
	font-size: 1.1em;
	color: #3e3e3e;
	margin-bottom: 2em;
	background-color: #f6cfa8;
}

.post small {
	text-align: center;
}

/* Kommentarer */

h3#comments {
	font-size: 1.3em;
	font-weight: normal;
	margin: 3em 0 1em;
	text-align: center;
}

#kommentarfelt h3#respond {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 1em;
	text-align: left;
}

#kommentarfelt {
	width: 540px;
	margin: 0 auto 3em;
	background-color: #effedb;
	padding: 1.5em 2.5em;
}

#kommentarfelt cite {
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.3em;
}

#kommentarfelt ol {
	list-style-type: none;
}

#kommentarfelt ol li {
	list-style-type: none;
	padding: 1em 0;
}

#kommentarfelt ol li ol, #kommentarfelt ol li ul {
	margin-left: 2em;
}

#kommentarfelt p.commentmetadata {
	font-size: 0.8em;
	margin: 0 0 1.3em;
}

#kommentarfelt p.forfatter {
	margin: 0;
	line-height: 1em;
}

#kommentarfelt input, #kommentarfelt textarea {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 1em;
}

#kommentarfelt textarea {
	width: 550px
}

#kommentarfelt .alt {

}


/* Navigering */

.navigation {
	display: block;
	font-size: 0.9em;
	color: #4c4c4c;
	text-align: center;
	width: 580px;
	height: 1.5em;
	margin: -2em auto -3em;
	padding: 0.6em 2em;

	}

/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0;
	margin: 0 0 2px 15px;
	display: inline;
	}

img.right {
	margin: 0 0 5px 15px;
	float: right;
}

/* img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}*/

.alignright { float: right; }
.alignleft { float: left; }

	
img.floatRight {
	padding: 0;
	margin: 0 0 2px 15px;
	display: inline;
	}
	
/* End Images */


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


/* Asides */

/* #asides {
	font-size: 1.05em;
	line-height: 1.6em;
	text-align: left;
	margin: 0 auto 5em;
	width: 600px;
}

#asides ul {
	margin: 2em 0;
}

#asides li {
    list-style-image: url(/images/bullet41.gif);
    list-style-position: outside;
    margin: 2em 0;
    padding-left: 4px;
}

#asides small {
	font-size: 0.9em;
} */

ul.linklog {
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	margin: 0 auto;
	width: 600px;
}

ul.linklog li {
	list-style-image: url(/images/bullet41.gif);
    list-style-position: outside;
    margin: 2em 0;
    padding-left: 4px;
}

ul.linklog li.twitter {
	list-style-image: url(/images/twitter_icon.gif);
}

ul.linklog li span {
	margin-left: 0.7em;
	font-size: 0.8em;
	font-style: italic;
	color: gray;
}

ul.linklog li span a {
	color: inherit;
	text-decoration: none;
}

ul.linklog li span a:hover {
	text-decoration: none;
}


/* Quote */

.quote {
	width: 570px;
	margin: 0 auto;
}

blockquote.quote {
			margin: 0 auto;
			padding: 0 22px 3px 26px;
			border-top: 1px solid #a2a4a8;
			border-left: 1px solid #a2a4a8;
			border-right: 1px solid #a2a4a8;
			width: 570px;
		}
		
blockquote.quote p {
	margin: 0;
}
		
blockquote.short {
			font-size: 1.4em;
			line-height: 1.5em;
		}
		
blockquote.medium {
			font-size: 1.2em;
		}
		
blockquote.long{
			font-size: 1.1em;
		}
		
span.source {
			background: url(/images/source_900.gif) 0px 0px no-repeat;
			padding: 15px 0 0 20px;
			display: block;
			margin: 0 auto;
			width: 600px;
			overflow: hidden;
		}

/* Chat */

.label {
	font-weight: bold;
	color: #b14344;
}

.label.user2 { color: #147; }


.content p.arkiv {
	font-size: 1.1em;
	text-align: center;
	margin: 4em auto 2em;
}


/* Arkiv */

.arkiv {
	width: 600px;
	margin: 0 auto;
	text-align: center;	
}

.arkiv h2 {
	font-size: 1.4em;
	margin: 3em auto 1em;
}

.arkiv li {
	list-style-type: none;
}

.post.text.error form#searchform {
	width: 600px;
	margin: 5em auto 4em;
	text-align: center
}

.post.text form#searchform {
	margin-top: 2em;
	text-align: left;
}

form#searchform input {
	font-family: Georgia, sans-serif;
	font-size: 1em;
}

form#searchform input#s {
	width: 400px;
}

/* Subscribe_prompt */

#subscribe_prompt {
	margin: 0 auto;
	padding: 3px 0 2px;
	background-color: #d5d5d5;
	font-size: 0.8em;
	text-align: center;
	color: #303030;
	vertical-align: middle;
}

#subscribe_prompt img {
	margin-right: 4px;
}

a.subscribe_close {
	color: #707070;
	margin-left: 10px;
	font-size: 0.9em;
}


/* BILDER */

.post p img.right {
	float: right;
	margin: 3px 0 15px 30px;
}


.post p .left-20-nomargin { margin-left: -20px; }
.post p .left-35 { float: left; margin: 3px 30px 15px -35px; }
.post p .left-35-nomargin { margin-left: -35px; }
.post p .left-50 { float: left; margin: 3px 30px 15px -50px; }
.post p .left-50-nomargin { margin: 0 0 0 -50px; }
.post p img.left-100 { float: left; margin: 3px 30px 15px -100px; }
.post p img.left-100-nomargin { margin: 0 0 0 -100px; }
.post p img.right-100 { float: right; margin: 3px -100px 20px 30px; }
.post p img.right-120 { float: right; margin: 3px -120px 15px 35px; }
.post p img.left-120 { float: left; margin: 3px 25px 15px -120px; }
.post p .left-150,
.post p img.left-150 { float: left; margin: 3px 25px 20px -150px; }
.post p .right-150,
.post p img.right-150 { float: left; margin: 3px -150px 20px 35px; }
.post p .left-150-nomargin,
.post p img.left-150-nomargin { margin-left: -150px; clear: right;}
.post p .left-200,
.post p img.left-200 { margin: 3px 25px 20px -200px; }
.post p .right-200,
.post p img.right-200 { float: right; margin: 3px -200px 20px 35px; }
.post p img.left-250 { margin: 3px 25px 20px -250px; }
.post p img.right-250 { float: right; margin: 3px -500px 20px 35px; }



div.left-150 { margin: 0 0 0 -150px; }
/* SPACE */

.space p {
	margin: 1.5em 0 1.8em;
	font-size: 3em;
	text-align: center;
	color: #393839;
}

/* CLEAR */

.clear {
	clear: both;
}

.fullscreen {
	width: 950px;
	margin: 0 auto;
}

.fullscreen-920 {
	width: 920px;
	margin: 0 auto;
}


.fullscreen-1030 {
	width: 1030px;
	margin: 0 auto;
}

.width-500 {
	width: 500px;
}

.width-600 {
	width: 600px;
}

.width-800 {
	width: 800px;
}

.width-900 {
	width: 900px;
}