/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

   Based on work by Eric Meyer:
   * meyerweb.com/eric/tools/css/reset/
     v1.0 | 20080212
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
}
/* table can't have margin: 0; then align center wont work. @thrstn */
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]

   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb

-------------------------------------------------------------- */

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: 700;line-height:1.2 }
h1 { font-size: 2.5em; margin-bottom: 0.5em; }
h2 { font-size: 1.8em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; margin-bottom: 1em; }
h4 { font-size: 1.2em; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin:0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
small	    { font-size: 0.834em;}
em,dfn      { font-style: italic;}
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
sub 	    { vertical-align:sub}
sup	    { vertical-align:super}

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 3em; }

ul          { list-style: square outside; }
ul ul	    { list-style: circle outside; }
ol          { list-style: decimal outside; }
ol ol	    { list-style: lower-alpha outside; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin:0 0 0 1.5em;}


/* Tables
-------------------------------------------------------------- */

th          { font-weight:700;font-size:90%;border-bottom:1px solid #eee; }
th,td       { padding: 2px; }
tfoot       { font-style: italic; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.noscreen,
.hidden,
.hide       { display: none; }
.clear		{ clear:both; }

/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */

label       { font-weight:400;font-size:13px;line-height:26px; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; padding: 0 1em; }


/* Form fields
-------------------------------------------------------------- */

input, textarea, select, button {
	margin-bottom:0.1em;
	padding:4px;
}

input.text, input[type=text], input[type=password] {
	border: 1px solid #ccc;
}
input.submit, input[type=submit],
input.cancel, button {
	padding:3px 6px;
}

textarea { 
	width:98%;
	height:100px;
	font-size:1em;
	border:1px solid #ccc;
}

form dd {
	margin:0 0 10px;	
}

form ul.errors {
	list-style:none;
	border:1px solid #73000e;;
	width:50%;
	padding:4px 8px;
	font-size:10px;
	background:#f8caca;
	margin:0;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */
.message {
	max-width:950px;
}
.message .error,
.message .success,
.message .fatalerror,
.message .warning,
.message .notice {
    border-style:solid;
    border-width:1px;
    padding:12px 12px 12px 48px;
    color:#111;
}
.message .fatalerror {
    background:#411419 url('/_moya/images/modules/Stop.png') no-repeat 8px 50%;
    border-color:#8e111e;
    font-weight:700;
    color:#fff;
}
.message .error {
	background:#f8caca url('/_moya/images/modules/Close.png') no-repeat 8px 50%;
    border-color:#73000e;
}
.message .success {
	background:#cec url('/_moya/images/modules/Confirm.png') no-repeat 8px 50%;
    border-color:#52894e;
}
.message .warning{
	background:#fbf4de url('/_moya/images/modules/Warning.png') no-repeat 8px 50%;
    border-color:#e0d2a3;
}

.message .notice {
    background:#dbe5f4 url('/_moya/images/modules/Info.png') no-repeat 8px 50%;
    border-color:#5e7b8f;
}
.labelled {
	color: #999;
}

small.description {
    display:block;
}

/********************
* Formbuilder styles
*********************/

div.elm_text .size_small, .elm_emailAddress .size_small  {
	width:100px;
}
div.elm_text .size_medium, .elm_emailAddress .size_medium {
	width:200px;
}
div.elm_text .size_large, .elm_emailAddress .size_large  {
	width:300px;
}
div.elm_textarea .size_small {
	height:100px;
}
div.elm_textarea .size_medium {
	height:200px;
}
div.elm_textarea .size_large {
	height:300px;
}
div.elm_radio span.lmnt label {
	display:inline;
	border:none;
	background-color:#fff;
	height:auto;
}
div.elm_captcha .captchaImg {
    margin-bottom: 5px;
}
div.elm {
	margin-bottom: 10px;
}
div.elm label {
	display:block;
}
div.elm label.hidden {
    display: none;
}
body.admin div.elm label.hidden {
    display: block;
}
div.elm_checkbox label {
	display:inline;
}
div.elm .error {
	font-size:10px;
	background-color:#f8caca;
	border: 1px solid #73000e;
	padding:2px;
}
div.elm_controls {
	margin-top:10px;
}

#formbuilder div.elm_controls {
    clear:left;
}

.elm_multiCheckbox br {
    display:none;
}

fieldset.col2 {
    float:left;
    width:48%;
    margin-right: 2%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

fieldset.col1 {
    clear:left;
}

fieldset.hideLegend legend {
    display:none;
}

fieldset.hideBorder {
    border: none;
    margin: 0;
    padding: 0;
}
/* Notaš ķ formbuilder, mį kannski laga til žar */
form div.error {
   border:1px solid #73000e;;
   width:50%;
   padding:4px 8px;
   font-size:10px;
   background:#f8caca;
   margin:0;
}
img.icon {
	vertical-align:middle;
}
a .icon {
	border:0;
}
.jip .icon {
	margin-right:4px;
}

li.icon{
	padding-left:10px;
}

li.icon > a {
	background-image:url('/_moya/icons/Package.png') !important;
	background-repeat: no-repeat !important;
	background-position: 10px 50% !important;
}

li.icon.news > a {background-image:url('/_moya/icons/News.png') !important;}
li.icon.gallery > a {background-image:url('/_moya/icons/Photo_Double.png') !important}
li.icon.elfinder > a,li.icon.fileman > a {background-image:url('/_moya/icons/File_Closed.png') !important;}
li.icon.page > a {background-image:url('/_moya/icons/Document.png') !important;}
li.icon.mainmenu > a {background-image:url('/_moya/icons/Relationship_Data.png') !important;}
li.icon.sitemap > a {background-image:url('/_moya/icons/Relationship_Data.png') !important;}
li.icon.user > a {background-image:url('/_moya/icons/User.png') !important;}
li.icon.users > a {background-image:url('/_moya/icons/Group.png') !important;}
li.icon.settings > a {background-image:url('/_moya/icons/Settings.png') !important;}
li.icon.logout > a {background-image:url('/_moya/icons/Arrow_Undo.png') !important;}
li.icon.adman > a {background-image:url('/_moya/icons/Schedule_Verb.png') !important;}
li.icon.fyrirspurnir > a {background-image:url('/_moya/icons/Contact.png') !important;}
li.icon.konnun > a {background-image:url('/_moya/icons/Chart_Bar.png') !important;}
li.icon.search > a {background-image:url('/_moya/icons/Search.png') !important;}
li.icon.tube > a {background-image:url('/_moya/icons/Movie.png') !important;}
li.icon.user > a {background-image:url('/_moya/icons/User.png') !important;}
li.icon.mailinglist > a {background-image:url('/_moya/icons/Entry.png') !important;}
li.icon.rssreader > a {background-image:url('/_moya/icons/RSS.png') !important;}
li.icon.forums > a {background-image:url('/_moya/icons/Conversation.png') !important;}
li.icon.employees > a {background-image:url('/_moya/icons/Group.png') !important;}
li.icon.deildarstjorn > a {background-image:url('/_moya/icons/Hierarchy.png') !important;}
li.icon.mos > a {background-image:url('/_moya/icons/Shopping_Cart_Secure.png') !important;}
li.icon.look > a {background-image:url('/_moya/icons/Colour_Palette.png') !important;}
li.icon.logger > a {background-image:url('/_moya/icons/History.png') !important;}
li.icon.efnisflokkar > a {background-image:url('/_moya/icons/Category.png') !important;}
li.icon.boxman > a {background-image:url('/_moya/icons/Schedule_Noun.png') !important;}
li.icon.module > a {background-image:url('/_moya/icons/Module.png') !important;}
li.icon.formbuilder > a {background-image:url('/_moya/icons/Form.png') !important;}


.entries{
	margin:0;
}
.entry{
	list-style:none;
	margin-top:0.5em;
}
.entryTitle{
	margin:0 4px 0 0;
}
.entryContent{
	clear:left;
}
.entryFooter{
	clear:both;
}
.entryInfo{
	font-size:10px;
	clear:left;
}
.entryImage{
	float:left;
}
.entryImage img {
	border:0;
}
.entryImageText{
	max-width:120px;
	padding:0 1em 1em;
	font-style:italic;
	text-align:center;
}
.entryResources li {
	list-style:none;
}
.entryLabel{
	font-weight:700;
}
.entryValue{
	margin-bottom:1em;
}

/** MODULE SPECIFIC **/

/*adverts*/
#adman .preview {
	float:right;
	margin:10px;
	max-width:320px;
	max-height:320px;
}
#adman .preview img{
	width:100% !important;
	height:auto !important;
}

.strevda ul {
	list-style:none;
	margin:0;
}
.strevda li {
	position:relative;
}
.strevda .typetag {
	font-size:9px;
	text-transform: uppercase;
	background:#eee;
	background:rgba(0, 0, 0, 0.1);
	color:#666;
	padding:1px 4px;

	position:absolute;
	top:-14px;
	left:0;
}
	.strevda .typetag.type2 {
		background:#ff9;
		background:rgba(255, 255, 120, 0.4);
		color:#990;
	}

/*employees*/
#employees .entryImage {
	float:right;
}
#employees .sub {
	padding-left:1em;
}
#employees .staff {
	margin-bottom:14px
}
#center #employees .branch {
	margin-bottom:0;
	padding-bottom:8px;
	clear:left;
}
#employees .toolbar,#employees .branch {
	border-bottom:1px solid #ccc;
}
	#center #employees .branch a {
		color:#000
	}
