/*
Theme Name: monDieu blogger
Theme URI: #
Description: Du r kul monDieu.nu
Version: 1.0
Author: LUX/LUCA/LE LUCA (luca.mondieu.nu)
*/

* {
	margin: 0;
	padding: 0;
}

* body {
	background-color: #fff;
	background-image:url();
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat;
	-webkit-transition: background-color 0.5s ease-in-out  !important;  
	-moz-transition: background-color 0.5s ease-in-out  !important; 
	-o-transition: background-color 0.5s ease-in-out  !important;
	transition: background-color 0.5s ease-in-out !important;
	font-family: "Futura",Helvetica,Arial,sans-serif;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
	}

/* fonter */

@font-face {
  font-family: 'Futura';
  src: url(' _inc/futura.woff ') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url(' _inc/futura.ttf ') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}


@font-face {
  font-family: 'Gill';
  src: url(' _inc/gill.woff ') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url(' _inc/GillSans.ttf ') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'Windsor';
  src: url(' _inc/Windsor.woff ') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url(' _inc/Windsor.ttf ') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3â€”5 */
}

#window {
	width: 100%;
}

/* kredit */

#kreditering{
	background:#fff;
	color: #000;
    border:0px #000 solid;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 1);
    opacity:1;
    z-index:2;
    max-width: 350px;
    -webkit-transition:opacity .2s linear,z-index .2s linear;
    -moz-transition:opacity .2s linear,z-index .2s linear;
    -ms-transition:opacity .2s linear,z-index .2s linear;
    -o-transition:opacity .2s linear,z-index .2s linear;
    transition:opacity .2s linear,z-index .2s linear;
    position: absolute;
    bottom:70px;
    left:70px;
    padding:12px;
    padding-bottom: 8px;
    font-family:"Gill",Georgia,Serif;
    text-transform: none;
    font-size:1em;
    line-height: 150%;
    letter-spacing: 0px;
    height: auto !important;
}

#kreditering strong{
	font: 1.1em "Futura",Helvetica,Arial,sans-serif !important;
	text-transform: uppercase;
}

.innlegg:hover #kreditering{
    opacity:0;
    z-index:-1;
    -webkit-transition:opacity .2s linear,z-index .2s linear;
    -moz-transition:opacity .2s linear,z-index .2s linear;
    -ms-transition:opacity .2s linear,z-index .2s linear;
    -o-transition:opacity .2s linear,z-index .2s linear;
    transition:opacity .2s linear,z-index .2s linear;
}

/* del-1 */

#skrivevaskner{
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	background: transparent;
	z-index: 9999;
	-webkit-backface-visibility:hidden; -webkit-transform: translateZ(0);
}

#skrivevasknerlogo{
    width: 222px;
    display: block;
	padding-top: 13px;
	padding-bottom: 6px;	
	display: block;
   position: fixed;
    left: 50% !important;
    margin-left:-111px !important;
}

#everything {
    background: transparent !important;
    width: 100%;
    height: 100% !important;
    overflow: visible;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#header {
	width: 100%;
	height: 225px !important;
	overflow: hidden;
	display: block;
	height: auto;
	margin-top: 75px;
    margin-bottom: 20px;
	float:  left;
	background: #fff;
}

/* section */

.section {
  display: table;
  height: auto;
  width: 100%;
}

a { color: #202020;}
a:visited { color: #202020; }
a:hover { color: #CCC;
  -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 1s ease-in; }
a:active { color: #000; }

/* menu */

.textwidget ul, li a:hover{
	color: #808080 !important;
}


/* kreditest */



/* del-1 */

#topp{
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	background: transparent;
	z-index: 9999;
	-webkit-backface-visibility:hidden; -webkit-transform: translateZ(0);
}

#toppikoner{
    margin: 0 auto;
    text-align: center;
    width: 125px;
    display: block;
    position: relative;
    line-height: 310% !important;
    padding-right: 0px;
	font-size: 27.5px;
}

#toppikoner a{
		cursor: pointer;
}


#bunn{
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	background: transparent;
	z-index: 9999;
	-webkit-backface-visibility:hidden; -webkit-transform: translateZ(0);
}

#bunn img{
	display: block;
	margin: 0 auto;
}



/* info */

#info{
    width: 85px !important;
    height: 55px !important;
	font-size: 27.5px;
	position: fixed;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 99999;
	display: none;
}

#info a{
	cursor: pointer !important;
}

#meny{
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
	position: fixed;
	z-index: 99999;
	opacity: 0.9;
}

