* {
    margin: 0;
    padding: 0;
    border: 0;
}

.clearer {
    float: none;
    clear: both;
}

a:visited {
    color: blue;
}
a:hover {
    text-decoration: underline;
}
a {
    text-decoration: none;
}

body {
    background: white url(../gfx/bg.jpg) repeat-x top left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 75%;
}
body.breadcrumbs {
     background: white url(../gfx/bg_breadcrumbs.png) repeat-x top left;
}
body.breadcrumbs #header {
    height: 140px;
}

#mask {
    display: none;
    background: black;
    opacity: .9;
    -moz-opacity: 0.9;
    filter: alpha(0.9);
    z-index: 6666;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


/*
HEADER
*/

#wrap {
    width: 860px;
    margin: 0 auto;
    position: relative;
    background: transparent url(../gfx/header.png) no-repeat top left;
}

#header {
    height: 112px;
}

h1 {
}
h1 a {
    width: 200px;
    height: 50px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    text-indent: -9999px;
    text-decoration: none;
}
ul#top_nav {
    list-style: none;
    padding-top: 62px;
}
ul#top_nav li {
    display: inline;
    padding-right: 10px;
}
ul#top_nav a {
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    text-decoration: none;
}


/*
TEXT
*/
h2 {
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 13px;
}
.category h3 {
    padding: 10px;
    margin-bottom: 1px;
    padding-left: 20px;
    background: #f2f2f2;
    border-bottom: 1px solid #d1d1d1;
}
.category h3.active {
    background: #ff5e00;
}
.category h3.active a {
    color: white!important;
}
.category .pointer_category {
    position: absolute;
    top: 10px;
    right: 10px;
}

.category a {
    color: #333;
    text-decoration: none;
}


h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}

p {
    line-height: 1.8;
    font-size: 11px;
    color: #888;
    margin-bottom: 20px;
}
.description {
    color: #999;
    line-height: 1.5;
    font-size: 19px;
}
input, textarea {
    border: 1px solid #d6d6d6;
}

.category_children {
    display: none;
    padding: 10px 0;
    padding-left: 20px;
    background: #f8f8f8;
    list-style: none;
}
.category_children li {
    display: block;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.category_children li a {
    color: #666;
}

.input_text, .input_submit, textarea {
    padding: 3px 5px;
}
.input_text {
    border-right: 0;
}
#feature_button {
    background: #006633;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
}
.input_text, #search_submit {
    border: 1px solid #d6d6d6;
    font-weight: bold;
}
#search_submit {
    border-left: 0;
}
#id_q {
    float: left;
    width: 70%;
}
.category {
    position: relative;
}

/*
CONTAINERS
*/
#left_narrow {
    width: 220px;
    margin-right: 40px;
    float: left;
}
#right_wide {
    width: 600px;
    float: right;
}
#left_wide {
    width: 500px;
    margin-right: 40px;
    float: left;
}
#right_narrow {
    width: 320px;
    float: right;
}

.video_container {
    width: 180px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.video_container h3 {
    font-size: 11px;
}

.th {
    margin-right: 0!important;
}
.three {
    clear: left;
    display: block;
}

#breadcrumbs {
    list-style: none;
    margin-top: 16px;
    padding-bottom: 20px;
}
#breadcrumbs li {
    display: inline;
}
#breadcrumbs li a {
    color: #888;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#category_list {
}

#featured {
    margin-bottom: 30px;
    margin-right: 20px;
}
.feature_text {
    padding: 20px;
    padding-bottom: 10px;
    width: 45%;
    background: url(../gfx/featured_bg.png);
}
.feature_text p, .feature_text h2 {
    color: white;
}
.feature_text h2 span {
    color: #c3d156;
}
/*
Specifics for sites with narrow left columns
*/
div.searchbox {
    padding: 20px;
    background: #f2f2f2;
    margin-bottom: 20px;
}


/*
Comments
*/

form#comment_form {
    background: #f2f2f2;
    padding: 20px;
}
form#comment_form label {
    display: block;
    font-weight: bold;
}
form#comment_form input.input_text, form#comment_form textarea {
    margin-bottom: 5px;
}


#id_honeypot {
    display: none;
}


.comment, #paginator {
    background: #f2f2f2;
    margin: 10px 0;
    padding: 20px;
}
.comment h3 {
}


div#paginator {
    border-top: 1px solid #d1d1d1;
}
div#paginator a {
    color: #444;
    font-weight: bold;
    text-transform: none;
}
div#previous {
    float: left;
    width: 48%;
}


div#next {
    float: right;
    text-align: right;
}
#paginator .nav_title {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: -10px;
}

#rel_vid {
    margin-bottom: 5px;
}

.video a {
    display: block;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
}
.video a.last {
    border-bottom: none;
}
.video a:hover {
    background: #f5f5f5;
}
.video a .small_thumb_video {
    float: right;
    width: 53px;
}
.video a .the_title {
    float: left;
    max-width: 180px;
    padding: 0 5px;
    font-size: 11px;
}


#nrkbeta_link {
    position: absolute;
    top: 13px;
    right: 20px;
    background: transparent url(../gfx/nrkbeta-link.png) no-repeat bottom left;
    height: 23px;
    width: 128px;
    text-indent: -9999px;
}
#nrkbeta_link:hover {
    background-position: top left;
}


#footer {
    clear: both;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #d1d1d1;
}



/*
CHARTS
*/

.chartlist li { 
  position: relative;
  display: block; 
}
.chartlist li:hover {
    background: #f4f4f4;
}
.chartlist .count { 
  display: block; 
  position: absolute; 
  top: 0; 
  right: 0; 
  margin: 0 0.3em; 
  text-align: right; 
  color: #999;
  z-index: 1;
  font-weight: bold; 
  font-size: 0.875em; 
}
.chartlist li a { 
  display: block; 
  padding: 0.4em 4.5em 0.4em 0.5em;
  position: relative; 
  z-index: 3;
  color: #2D7BB2;
  font-weight: bold;
}
.chartlist li a:hover {
    text-decoration: none;
    color: #333;
}
.chartlist .index { 
  display: block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 2;
  height: 100%; 
  background: #B8E4F5; 
  text-indent: -9999px; 
  overflow: hidden; 
}