#employees .toolbar,#employees .staff {
	float:left;
	width:100%;
	clear:left;
}
#employees .open {
	padding:1px;
	outline:1px solid #ccc;
	border:1px solid #fff;
	background:#f2f2f2;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
	#employees .toolbar li {
		float:left;
		display:block;
		padding:5px 0;
		margin-right:0;
		cursor:pointer;
	}
	#employees .open li {
		padding:3px 0 4px;
	}
	#employees .toolbar .first {
		width:40%;
		padding-left:4px;
	}
	#employees .open .first {
		padding-left:2px;
		padding-right:2px;
	}
	#employees .toolbar .middle {
		width:30%
	}
	#employees .toolbar .last {
		width:29%
	}
#employees .staff .content {
	border:1px solid #ccc;
	border-top:0;
	padding:10px;
	clear:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
	#employees .content .image {
		float:left;
	}
		#employees .content .image img {
			border:1px solid #ccc;
			margin:3px 12px 10px 0;
		}
	#employees .content .description {
		overflow:auto
	}
		#employees .content .extra li {
			display:inline-block;
			margin-right:10px;
		}
#employees .content .actions {
	float:left;
	position:absolute;
	background:#fff;
	margin-top:3px;
	padding:0 3px 4px 3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#employees .noImage .actions {
	border:0;
	position:relative;
	float:none;
}

