@charset "UTF-8";
/*HTML*/
html { margin: 0px; padding: 0px; height: 100%; width: 100%; }
body {
	background-image:url(http://www.jokull.is/images/background.jpg);
	/*background-image:url(http://wordpressthemesbase.com/wp/wp-content/themes/pistachio/images/background_stripes.gif);*/
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Palatino, Georgia, Arial, Helvetica, sans-serif;
}
ul, li { margin: 0px; padding: 0px; list-style: none; }
h1 { font-family: Arial, Helvetica, sans-serif;  font-size: 58px; line-height: 63px; }
h2 { font-family: Arial, "Times New Roman", Times, serif; font-size: 28px; line-height: 30px; margin-bottom: 2px; color: #005E9A; font-weight: lighter; }
h3 { font-family: Arial, Helvetica, sans-serif;  font-size: 16px; line-height: 18px; margin: 0px; font-weight: lighter; border-bottom: 1px dotted #CCC; padding-bottom: 5px; }
h5 { font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 12px; margin: 0px;}
/*ID*/
#center { width: 960px; height: 100%; margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 0px;}
#body {
	background-image: url(http://www.jokull.is/images/bg.png); 
	width: 920px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	float: left;
}
#header { height: 134px; float: left; border-bottom: 1px dotted #CCC; }
#left-header { 
	padding: 20px; 
	padding-top: 0px;
	padding-bottom: 0px; 
	float: left;
	width: 510px;
}
#right-header { padding: 10px; padding-top: 80px; float: right; width: 424px; }
#right-header li { float: left; padding-right: 10px; padding-left: 10px; font-size: 20px; font-family: Arial, Helvetica, sans-serif; }
#main {
	width: 582px;
	padding: 30px;
	float: left;
	padding-top: 10px;
	border-right: 1px dotted #CCC;
	text-align: justify;
	font-size: 15px;
}
#sidebar {
	width: 255px;
	padding: 10px;
	float: right;
	padding-top: 20px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar ul { margin: 0px; }
#sidebar li a { list-style: url(../images/bullet_black.gif) inside; line-height: 25px; border-bottom: 1px dotted #CCC; display: block; padding-left: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#sidebar li a:hover { list-style: url(../images/bullet_blue.gif) inside;  background-color: #eee; line-height: 25px; display: block; padding-left: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }
/*Class */
.margin2 { margin: 3px; }
.xsmall { font-size: 11px; }
/*Links*/
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover {text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
#header a:hover { color: #566D7E; }
#main a:hover { color: #566D7E; border-bottom: 1px dotted #566D7E; }
p a:link { color: #566D7E; font-weight: bolder; border-bottom: 1px dotted #566D7E; }
p a:visited { color: #566D7E; font-weight: bolder; border-bottom: 1px dotted #566D7E; }
h2 a:link { color: #005E9A; }
h2 a:visited { color: #005E9A; }
.img_float { margin-left: 13px; margin-top: 10px; position: absolute;  }
.ego {
	display: block;
	width: 250px;
	height: 395px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	background: url('http://www.jokull.is/images/ego.jpg');
}
.ego:hover { background-position: -250px 0; }
.facebook a:link { border-bottom: 0px; }
.facebook a:visited { border-bottom: 0px; }
.facebook a:active { border-bottom: 0px; }
.facebook a:hover { border-bottom: 0px; }
.facebook img { margin-right: 5px; }
.facebook { font-family: Arial, Helvetica, sans-serif; font-size: 10px; float: right; }
img { border: 0px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }