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

   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:.5em}h2{font-size:1.8em;margin-bottom:.75em}h3{font-size:1.5em;margin-bottom:1em}h4{font-size:1.2em;margin-bottom:1.25em}h5{font-size:1em;font-weight:700;margin-bottom:1.5em}h6{font-size:1em;font-weight:700}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:700}small{font-size:.834em}em,dfn{font-style:italic}dfn{font-weight:700}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}dl dt{font-weight:700}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;border:1px solid #ccc}legend{font-weight:700;padding:0 1em}/* Form fields
-------------------------------------------------------------- */input,textarea,select,button{margin-bottom:.1em;padding:4px}input.text,input[type=text],input[type=password]{border:1px solid #ccc}input.submit,input[type=submit],input.cancel,input[type=button],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_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.adverts > 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}/** MODULE SPECIFIC **//*adverts*/#adverts .entryImage{float:right;margin:10px;max-width:320px;max-height:320px}.strevda ul{list-style:none;margin:0}/*employees*/#employees .entryImage{float:right}/*fileman*/#filemanBrowser,#filemanToolbar{font-size:.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:700}#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:0;right:0;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 #DDD;width:730px;padding:10px 0;clear:left}#formbuilder .empty_placeholder{color:#aaa}/********************
* 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
*********************/#formbuilder .settings{width:150px}#formbuilder .settings dl{font-size:10px;padding:5px 0 0 5px}#formbuilder .settings dd{margin:0 0 6px}#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:700}#formbuilder .settings_icon{background:url(/_moya/icons/Settings.png) center right no-repeat;white-space:nowrap}/********************
* 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}/*gallery*/#gallery .entry{overflow:auto}#gallery .entry .image{float:left;margin:0 20px 10px 0}#gallery .entry .image img{border:0}#gallery .entry .title{overflow:auto}#gallery .entry .title h4{float:left}#gallery .entry .title ul,#gallery .info ul{float:left;list-style:none;margin:0;font-size:11px;color:#888}#gallery .entry .title li,#gallery .info li{float:left;padding:0 6px}#gallery.single .paginator .next{float:right}/*konnun*/.percsvar{background:#222 url(/_moya/images/adminbar-bg.png) repeat-x}.spurning,.svar{margin-bottom:.5em}.konnun label{display:block;margin:.4em 0 .4em 1.3em}.konnun input{float:left;margin:0 .3em}.konnun input.submit{float:none;margin:.2em 0}/*news*/.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:red}.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:.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 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:#eee}.searchResults ol.items .rank{float:right;margin:-11px -11px 0 0;padding:5px;border:1px solid #FFF;border-bottom-color:#ccc;border-left-color:#ccc;background:#fff}.searchResults ol.items .title{font-weight:700}.searchResults ol.items .debug{font-size:75%;color:#999;text-align:right}.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:#FF0;padding:0 2px;display:inline-block}.searchResults ol.items li.album ul.albumImages li{display:inline-block;padding:2px;height:auto;border:1px solid #ccc;margin: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 0 5px;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 0 5px;height:20px;width:35px}.searchResults ul.pagination li.selected a{color:#373737;font-weight:700}.searchResults ul.pagination li.selected,.searchResults ul.pagination li:hover{background:#d5d5d5}#searchForm .elm_multiCheckbox label.title,#searchForm #elm_q label{display:none}#searchForm .elm_multiCheckbox label{display:inline-block;width:150px}#searchForm .elm_multiCheckbox br{display:none}/*tube*/div.videoThumb{float:left;margin-right:10px;width:170px;padding:5px;font-size:10px;color:#636669}div.videoThumb a{text-decoration:none}div.videoThumb img{border:1px solid #3f3f3f;padding:1px}div.videoThumb ul{list-style:none;margin:0}div.videoThumb .title{font-weight:700}ul.tube_counter{list-style:none;font-size:10px;margin:0;color:#636669}ul.videoInfo{list-style:none;margin:0 0 12px;border:1px solid #2f2f2f;padding:5px;font-size:10px;color:#636669;float:left;width:630px}ul.videoInfo li{float:left;margin-right:18px}/** 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%}.potd 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}/** 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}#rest span.over{position:absolute;margin-left:-25px}#rest ul.errors{list-style:none;list-style-position:outside;margin:0 0 1em;font-size:.8em;font-weight:700}#rest ul.errors li{padding:.5em;background:#ffe5e1;border:2px solid #e4b2ab;border:2px solid #e4b2ab}#rest .deleteInfo{width:90%;margin:2em auto;padding:.5em;font-size:.9em}#rest .column{margin-right:1em}#rest .property{clear:both}#rest .property .header,#rest .property .price{font-weight:700}#rest .property .price{font-size:1.2em}#rest .property .image{float:left;margin:.5em;width:150px;height:150px;vertical-align:top}#rest .property .information{padding:1em}#rest .property ul{list-style-type:none;float:left}#rest .property .control a{display:block;padding:5px 10px;background:#eee;margin-top:.5em;font-weight:700;border:1px solid #ddd}#rest .property dt,.property dd{float:left}#rest .property dt{display:block;width:120px;text-align:center;background:#eee;margin-right:1px;padding:2px 0}#rest .property dd{margin:2em 0 0 -120px;width:120px;text-align:center;padding:2px 0}#rest .property dl,#rest .property div.price{clear:left}#rest .property div.price{text-align:center;padding:5px 0}#rest .property dl.description dt,#rest .property dl.description dd{width:363px;float:none;margin:0}#rest .property dl.description dd{text-align:left;padding:6px}#rest .property dl.util dt,#rest .property dl.util dd{width:363px;float:none;margin:0}#rest .property dl.util dd{text-align:left;padding:6px}#rest .property dl.info dt,#rest .property dl.info dd{width:363px;float:none;margin:0}#rest .property dl.info dd{text-align:left;padding:6px}#rest .property .periods{clear:left;width:363px;margin-bottom:.5em}#rest .property .periods td.firstCol{font-weight:700;text-align:left;padding-left:5px}#rest .property .periods td{border-bottom:1px dotted #ccc;padding:2px 0;font-size:.85em;text-align:center}#rest .property .periods th{background:#eee;text-align:center;border-left:1px solid #fff;font-size:100%;margin-bottom:2px}#rest .links ul li{list-style:none;display:inline;margin-right:1.5em}#rest .property .images{float:right}#rest .cal{float:left;width:170px;margin:0 5px 5px;border-spacing:1px;border-collapse:separate}#rest .cal caption,.cal td{text-align:center}#rest .cal td{padding:1px 2px;border:.1em solid #ccc;margin:0 1px;line-height:18px}#rest .cal .empty{border-color:#eee}#rest .cal .weekend{background:#f4f4f4}#rest .cal .today{border-color:#a22}#rest .cal .event{background:#777;color:#000;border-color:#555}#rest .cal .last{background:url(/moya/modules/rest/images/cal-end.png) no-repeat 50% 50%}#rest .cal .right{background:url(../../static/rest/images/right.png) no-repeat top right}#rest .cal .right{background:url(../../static/rest/images/right.png) no-repeat top right}#rest .cal .left{background:url(../../static/rest/images/left.png) no-repeat top left}#rest .util ul{list-style-type:disc}#rest .pricesInfo{width:363px;font-size:.8em;color:#888;font-style:italic;margin-bottom:10px;margin-left:10px}#rest .searchForm{float:left;border:1px solid #ccc;background:#fafafa;width:98%;padding:4px;margin-bottom:1em}#rest .searchForm .column{margin-bottom:0}#rest select,#rest input{padding:0}#rest #propertyList .property{padding:1em .5em;float:left;clear:both;width:595px}#rest #propertyList .altRow2{border:1px solid #ddd;background:#f9f9f9}#rest #propertyList .altRow1{background:#fff url(/static/themes/siglo/images/shadow_top.gif) repeat-x}#rest #propertyList .image{width:100px;height:100px;text-align:center}#rest #propertyList .information{float:left;width:244px;margin-left:40px;padding:0}#rest #propertyList .control{float:left;width:120px}#rest #propertyList .control ul{margin:0}#rest #propertyList dt{float:left;width:104px;background:none;text-align:left;padding:0}#rest #propertyList dd{margin:0;padding:0;text-align:left;width:auto;float:none}#rest #apartmentTab5 label{float:left;width:100px;clear:left}#rest .links{margin:4px 0 1em}#rest .links a{background:#eee;border:1px solid #ddd;font-weight:700;padding:3px 10px}#rest .fyrirspurn label{float:left;width:80px;clear:left}#rest .required{font-size:80%}#rest #datePickarea{width:363px;height:auto;float:left;clear:left;margin:.4em 0}#rest #datePickarea dl{float:left;width:121px;clear:none}#rest #datePickarea dd{margin:0}#rest #datePickarea #submit-element input{color:#245}#miniad .entry{border:1px solid #eee;background-color:#f9f9f9;margin-bottom:1em;padding:6px}#miniad .entryImage{float:left;margin:0 10px 5px 0;border:1px solid #666}#miniad .entryFooter{margin-bottom:1em;font-weight:700}#miniad .menu{padding-bottom:4px}#miniad .menu form{float:right}#miniad .entryInfo{margin-bottom:8px;font-size:.857em}#miniad .entry .entryInfo{clear:none}#miniad .entries .entry .entryInfo{clear:left}#center #miniad h3.entryTitle{margin-bottom:0}#miniad h3.entryTitle a{color:#000}#miniad h3.entryTitle a:hover{color:#c33}#center .entryContent{clear:none}#litaspjald .captchaImg{float:right;margin:-22px 330px 0 0}.viewNewest #news .boxTitle,#mainmenu .boxTitle,#mainmenu ul ul,#searchBox .boxTitle,#webtree,#divisions{display:none}#mainmenu,#searchBox,#qn-other,#header .logo{position:absolute}#vedur .vWrap{display:table;vertical-align:middle;height:52px}#vedur li span{display:block;float:left;line-height:14px;margin-right:8px}/*
	#vedur .temprature {
		color:#f33
	}
	#vedur .kuldi {
		color:#3338ff
	}
	*/#vedur img{margin-top:-8px;width:90%}#vedur .wind img{margin-top:-3px;width:100%;display:block}#vedur .temprature{margin-right:0}#fyrirspurnir dt{float:left;width:130px;clear:left}#fyrirspurnir textarea{overflow:auto;width:380px}#fyrirspurnir .captchaImg{position:absolute;margin-left:340px}#search{position:relative}#search #elm_q label{display:none}#search #q{margin:0 0 6px;width:290px;padding:6px 20px 6px 4px;background:url(/static/themes/2012/images/leit-gler.png) no-repeat 99% 60%}#search #elm_submit input{position:absolute;margin-left:284px;padding:0;top:91px;border:0;background:transparent;font-size:1%;text-indent:-9000px;text-transform:capitalize;cursor:pointer;height:27px;width:28px;z-index:9}#search #elm_t label{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/2012/images/search_tab_bg.png) repeat-x 0 0}#search #elm_t label input{position:relative;top:1px}#search .searchResults .title{text-transform:uppercase;font-size:1.077em;text-decoration:underline}#search .searchResults em{font-style:normal;background-color:#ccc}#search .searchResults ol.items li{border-color:#e6e6e6}#search .searchResults ol.items li:hover{background:#f3f3f3}#search .searchResults ol.items .rank{font-size:1.077em;padding:2px 5px;color:#333}#search .searchResults ol.items .title{font-weight:400}#search .searchResults{clear:left}#search .term{font-size:1.154em;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:#1b507c}#search .time{float:right;color:#666;font-size:1em}#search .time span{color:#1b507c;font-size:1.385em}#search .pagination{padding:0;clear:both;width:413px;margin:16px auto}#search .debug{display:none}#search .albumImages{margin:20px 0 10px -5px;float:left;clear:left}#gallery .entries .entry{float:left;width:100%;clear:left;padding-bottom:20px;margin:0 0 20px;border-bottom:1px solid #ccc}#gallery .entry .title h4{font-weight:700;color:#000;font-size:1.429em;margin-bottom:0}#gallery .entry .title ul,#gallery .info ul{clear:left;font-size:.857em;margin-bottom:16px}#gallery .entry .title ul li,#gallery .info ul li{line-height:12px}#gallery .info{clear:left}#gallery .entry .title ul .count,#gallery .info ul .count{padding-left:0}#gallery .info ul .count,#gallery .title ul .count{border-right:1px solid #999}#gallery .entry .content a{font-style:italic}#gallery .entry .content{clear:left;padding-bottom:20px;margin-bottom:28px;border-bottom:1px solid #ccc}#gallery .entries .entry .content{clear:none;padding-bottom:0;margin-bottom:0;border-bottom:0}#gallery .entry .image{margin:0 3px 3px 0}#gallery .entries .entry .image{margin:0 15px 0 0}#gallery .entry .image img{border:1px solid #666}#gallery .image img{max-width:148px}#gallery .entry{overflow:visible;float:left;width:100%;clear:left}#gallery .paginator{text-align:center;color:#000;margin-bottom:16px}/** LAYOUT **/div#page{width:1125px;padding:15px;margin:0 auto;position:relative;background:#fff}div#container{float:left;width:100%}div#center{margin:0 302px 0 180px;min-height:620px;border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6;padding:0 14px}div#left{float:left;width:166px;margin-left:-1125px;padding-right:14px;border-right:1px solid #d6d6d6}div#right{float:left;width:288px;margin-left:-303px;padding-left:14px;border-left:1px solid #d6d6d6}div#footer{clear:left}/** ELEMENTS **/html{height:101%;background:url(/static/themes/2012/images/body-bg.png)}body{font:87.5%/1.5 'PT Sans',Verdana, sans-serif;background:url(/static/themes/2012/images/html-bg.jpg) no-repeat top center;color:#333;padding-top:52px}body.fontbig{font-size:16px}textarea,input{font-family:'PT Sans',Verdana, sans-serif}a{color:#c33;text-decoration:none}a:hover{color:#000}h1,h2,h3,h4,h5,h6{font-weight:400}#left .box_html a img,#footerInfo a img,.strevda a img{border:0}#header{height:220px}#header .background{background:url(/static/themes/2012/images/header-bg.jpg) no-repeat;width:1125px;height:197px}#header .logo{background:url(/static/themes/2012/images/logo.png) no-repeat;width:164px;height:53px;display:block;top:41px;left:37px}#mainmenu{top:153px;left:15px;width:1128px}#mainmenu li{float:left;display:block}#mainmenu a{display:block;width:185px;padding:0 2px;line-height:39px;height:39px;text-align:center;color:#fff;font-size:1.143em;text-shadow:0 -1px 0 #0e2436;margin:-6px 0 0 -1px;background:url(/static/themes/2012/images/menu-bg.png) no-repeat}#mainmenu a:hover,#mainmenu .selectedLevel1 a{background-position:bottom left}.box_sitemap a{display:block;background:url(/static/themes/2012/images/or.png) no-repeat 0 10px;color:#333;padding:5px 0 5px 17px;line-height:16px}.box_sitemap a:hover,.box_sitemap .selectedLevel2 a{color:#900}#qn-other{top:0;width:100%;height:52px;background:url(/static/themes/2012/images/qn-bg.png)}.qnWrap{width:959px;padding-right:196px;height:52px;position:relative;margin:0 auto}.qnFont,.qnLinks{float:right}.qnFont{margin-top:13px}.qnLinks{margin-top:22px}.qnDate,.weather{float:left;margin-top:19px}.qnFont li{background:url(/static/themes/2012/images/font-bg.png) no-repeat;float:left}.qnFont li a{display:block;float:left;width:17px;height:26px;text-indent:-9999em;font-size:1%}.qnFont li a#fontBig{margin-right:2px}.qnLinks li,.qnLinks a{float:left;display:block}.qnLinks a{font-size:.857em;line-height:12px;text-transform:uppercase;color:#666;padding:0 10px}.qnLinks .last a{border-left:1px solid #848484}.qnLinks a:hover{color:#000}.qnDate{color:#333;margin-right:36px;margin-top:16px}#searchBox{top:-41px;right:0;width:192px;height:30px;background:url(/static/themes/2012/images/leit-bg.png) no-repeat;z-index:9}#searchBox #q{background:transparent;border:0;padding:5px 0 0 10px;color:#999;font-style:italic;line-height:14px;font-size:14px;width:152px}#searchBox #searchSubmit{position:absolute;border:0;background:transparent;padding:0;width:28px;height:26px;top:2px;right:2px;cursor:pointer;text-indent:-999em;text-transform:capitalize;font-size:1%;background:transparent}#center{}#center .boxTitle{border-bottom:2px solid #1b507c;margin-bottom:26px}#center .boxTitle h2{text-transform:uppercase;color:#1b507c;font-family:Oswald,Verdana,sans-serif;font-size:1.785em;line-height:60px;margin-bottom:0}#center .boxText hr{background:#ccc;border:0;height:1px}#center .boxText h1,#center .boxText h2,#center .boxText h3,#center .boxText h4{color:#000}#center .boxText h1,#center .boxText h2{font-size:1.357em;margin-bottom:10px}#center .boxText h3{font-size:1.214em;margin-bottom:6px}#center .boxText h4{font-size:1.071em;margin-bottom:4px}#left .box,#right .box{border:1px solid #ccc;padding:1px;margin-bottom:15px;clear:left}#left #mainmenu,#left #searchBox{border:0;padding:0}#left .boxTitle,#right .boxTitle{background:url(/static/themes/2012/images/box-title.png) repeat-x bottom left}#left .boxTitle h3,#right .boxTitle h3{text-transform:uppercase;font-family:Oswald,Verdana,sans-serif;font-size:1.143em;color:#b90000;margin-bottom:0;line-height:33px;padding-left:15px}#left .boxText,#right .boxText{padding:8px 15px}#right .box_html .boxText{padding:0}#left .box_html .boxText{padding:1px}#left #mainmenu .boxText,#left #searchBox .boxText{padding:0}#left .box_advert{border:0;padding:0}#left .box_advert .boxText{padding:0;text-align:center}#left .box_advert li{display:block;margin-bottom:10px}#right .box_custom .boxText{padding:0}#right .box_custom .ui-tabs{padding:0;border:0;font-size:1em;color:#333}#right .box_custom .ui-tabs .ui-tabs-nav{background:url(/static/themes/2012/images/tab-bg.png) repeat-x;border:0;padding:.2em 0;padding-top:0;border-radius:0}#right .box_custom .ui-tabs .ui-tabs-nav li{border:0;margin:0;background:transparent}#right .box_custom .ui-tabs .ui-tabs-nav li.ui-state-active{background:#fff}#right .box_custom .ui-tabs .ui-tabs-nav li a{line-height:17px;color:#900;text-transform:uppercase;font-family:Oswald,Verdana,sans-serif;padding:.5em 1.2em}#right .box_custom .ui-tabs .ui-tabs-panel{padding:10px 14px 0;font-family:'PT Sans',Verdana,sans-serif}#right .box_custom .ui-tabs .ui-tabs-panel a{display:block;background:url(/static/themes/2012/images/or.png) no-repeat 0 10px;color:#333;padding:5px 0 5px 17px;line-height:16px}#right .box_custom .ui-tabs .ui-tabs-panel a:hover{color:#900}#right .box_advert{padding:0;text-align:center}#right .box_advert li{display:block}#rightPromo{padding-top:7px}#rightPromo li{margin-bottom:15px}div#right #box_advert_9{padding:0;border:0;float:left;width:288px}div#right #box_advert_15{border:0;padding:0}div#right #box_advert_15 .boxText{padding:0}#right #box_advert_9 .boxText{padding:0}#rightSmall li{float:left;border:1px solid #ccc;width:140px;height:136px;margin-bottom:4px}#rightSmall li.first{margin-right:4px}#rightSmall li a{display:table-cell;width:140px;height:136px;vertical-align:middle;text-align:center}#footer{text-align:center}#footer span{}body.hideright div#right{display:none}body.hideright div#center{margin-right:0;padding-right:0;border-right:0}#footerInfo{margin-top:-95px;padding-top:116px;background:url(/static/themes/2012/images/footer-bg.png);color:#fff}#footerContent{width:1125px;position:relative;margin:0 auto}#footerContent .box{float:left;width:260px;margin-bottom:24px}#footerContent .box_ord_0{margin:0 142px}#footerContent h3{text-transform:uppercase;font-size:1em;line-height:14px;margin-bottom:20px;font-family:Oswald,'PT Sans',Verdana,sans-serif}#footerContent .box_mailinglist p{margin-bottom:2em}#footerContent .box_mailinglist form{background:url(/static/themes/2012/images/footer-mail.png) no-repeat;position:relative;width:260px;height:30px}#footerContent .box_mailinglist input{border:0;background:transparent;margin:0}#footerContent .box_mailinglist .text{color:#999;font-style:italic;padding-left:10px;width:190px;margin-top:2px}#footerContent .box_mailinglist .submit{width:55px;height:29px;position:absolute;top:1px;right:1px;cursor:pointer;color:#fff;text-transform:uppercase}#footerContent a{color:#f60}#footerContent a:hover{color:#fff}#footerContent .box_pagecontent p{margin-bottom:.4em}#footerContent .box_pagecontent a{background:url(/static/themes/2012/images/footer-abending.png) no-repeat;display:block;width:107px;height:30px;line-height:30px;text-align:center;color:#fff;text-transform:uppercase}#footerContent .box_pagecontent a:hover{opacity:.8}.footerLine{background:url(/static/themes/2012/images/footer-line.png) repeat-x;padding-top:16px;clear:left}.footerExtra{width:1125px;height:50px;position:relative;margin:0 auto}.footerExtra .social li{float:left}.footerExtra .social li a{display:block;width:32px;height:32px;margin-right:15px}.footerExtra .social li a.faceb{background:url(/static/themes/2012/images/fb.png) no-repeat}.footerExtra .social li a.ytube{background:url(/static/themes/2012/images/ytube.png) no-repeat}#footerInfo .login{background:url(https://static.stefna.is/moya/logo/tiny/115_white.png) no-repeat;display:block;margin:0 auto;text-indent:-9999px;width:75px;height:23px;float:right}.strevdaSky{position:fixed;top:52px}.skyLeft{margin-left:-188px}.skyRight{margin-left:1150px}/** BOX STYLES **/.box{margin-bottom:10px}/** ENTRIES **/.entries{margin:0}.entry{list-style:none;margin-top:.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:220px;padding:0 1em 1em;font-style:italic;text-align:center}.entryResources li{list-style:none}.entryLabel{font-weight:700}.entryValue{margin-bottom:1em}.eventForm label{float:left;width:120px;clear:left}.eventForm #category_id-label,.eventForm #category_id-element{display:none}/*NEWS*/#right .box_newsevents .boxText,#left .box_newsevents .boxText{padding:0}.box_newsevents .entry{float:left;width:101%;height:30px;overflow:hidden;clear:left;border-bottom:1px solid #d6d6d6;padding:10px 0;margin:0 0 0 -1px}.box_newsevents .entryInfo{float:left;padding-left:10px;background:url(/static/themes/2012/images/event-bg.png) no-repeat top right;width:28px;height:27px;padding-top:3px;display:block;color:#fff;font-size:.929em;line-height:13px;text-align:center;margin-right:12px}.box_newsevents .entryInfo span{display:block;font-size:.692em;text-transform:uppercase}.box_newsevents .entry a{color:#333;line-height:30px}.box_newsevents .entry a:hover{color:#900}.box_newsevents .news_navbar{margin-right:10px;text-align:right;font-style:italic;display:block;font-size:.929em;clear:left;padding:8px 0}#news .calSummaryNav{margin-bottom:20px}#news .calSummaryNav a{text-transform:uppercase;color:#000;font-weight:700;font-size:.857em}#news .calSummaryNav a:hover,#news .calSummaryNav .selected a{color:#900}#news .calSummaryNav .addEvent{float:right;margin-top:2px}#news .entries .first h2 a{font-weight:700;font-size:1.286em}#news .entries .entry .more{font-style:italic}#news .entries .entry{float:left;width:100%;clear:left;border-bottom:1px solid #eaeaea;padding-bottom:20px;margin:0 0 20px}#news .entry .entryTitle{margin-bottom:0;font-size:1.429em;line-height:20px;font-weight:700;color:#000}#news .entries .entry .entryTitle{font-size:1em;margin-bottom:0;font-weight:400;line-height:normal}#news .entries .entry .entryTitle a{color:#000;font-weight:700}#news .entries .entry .entryTitle a:hover{color:#900}#news .entry .entryInfo{color:#999;font-size:.857em;margin-bottom:20px;clear:none}#news .entries .entry .entryInfo{font-size:.857em;color:#999;margin-bottom:0}#news .entries .first .entryInfo{margin-bottom:12px}#news .entry .entryImage{float:right;margin:0 0 12px 12px}#news .entries .entry .entryImage{float:left;border:1px solid #666;margin:0 12px 0 0}#news .entryImage img{border:1px solid #666}#news .entryImage .entryImageText{border:1px solid #ccc;border-top:0;background:#f6f6f6;max-width:275px;margin-bottom:0;padding:8px 1em;text-align:left;font-style:italic;color:#666;font-size:.929em}#gallery .entryFooter,#news .entryFooter{margin-top:20px;clear:left;float:left;width:100%}#news .entryFooter .social,#gallery .entryFooter .social{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px 4px;clear:left;overflow:hidden}#news .entryFooter .addthis_toolbox{float:right}#news .entryFooter .social .fbLike,#gallery .entryFooter .social .fbLike{float:left}#news .entryFooter .addthis_button_google_plusone,#gallery .entryFooter .addthis_button_google_plusone{margin-top:3px}#news .entryFooter .back,#gallery .entryFooter .back{font-style:italic;clear:left;float:left;margin-top:10px}#news .entryFooter .back:before,#gallery .entryFooter .back:before{content:'\00ab  '}#news #comments{margin-top:20px}#news #comments h2{font-weight:700;font-size:1.143em}#news .strevda{text-align:center;padding-bottom:20px;border-bottom:1px solid #eaeaea;margin-bottom:20px;min-height:100px}#news .strevda p{margin-bottom:0}#news .entriesFooter{border-bottom:1px solid #eaeaea;float:left;clear:left;width:100%;padding-bottom:20px;margin-bottom:20px}#news .entriesFooter a{float:right;color:#fff;font-style:italic;background:#b90000;display:block;line-height:30px;padding:0 10px;text-shadow:0 -1px 0 #880101;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px}#miniad .jip{background:transparent;border:0}#newsPromo{clear:left}body.hideright div#container,div#container{margin-left:-376px}body.hideright div#center,div#center{margin:0 -1px 0 376px;padding:0 20px 0 0;border-left:0}div#left{float:right;width:376px}body.hideright div#right,div#right{float:right;clear:right;width:375px;border-left:1px solid #d6d6d6;padding-left:0;display:block}div#footer{clear:both;width:100%}/*