#meny #toppikoner a{
	cursor: pointer;
}

#meny a{
	cursor: pointer;
}

#lenker{
    border:0px #000 solid;
    opacity:1;
    z-index:2;
    -webkit-transition:opacity .2s linear,z-index .2s linear;
    -moz-transition:opacity .2s linear,z-index .2s linear;
    -ms-transition:opacity .2s linear,z-index .2s linear;
    -o-transition:opacity .2s linear,z-index .2s linear;
    transition:opacity .2s linear,z-index .2s linear;
    position: absolute;
    top:230px;
    left:0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 475px;
    height: auto !important;
    font-family:"Futura",Georgia,Serif;
    font-size:2.2em;
        text-align: center;
        }
 
#lenker a{
	display: block;
	line-height: 150%;
	text-decoration: none;
}

#lenker a:hover{
	text-decoration: underline;
}

#sublenker{
	margin-top: 50px;
}

#sublenker a{
	text-decoration: line-through;
	font-size: 16px !important;
}

#sublenker a:hover{
	text-decoration: none !important;
}

#btn-bk a{
    color: #f00300 !important;
}
       

/* caption */


.wp-caption img{
	padding-left: 16.7%;
}

.wp-caption{
   max-width:920px;
} 

.wp-caption p{
   float:right;
   width:210px !important;
   text-align: left; 
   padding-left: 20px;}

.wp-caption .wp-caption-text::before{
   content:"↑";
   font-family: Futura;
   margin:0 10px 10px 0;
   display:inline;
}


.tagline {
	width: 575px;
	height: 50px; 
	margin-bottom: 11px;
	float: left;
	margin-top: 11px;
}

.tags {
	padding-top: 15px;
	
	color: #666;
	font-size: 13px;
	font-weight: bold;
}

.tags a {
	text-decoration: none;
}

.tags a:link, .tags a:visited {
	color: #666;
	font-weight: normal;
	font-style: normal;
}

.tags a:hover {
		color: #101010;
}


/* @end */

/* arkiv */

#arkiv{
	margin-top: -40px !important;
	margin-bottom: 40px !important;
	width: 75%;
    margin: 0 auto;
}

#arkiv h2{
font: 16px "Futura",Helvetica,Arial,sans-serif;
text-transform: uppercase;
	margin-top: 40px !important;
}

#arkiv h2::first-letter{
	text-transform: uppercase !important;
}

#arkiv h3{
	font: 1.1em "Gill",Helvetica,Arial,sans-serif;
}


/************************************************
*  Meta                 *
************************************************/

#meta{
	margin-top: 20px !important;
	margin-bottom: 30px !important;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	line-height: 155% !important;	
}

#meta a{
	display: inline !important;
}

.kommentar{
	padding-right: 8px !important;	
}

.stikkord{
	display: inline !important;
	padding-left: 15px;
}

.kommentarlink {
   margin-top: -5px;
   text-transform: none;
}

.kommentarlink a:link{
   padding: 5px;
   color: #202020;
}

.kommentarlink a:hover{
   padding: 5px;
   background: #000000;
   color: #fff;
}

input{
background: #fff;
border: 1px solid #781351
}

img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden}


/* @group footer */

#footer {
	width: 100%;
	height: 0px;
	overflow: hidden;
	float: left;
	margin-top: 14px;
	font: "Minion",Helvetica,Arial,sans-serif;
	text-transform: lowercase;
	color: #808080;
	font-size: 13.5px;
	margin-bottom: 0px;
	display: none;
}

#footer a{
	text-decoration: none !important;
	color: #d5d5d5;
}

#footer_bottom {
	width: 100%;
	height: 2px;
	float:  left;
	margin-top: 11px;
	text-align: center;
	border-top: 0px solid #ebebeb;
	color: #999;
	padding-top: 11px;
}


#footer_left {
	width: 350px;
	height: 300px;
	float:  left;
	margin-top: 11px;
}

#footer_left p {
	margin-left:  11px;
}

#footer_left img {
	margin-left:  11px;
}

#footer_right {
	width: 348px;
	height: 300px;
	float:  left;
	margin-top: 11px;
	border-left: 2px dotted #333;
}


#footer ul, #footer_port ul {
	list-style-type: none;
	margin-top: 11px;
	margin-bottom: 11px;
	margin-left: -5px;
}

#footer li, #footer_port li {
	list-style-type: none;
	margin-bottom: 22px;
}

