/****** CSS by Agust Atlason - Snerpa Vefhönnun ******/

/****** Global white space reset *******/

* {
    margin: 0;
    padding: 0;
}

html,body {
	margin:0;
	padding: 0;
}

/****** The booooooodeeeeeee *******/

body, input, select, textarea {
	font-family: Arial, verdana, "lucida console", sans-serif;
}

body.mceContentBody {
	background: none;
	background-color: white;
	font-size: 12px;
	padding: 5px;
	line-height: 17px;
}

body.mceContentBody ul {
	list-style-type: square;
}

body.mceContentBody li {
	margin-left: 50px;
}

/****** Typography ******/

/****** Headings ******/

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h5.linkList {
	padding: 0 0 0 30px;
}

h6 {
	font-size: 10px;
}

/****** Global Links Format ******/

a {
	outline: none;
	color: #dc222a;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

/****** FORMS *****/

label {
	color: #666;
}

input, textarea {

}

#menu {
	margin: 0 0 5px 0;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	margin-bottom: 1px;
	font-size: 0;
	line-height: 0;
}

#menu li a {
	display: block;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
	background: #f9f9f9;
	font-size: 12px;
	line-height: 14px;
}

#menu li a:hover {
	background: #f1f1f1 url(../img/bullet.gif) no-repeat 5px 5px;
}

#menu li a.on {
	font-weight: bold;
	color: #333;
	background: #f1f1f1 url(../img/bullet.gif) no-repeat 5px 5px;
}

/* submenu */

#menu ul li ul {
	list-style-type: none;
}

#menu ul li ul li {
	margin-bottom: 1px;
	font-size: 0;
	line-height: 0;
}

#menu ul li ul li a {
	display: block;
	padding: 5px 5px 5px 35px;
	text-decoration: none;
	background: #f9f9f9;
	font-size: 11px;
	line-height: 14px;
}

#menu ul li ul li a:hover {
	background-image: none;
}

#menu ul li ul li a.on {
	font-weight: bold;
	color: #333;
	background-image: none;
}

/***** ADMIN MENU ******/

#adminMenu {
	margin: 0 0 5px 0;
}

#adminMenu ul {
	list-style-type: none;
}

#adminMenu li {
	margin-bottom: 1px;
	font-size: 0;
	line-height: 0;
}

#adminMenu li a {
	display: block;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
	background: #f9f9f9;
	color: green;
	font-size: 12px;
	line-height: 14px;
}

#adminMenu li a:hover {
	
}

#adminMenu li a.on {
	font-weight: bold;
	color: #333;	
}

.adminMenu {
	padding: 0 0 5px 0;
	color: red;
}

/****** LAYOUT ******/

#container {
	margin: 0 auto;
	width: 1000px;
	background: url(../img/contentBg.gif) repeat-y 200px 153px;
}

#header {
	height: 100px;
	width: 1000px;
	background: #fff;
}

.frontpageLink {
	float: left;
	display: block;
	width: 627px;
	height: 100px;
	text-decoration: none;
	background: url(../img/banner2.gif) no-repeat top left;
}

#bar {
	height: 16px;
	padding: 4px 5px 0 5px;
	color: #fff;
	font-weight: bold;
	background-color: #dc222a;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#bar a {
	color: #fff;
}

#bar .lefttBar {
	float: left;
	width: 400px;
}

#bar .rightBar {
	float: right;
	width: 400px;
	text-align: right;
}

#leftSidebar {
	width: 199px;
	float: left;
}

#rightSidebar {
	width: 199px;
	float: left;
	overflow: hidden;
}

#content {
	width: 596px;
	float: left;
}

#footer {
	height: 17px;
	padding-top: 3px;
	margin-top: 3px;
	text-align: center;
	color: #fff;
	background-color: #dc222a;
	border-top: 3px solid #fff;
}

#footer a {
	color: #fff;
}

/****** TOP ADS ******/

#topAds {
	width: 1000px;
	padding: 10px 0 0 40px;
	background: #fff;
}

#topAds .ad {
	float: left;
	display: inline;
	height: 40px;
	width: 250px;
	margin-right: 80px;
	/*border: 1px solid #f1f1f1;*/
} 

/****** SiderBar ADS ******/

#leftSidebar .ad, #rigthSidebar .ad {
	height: auto;
	width: 180px;
	border: none;
}

#leftSidebar .ad img, #rightSidebar .ad img {
	margin: 5px 0;
}

/****** LAYOUT ******/

/****** TOPGALLERY *****/

#topGallery {
	float: left;
	width: 360px;
	padding-top: 17px;
	margin-left: 0px;
}

#topGallery ul {
	list-style-type: none; 
}

#topGallery li {
	display: inline;
	margin-left: 16px;
}

#topGallery li a img {
	padding: 1px;
	border: 1px solid #dc222a;
	height: 70px;
	width: 70px;
}

/****** SEARCH CONF ******/

#search {
	padding: 5px 0 5px 0;
}

#search input.field {
	width: 125px;
	color: #777;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #ccc;
}

#search input.button {
	width: 60px;
	padding: 2px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	background: #dc222a;
	border: none;
}

/****** TOOLS CONF ******/

#tools {
	padding: 0 0 0 10px;
	margin: 0;
}

#tools .sitemap {
	float: left;
	display: block;
	height: 16px;
	width: 11px;
	margin: 4px 0 0 15px;
	background: url(../img/sitemap.gif) no-repeat top left;
}

#tools .rssLink {
	float: left;
	display: block;
	height: 16px;
	width: 16px;
	margin: 4px 0 0 0px;
	background: url(../img/rss.gif) no-repeat top left;
}

#textSize {
	float: left;
	padding-left: 15px;
}

#tools #textSize .size1 {
	font-size: 17px;
}

#tools #textSize .size2 {
	font-size: 20px;
}

#tools #textSize .size3 {
	font-size: 23px;
}

#tools a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/****** SIDEBARS CONF ******/

.header {
	margin: 5px 0;
}

.box {
	margin: 0px 0 5px 10px;
}

.box ul { 
	list-style-type: none;
}

.box li {
	padding: 3px 0;
}

.box li span {
	color: #666;
}

#leftSidebar h5 {
	color: #333;
	padding: 5px 0 0 5px;
}

#rightSidebar .ad {
	width: auto;
	margin: 0px 5px 0px 10px;
	border: none;
}

.vegfarandinn div {
	margin: 0px 5px 0px 0px;
}

.vegfarandinn img {
	padding: 1px;
	margin-bottom: 5px;
	border: 1px solid #f1f1f1;
}

.vegfarandinn .contentImage div {
	display: none;
}

.vegfarandinn ul {
	margin-top: 5px;
}

/****** FRONTPAGE CONF *****/

.frontpageBoxes h3 {
	font-size: 110%;
	padding: 2px 0;
}

.frontpageBoxes h3 a {
	text-decoration: none;
}

.frontpageBoxes .box h5 {
	margin: 5px 0;
	color: #333;
}

.frontpageBoxes .box {
	float: left;
	display: inline;
	width: 281px;
	width: 271px;
	padding: 0 5px;
	margin: 10px 0 10px 10px;
}

.frontpageBoxes .box2 {
	float: left;
	display: inline;
	width: 271px;
	padding: 0 5px;
	margin: 10px 0 10px 10px;
}

/*.frontpageBoxes .box2 img, .frontpageBoxes .box2 .contentImg {
	width: 120px;
}*/

.ad {
	width: 500px;
	margin: 10px auto;
	/*border: 1px solid #f1f1f1;*/
}

.olderEntries {
	margin: 10px;
}

.olderEntries ul {
	list-style-type: none;
	margin: 10px 0 10px 20px;
}

.olderEntries li {
	line-height: 20px;
}

/****** BLOGS ******/

.entry .blogtext {
	padding: 0 10px 10px 10px;
}

.entry .blogBox {
	float: left;
	display: inline;
	width: 270px;
	min-height: 250px;
 	height:auto !important;
  	height:250px;
	margin: 0px 8px 0px 8px;
}

.entry .blogBox .contentText {
	line-height: 13px;
	color: #333;
}

.entry .blogBox h3 {
	font-size: 120%;
}


/******* MISC ******/

.archiveLink {
	font-weight: bold;
	font-size: 120%;
}

.newsImageLarge {
	overflow: hidden;
}

.newsImageLarge .contentImage {
	margin: 0 auto;
	padding-bottom: 10px;
}

/****** FIELDSET AND FORMS ******/

#sendaMynd label {
	color: #666;
	display: block;
	padding: 5px 0 5px 0;
}

#sendaMynd fieldset {
	padding: 0px 20px 20px 20px;
	margin: 15px 0px 10px 0px;
	border: 1px solid #ccc;
} * html fieldset { padding-bottom: 25px; }

#sendaMynd legend {
	font-size: 133%;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #333;
	padding: 0 0.5em;
} * html legend { margin-bottom: 15px; }

#sendaMynd fieldset .textarea label {
	margin-top: 15px;
}

#sendaMynd .space {
	padding-top: 15px;
}

.verticalAlign {
	vertical-align: middle;
}

#sendaMynd .fileCol {
	display: block;
	padding: 10px 5px;
	margin-right: 5px;
	border: 1px solid #ccc;
	width: 518px;
}

#sendaMynd .fileCol input {
	margin: 3px;
}

#sendaMynd .text input {
	width: 520px;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #ccc;
}

#sendaMynd .textarea textarea {
	font-size: 12px;
	width: 520px;
	padding: 4px;
	border: 1px solid #ccc;
}

#requireCheck { /* Spam bot trick */
	display: none;
}

#container input.submit {
	display: block;
	width: auto;
	padding: 3px;
	margin-top: 5px;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	background: #ccc;
	border: none;
}

.pictureText {
	line-height: 19px;
	font-size: 100%;
	color: #333;
	padding: 20px 0;
}