/* -------------------------------------------------------------- 
  
   Sniðmáti fyrir Meðlag.is
   
   Höfundaréttur 2010, Tikktakk Hugbúnaður, Aicon ehf.
   http://www.tikktakk.is/
   
-------------------------------------------------------------- */

@import "css/reset.css";
@import "css/forms.css";
@import "css/products.css";
@import "css/typography.css";
@import "css/tipTip.css";


/* Almennt
------------------------------- ------------------------------- */

body, html {
	background: #d7e6ed;
}

body {
	background: #d7e6ed url(images/background.png) no-repeat center top;
}

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

#header {
	height: 93px;
	position: relative;
}
img.logo {
	position: absolute;
	top: 15px;
	left: 10px;
}

#player {
	float: right;
}

/* Leturstærð & Tólastika
-------------------------------------------------------------- */

#textsize {
	position: absolute;
	top: 5px;
	right: 5px;
}

#textsize a {
	font-weight: bold;
}
#textsize a.smaller {
	font-size: 1.3em;
}

#textsize a.larger {
	font-size: 1.6em;
}

#page-tools {
	position: absolute;
	top: 10px;
	right: 60px;
}

#page-tools a {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-weight: normal;
	font-size: 0.9em;
}

#page-tools a:hover {
	text-decoration: underline;
}

#flags {
	position: absolute;
	top: 12px;
	right: 300px;
}
#flags a {
	margin-left: 15px;
}

/* Leitarvél
-------------------------------------------------------------- */

#search {
	position: absolute;
	top: 50px;
	right: 10px;
}

#search input {
	float: left;
	border: 0;
	margin: 0;
}

#leit {
	width: 140px;
	height: 20px;
	margin: 0;
	border: 0;
	outline: 0;
	background: url(images/search_bg.png) no-repeat;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 8px 0px 0px 14px;
}
#leit-button {
	padding: 0;
}


/* Valmynd
-------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 44px;
	background: url(images/navigation_bg.png) no-repeat;
}

#navigation ul {
	list-style-type: none;
	margin: 0px 0px 0px 8px;
	height: 44px;
	background: url(images/seperator.png) no-repeat top left;
	padding: 0px 0px 0px 2px;
}
#navigation ul li {
	float: left;
	background: url(images/seperator.png) no-repeat top right;
	padding: 0px 2px 0px 0px;
}
#navigation ul li a {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	text-shadow: #1b3d6a 1px 1px 1px;
	padding: 11px 27px 11px 27px;
}
#navigation ul li a:hover {
	background: url(images/nav_hover.png) repeat-x;
}
#navigation ul li a.current, #navigation ul li.current a {
	background: url(images/nav_current.png) repeat-x;
}

/* Vinstri valmynd
-------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 243px;
}

h2.sidebar-heading {
	display: block;
	height: 33px;
	width: 228px;
	font-size: 1.2em;
	color: #fff;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 10px 0px 0px 15px;
	margin: 0px;
	background: url(images/sidebar_heading.png) no-repeat;
	text-shadow: #1b3d6a 1px 1px 1px;
}

.box {
	background: url(images/box_bg.png) repeat-y;
	margin-bottom: 20px;
}
.box-inner {
	background: url(images/box_inner.png) no-repeat bottom left;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0px 10px 10px 10px;
}

.box-inner ul {
	list-style-type: none;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0;
	margin: 0;
}

.box-inner ul li {
	border-bottom: 1px solid #e7ecee;
}

.box-inner ul li a {
	display: block;
	color: #333;
	font-weight: normal;
	font-size: 1.0em;
	background: url(images/arrow.png) no-repeat left;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 5px 0px 5px 15px;
	margin-left: 10px;
}
.box-inner ul li a:hover {
	text-decoration: underline;
}

p.news-item {
	font-size: 0.9em;
	color: 333;
	border-bottom: 1px solid #f1efef;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
}
p.news-item span {
	color: #999;
}

/* Almennt innihald
-------------------------------------------------------------- */

#content {
	width: 710px;
	float: right;
}

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

#content h1 {
	font-size: 2.2em;
	border-bottom: 1px solid #e7e5e4;
	padding-bottom: 10px;
}

#content-inner {
	background: url(images/content_bg.png) repeat-y;
	min-height: 600px;
	padding: 15px;
	position: relative;
}

/* Síðufótur
-------------------------------------------------------------- */

#footer {
	background: url(images/footer_bg.png) center top;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