.hideright div#container {margin-left:0;}
.hideright div#center {margin:0;padding:0;border:0;}
.hideright div#right {display:none}
*/#header{height:313px;overflow:hidden}#header .background{background:transparent}#header .logo{z-index:9}div#right .box{border:0;padding-left:23px}#mainmenu{top:256px;z-index:9}#mainmenu a{background:url(/static/themes/travel/images/f-menu-bg.png) no-repeat;width:157px;margin-left:0}#mainmenu a:hover,#mainmenu .selectedLevel1 a{background-position:bottom left}#mainmenu .mmLevel2.hover{display:block;position:absolute;border:1px solid #4a7fab;background:url(/static/themes/travel/images/f-dd-bg.png);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin:-2px 0 0}#mainmenu .mmLevel2.hover li{float:none;clear:left;border-bottom:1px solid #cdcccb}#mainmenu .mmLevel2.hover li.last{border-bottom:0}div#mainmenu .mmLevel2 li a{display:block;float:none;background:transparent;color:#000;font-size:1em;text-shadow:none;line-height:normal;height:auto;padding:7px 4px 7px 14px;width:141px;margin:0;text-align:left}div#mainmenu ul.mmLevel2 .selectedLevel2 a,div#mainmenu ul.mmLevel2 li a:hover{background:url(/static/themes/travel/images/f-dd-sel.png);color:#a50c0c}#mainmenu .mmLevel3{display:none}#center #news .subCatTitle{border-bottom:1px solid #ccc;border-top:1px solid #ccc;clear:left;color:#000;font-weight:700;font-size:1.071em;padding:8px 0;margin-bottom:4px}.frontpage #center .first{margin-left:-25px}.frontpage #center .first li{float:left;width:350px;height:290px;padding:1px;overflow:hidden;margin:0 0 25px 25px;background:url(/static/themes/travel/images/f-box-bg.png) no-repeat}.frontpage #center .first li img{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:url(/static/themes/travel/images/f-box-skuggi.png) repeat-x bottom left;padding-bottom:9px;margin-bottom:10px}.frontpage #center .first li .text{padding:0 12px}.frontpage #center .first li .text h3{font-weight:700;color:#000}.frontpage #center .first li .text p{margin-bottom:10px}#right .boxTitle{background:transparent}#right .boxTitle h3{color:#000;padding-left:0;line-height:18px;margin-bottom:18px}.box_newsevents .entries{border-top:1px solid #d6d6d6}.box_newsevents .entryInfo{padding-left:0}div#right .box_custom{border-top:1px solid #ccc;background:url(/static/themes/travel/images/f-video-bg.png) no-repeat 1px 1px;float:left;padding-top:22px;width:351px;overflow:hidden;position:relative}#right .bx-wrapper{position:relative;margin:0 40px;padding:0}.box_custom .videoThumb{text-align:center}.box_custom .videoThumb img{width:200px!important;height:auto}#right .box_custom .videoThumb li{display:none}#right .box_custom .videoThumb li.title{display:block;font-weight:400;font-size:14px;color:#333}#right .bx-controls a{width:33px;height:22px;background:url(/static/themes/travel/images/f-car-nav.png) no-repeat;display:block;text-indent:-9999em;font-size:0;position:absolute;top:-40px}#right .bx-controls .bx-prev{right:31px}#right .bx-controls .bx-next{width:31px;background-position:top right;right:0}#right .bx-controls .bx-prev:hover,#right .bx-controls .bx-next:hover{border-bottom:0}#right .bx-controls .bx-prev:hover{background-position:bottom left}#right .bx-controls .bx-next:hover{background-position:bottom right}.travel #tube .videoInfo{display:none}.travel #tube .videoThumb li{display:none}.travel #tube .videoThumb li.title{display:block}