/* **************************************************************** */
/* Browser reset via Eric Meyer:                                    */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/     */
/* VAR Í RESET.CSS                                                  */
/* **************************************************************** */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  color: black;
  background: white;
}
ol, ul {
  list-style-position: outside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* **************************************************************** */
/* Main layout                                                      */
/* **************************************************************** */

/***** gamla basic.css *****/
@font-face {font-family: 'MaxPro';src: local('MaxPro'), url('../font/MaxPro.otf') format('opentype'); }
html{font-size:  68.75%; }
h1 {font-size: 1.7em;   margin-top: 0.3em;   margin-bottom: 0.1em; }
h2 {font-size: 1.5em;   margin-top: 0.3em;   margin-bottom: 0.1em; }
h3 {font-size: 1.1em;   margin-top: 0.3em;   margin-bottom: 0.1em; }
h4 {font-size: 1.1em;   margin-top: 0.3em;   margin-bottom: 0.1em; }
h5 {font-size: 1em;   margin-top: 0.2em;   margin-bottom: 0.0em; }
h6 {font-size: .9em;   margin-top: 0.2em;   margin-bottom: 0.0em; }
em {font-style: italic; }
strong {font-weight: bold; }
code {font-family: "Courier New"; }
blockquote {margin-left: 3em; }
cite {font-style: italic; }
q:lang(is) {quotes: "„" "“"; }
abbr, dfn {border-bottom: 1px dashed; }
/***** /gamla basic.css *****/

html 
{
    font-family: "Arial", "Sans-Serif";
    font-size:  75%;
    background: #989898;
}
body
{
    -moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	margin-top: 10px;
    background: #989898;
    background: #ffffff;
    width: 950px;
    margin: 10px auto;
    position: relative;
}
#main
{
    width: 950px;
	overflow: hidden;
}

#main2
{
	float:left;
	position: relative;
    width: 950px;
    height: 640px;
    background: #272727;
}

#header,#footer
{
    width: 100%;
	z-index:10;
}

/* **************************************************************** */
/* Basic HTML elements                                              */
/* **************************************************************** */
#content ul, ol
{
    margin-left: 1.5em;
}
#content li
{
    margin-bottom: 0.2em;
}
h1, h2, h3, h4, h5 {
    color: #999999;
    font-weight: bold;
}
h1
{
    margin-top: 0.4em;
}
p
{
    margin-bottom: 0.5em;
}
dt
{
    margin-top: 0.5em;
    font-weight: bold;
}
dd
{
    margin-left: 2em;
}
a,
a:link {
 color: #555999;
 text-decoration: none;
}
a:hover,
a:active { 
  color: #575b64; 
  text-decoration: underline !important;
}
hr
{
    display: none;
}

/* **************************************************************** */
/* Layouts                                                          */
/* **************************************************************** */

ul#local-header
{
    height: 1.6em;
    padding: 0;
    background-color: #12255d;
    font-size: 90%;
    color: #bbbbbb;
}
ul#local-header li { float: left; list-style: none; margin: 0.1em 2px 0.1em 10px; }
ul#local-header li:last-child { float: right; }
ul#local-header li a { color: #bbbbbb; }
ul#local-header li a:hover { color: #bbbbbb; }

#header 
{
    position: relative;
    padding: 0;
    margin: 0;
    height: 212px;
   /* background: #ffffff url(http://www.ruv.is/other_files/global/bg-header-01.gif);  */
}
#header h2
{
    display: none;
}
#header .direct-link
{
    display: none;
}
/* **************************************************************** */
/* Quick navigation in header for each template                     */
/* **************************************************************** */
#header #qnav  
{
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    height: 21px;
    width: 661px;
    overflow: hidden;
    padding: 6px 5px 0 10px;
    font-size: 92%;
    margin: 0;
margin-top:0;    
background: #c7c9c6;
}
#header #qnav ul { float: left; margin: 0; }
#header #qnav li { float: left; list-style: none; padding-right: 10px }
#header #qnav li a { color: #12255d; text-decoration: none; }
#header #qnav li a:hover {color: #ffffff; text-decoration: underline; }
/* **************************************************************** */
/* Quick search in header for each template                         */
/* **************************************************************** */
#header #qsearch
{ 
   /* float: right; */
   -moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
    position: absolute;
    top: 0;
    left: 676px;
    height: 27px;
    width: 260px;
    padding: 0 10px 0 4px;
    margin: 0px;
    background: #c7c9c6;
}
#header #qsearch form fieldset legend
{
    display: none;
}
#header #qsearch form fieldset input#searchtext  
{
    position: absolute;
    top: 4px;
    left: 4px;
    width: 172px; 
    height: 15px; 
    padding: 2px 0 0 5px;
    border: none;
    font-size: 85%;
    background: transparent url("/ruv_media/img/bg-form-field-01.gif") no-repeat 0 0;
    background-color: green;
}
#header #qsearch form fieldset input#searchsubmit   
{
    position: absolute;
    top: 4px;
    left: 186px;
    width: 69px;
    height: 23px;
    padding: 0px 10px 10px 20px;
    color: #ffffff;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    text-indent: -7000px;
    background: url("/ruv_media/img/bg-button-search-01.gif") no-repeat 0 -3px;
}
#header #qsearch form fieldset input#searchsubmit:hover 
{  
    background: url("/ruv_media/img/bg-button-search-02.gif") no-repeat 0 -3px;
}
/* **************************************************************** */
/* Banner                                                           */
/* **************************************************************** */
#header #banner
{
   /* float: left; */
    position: absolute;
    top: 27px;
    left: 0;
    height: 158px;
    padding: 0;
    margin: 0 0 1px 0;
	width:950px;
}

#banner_thattasida
{
   /* float: left; */
    position: absolute;
    top: 27px;
    left: 0;
    height: 159px;
    padding: 0;
    margin: 0 0 1px 0;
	width:950px;
}

#heim_hlekkur{
	position:absolute;
	left:0;
	top:115px;
}

