/* Dagny Reykjalin  www.reykjalin.com */

/* Strúktúr */

body {
    background-color: #ffffff;
    background-image:url('../img/v3_bg.gif');
    background-repeat: repeat-x;

    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
#header {
    width:760px;
    height:76px;
    margin-top:15px;
    background-image:url(../img/v3_lara_logo.gif);
    background-repeat:no-repeat;
}
#menu {
    background-color:#eeeeee;
    float:right;
    height:18px;
    font-size: 85%;
    text-align:right;
    margin-top: 30px;
    padding: 10px 10px 0px 15px;
}
a.menu {
    text-decoration:none;
    color:#663333;
    border: 0px;
}
a.menu:hover
{
	color: #ff0000;
}


#banner {
	display:none;
}

.seperator {
    color:#cccccc;
    padding: 0px 2px 0px 2px
}    
    
#mainpage {
    width:760px;
    margin-top:10px; 
}

#contentframe {
    float:left;
    width:460px;
    text-align:left;
}

#sideframe {
    float:left;
    width:275px;
    line-height:160%;
    font-size: 90%;
    padding-left:25px;
    text-align:left;
}

.tenglabox {
    float:left;
  padding-bottom: 15px;
    width:50%;
}

/* Elements */

.line {
    width:100%;
    border-bottom: 1px #bbbbbb dotted;
    margin: 5px 0 5px 0;
}
select {
    width:250px;
    margin: 0px 0px 10px 0px;
}
a {
    color:#cc0000;
    border-bottom: 1px #cccccc dotted;
    text-decoration:none;
}
a:hover {
    color:#660000;
    border-bottom: 1px #999999 dotted;     
    text-decoration:none;
    }


/* Blogg element*/

h3.headline, h2 {
    font-size:150%;
    font-family: lucida grande, lucida sans, lucida sans unicode, sans-serif;
    font-weight:bold;
    margin:10px 0px 5px 0px;
}
h3.headline:link
{
	color:#000000;
	text-decoration:none
}

.entry-content
{
	line-height: 150%;
	font-size: 110%;
	margin:0px;
}
.entry-content img
{
	border: 1px solid #cccccc;
	padding: 3px;
	margin:0px 10px 10px 0px;
}

p.entry-more-link
{
	font-size: 100%;
}
p.posted
{
	font-size:85%;
	margin: 5px 0px 10px 0px;
}
h4 {
	margin:0px;
}

.trackbacks
{
	padding:5px;
	margin-left:5px;
}

.trackbacks-content, .comment-inner
{
	background-color: eeeeee;
	border: 1px dotted #cccccc;
	padding:5px;
	margin-left:5px;
}