/*fileman*/
#filemanBrowser, #filemanToolbar {
	font-size:0.917em;
}
	#filemanBrowser .mimeicon {
		vertical-align:middle;
	}
	#filemanBrowser .folder {
		font-weight:700;
	}
#filemanToolbar {
	padding:6px 8px 10px;
	height:14px;
	background:url('/_moya/images/admin/admin_bg_white.png') repeat-x 0 0;
	border:1px solid #ddd;
}
	#filemanToolbar a{
		color:#333;
		text-decoration:none;
		margin-right:8px;
	}
	#filemanToolbar a:hover {
		text-decoration:underline;
	}
	#filemanToolbar input {
		float:right;
		width:210px;
		margin-top:-2px;
	}
	#filemanToolbar .icon {
		margin-right:4px;
	}

/*formbuilder*/
/********************
* Grid
*********************/

#formbuilder .grid .invisible {
	color:#aaa;
}

/********************
* Preview
*********************/
#formbuilder .preview_button {
	/*float:right;
	margin-top:-52px;*/
	width:148px;
	margin-bottom: 20px;
	font-weight: bold;
}
	#formbuilder .preview_icon_edit {
		background:url(/_moya/icons/Zoom_In.png) center right no-repeat;
		white-space:nowrap;
	}
	#formbuilder .preview_icon_preview {
		background:url(/_moya/icons/Write.png) center right no-repeat;
		white-space:nowrap;
	}
	#formbuilder .preview_icon_loading {
		background:url(/_moya/icons/Archive.png) center right no-repeat;
		white-space:nowrap;
	}
/********************
* Canvas
*********************/

#formbuilder .wrapper {
	position:relative;
}

#formbuilder .canvas {
	width:730px;
	float:left;
}
	#formbuilder .design_form {
		min-height: 300px;
	}
	#formbuilder .design_form .elm {
		margin-bottom:10px;
		position:relative;
		border: 1px solid #ddd;
		padding:5px;
		min-height: 25px;
	}
		#formbuilder .design_form .elm_pagebreak {
			font-size:16px;
			text-align:center;
			min-height:25px;
			border: 1px dashed #ddd;
		}
		#formbuilder .design_form .elm .controls {
			display:none;
			position:absolute;
			text-align:right;
			top:0px;
			right:0px;
			padding:3px;
			font-size:10px;
		}
			#formbuilder .design_form .elm .controls:hover {
				cursor:pointer;
			}
		#formbuilder .design_form .elm:hover {
			background-color: #eee;
			cursor: move;
		}
		#formbuilder .design_form label:hover {
			cursor: move;
		}
		#formbuilder .design_form label span:hover {
			cursor: text;
			background-color: #FCEFA1;
		}
		#formbuilder .design_form .label_edit {
			font-size:11px;
			font-weight:700;
			background-color:#FCEFA1;
			width:200px;
			padding: 5px;
		}
		#formbuilder .design_form .label_ok {
			margin-left:5px;
			text-decoration:none;
		}
#formbuilder .canvas_footer {
	border-top: 1px solid #DDDDDD;
	width:730px;
	padding:10px 0 10px 0;
	clear:left;
}
#formbuilder .empty_placeholder {
	color: #aaa;
}
#formbuilder .elm {
    overflow: hidden;
}
#formbuilder .elm_payment label.quantity {
    clear: both;
    float: left;
    margin-right: 10px;
}
#formbuilder .elm_payment input {
    float: left;
    width: 35px;
}
#formbuilder .elm_payment .price {
    float: left;
}

/********************
* Palette
*********************/

#formbuilder .item_menu {
	position:fixed;
	right:20px;
	top:50px;
	z-index:9999;
}
#formbuilder .palette {
	border-bottom: 1px solid #aaa;
	margin-bottom:20px;
	display: none;
}

	#formbuilder .palette .item {
		padding:8px;
	}
		#formbuilder .palette .item:hover {
			cursor: move;
		}
		#formbuilder .palette .collapsed {
			display:none;
		}
		#formbuilder .palette .icon_go, .palette .icon_down {
			position:absolute;
			top:8px;
			left:5px;
		}
		#formbuilder .palette .icon_go {
			display:none;
		}

		#formbuilder .icon_group {
			position:absolute;left:80%;top:5px;
		}

		#formbuilder .item_group div {
			padding: 8px 0 8px 30px;
		}

		#formbuilder .item_list .last {
			border-bottom:none;
		}

		#formbuilder .item_group {
			position:relative;
			cursor:pointer;
		}