#heim_hlekkur a{
	display:block;
	height:42px;
	text-indent:-7000px;
	width:146px;
}

/* **************************************************************** */
/* Link back to frontpage                                           */
/* **************************************************************** */

#header #to-frontpage
{
   /* float: left; */
    position: absolute;
    top: 143px;
    left: 0;
    width: 144px;
    height: 42px;
    margin: 0 0 0 0;
    overflow: hidden;
}
#header #to-frontpage a img
{
    width: 144px;
    height: 42px;
}
/* **************************************************************** */
/* Date                                                             */
/* **************************************************************** */
#header .date 
{
   /* float: left; */
    position: absolute;
    top: 142px;
    left: 144px;
    height: 13px;
    width: 350px;
    background: #12255d;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0 5px 16px;
    overflow: hidden;
}

#header .date2 
{
   /* float: left; */
    position: absolute;
    top: 143px;
    left: 144px;
    height: 12px;
    width: 350px;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0 5px 16px;
    overflow: hidden;
}
/* **************************************************************** */
/* Navigation                                                       */
/* **************************************************************** */
.navigation ul
{
    text-transform: uppercase;
}
.navigation ul li ul
{
    text-transform: none;
}

/* **************************************************************** */
/* Streaming navigation                                             */
/* **************************************************************** */
.navigation
{
   /* float: left; */
    position: absolute;
    top: 130px;
    left: 468px;
    height: 62px;
    width: 482px;
    padding: 0;
    margin: 0;
    background: #12255d url("/ruv_media/img/takkar.png") no-repeat 0px 4px;
}
.navigation2
{
   /* float: left; */
    position: absolute;
    top: 138px;
    left: 468px;
    height: 62px;
    padding: 0;
    margin: 0;
    background: url("/ruv_media/img/takkar.png") no-repeat 0px 4px;
}
#streaming-navigation a
{
    display: block;
    padding: 10px 0 0 0;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-indent: -7000px;
}
#streaming-navigation ul
{
    list-style: none;
    padding: 4px 0 0 0;
    margin: 0;
}
#streaming-navigation ul li  
{
    float: left; 
    padding-bottom: 0; 
}
/* LEVEL 1 */
#streaming-navigation ul li.c1 a
{
    width: 150px;
}
#streaming-navigation ul li.c2 a
{
    width: 140px;
}
#streaming-navigation ul li.c3 a
{
    width: 150px;
}

