/*  
Theme Name: MB 1.0
Version: 1.0.0
Author: Klas Henrik Adergaard
Author URI: http://marknadsbloggen.com/
Tags: simple, two-columns, fixed-width, multi-threaded-comments
Description: Simple enough wp theme for a blog!
*/




/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }




/* Font Stacks -------------------------------- */
body, form *, #respond #cancel-comment-reply-link { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.content h2, h3, #postbox label, #help dd {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}
code, pre { font-family: Monaco, Consolas, "Courier New", monospace; }
/* -------------------------------------------- */




html {
	font-size: 100%;
}
body {
	font-size: 62.5%;
	background: #fff;
}
a, a:visited, h1 a:visited, a:active, #main .selected .actions a, #main .selected .actions a:link, #main .selected .actions a:visited, #help dt {
	color: #0033cc; 
}
a:hover, h1 a:hover, #main .selected .actions a:hover, #main .selected .actions a:active {
	color: #d54e21;
}


h1, h2{
    font-family: georgia, times, serif;
    font-size: 3em;
    margin: 0 0 12px 0;
}


h1 a, h2 a, h1 a:visited, h2 a:visited, h1 a:hover, h2 a:hover{
    color: #333;
    border: 0;
}

.content h2{
    margin: 6px 0;
    font-size: 1.3em;
    font-weight: 700;
    color:333;
}

h4, h5, h6 {
	font-weight: 500;
}

p{
    margin: 0 0 1em 0;
}

h1 a:hover {
	border: none;
}
a:hover {
	border-bottom: 1px solid #d54e21;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
code, pre {
	font-size: 1.1em;
}
code {
	background: #f1f1f1;
}
acronym {
	border-bottom: 1px dotted rgb(85, 85, 85);
	cursor: help;
}
blockquote {
	padding-left: 8px;
	font-style: italic;
	color: #888;
	background: #f1f1f1;
	padding: 2px 12px;
}


/* structure */
#info-header{
    height: 35px;
    background: #EFEFEF;
    margin-bottom: 20px;
}

#wrapper{
    width: 780px;
    margin: 0 auto;
}

#info-header h1{
    width: 780px;
    margin: 0 auto;
    font-size: 1.2em;
    padding: 12px 0 3px;
}


#masthead{
    background:url(images/masthead.png) no-repeat 0 0;
    height:150px;
    clear: both;
    margin-bottom: 2.4em;
}




#main{
    width: 520px;
    float: left;
    overflow:hidden;
    padding: 0 0 20px 0;
}

.content img{
    float: left;
    margin: 4px 20px 20px 0;
}

.content img.alone{
    float:none;
    margin: 10px 0;
    text-align: center;
    border: 8px solid #efefef;
}



/* widgets / sidebar */
#sidebar{
    width: 220px;
    float: right;
    overflow: hidden;
    background: #fff;
    padding: 0;    
}

#sidebar h2{
    font-size: 1.4em;
    padding: 5px;
    font-weight: normal;
    font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: #404D5D;
    margin: 0 0 12px 0;
}

#sidebar a:hover{
    border:0;
    text-decoration:none;
}

#sidebar ul{
    margin-bottom: 40px;
}

#sidebar ul li {
    list-style:none;
    font-size: 1.1em;
    margin: 4px 0;
}


#sidebar ul#most-read li{
    margin: 4px;
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    padding: 4px 0;
}

#sidebar .rss{
    margin: 0;
    font-size: 1.2em;
}



#sidebar .adbar_google{
    padding: 10px 0;
}


#sidebar p.subtext{
    color: #777;
    margin: -6px 0 8px 0;
}




#sidebar .links{
    margin-top: 0px;
    font-size: 1.2em;
    font-weight: 700;
}




#sidebar ul.pointlist{    
    margin: -2px 0 0 0;
    padding:0 0 10px 0;
}




#sidebar ul.pointlist li{
    background:url(images/icons.gif) 0 -320px no-repeat;
    padding-left:18px;
    list-style:none;
    font-size: 0.9em;
}

#footer{
    clear: both;
    padding:10px 0 20px 0;
    border-top: 1px solid #ccc;
    font-size: 1.3em;    
}

.notify{
    color: #999;
}

.fixed{
    clear: both;
}

.hl{
    background: #ECF6FC;
    padding: 2px;
}

.hlb{
    background: #ECF6FC;
    padding: 6px 12px;
    margin: 10px 0;
}

/* posts */
p.info{
    display: inline;
    font-weight: normal;
    padding: 4px;    
    line-height: 1.8em;
    font-size: 1.2em;    
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;    
}

.post h2, .post h1{
    clear: both;
    margin-top: 10px;
}

.post .content{
    font-size: 1.3em;
    margin:10px 0;
    padding:0 0 0 3px;
    line-height:145%;
    overflow:hidden;
}

