/* -------------------------------------------------------------- 
  
   Rumgott.is
   Based on Sense360 CMS
   
-------------------------------------------------------------- */

@import "css/reset.css";
@import "typography.css";
@import "css/forms.css";
@import "css/plugins/tabs.css";


/* Page
-------------------------------------------------------------- */

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
}

#background {
	background: #fff url(http://www.rumgott.is/themes/rumgott/images/bg.jpg) repeat-x;
}

#header {
	height: 100px;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
hr.news {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

/* Newsletter
-------------------------------------------------------------- */

.myForm td, input, select, textarea, checkbox  {
		font-family: tahoma;
		font-size: 12px;
	}

	.required {
		color: red;
	}

/* Sidebar Navigation
-------------------------------------------------------------- */
#sidebar h2 {
	margin: 0;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	padding: 10px 35px;
	border-bottom: 1px solid #ccc;
	background: url(http://www.rumgott.is/themes/rumgott/images/arrow_off.png) no-repeat left;
}
#sidebar ul li a:hover {
	background: #f9f9f9 url(http://www.rumgott.is/themes/rumgott/images/arrow_hover.png) no-repeat left;
	text-decoration: none;
}
#sidebar ul li a.current, #sidebar ul li.current a {
	background: #f9f9f9 url(http://www.rumgott.is/themes/rumgott/images/arrow_on.png) no-repeat left;
}
#sidebar ul li ul li a {
	background: none !important;
	font-size: 0.9em;
	padding-left: 50px;
}
#sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li ul li a.current, #sidebar ul li ul li.current a {
	font-weight: bold;
}

/* Classes
-------------------------------------------------------------- */

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.voruflokkarimg {
	border: 1px solid #ddd;
	padding: 5px;
}
.voruflokkarimg:hover {
	border: 1px solid #2b478e;
}

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

#searchform {
	position: absolute;
	top: 16px;
	right: 10px;
}
#searchform input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	float: left;
}
#leit {
	width: 150px;
	height: 27px;
	line-height: 27px;
	padding-left: 14px !important;
	font-size: 100%;
	background: url(http://www.rumgott.is/themes/rumgott/images/search_form.png) no-repeat;
	color: #666;
}
#flags {
	position: absolute;
	top: 20px;
	right: 250px;
}
#flags a {
	float: left;
	margin-left: 20px;
}

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

#navigation {
	position: absolute;
	bottom: -18px;
	right: 0;	
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 38px;
	background: url(http://www.rumgott.is/themes/rumgott/images/seperator.jpg) no-repeat left;
	padding-left: 2px;
}
#navigation ul li {
	float: left;
	background: url(http://www.rumgott.is/themes/rumgott/images/seperator.jpg) no-repeat right;
	padding-right: 2px;
}
#navigation ul li a {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 1.1em;
	text-shadow: #223975 1px 1px 1px;
	padding-left: 20px;
	padding-right: 20px;
}
#navigation ul li a:hover, #navigation ul li a.current {
	background: url(http://www.rumgott.is/themes/rumgott/images/nav_on.jpg) repeat-x;
	text-decoration: none;
}

/* Wrapper
-------------------------------------------------------------- */

#wrapper {
	width: 878px;
	margin-top: 10px;
	margin: 0 auto;
	min-height: 800px;
	background: url(http://www.rumgott.is/themes/rumgott/images/wrapper_bg.png) no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
}

#slideshow {
	width: 880px;
	height: 231px;
}

#content {
	min-height: 500px;
	float: left;
	width: 610px;
}
#content h1 {
	color: #fff;
	font-size: 1.2em;
	height: 34px;
	line-height: 34px;
	background: url(http://www.rumgott.is/themes/rumgott/images/h1_bg.png) repeat-x;
	padding-left: 10px;
}
#sidebar {
	min-height: 500px;
	float: right;
	width: 250px;
}
#sidebar h2 {
	color: #fff;
	font-size: 1.2em;
	padding: 0;
	height: 34px;
	line-height: 34px;
	background: url(http://www.rumgott.is/themes/rumgott/images/h2_bg.png) repeat-x;
	padding-left: 10px;
	margin: 0;
}