/* LEVEL 1 Hover 
#streaming-navigation ul li.c1 a:hover 
{
    background: transparent url("/ruv_media/img/header_nav_bg_opac_hover.png") no-repeat 0 0;
}
#streaming-navigation ul li.c2 a:hover 
{
    background: transparent url("/ruv_media/img/header_nav_bg_opac_hover.png") no-repeat -218px 0;
}
#streaming-navigation ul li.c3 a:hover 
{
    background: transparent url("/ruv_media/img/header_nav_bg_opac_hover.png") no-repeat -340px 0;
}*/

#streaming-navigation ul li a
{
    height: 44px;
}

/* LEVEL 2 */
#streaming-navigation ul li.selected {
 position: relative;
}

#streaming-navigation .level2 {
 display: none;
}

#streaming-navigation .selected .level2 a,
#streaming-navigation .selected .level2 a:visited,
#streaming-navigation .selected .level2 a:link { 
  font-size: 13px; 
  font-weight: bold; 
  color: #3a3b6b; 
  text-decoration: none; 
  height: 15px;
  text-indent: 0px;
}

#streaming-navigation .selected .level2 {
 display: block;
 top: 30px;
 left: 0px;
 position: absolute;
 width: 130px;
 background: transparent url("/ruv_media/img/bg-dropdown-white-01.png") no-repeat 0 8px;
 padding-top: 7px;
}

#streaming-navigation .selected .level2 li {
 display: block;
 float: none;
 border: 1px solid #e53b25;
 background: none;
}

#streaming-navigation .level1 .selected .level2 li a {
 padding: 3px 10px;
 _padding-left: 0; /* IE 6 */
 display: block;
 font-weight: bold;
 background: none;
 color: #3a3b6b;
 font-size: 11px;
}

*:first-child+html #streaming-navigation .level1 .selected .level2 a { /* IE 7 */
 padding-left: 0;
}

#streaming-navigation .level1 .selected .level2 a:hover {
 color: #e53b25;
}
/* **************************************************************** */
/* Main navigation                                                  */
/* **************************************************************** */
#header #main-navigation
{
   /* float: left; */
    position: absolute;
    top: 185px;
    width: 100%;
    background: transparent url("/ruv_media/img/main_nav_bg.png") repeat-x 0 0; 
    height: 28px;
	left: 0;
}

#main-navigation ul { float: left; margin: 0 0 0 0;  padding: 0 0 0 0;	z-index: 9; }
#main-navigation li { 
 float: left; 
 list-style: none; 
 background: url("/ruv_media/img/bg-main-nav-divider-01.gif") no-repeat 100% 55%; 
}

#main-navigation li a { 
 display: block; 
 padding: 5px 20px 5px 18px; 
 margin-right: 2px; 
 margin-top: 1px;
 font-family: MaxPro, inherit, sans-serif;
 font-weight: normal;
}

#main-navigation a,
#main-navigation a:visited,
#main-navigation a:link { 
  font-size: 12px; 
  font-weight: bold; 
  color: #3a3b6b; 
  text-decoration: none !important; 
}

#main-navigation li a:hover,
#main-navigation .level1 .selected a,
#main-navigation .level1 .current_page a,
#main-navigation .current_page_ancestor a {
  color: #d5d5d5; 
  background: transparent url("/ruv_media/img/bg-main-nav-current-01.gif") repeat-x 0 0; 
}

#main-navigation .selected {
 position: relative;
}

#main-navigation .level2 {
 display: none;
}

#main-navigation .selected .level2 {
 display: block;
 top: 25px;
 left: 10px;
 position: absolute;
 width: 130px;
 background: transparent url("/ruv_media/img/bg-dropdown-white-01.png") no-repeat 0px 8px;
 padding-top: 7px;
}

#main-navigation .selected .level2 li {
 display: block;
 float: none;
 border: 1px solid #fcfcfc;
 background: none;
}

#main-navigation .level1 .selected .level2 li a {
 padding: 3px 10px;
 _padding-left: 0; /* IE 6 */
 display: block;
 font-weight: bold;
 background: none;
 color: #3a3b6b;
 font-size: 11px;
 font-family: Helvetica, Arial, sans-serif;
}

*:first-child+html #main-navigation .level1 .selected .level2 a { /* IE 7 */
 padding-left: 0;
}

#main-navigation .level1 .selected .level2 a:hover {
 color: #e53b25;
}