#formbuilder div.palette_header.open {
	background: url(/_moya/images/formbuilder_palette_header_down_bg.png) no-repeat;
	width: 150px;
	height: 16px;
	text-indent: -9999px;
	cursor: default;
}
#formbuilder div.palette_header.closed {
	background: url(/_moya/images/formbuilder_palette_header_up_bg.png) no-repeat;
	width: 150px;
	height: 36px;
	padding-top: 5px;
	text-transform: uppercase;
	text-align: center;
	cursor: default;
}

/********************
* Palette Settings
*********************/
form#fsettings {
    height: 500px;
}
#formbuilder .settings {
	width:150px;
}
#formbuilder .settings dl {
	font-size:10px;
	padding: 5px 0 0 5px;
}
	#formbuilder .settings dd {
		margin: 0 0 6px 0;
	}
	#formbuilder .settings a {
		padding: 0 0 0 5px;
	}
#settings_dialog .elm_radio {
	margin-bottom:0;
}
#elm_settings_emailAddress label {
	display:none;
}
#elm_settings_confirmVal label {
	display:none;
}

#formbuilder #settings_button {
	width:148px;
	margin-bottom: 20px;
	font-weight: bold;
}	

#formbuilder .settings_icon {
	background:url(/_moya/icons/Settings.png) center right no-repeat;
	white-space:nowrap;
}
#formbuilder div.admin {
    visibility: hidden;
}

/********************
* Status
*********************/

#formbuilder .status {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	margin-bottom:20px;
	color:#333;
	font-size: 90%;
	padding: 10px 0;
}
#formbuilder .status .bold {
	font-weight: 700;
}

/********************
* Submission
*********************/

#formbuilder .submission td {
	vertical-align: top;
}
#formbuilder .submission th {
	text-align: left;
}
#formbuilder .submission ul {
	list-style: circle inside;
	margin:0;
}
#formbuilder .elm_mailinglist {
	position: relative;
	padding-top:10px !important;
}
	#formbuilder .elm_mailinglist label {
		position:absolute;
		left:30px;
		top:6px;
	}
#formbuilder .item_placeholder, #formbuilder .item_process {
	border: 1px solid #ddd;
	height: 50px;
	margin-bottom:10px;

}
#formbuilder .item_process {
	background: url(/_moya/images/mini-loader.gif) no-repeat center;
}
#formbuilder a.unread {
	font-weight: 700;
}
/********************
* Export
*********************/

#formbuilder .exportOptions {
	text-align:right;
}
#formbuilder .exportOptions li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}
#formbuilder .exportOptions img {
	padding-right: 3px;
}

#formbuilder .maxSubmissionsError {
	background-color:#F8CACA;
	border:1px solid #73000E;
	padding:8px;
	margin:8px 0;
	border-radius: 4px;
}


/*gallery*/
#gallery .entry {
	overflow:auto;
	border-bottom:1px solid #ccc;
	padding-bottom:16px;
	margin-bottom:16px;
}
	#gallery .entry .image {
		float:left;
		margin:0 14px 14px 0;
	}
	#gallery .entries .entry .image {
		margin-bottom:0;
	}
		#gallery .entry .image img {
			 border:1px solid #666;
		}
	#gallery .entry .title {
		overflow:auto;
	}
		#gallery .entry .title h4 {
			float:left;
		}
		#gallery .entry .title ul, #gallery .info ul {
			float:left;
			clear:left;
			list-style:none;
			margin:0;
			font-size:12px;
			color:#999;
		}
		#gallery .entry .title li, #gallery .info li {
			float:left;
			padding:0 6px;
		}
			#gallery .entry .title li.count, #gallery .info li.count {
				padding-left:0
			}
	#gallery .entry .info hr {
		margin:16px 0 20px;
	}
#gallery .paginators {
	float:right;
	font-size:1.231em;
	color:#fff;
	margin:0 10px 12px 0;
}
	#gallery .paginators a, #gallery .paginators span {
		line-height:28px;
		background:#999;
		color:#fff;
		display:block;
		float:left;
		margin-left:1px;
		min-width:13px;
		padding:0 2px;
		text-align:center;
	}
	#gallery .paginators span {
		background:#ccc;
	}
	#gallery .paginators .stepper {
		background:#666;
		min-width:19px;
		font-size:1.385em
	}
	#gallery .paginators .stepperText {display:none}
#gallery.single .back  {
	display:none
}
#gallery.single .image {
	text-align:center;
	margin-top:14px
}
#gallery.single .paginator .next{
	float:right;
}
#gallery .sortableAlbums {
	max-height: 250px;
}
#gallery .quickOrder {
	text-align: right;
	width: 98%;
}
#gallery .ordType {
	display: block;
	border: 1px solid #E3E3E3;
	border-bottom: none;
}
#gallery .ordType .radio {
	margin: 0 5px 0 5px;
	vertical-align: middle;
}
#gallery #sortList {
	border-top: none;
}

