/*-----------------------------------------------------------------------------
author:    Dagur Kristinsson
email:     dagur@netvistun.is
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin and padding */
* {	margin: 0; padding: 0; }
a img {border: none;}

/* Styles dev */
.clr { clear:both; }

/* Document setup */
html { height: 100%; margin-bottom: 1px; }
body { font: 12px/1.5 Helvetica, Arial, Verdana,sans-serif; color: #aaa; background: #000; }
table tr td { font-size: 12px; }
body a { text-decoration: none; border-bottom: 1px solid #fff; color: #fff; }
body a:hover { color: #f18a00; }
body a.img { border: none; }
#leftcontent a { border: none; }

/* Layout */
#container {width:970px;margin:0 auto;}
#banner { }
#content {}
#footer {clear:both;}

/* Typography */
h1 { font-size: 2.2em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }

.read p, .read q, .read cite { margin-bottom: 15px; }
ul, ol, dl {}
li, dd, dt {}
