body {
  font: 12pt helvetica,arial,sans-serif;
  color: black;
  background-color: white;
  background-image: none;
  width: auto;
  orphans: 2;
  widows: 2;
}


#Header-image h1 { display: block; border-bottom: 2pt solid #000; padding-bottom: .5em; }

#system-top, #system-right { display:none; }
/*

#system-content #content div               { display: none; }
#system-content #content #Main-content     { display: block; height: auto; width: auto; page-break-after:avoid; page-break-inside:avoid; }
#system-content #content #Main-content div { display: block; height: auto; width: auto; }
*/
#left, #right, #nav { display: none; }


/* Bloggfærslur */
.blog-entry { border-bottom: .5pt solid #000; }
.blog-entry-above .entry-date { font-size: 0.8em; margin-bottom: 0em; }
.entry-body { line-height: 1.4em; clear: both; }

.blog-entry-above { margin-top: 1em; }
.blog-entry-above h2 { margin-top: .2em; }

h1 a, h2 a { text-decoration: none; color: #000; }
.newsblog-inappropriate { display: none; }


/*
.entry-body a { text-decoration: none; }
 
Ansi nett leið til að birta slóðir í hornklofum á eftir krækjum:
  .entry-body a:after { content: " [" attr(href) "] "; }
Virkar þó bara í FF og getur orðið subbulegt...
 */


/* clearfix fyrir entry-body (vegna fljótandi mynda með stuttum texta) */
.entry-body { zoom: 1 }
.entry-body:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.entry-author { margin-bottom: .2em; }
.entry-info { font-size: 0.8em; text-align: right; margin-top: .2em; }
.entry-list-nav { display: none; }

/* Athugasemdakerfi */
.comment-number { display: none; }
.entry-comment-form { display: none; }
.author-icon { float: left; margin: 0 .7em .3em 0; border: .5pt solid #000; }
.comment { font-size: 0.9em; border-bottom: .5pt dashed #000; clear: both; }
.comment-body { line-height: 1.4em; }
.comment-signature { text-align: right; }


/* Myndir í meginmáli */
.entry-body img { border: .5pt solid #000; }
img.align_left { float: left; margin: 0 .7em .3em 0; }
img.align_right { float: right; margin: 0 0 .3em .7em;  }