/*konnun*/
.percsvar {
	background: #222 url(/_moya/images/adminbar-bg.png) repeat-x;
}
.spurning, .svar {
	margin-bottom:.5em;
}
.konnun label{
	display:block;
	margin:0.4em 0 0.4em 1.3em;
}
.konnun input {
	float:left;
	margin:0 0.3em;
}
.konnun input.submit {
	float:none;
	margin:0.2em 0;
}

/*news*/
#news .entryImage {
	margin:0 0 0 20px;
	float:right;
}
#news .entries .entryImage {
	float:left;
	margin:0 20px 0 0;
}
#news .entryImage img {
	border:1px solid #666;
}
#news .entry .entryContent {
	clear:none;
}
#news .entry {
	padding-bottom:16px;
	border-bottom:1px solid #ccc;
	margin-bottom:16px;
}
#news .entryFooter {
	clear:left;
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding-top:12px;
}
#news .more {
	white-space:nowrap;
}
#news .back {
	float:left;
}
#news .social {
	float:right;
}
.news_autopublish,.news_unpublished,.news_calendaronly,.news_sticky {
	padding:0 5px;
	margin:0 5px 0 0;
	background:#33a;
}
.news_unpublished {
	background:#a33;
}
.news_calendaronly {
	background:#aa3;
}
.news_sticky {
	background:#3aa;
}

.news_calendar {
	width:100%
}
.calendar-day-red {
	color:#f00
}
.calendar-day-today {
	font-weight:700;
	background-color:#f3f3f6;
}
.news_calendar td, .calendar-month {
	text-align:center
}
.calendar-month {
	border-bottom:1px solid #eee;
}
.calendar-day, .calendar-day-red, .calendar-day-today{
	border:1px solid #eee;
}

#eventsBox .entryInfo {
	margin-bottom:0;
}
#eventsBox .entryTitle {
	float:none;
	margin-bottom:0.5em;
}

#commentlist .entryInfo {
	float:left;
	margin:0 4px 0 0;
}
#commentlist .entry {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:8px;
	margin-bottom:1em;
}
#commentlist .altRow {
	background:#fafbfc
}

.calSummaryNav {
	margin-bottom:1.5em;
}
	.calSummaryNav li {
		display:inline;
		margin-right:18px;
	}

/*search*/
.searchResults {
	clear:left;
}
.searchResults ol.items{
	list-style: none;
	margin: 0;
}
	.searchResults ol.items li {
		border: 1px solid #ccc;
		margin: 10px 0;
		padding: 10px;
	}
	.searchResults ol.items li:hover {
		background: #f3f3f3;
	}
	.searchResults ol.items .rank {
		float:right;
		margin: -11px -11px 0 0;
		padding:2px 5px;
		border: 1px solid white;
		border-bottom-color: #ccc;
		border-left-color: #ccc;
		background: #fff;
		color:#333;
	}
	.searchResults ol.items .debug {
		font-size: 75%;
		color:#999;
		text-align:right;
		display:none
	}
	  .searchResults ol.items .debug span {
		  display: inline-block;
		  margin-right: 10px;
	  }
	.searchResults ol.items .img {
		margin-right: 10px;
		float:left;
	}
	.searchResults ol.items .content{
		margin: 5px;
	}
	.searchResults ol.items em {
		background:#e8e8e8;
		padding: 0 2px;
		font-style:normal;
		display: inline-block;
	}
	.searchResults ol.items li.album ul.albumImages li {
		display: inline-block;
		padding: 2px;
		height: auto;
		border: 1px solid #ccc;
		margin: 0 0;
	}
	.searchResults ul.pagination {
		margin: 20px auto;
		padding-left: 20px;
		height: 36px;

	}
		.searchResults ul.pagination li {
			float: left;
			display: block;
			border-top: #ccc 1px solid;
			border-bottom: #ccc 1px solid;
			border-left: #ccc 1px solid;
			border-right: #ccc 1px solid\9; /* IE8 and below */
			background: #fdfdfd; /* for non-css3 browsers */
			text-align: center;
		}

		.searchResults ul.pagination li:last-child {
			border-right: #ccc 1px solid;
		}

		.searchResults ul.pagination li:first-child, .searchResults ul.pagination li:last-child {
			padding: 10px 0px 5px 0px;
			height: 20px;
			width: 25px;
	}
		.searchResults ul.pagination li:first-child a, .searchResults ul.pagination li:last-child a {
			width: 25px;
		padding:0;
		}

		.searchResults ul.pagination li a {
		display:block;
			color: #a6a6a6;
			font-size: 14px;
			line-height: 14px;
			text-shadow: 0 1px 0 #fff;
			padding: 10px 0px 5px 0px;
			height: 20px;
			width: 35px;
		}

		.searchResults ul.pagination li.selected a {
			color: #373737;
			font-weight: bold;
		}

		.searchResults ul.pagination li.selected, .searchResults ul.pagination li:hover {
			background: #d5d5d5;
		}
