/*
Theme Name: Foroya Kommunufelag
Theme URI: 
*/

/* begin reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, small, strong, ol, ul, li, fieldset, form, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

html, body {
	height: 100%;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
p { padding-bottom: 15px; }

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
/* end reset */

/* begin wrapper */
body{
	background:url(../images/bg.gif) #f2f2f2 0 0 repeat-x;
	color:#666666;
	font:12px normal Tahoma, Geneva, sans-serif;
	margin:0;
	padding:0;
}

a
{
	color:#5a8412;
	font-weight:bold;
	text-decoration:none;
}

	a.underline
	{
		text-decoration:underline;
	}

#wrap{
	margin:0 auto;
	width:974px;
}
/* end wrapper */

/* begin header */
#header
{
	background:url(../images/header-bg.jpg) no-repeat;
	height:154px;
	margin-top:36px;
	width:974px;
}

	/* logo */
	#header #logo
	{
		padding:16px 33px 0 35px;
	}
	
		#header #logo .text
		{
			padding-top:26px;
		}

	/* navigation */
	#header #nav
	{
		height:36px;
		padding:17px 0 0 8px;
		width:959px;
	}
	
		#header #nav .nav-left
		{
			background:url(../images/nav-l.png) no-repeat left top;
			float:left;
			height:36px;
			width:14px;
		}
		
		#header #nav .menu
		{
			background:url(../images/nav-bg.png) repeat-x;
			float:left;
			height:36px;
			width:931px;
		}
		
			#header #nav .menu ul
			{
				float:left;
				list-style:none;
				margin:0;
				padding:0;
				width:595px;
			}
			
				#header #nav .menu ul li
				{
					background:url(../images/nav-separator.jpg) no-repeat right top;
					display:inline-block;
					float:left;
					height:36px;
					padding:9px 14px 9px 14px;
				}
				
					#header #nav .menu ul li.first
					{
						padding-left:5px;
					}
				
					#header #nav .menu ul li a
					{
						color:#edf9dc;
						font-size:15px;
						font-weight:bold;
						text-decoration:none;
					}
					
						#header #nav .menu ul li a.active, #header #nav .menu ul li a:hover
						{
							color:#FFF;
							background:url(../images/nav-active.gif) no-repeat center bottom;
							height:36px;
							padding-bottom:9px;
							width:11px;
						}
		
		#header #nav .nav-right
		{
			background:url(../images/nav-r.png) no-repeat right top;
			float:left;
			height:36px;
			width:14px;
		}
		
/* search */
.search
{
	float:right;
	width:330px;
}

	.search .languages
	{
		float:left;
		margin:3px 0 0 0;
	}
	
	.search .search-form
	{
		float:left;
		margin:5px 0 0 0;
		padding:0;
	}
	
		.search .search-form .search-input
		{
			background:url(../images/search-txtbox.jpg) no-repeat scroll 0 0;
			border:none;
			float:left;
			height:26px;			
			margin:0 5px 0 5px;
			padding:5px 10px;
			width:185px;
		}
		
		.search .search-form .search-btn
		{
			float:left;
		}
.search-btn{
width: 26px;
	height: 26px;
	background: url(../images/search-btn.jpg) 0 0 no-repeat;
	border: 0;

}
		
/* begin content */
#content
{
	margin:3px 0 0 7px;
}

#content h1
{
	color:#247098;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight:normal;
padding-bottom: 4px;
}
#content h2
{
	background:url(../images/dotted.gif) repeat-x left bottom;
	color:#ababab;
	font:16px bold Arial, Helvetica, snas-serif;
	font-weight:bold;
	margin-left:1px;
	padding:0 15px 13px 13px;
}

#content h3, #content h3 a
{
	color:#247098;
	font:15px bold Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content h6
{
	font:10px normal Arial, Helvetica, sans-serif;
padding-bottom: 4px;
}
		
#content #left
{
	float:left;
	width:200px;
}

#content #main
{
	background:url(../images/content.gif) bottom left no-repeat;
	float:left;
	height: auto !important;
	height: 800px;
	margin:0 6px;
	min-height: 800px;
	padding-bottom:15px;
	width:555px;
}

	#content #main .content
	{
		background:url(../images/content-top.gif) 0 0 no-repeat;
		padding:15px 9px 10px 1px;
	}
	
		#content #main .content .posts
		{
			line-height:1.5em;
			padding:15px 20px 0 15px;
		}
		
			#content #main .content .posts .post
			{
				margin-bottom:10px;
			}

			#content #main .content .posts .post img
			{
				float:left;
				margin-right:13px;
			}
			


	/* pagination */
	#content #main .pagination
	{
		background:url(../images/dotted.gif) repeat-x left top;
		padding:15px 0 10px 0;
		text-align:center;
	}
	
		#content #main .pagination a
		{
			display:inline-block;
			font-size:11px;
			font-weight:normal;
			height:21px;
			margin:5px 2px 0 2px;
			text-decoration:underline;
		}
	
		#content #main .pagination a.button
		{
			background:url(../images/page-btn.gif) no-repeat;
			display:inline-block;
			font-weight:bold;
			height:21px;
			margin-top:0;
			padding:1px 0 0 0;
			padding-top:2px;
			text-decoration:none;
			width:21px;
		}
		
		#content #main .pagination span.active
		{
			color:#247098;
			display:inline-block;
			font-weight:bold;
			height:21px;
		}

#content #main2
{
	background:url(../images/content_wide.png) bottom left no-repeat;
	float:left;
	height: auto !important;
	height: 800px;
	margin:0 0;
	min-height: 800px;
	padding-bottom:15px;
	width:761px;
}

	#content #main2 .content
	{
		background:url(../images/content-top_wide.png) 0 0 no-repeat;
		padding:15px 9px 10px 1px;
	}
	
		#content #main2 .content .posts
		{
			line-height:1.5em;
			padding:15px 20px 0 15px;
		}
		
			#content #main2 .content .posts .post
			{
				margin-bottom:10px;
			}

			#content #main2 .content .posts .post img
			{
				float:left;
				margin-right:13px;
			}
			


	/* pagination */
	#content #main2 .pagination
	{
		background:url(../images/dotted.gif) repeat-x left top;
		padding:15px 0 10px 0;
		text-align:center;
	}
	
		#content #main2 .pagination a
		{
			display:inline-block;
			font-size:11px;
			font-weight:normal;
			height:21px;
			margin:5px 2px 0 2px;
			text-decoration:underline;
		}
	
		#content #main2 .pagination a.button
		{
			background:url(../images/page-btn.gif) no-repeat;
			display:inline-block;
			font-weight:bold;
			height:21px;
			margin-top:0;
			padding:1px 0 0 0;
			padding-top:2px;
			text-decoration:none;
			width:21px;
		}
		
		#content #main2 .pagination span.active
		{
			color:#247098;
			display:inline-block;
			font-weight:bold;
			height:21px;
		}

/* right column */
#content #right
{
	float:right;
	width:200px;
}

#content .box
{
	background:url(../images/box.gif) bottom left no-repeat;
	height: auto !important;
	height: 100px;
	line-height:1.4em;
	margin-bottom:7px;
	min-height: 100px;
}

	#content .box .bend {
		background: url(../images/box-top.gif) 0 0 no-repeat;
		padding:15px 8px 15px 1px;
	}
	
		#content .box .bend p
		{
			padding:10px 15px 10px 15px;
		}
		
		#content .box .bend ul
		{
			color:#247098;
			font-weight:bold;
			list-style:none;
			padding-top:15px;
			text-align:center;
		}
		
		#content #right .box .bend ul
		{
			padding-top:0px;
		}
		
			#content .box .bend ul li
			{
				background:url(../images/dotted.gif) repeat-x left bottom;
				margin-bottom:15px;
				padding:5px 15px 15px 15px;
			}
			
			#content .box .bend ul li img
			{
				margin-bottom:7px;
			}
			
				#content #right .box .bend ul li
				{
					margin-bottom:0;
					padding:7px 5px 7px 5px;
				}
				
				#content #right .box .bend ul li img
				{
					margin-bottom:0;
				}
			
			#content .box .bend ul li.last
			{
				background:none;
				margin-bottom:6px;
				padding:0px 15px 0px 15px;
			}
			
				#content #right .box .bend ul li.last, #content #right .box .bend ul li.last img
				{
					margin-bottom:0px;
					padding-bottom:0;
				}
		
		#content .box .bend ul.side-menu
		{
			list-style:none;
			padding-top:0px;
			text-align:left;
		}
		
			#content .box .bend ul.side-menu li
			{
				background:url(../images/side-nav-bg.gif) repeat-x !important;
				border:none;
				height:30px;
				margin:0 0px 0px 2px;
				padding:12px 0 0 15px !important;
			}
			
			#content .box .bend ul.side-menu li.last
			{
				background:none;
				height:18px;
				padding-top:7px;
			}


#content .dotted
{
	background:url(../images/dotted.gif) repeat-x left bottom;
	height:3px;
	margin-bottom:10px;
	padding:0 10px 10px 15px;
}

/* footer */
#footer
{
	background:url(../images/footer-bg.gif) 0 0 repeat-x;
	height:135px;
	line-height:1.5em;
	overflow:hidden;
	padding-top:20px;
	text-align:center;
}

/* calendar */
.calendar-holder
{
	background:url(../images/dotted.gif) repeat-x left top;
	padding:15px 20px 10px 20px;
}

table.calendar
{
	border-spacing:0px;
	font-size:10px;
	text-align:center;
	width:154px;
}

	table.calendar th
	{
		background:#247098;
		color:#FFF;
		font-weight:bold;
		padding:2px;
		text-align:center;
	}
	
	table.calendar tr td
	{
		background:#e9e9e9;
		border-right:1px solid #FFF;
		border-top:1px solid #FFF;
		color:#717171;
		padding:2px;
		text-align:center;
	}
	
	table.calendar tr.days td
	{
		background:#858585;
		color:#FFF;
		font-weight:bold;
		text-align:center;
	}
	
		table.calendar tr td.current
		{
			background:#247098;
			color:#FFF;
			font-weight:bold;
		}
	
		table.calendar tr td.green
		{
			background:#93d14d;
			color:#FFF;
			font-weight:bold;
		}
.livebar {
	position: absolute;
	top:0;
	background: #000;
	color: #fefefe;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	font-size: 11px;
	margin: 0 auto;
	}
	
.livebar a {
	text-decoration: underline;
	color: #baf800;
	padding-left: 15px;
	font-weight: bold;
	}
	
.livebar a:hover {
	text-decoration: none;
	color: #fff;
	}
div.hr {
  height: 30px;
  background: #fff url(../images/dotted.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}
.pad_text{
padding: 15px;
}
.path{
	background:url(../images/dotted.gif) repeat-x left bottom;
	color: #247098;
	font:12px Arial, Helvetica, sas-serif;
	font-weight: normal;
	margin-left:1px;
	padding:0 15px 17px 17px;
}
.path a{
	color: #247098;
	font:12px Arial, Helvetica, sas-serif;
	font-weight: normal;
}
.path a:hover{
text-decoration: underline;
}

.kcal_holde{
padding:15px 20px 10px 20px;
}