	/* Vonlausa.org layout  */
	/* It's OK to use elements of this document for your own stuff, but the DESIGN and layout are copyright 2005 vonlausa.org and may not be used. */ 
	/* Updated 17 December 2005 */ 

/* ------ almennt ------*/

body {
 background: #666363; /*5b7245*/
 /* url(/img/layout/btgrdk.gif) bottom left fixed repeat-x */
 margin: 15px 10px; 
 text-align: center;
 padding-bottom: 25px;
 line-height: 15px;
 font-size: 70%; 
}

html, body, h1, h2, h3, h4, h5, p, th, td, div, ul, li, input, select {
 font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;		
 color: #000;	
}

input, select {
 font-size: 1em;
}

/* ------ almennt endar ------*/

/* ------ layout ------*/

#frame {
 width: 740px;
 margin-right: auto;
 margin-left: auto;
 padding: 0px;
 text-align: left;
 background: #FFF url(../img/layout/back_main.gif) repeat-y 50% 0;  
 border-bottom: 3px white solid;
 }
 
#left {
 width: 140px;
 margin-right: auto;
 margin-left: auto;
 padding: 0px;
 text-align: center;
 float:left;
 background: #FFF url(../img/layout/back_main.gif) repeat-y 50% 0;  /**/
 
 }
 
#main {
 width: 600px;
 margin-right: auto;
 margin-left: auto;
 padding: 0px;
 text-align: left;
 float:right;
 background: #FFF url(../img/layout/back_main.gif) repeat-y 100% 0;  /**/
 }
 
#logo {
 height: 140px;
 margin: 0px 5px 0px 5px;
 padding: 10px 0px 0px 0px;
 text-align: center;
 background: #5b7280;
 border-top:5px white solid;
 border-bottom:5px white solid;  
 }
 
#leftmenu {
 width: 100px;
 margin: 0px 5px 0px 5px;
 padding: 15px 10px 5px 10px;
 text-align: left;
 background: #5b7280;
 
 }
 
#banner {
 margin: 5px 5px 5px 0px;
 padding: 0px;
 text-align: left;
 background: white;
}
 
#content {
 margin-right: 10px;
 padding: 15px 15px 15px 15px;
 text-align: left;
 border: 2px #ccc solid;
}
 
 #footer {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  }
  
 #footerLeft {
  float:left;
  text-align:left;
  padding: 0px;
  text-align: left;
  color: #eee;
  font-size: 1em; 
 }
 
 #footerLeft a {color:#ddd;}
 #footerLeft a:hover {	
  color: #ff0000;
  text-decoration: underline;
 }
 
 #footerRight {
  float:right;
  text-align:right;
  padding: 0px;
  text-align: left;
  color: #eee;
  font-size: 1em;
 
 }
 
 #footerRight a {color:#ddd;}
 #footerRight a:hover {	
  color: #ff0000;
  text-decoration: underline;
 }
 
/* --- Layout endar --- */

/* --- Content --- */

p  {
	padding:0px;
	margin: 5px 0 5px 0;
}

td  {
	font-size: 70%; 
}

h1 {
	font-size: 14px;
	color: #5b7280;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	padding: 0px;
/* ---	border: 1px solid #666363;
	border-style: dashed; 
	padding: 5px;
	margin-bottom: 5px; --- */
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

h4 { /* --- Fyrir blogg dagsetningu --- */
	font-size: 14px;
	text-align: right;
	text-decoration: none;
	margin-top: 0px;
	color: #5b7280;
}

a {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {

	color: #ff0000;
	text-decoration: underline;
}
a:active {

	color: #999999;
	text-decoration: none;
}

.img {
	border-color: #000000;
	border-width: 1px;
}

/* --- Content endar --- */

/* --- Blogg --- */

.byline	{
	font : 11px verdana, arial, helvetica, sans-serif;
	color: #999999;
}
.quote  {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
	padding:6px;
	background-color:#eeeeee;
	border:2px solid #999999;
}
.blogfooter  {
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #5b7280;
	margin-left:10px;
	margin-top: 15px;

}
.mynd   {
	border:1px black solid
}

hr {
	border-top: 1px solid #5b7280;
	border-style: dashed;
	margin-top: 5px;
	margin-bottom: 15px;
}

/* ------ blogg endar ------