#searchForm{
	position:relative;
}
	#searchForm .elm_multiCheckbox br, 
	#searchForm .elm_multiCheckbox label.title,
	#searchForm #elm_q label {
		display:none;
	}
	#search #q {
		margin:0 0 6px;
		width:46%;
		padding:6px 20px 6px 4px;
		background:#fff url(/static/themes/DEFAULT/images/leit-gler.png) no-repeat 100% 100%;
	}
	#searchForm .elm_multiCheckbox label {
		display: inline-block;
		border:1px solid #e1e1e1;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		-o-border-radius:2px;
		width:auto !important;
		margin-right:10px;
		padding:4px 12px 3px 10px;
		color:#000;
		background:url(/static/themes/DEFAULT/images/search_tab_bg.png) repeat-x
	}
	#searchForm .elm_multiCheckbox label:hover {
		opacity:.8
	}
		#searchForm .elm_multiCheckbox input {
			position:relative;
			top:1px
		}
	#searchForm .elm_multiCheckbox br {
		display:none;
	}
	#search #searchForm #elm_submit input {
		position:absolute;
		margin-left:44%;
		padding:0;
		border:0;
		top:1px;
		left:0;
		background:transparent;
		font-size:1%;
		text-indent:-9999em;
		cursor:pointer;
		width:26px;
		height:28px;
		z-index:3
	}
#search .term {
        color:#000;
        border-bottom:1px solid #ccc;
        border-top:1px solid #ccc;
        margin:7px 0 14px;
        float:left;
        width:100%;
        line-height:37px;
}
        #search .term span {
                color:#000;
		font-weight:700
        }
#search .time {
        float:right;
        color:#666;
}
#search .albumImages {
	margin:20px 0 10px -5px;
	float:left;
	clear:left
}

/*Fyrirspurnir*/
#fyrirspurnir dl {
	position:relative
}
#fyrirspurnir dt {
	float:left;
	clear:left;
	width:18%;
}
#fyrirspurnir input[type="text"] {
	width:55%
}
#fyrirspurnir textarea {
	overflow:auto;
	width:55%;
}
#fyrirspurnir .captchaImg {
	position:absolute;
	left:54%;
}
#fyrirspurnir #f_captchacode {
	width:28%
}


/*tube*/
div.videoThumb {
	float:left;
	margin-right:10px;
	width:162px;
	font-size:10px;
	color:#666;
}
	div.videoThumb a {
		text-decoration: none;
	}
	div.videoThumb img {
		border:1px solid #666;
	}
	div.videoThumb ul {
		list-style:none;
		margin:0;
		clear:left;
	}
	div.videoThumb .title {
		font-weight:700;
	}

ul.tube_counter {
	list-style:none;
	font-size:10px;
	margin:0;
	color:#636669;
}
#tube .player {
	text-align:center
}
ul.videoInfo {
	list-style:none;
	margin:0 0 12px;
	border:1px solid #2f2f2f;
	padding:5px;
	font-size:10px;
	color:#636669;
	float:left;
	clear:left;
	width:98%;
}
	ul.videoInfo li {
		float:left;
		margin-right:18px;
	}
	ul.videoInfo li.fileUrl {
		float:right
	}

/** PRE-DEFINED **/

.thin {	width:1%; }
.column{ float:left; }
.w50{ width:49%; }
.w33{ width:33%; }

.menu, .toolbar{
	margin:0;
	list-style:none outside;
}

.horizontal li, .toolbar li{
	display:inline;
	margin-right:1em;
}

.required {
	color:#822;
}
	.required:after {
		content: " *";
	}

.paginationControl {
	clear:left;
	text-align:right;
	font-size:10px;
}

.altRow2{
	background:#f7f7f7;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

input.headline {
	font-size:1.5em !important;
	padding:4px;
	width:98%;
}

img {
	border:none
}

/** SOON TO DIE **/

.listAll{
	width:100%;
}
	.listAll td, .listAll th{
		padding:4px;
	}
	.listAll th {
		text-align:left;
	}
.toolCol {
	text-align:right;
	width:1%;
	white-space:nowrap;
}
.rusl, #rusl {
    display:none;
}
#captcha, .captchaImg {
	display:block;
}
label.inline{
	float:left;
	display:block;
	width:120px;
    clear:left;
}
.categories{
	list-style:none;
	display:inline;
	margin:0;
}
/*loading overlay*/
.waiting {
	position: relative;
}
.waiting .overlay {
	text-align: center;
	width:100%;
	height:100%;
	z-index: 100;
	background: #fff url(/_w/elrte/images/loading.gif) no-repeat 50% 200px;
	position: absolute;
	top:0;left:0;
	visibility: visible;
}
.waiting li {
	list-style: none;
}
.ui-front {
	z-index: 400010; /* To fix elfinder opened from tinymce */
}
/** JQUERY UI **/

.ui-tabs {
	margin-bottom:1em;
}
.sortable {
	list-style:none;
	margin:0;
	overflow:auto;
	padding:10px;
	border:1px solid #e3e3e3;
}
.sortable.horizontal li {
	float:left;
}