/* **************************************************************** */
/* FÃ³tur                                                            */
/* **************************************************************** */
#footer
{
    clear: both;
	float:left;
}
/* **************************************************************** */
/* Efnisyfirlit                                                     */
/* **************************************************************** */
<!-- FOOTER NÝTT -->

#footer {
color:#FFFFFF;
float:left;
}
#footer .footer-menu {
background-color:#F0F0F0;
border-top:1px solid #CCCCCC;
float:left;
overflow:auto;
width:100%;
}
#footer h2 {
border-bottom:1px solid #CCCCCC;
margin:0;
padding:5px 10px;
text-transform:uppercase;
}
#footer .footer-menu dl {
float:left;
padding:10px 22px 11px 17px;
width:7.9em;
}
#footer .footer-menu dt {
font-weight:bold;
margin-left:0;
}
#footer .footer-menu dd {
margin-left:0;
}
#footer .footer-menu dd a {
padding-left:0;
}
#footer .vcard {
background-color:#22267D;
float:left;
width:100%;
}
#footer .vcard .content {
padding:10px 17px;
text-align:center;
}
#footer .vcard .content a {
color:#FFFFFF;
text-decoration:underline;
}
#footer h2 {
border-bottom:1px solid #CCCCCC;
color:#999999;
margin:0;
padding:5px 10px;
text-transform:uppercase;
}


.talning{
	display:none;
}
/* **************************************************************** */
/* Heimilisfang                                                     */
/* **************************************************************** */
#footer .address
{
    background-color: #22267d;
    color: #ffffff;
    text-align: center;
    font-size: 90%;
    float: left;
    width: 930px;
    padding: 10px;
}
#footer .address a
{
    color: #ffffff;
}
/* **************************************************************** */
/* Padding                                                          */
/* **************************************************************** */
/* body div.padding
{
    padding: 10px;
} */
/* **************************************************************** */
/* Column layout                                                    */
/* **************************************************************** */
#main #content
{
    background: #ffffff;
	width: 680px;
    float: left;
	padding: 0;
}
#main #side
{
    background:#F7F3F7 none repeat scroll 0 0;
	float:right;
	margin:0 0 -89900px;
	padding:0 15px 90000px;
	width:240px;
}
#main #side .cell
{
    margin-top: 10px;
}
#main #side .flash
{
    margin-top: 10px;
}
/* **************************************************************** */
/* Skipta lista upp Ã­ dÃ¡lka                                         */
/* **************************************************************** */
.list
{
    float: left;
    width: 200px;
    margin-right: 20px;
}
/* **************************************************************** */
/* List tafla                                                       */
/* **************************************************************** */
table.list
{
    border-right: #808080 1px;
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px;
    background-color: #f5f5f5;
    margin-bottom: 1em;
}
table.list tr
{
	vertical-align: top;
}
table.list th
{
	text-align: left;
    font-weight: bold;
    background-color: #c0c0c0;
    padding: 4px;
    margin: 0px;
    border-right: #808080 1px solid;
    border-bottom: #808080 1px solid;
}
table.list td
{
    padding: 4px;
    margin: 0px;
    border-right: #808080 1px solid;
    border-bottom: #808080 1px solid;
}
/* **************************************************************** */
/* Channel frontpage                                                */
/* **************************************************************** */
.channel-frontpage .teasers
{
    float: left;
    width: 49%;
}
.channel-frontpage .schedule
{
    float: left;
    width: 49%;
}
.channel-frontpage .programmes h2
{
    font-size: 120%;
}

/* **************************************************************** */
/* Calendar                                                         */
/* **************************************************************** */
table.calendar
{
	border-right: #404040 2px solid;
	border-bottom: #404040 2px solid;
	border-left: #bbb 2px solid;
	border-top: #bbb 2px solid;
	background-color: #777;
	color: #fff;
}
table.calendar a
{
	color: #fff;
}
table.calendar td
{
	border:#808080 1px solid;
	padding:2px 5px 2px 5px;
	text-align: center;
}
td.today
{
	font-weight: bolder;
	background-color: #666;
}
table.calendar th
{
	font-weight: bold;
	text-align: center;
	background-color: #e53b25;
}

.img_left{
	float:left;
	padding:4px;
}

.img_right{
	float:right;
	padding:4px;
}

.bold{
	font-weight:bold;
}

.hidden{display:none !important;}