#footer h2, #footer_port h2 {
	font-size: 16px;
	margin-bottom: 11px;
}


/* innlegg */


.innlegg { 
    margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-bottom: 0px solid #ebebeb;
	margin-bottom: 0px;
	padding-right: 1px;
}


.innlegg .aligncenter{
	padding-left: 16.7%;
}

.innlegg .alignright{
	width: 100% !important;
	height: auto !important;
	display: block;
	clear: both !important;
	float: inherit !important;
	padding-left: 33.5% !important;
}

.innlegg .signe{
	padding-top: 8% !important;
	font-size: 1.1em !important;
		line-height: 150% !important;
		max-width: 720px;
}

.innlegg i {
	font-family: Windsor !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	font-size: 1.17em !important;
}

.innlegg p {
	font: 1.1em "Gill",Helvetica,Arial,sans-serif;
	width: 75%;
    margin: 0 auto;
    font-weight: normal !important;
	line-height: 140%;
   -webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
	color: #000 !important;
}

.innlegg p::first-letter {
text-transform: uppercase;
}

.innlegg p strong{
	font: 1.1em "Futura",Helvetica,Arial,sans-serif !important;
	text-transform: uppercase;
}

.innlegg a{
	font: 1.1em "Futura",Helvetica,Arial,sans-serif !important;
	text-transform: uppercase;	
}

.tittel {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    margin-top: 50px !important;
    margin-bottom: 15px !important;
    color : #0a0a0a;
    font-family: Futura !important;
    text-shadow: 3px 3px 0px rgba(251, 250, 246, 1);
    font-size:3.5em;
    text-transform: none;
    font-weight: normal !important;
	width: 75%;
    margin: 0 auto;
	line-height: 130%;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
	padding-top: 23% !important;
}

.tittel-2 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    margin-top: 50px !important;
    margin-bottom: 15px !important;
    color : #0a0a0a;
    font-family: Futura !important;
    text-shadow: 3px 3px 0px rgba(251, 250, 246, 1);
    font-size:3.3em;
    text-transform: none;
    font-weight: normal !important;
	width: 75%;
    margin: 0 auto;
	line-height: 130%;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
	padding-top: 23% !important;
}

.innlegg h1 {
  text-align: center;
  margin-top: 50px !important;
  margin-bottom: 15px;
}

.innlegg h1 a {
    color : #000;
    font-family: Futura;
    font-size:1.29em;
    text-transform: none;
    font-weight: normal !important;
    margin:0;
    width: 100%;
	line-height: 130%;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
}

.innlegg h1 a:hover {
   color: #CCC;
  -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 1s ease-in;
}

.innlegg a, .innlegg_port a{
text-decoration: none !important;
}

.innlegg a:link, .innlegg a:visited, .innlegg_port a:link, .innlegg_port a:visited {
	color: #202020;
	text-decoration: underline;
}

.innlegg a:hover {
	color: #ccc;
}

.innlegg ul {
	float: left;
	margin-left: 40px;
	margin-bottom: 11px;
	width: 500px;
}

.innlegg li {
	font: "Futura", Helvetica, mono;
	font-weight: normal !important;
}


/* @end */

/************************************************
*  Comments                  *
************************************************/

.comment-subscription-form{display: none;}
.says {display: none;}
.fn {text-decoration: underline; font-family: Gill; clear: both; display: block;}

#cancel-comment-reply-link{
	float: right;
}

#leggigjen {
	font-family: Futura;
    font-size:2.49em;
	margin-top: 0px;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
	font-weight: normal;
   	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
}

#submit {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: Gill, Helvetica, sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: lowercase;
  margin: 0px;
  padding: 2px 8px 2px 8px;
  border: none;
  font-weight: none;
  }
#author, #email, #url {
  font-family: Gill, Helvetica, sans-serif;
  background: transparent !important;
  color: #a9a9a9;
  font-size: 1.1em;
  margin: 0px;
  font-weight: none;
  padding-left: 5px;
  border: 1px solid #000;
  }
#comment {
  background: transparent !important;
  color: #a9a9a9;
  font-size: 1.1em;
  font-family: Gill, Helvetica, sans-serif;
  margin: 5px 0px 5px 0px;
  font-weight: none;
  padding: 0px;
  border: 1px solid #000;
  }
.commentlist li ul li {
  font-size: 1.1em;
  }
.commentlist li {
  font-weight: bold;
  }