#divisions,#mainmenu ul ul,#searchBox,#breadcrumbs .boxTitle,#mainmenu .boxTitle,#webtree, .entriesFooter a {display:none}
#border, #mainmenu,#header .logo {position:absolute}


/** LAYOUT **/
div#page{max-width:960px;width:100%;margin:0 auto;position:relative}


/* 1 pane */
div#container{float:left;width:100%}
body.hideright div#right{display:none;}
div#left{float:right;width:200px}
div#center{	margin: 50px 0 0 0;min-height:440px}
div#footer{clear:left}



/** ELEMENTS **/

html {
	height:100%;
}

body {
	font:87.5%/1.5 Asap,Verdana, sans-serif;
	background:#000 url('/static/themes/2013/images/bgGlow2.png') no-repeat 0 0;
	color:#fff;
	height: 100%
}

#tinymce {
	color:#000;
}

textarea {
        font-family: Asap, Verdana, sans-serif;
}

a {
	text-decoration:none;
	color:#2196b8
}

a:hover {
	color:#fff
}

h1, h2, h3, h4, h5, h6 {

}

.strevda a img,#footerContent a img, #header .logo img {
	border:0;
}

#header {
	height: 128px;
	position:relative;
	z-index: 10;
}
        #header .logo {
		display:block;
		top: 32px;
        }

#border {
	width: 100%;
	height: 128px;
	top: 0;
	border-bottom: 1px solid #4b4b4b;
	background: #000;
}

#mainmenu {
	top:73px;
	right:0;
	width:620px;
	z-index: 10;
}
	#mainmenu ul {
		float:right;
	}
		#mainmenu li {
			float:left;
			position:relative
		}		
			#mainmenu a {
				display:block;
				font-family: 'Oswald', Verdana, sans-serif;
				font-size: 1.571em;
				font-weight: 700;
				text-transform: uppercase;
				color: #fff;
				padding-left: 30px;
			}
			#mainmenu a:hover, #mainmenu .selectedLevel1 a {
				color:#2196b8
			}

#mainmenu2 {
	position:absolute;
	top:100px;
	right:0;
}
	#mainmenu2 ul {
		float:right;
	}
		#mainmenu2 li {
			float:left;
			position:relative;
			margin-left:20px
		}
			#mainmenu2 a {
				float:left;
				display:block;
				font-family: 'Oswald', Verdana, sans-serif;
				font-size: 1.286em;
				font-weight: 700;
				text-transform: uppercase;
				color: #fff;
			}
			#mainmenu2 a:hover, #mainmenu2 .selectedLevel2 a {
				color:#2196b8
			}
#qn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#qn ul {
	margin: 0;
}

#qn li {
	display: block;
	float: left;
}
	#qn li.diff{
		height:24px;
		width:24px;
		overflow:hidden;
		padding-right:7px;
	}
		#qn li.diff a:hover{
			background:none;
		}
			#qn li.diff a:hover img{
				margin-top:-24px;
			}

#qn a {
	display: block;
	float: left;
	margin: 0 0 0 7px
}

#qn a:hover {
	background: #2196b8;
}
	#qn a.special{
		width:24px;
                height:24px;
                overflow:hidden;
	}
	#qn a.special:hover{
		background:none;
	}
		#qn a.spceial img{
			width:100%;
		}
		#qn a.special:hover img{
			margin-top:-24px;
		}


#promo3 {
	max-width: 960px;
	padding: 13px 0;
	clear: left;
	margin:0 auto
}
#promo3 ul {
	display: table;
	width: 100%;
}
#promo3 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#center {
}
        #center .boxTitle {
        }

		#center .boxTitle h1 {
			font-family: Oswald, Verdana, sans-serif;
			font-size: 2.357em;
			font-weight: 300;
			text-transform: uppercase;
			padding-bottom: 15px
		}
        #center .boxText {

        }
	#center .boxText h1,#center .boxText h2,#center .boxText h3,#center .boxText h4 {
		color:#000;
	}
	#center .boxText h1,#center .boxText h2 {
		font-size:1.286em;
		margin-bottom:12px
	}
	#center .boxText h2 {
		font-family: Oswald, Verdana, sans-serif;
		font-weight: 700;
		font-size: 1.429em;
		text-transform: uppercase;
		color: #fff;
	}

	#center .boxText h2 a {
		 color: #fff
	 }

#center .boxText h2 a:hover {
	color: #2196b8
}
	#center .boxText h3 {
		font-size:1.143em;
		margin-bottom:6px;
	}
	#center .boxText h4 {
		font-size:1.071em;
		margin-bottom:2px;
	}
	#center .boxText h5 {
		font-size:1em;
		margin-bottom:0;
	}
	#center .boxText hr {
		background:#ccc;
		height:1px;
		border:0
	}

#left .box, #right .box {

}
        #left .boxTitle, #right .boxTitle {

        }
		#left .boxTitle h3, #right .boxTitle h3 {

		}
        #left .boxText, #right .boxText {

        }


