/* -------------------------------------------------------------- 
  
   Design & Development: Hafsteinn M. Masson
   E-Mail: hafsteinnmar@gmail.com
   
-------------------------------------------------------------- */

@import "css/reset.css";
@import "css/forms.css";
@import "typography.css";
@import "css/tooltip.css";


/* General
-------------------------------------------------------------- */

body {
	background: #f7f8f8 url(images/background.png) repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 150px;
	width: 960px;
	position: relative;
}

img.logo {
	position: absolute;
	left: -100px;
	top: 0;
	z-index: 0;
}

.clear {
	clear: both;
}

#header-nav {
	position: absolute;
	top: 15px;
	right: 70px;

}

.header-info {
	position: absolute;
	bottom: 70px;
	right: 20px;
}

#header-nav a {
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	color: #000;
	font-size: 0.9em;
	line-height: 20px;
}
#header-nav a:hover {
	text-decoration: underline;
}

#header-nav a.english {
	background: url(images/english.png) no-repeat left;
	padding-left: 20px;
}

#textsize {
	position: absolute;
	top: 10px;
	right: 0px;
	font-weight: bold;
}

.decreaseFont {
	font-size: 1.2em;
}

.increaseFont {
	font-size: 1.6em;
}

/* Table
-------------------------------------------------------------- */

.content table tr td {
	padding: 5px;
}

/* Navigation
-------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 51px;
	background: url(images/navigation_bg.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	height: 41px;
	padding: 0;
	margin-left: 5px;
}

#navigation ul li {
	background: url(images/seperator.png) no-repeat top right;
	padding-right: 2px;
	float: left;
}

#navigation ul li a {
	display: block;
	line-height: 41px;
	height: 41px;
	padding-left: 22px;
	padding-right: 22px;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
}
#navigation ul li a:hover {
	background: url(images/nav_hover.png) repeat-x;
}
#navigation ul li a:active {
	background: url(images/nav_active.png) repeat-x;
}

#navigation ul li a.current, #navigation ul li.current a {
	background: #aa1e23;
}

/* Search
-------------------------------------------------------------- */

#searchform {
	width: 189px;
	position: absolute;
	top: 7px;
	right: 12px;
}
#searchform input {
	float: left;
}

input.search-field {
	background: url(images/search_bg.png) no-repeat;
	width: 130px;
	height: 22px;
	border: 0;
	outline: 0;
	color: #fff;
	font-size: 0.9em;
	margin: 0;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 6px 0px 0px 18px;
}
input.search-button {
	border: 0;
	margin: 0;
	padding: 0;
}


/* Slideshow
-------------------------------------------------------------- */

#slideshow {
	width: 960px;
	height: 391px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Headlines
-------------------------------------------------------------- */

#headlines {
	width: 960px;
	height: 41px;
	background: url(images/headlines_bg.png) no-repeat;
	color: #fff;
}

.headline {
	padding-top: 3px;
	margin-left: 130px;
}
.headline span {
	color: #b9cddc;
}
.headline a {
	color: #fff;
	font-weight: normal;
}
.headline a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 240px;
	float: left;
	margin-top: 10px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	
}
#sidebar ul li a {
	color: #222;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	line-height: 30px;
	padding-left: 15px;
	margin-left: 1px;
	margin-right: 1px;
}
#sidebar ul li a.current {
	background: url(images/sub_current.png) no-repeat;
	width: 231px;
	color: #fff;
}
#sidebar ul li a.current:hover {
	background: url(images/sub_current.png) no-repeat;
	color: #fff;
	text-decoration: underline;
}
#sidebar ul li a:hover {
	background: #f2f2f2;
}
#sidebar h2 {
	width: 228px;
	height: 34px;
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	background: url(images/sidebar_heading.png) no-repeat;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 7px 0px 0px 15px;
	margin: 0;
}
.sidebar-content {
	float: left;
	width: 228px;
	background: url(images/sidebar_bg.png) repeat-y;
	margin: 0;
}

#sidebar ul li ul li a {
	font-size: 0.9em;
	padding-left: 30px;
	font-weight: normal;
}

.question {
	vertical-align: top;
	text-align: right;
}

hr {
	border: 0;
	width: 100%;
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 1px;
}
.lnews-wrapper {
	padding: 15px;
}

h3.frettatitill {
	font-size: 1.0em;
}

.lnews-wrapper .ccm-page-list-description {
	font-size: 0.9em;
}

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

#content-wrapper {
	width: 716px;
	float: right;
	margin-top: 10px;
}
#content-wrapper h1 {
	font-size: 1.9em;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #f2f2f2;
}
.content {
	width: 686px;
	background: url(images/content_bg.png) repeat-y;
	padding: 15px;
	min-height: 600px;
}

#content ul {
	list-style-type: disc;
	margin-left: 100px;
}

#content-wrapper h1 {
	
}

/* Boxes
-------------------------------------------------------------- */

#boxes {
	margin-top: 10px;
	margin-bottom: 10px;
}

.box {
	width: 309px;
	height: 183px;
	background: url(images/box_bg.png) no-repeat;
	float: left;
}
p.box-title {
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 1.1em;
}
.box-content {
	padding: 0px 15px;
	position: relative;
}
.box-content p {
	display: block;
	font-size: 0.9em;
	width: 140px;
}
.09em {
	font-size: 0.9em;
}
.box-center {
	margin-left: 16px;
}
.box-last {
	float: right;
	margin-right: 2px;
}

.sidebar-other {
	margin-top: 20px;
}

a.forsida-kynning {
	display: block;
	width: 149px;
	height: 172px;
	background: url(images/kynning.png) no-repeat;
	position: absolute;
	top: -40px;
	right: 6px;
}

a.forsida-vorur {
	display: block;
	width: 149px;
	height: 172px;
	background: url(images/vorur.png) no-repeat;
	position: absolute;
	top: -40px;
	right: 6px;
}

/* Footer
-------------------------------------------------------------- */

#footer {
	background: url(images/footer_bg.png) no-repeat center top;
	padding-top: 25px;
	color: #222;
}
#footer span {
	font-size: 0.9em;
	color: #666;
}