.commentlist li .avatar {
  background: #FFFFFF;
  float: right;
  border: 0px solid #DDDDDD;
  margin: 0px 0px 0px 10px;
  padding: 2px;
  display: none;
  }
.commentlist cite, .commentlist cite a {
  font-weight: normal;
  font-style: normal;
  font-size: 1.1em; }
.commentlist p {
  font-weight: normal;
  font-size: 1.1em !important;
  text-transform: none;
  }
.commentmetadata {
  font-weight: normal;
  display: none;
  }
.comment-body { margin-top: 5px; margin-bottom: 5px;}
#commentform input {
  width: 140px;
  padding: 6px 0px 6px 0px;
  margin: 5px 5px 0px 0px;
  }
#commentform {
  margin: 5px 0px 0px 0px;
  width: 98%;
  }
#commentform textarea {
  width: 100%;
  font-family: Gill;
  font-size: 1.1em;
  padding: 4px;
  }
#respond {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  margin-top: 30px;
  padding-left: 13% !important;
  }
#respond:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }
#commentform p {
  margin: 5px 0px 5px 0px;
  }
#commentform #submit {
  margin: 0px;
  float: left;
  display: block;
  cursor: pointer;
  }
#commentform #submit:hover {
  color: #202020;
  background: #c0c0c0;
  }
.alt {
  margin: 0px;
  padding: 10px;
  }
.commentlist {
  margin: 0 auto;
  padding: 0px;
  margin-top: -10px !important;
  margin-bottom: -70px !important;
  width: 100%;
  }
.commentlist ol {
  margin: 0px;
  padding: 10px;
  }
.commentlist li {
  margin: 15px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  list-style: none;
  }
.commentlist li ul li {
  margin-right: 5px;
  margin-left: 5px;
  }
.commentlist p {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  font-size: 1.1em !important;
  }
.children  {
  margin: 0px;
  padding: 0px;
  width: 90% !important;
  font-size: 15px !important;
      }
.nocomments {
  text-align: center;
  margin: 0px;
  padding: 0px;
  display: none;
  }
.reply {
  padding: 5px 0px 0px 0px;
  }
.reply a, .reply a:visited {
  display: inline-block;
  background: transparent;
  color: #666666;
  font-family: Gill, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  border: none;
  float: right;
  margin-right: 0px !important;
  margin-top: -60px !important;
  }
.reply a:hover {
        background: transparent;
  color: #202020;
  text-decoration: none;
  border: none;
  }
.reply a::before{
   content:"↓";
   font-size: 1.1em;
   font-family: Futura;
   margin:0 10px 0px 0;
   display:inline;
}
.commentmetadata {
  font-size: 20px;
  line-height: 14px;
  margin: 0px;
  display: none;
  }
.navigation {
  display: block;
  text-align: left;
  padding-top: 35px !important;
  margin-bottom: 40px !important;
  padding-left: 40px;
  }
.navigation a{
  font-size: 1.1em;
  font-weight: normal !important;
  font-family: Gill;
  display: block;
  text-decoration: none !important;
  padding-top: 5px;
}
.alignright a::before{
   content:"→";
   font-family: Futura;
   margin:0 10px 10px 0;
   display:inline;
}
.alignleft a::before{
   content:"←";
   font-family: Futura;
   margin:0 10px 10px 0;
   display:inline;
}
.thread-alt {
  background: none;
  margin: 0px;
  padding: 0px;
  }
.thread-even {
  background: none;
  margin: 0px;
  padding: 0px;
  }
.depth-1 {
  border-bottom: 0px solid #202020;
  margin: 0px;
  padding: 0px;
  }
.even, .alt {
  border-bottom: 0px solid #fff;
  margin-bottom: 15px !important;
  margin: 0px;
  padding: 0px;
  }
  
  .former {margin-bottom: 10px;}
/* @end */

#container_menu_boks {
	float: left;
    left: 50%;
    position: relative;
    margin-top: -2px !important;
}

#container_menu { 
   left: -50%;
   float: left;
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
	border-bottom: 0px solid #ebebeb;
	margin-bottom: 0px;
	padding-right: 1px;
	}

ul.menu
{
white-space: normal;
width: auto;
height: auto;
margin: 0 auto;
}

.menu li
{
font: 16px "Futura",Helvetica,Arial,sans-serif;
list-style-type: none;
text-align: left;
font-weight: normal !important;
display: inline-block;
}

.menu a { padding: 3px 10px; }

.menu a:link, .menu a:visited
{
color: #202020;
font-weight: normal !important;
text-decoration: none;
text-transform: uppercase;
}

.menu a:hover
{
text-decoration: none;
}
	
.facebook {
	display: block;
	width: 200px;
	height: 89px;
	background: url('http://torarnenjaamo.net/wp-content/uploads/2011/08/facebook.jpg') bottom;
	text-indent: -99999px;
}
.facebook:hover {
	background-position: 0 0;
	background-image: url('http://torarnenjaamo.net/wp-content/uploads/2011/08/facebook-hover.jpg');
}

.bloglovin {
	display: block;
	width: 200px;
	height: 89px;
	background: url('http://torarnenjaamo.net/wp-content/uploads/2011/08/bloglovin1.jpg') bottom;
	text-indent: -99999px;
}
.bloglovin:hover {
	background-position: 0 0;
	background-image: url('http://torarnenjaamo.net/wp-content/uploads/2011/08/bloglovin-hover.jpg');
}

.thumb {
	width: 280px;
	height: 320px;
	padding: 5px;
	float: left;
	margin-left: 4px;
	font-size: 11px;
	background-color: #ededed;
	margin-top: 8px;
}

h1,.alpha   { [font styles] }
h2,.beta    {  font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;color: #333; margin-bottom: 11px; }
h3,.gamma   { [font styles] }
h4,.delta   { [font styles] }
h5,.epsilon { [font styles] }
h6,.zeta    { [font styles] }

#bilderbilder { width: 130px; height: auto; margin-left: 22px;}

img, object, {
	max-width: 100%;
	height: auto;
}

iframe {
}

@media screen and (max-width: 478px) 	{
    body {background-color: #fff;}
    #lenker{ max-width: 100%; margin-top: -50px !important;}
	#skrivevaskner{display: block;}
        #superflyy{display: none !important;}
	#everything { width: 105%; margin-bottom: 0px;}
	#window { width: 100%; margin: 0 !important;}
	#header { margin-top: 0px; height: auto !important;}
	#container_menu { width: 100% !important; height: auto; white-space: normal !important; padding-left: 5px; margin-top: -10px;}
	.menu li{ line-height: 140%;}
	.wp-caption{ max-width: 73.3%; }
	.wp-caption p{ width:93px !important; }
	.innlegg img { max-width: 136% !important; margin-bottom: 13px !important;}
    .innlegg p {font-size: 16px; line-height: 130%;}
.innlegg .signe{display: none;}
    .innlegg h1 a {font-size: 30px; line-height: 100%; }
    .tittel {font-size: 42px; margin-bottom: 2px;}
	img, object, iframe {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */ }
	.postcomments { width:100%;}
	.commentlist p {font-size: 15px; }
    .reply a, .reply a:visited {font-size: 12px;}
    .former {margin-bottom: 0px;}
    .former label{display: none;}
    #leggigjen{ font-size: 30px; }
    #submit {font-size: 12px;}
    #comment {height: 120px; font-size: 14px;}
   .meta { margin-bottom: 15px; margin-top: 10px; line-height: 170%; border-top: 0px #ccc solid; font-size: 13px;}
   .navigation a{font-size: 15px; }
}

@media screen and (max-width: 740px) 	{
	h1 { font-size: 20px; padding: 1px; text-align: center; margin-bottom: 10px;}
	#flytendejoakim { position: static; float: none; text-align: center; margin-top: 60px; font-size: 32px;}
	#flytendejoakimmeny { margin-top: 0px; }
	#content { width: 100%; margin: 0; padding: 0; }
	#sidebar { width: 100%; }
	#sidebar3 { width: 100%; }
	#window { margin: 10px auto; width: 95%; }
	#artikler, #blogposts, #del-1 {display: none;}
	#slider {width: 100%;}
	img, object, iframe {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */}
}

@media screen and (max-width: 480px) {
#sidebar { width: 100%; }
#sidebar3 { width: 100; }
	#artikler, #blogposts, #del-1 {display: none;}
	#slider {width: 100%;}
#window { margin: 10px auto; width: 95%; }
#content { width: 100%; margin: 0; padding: 0; }
}

@media screen and (max-width: 320px) 	{
	#content { width: 100%; margin: 0; padding: 0; }
	#sidebar { width: 100%; }
		#artikler, #blogposts, #del-1 {display: none;}
	#slider {width: 100%;}
	#sidebar3 { width: 100%; }
	#window { margin: 10px auto; width: 95%; }
	img, object, iframe {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */}
}