.post .content img {
	max-width:500px;
}
.post .content ul,
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li,
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}

.left{
    float: left;
}

.right{
    float: right;
    text-align:right;
}

.post .under {
    height:16px;
    line-height:16px;
    font-size:11px;
    margin-bottom:10px;
}


.post .foot {
	overflow:hidden;
	clear:both;
	margin:.67em 0 0;
	padding:.33em 0 6em 0;
	width:100%;
	color:#2a2a2a;
	list-style:none outside;
	border-top:1px dotted #d3d3d3;
}
.post .foot li {
	margin:0;
	padding:0;
}
.post .foot .alpha {
	float:left;
	font-size:1.2em;
	line-height:2;
	font-weight:700;
}
.post .foot .beta {
	float:right;
        padding: 5px 0 0 0;
}
.post .foot .liaison {
	margin:0;
	padding:0;
	list-style:none outside;
	line-height:1.5;
}
.post .foot .liaison li {
	padding:0 0 0 20px;
	margin:0 0 0 5px;
	float:left;
        font-size: 1.1em;
}
.post .foot .liaison li a {
	color:#2a2a2a;
}




.post .foot .liaison li a:hover{
    text-decoration: none;
    border: 0;
}




.post .foot .liaison li a:visited {
	color:#4a4a4a;
}
.post .foot .liaison .share {
	padding:0;
}
.post .foot .liaison .rss {
        padding: 0 8px 0 18px;
        background: url(images/rss20.gif) no-repeat;
}
.post .foot .liaison .twitter {
        padding: 0 8px 0 18px;
	background: url(images/twitter20.gif) no-repeat;
}
.post .foot .liaison .email {
	padding: 0 8px 0 22px;
        background: url(images/mail20.gif) no-repeat;
}
.post .foot .liaison .sharethis {
	padding: 0 8px 0 19px;
        background: url(images/sharethis20.gif) no-repeat;
}








/* Comments */
#postnavi, #pagenavi{
    background: #fff;
    padding: 10px;
    font-size: 1.4em;
    font-weight: 700;
}

#postnavi .next, #pagenavi .newer{
    float: left;
}

#postnavi .prev, #pagenavi .older{
    float: right;
    text-align: right;
}

#comments{
    background: #E0E5ED;
    padding: 10px;
    font-size: 1.2em;
    margin: 10px 0;
}

h2.comments{
    font-size: 1.4em;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    margin: 10px 0 8px 0;
}




ol.commentlist { list-style:none; margin:0 0 30px; padding:10px; background:#fff;}
ol.commentlist li { clear: both; padding-bottom: 16px;/* border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; */ }
ol.commentlist li div.comment-author{ background: #F3F3F3; height: 38px; width: 100%;}
ol.commentlist li div.comment-author.vcard{  float: left;  }
ol.commentlist li div.comment-bodytext{ clear: both; margin: 0 0 4px 0; padding-top:6px; border:1px solid #ccc; border-width: 0 0 1px 0;}
ol.commentlist li div.vcard cite.fn { font-size: 1.2em; font-weight: 700; color: #444; float: left; padding-top: 11px;}
ol.commentlist li div.vcard .says { display: none;}
ol.commentlist li div.reply{ font-weight: 700;}
ol.commentlist li div.vcard img.avatar { float: left; margin-right: 10px;/* background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; */}
ol.commentlist li div.comment-meta { float: left; padding-top: 11px; margin-left: 10px; /* font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; */}
ol.commentlist li div.comment-meta a { color:#777; text-decoration:none; }
ol.commentlist li p { line-height: 16px; margin:5px 0 12px; }
ol.commentlist li ul { line-height: 16px; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:10px 0 10px 40px; /* border: 1px solid #ccc; */}
ol.commentlist li ul.children li.depth-3 { margin:10px 0 10px 40px; /* border: 1px solid #ccc; */}
ol.commentlist li ul.children li.depth-4 { margin:10px 0 10px 40px; }
ol.commentlist li ul.children li.depth-5 { margin:10px 0 10px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#fff; }




textarea#comment{
    width: 98%;
}




.wpcf7{
   background: #E0E5ED;   
}




.wpcf7 form{
    padding: 0 10px 10px 10px;
}




.wpcf7 form p{
    padding-top: 10px;
}




.wpcf7 form textarea{
    width: 90%;
}


.aligncenter,
div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption.alignleft {
 float: left;
 margin: 2px 12px 6px 0;
}
.wp-caption.alignright {
 float: right;
 margin: 2px 0 6px 12px;
}
.wp-caption {
 border: 1px solid #ddd;
 text-align: center;
 background-color: #f3f3f3;
 padding-top: 4px;
 margin: 0;
 /* optional rounded corners for browsers that support it */
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.wp-caption img {
 margin: 0 5px 5px 5px;
 padding: 0;
 border: 0 none;
}
.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
}