#footer {
	text-align:center;
}
        #footer span {

        }

#footerInfo {
	height:90px;
	margin-top:24px;

}
	#footerInfo {
		width: 100%;
		position:relative;
		border-bottom: 1px solid #181717;
		border-top: 1px solid #181717;
	}
	#footerInfo .bg {
		background: url('/static/themes/2013/images/spons-bg.png');
	}

	#footerContent {
		width:960px;
		margin:0 auto;
		position:relative;
	}
		#footerInfo .login {
			background:url('/static/themes/2013/images/moya.png') no-repeat;
			display:block;
			margin:0 auto;
			text-indent: -9999px;
			width:75px;
			height:25px;
			position:absolute;
			bottom: -45px;
			right: 0px;
		}


/** BOX STYLES **/

.box{
	margin-bottom:10px;
}

.altRow2,
div.grid tr.altRow2 {
	background:#101010;
	border-color:#202020;
}
/** ENTRIES **/

.entries{
	margin:0;
	float: left;
}
.box_newsheadlines .altRow2 {
	background:transparent;
	border:0;
}
.box_newsheadlines .boxText > ul > li,
.gridview #news .entry {
	float:left;
	width: 268px;
	height: 380px;
	list-style:none;
	padding: 15px 15px 0;
	border-bottom: 0;
	margin: 0 33px 20px 0;
	background: url(/static/themes/2013/images/newsbox-bg2.png);
	position:relative;
	box-shadow: 0 0 10px #000;
}
.box_newsheadlines .boxText > ul > li:nth-child(3n),
.gridview #news .entry:nth-child(3n) {
	margin-right:0;
}
#news .entries .visit .entryContent {
	clear:left;
	height:80px;
	overflow:hidden
}
.entryTitle{
	margin:0 0 0 0;
}
.entryContent{
	clear:left;
}
.entryFooter{
	clear:both;

}

.gridview .entryInfo{
	 position: absolute;
	 color: #666;
	 font-size: 0.857em;
	 bottom: 25px;
 }


#news .entryImage{
	margin: 0;
	margin-bottom: 15px!important;
	overflow:hidden;
	height: 160px;
}
	#news .entryImage img {
		border: 2px solid #000;
		width: 258px;
		min-height: 160px;
	}

#news .entry {
	border: none;
	margin-bottom: 0;
}
#news .entries .entry {
	margin-bottom: 16px;
}


#news .entryFooter {
	margin-top:45px;
	background: url(/static/themes/2013/images/arrow-left.png) no-repeat 0px 13px;
}

#news .entryFooter a.back{
	text-transform: uppercase;
	color: #fff;
	padding-left: 30px;
}

#news .entryFooter a.back:hover{
	color: #2196b8
}

#news .social {
	float: right;
	width: 244px;
}

.box_newsheadlines a.more,
#news a.more {
	background: url(/static/themes/2013/images/news-arrow-more.png) no-repeat bottom right;
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	bottom: 12px;
	right:18px;
}

.box_newsheadlines .more:hover,
#news a.more:hover {
	background: url(/static/themes/2013/images/news-arrow-hover.png) no-repeat bottom right;
}

.box_newsheadlines .date{
	color: #666;
	font-size: 0.857em;
	position: absolute;
	bottom: 10px;
	text-shadow: none;
}

.entryImageText{
	max-width:220px;
	padding:0 1em 1em;
	font-style:italic;
	text-align:center;
}
.entryResources li {
	list-style:none;
}
.entryLabel{
	font-weight:700;
}
.entryValue{
	margin-bottom:1em;
}

.boxText .entryInfo {
	color: #666;
	font-size: 0.857em;
	margin-bottom: 20px;
}

.gridview .boxText .entryInfo{
 	margin-bottom: 0;
	text-shadow: none;
	bottom: 10px;
	position: absolute;
}

.entriesFooter a:hover {
	color: #2196b8
}
#news .tableTools {
	clear: both;
}
	#news .tableTools a, #news .entriesFooter a {
		display:block;
		width: 30px;
		height: 23px;
		overflow: hidden;
		text-indent: -99px;
	}
	#news .tableTools a.prev {
		float:left;
		background: url(/static/themes/2013/images/news-arrow-left.png) no-repeat;
	}
		#news .tableTools a.prev:hover {
			background: url(/static/themes/2013/images/news-arrow-blue-left.png) no-repeat;
		}
	#news .tableTools a.next, #news .entriesFooter a {
		float:right;
		background: url(/static/themes/2013/images/news-arrow-right.png) no-repeat;
	}
		#news .tableTools a.next:hover, #news .entriesFooter a:hover {
			background: url(/static/themes/2013/images/news-arrow-blue.png) no-repeat;
		}
#gallery .entry{
	border-bottom: 1px solid #666;
}

.videoThumb {
	width: 32%!important;
	min-height: 296px;
}
.videoThumb > .image a img {
	width: 100%
}

.videoThumb .date {
	font-size: 14px;
	
}
.videoThumb h3 {
	font-size: 16px!important;
}