/********** CSS reset **********/
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, b, u, i, center, 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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body
{
  line-height: 1;
}

ol, ul
{
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********** Base layout **********/

/* Font stuff */
body, input, textarea, select
{
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 14px;
}

a
{
  color: #FF8B00;
  text-decoration: none;
}

a:hover
{
  color: #aa5c00;
  text-decoration: none;
}

body
{
  color: #333333;
  font-size: 14px;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, div.featured-video div.view-title, #video-one #contentsub div.view-title, #title
{
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #000000;
}

h2, div.featured-video div.view-title, #video-one #contentsub div.view-title, #title
{
  font-size: 29px;
  font-weight: bold;
  line-height: 35px;
}

h1
{
  font-size: 2.571em /* 36px */;
  line-height:1em /* 36px */;
  /*padding-top:0.1667em ;*/
  padding-bottom:0.5833em /* 21px */;
  color: #1E3E48;
  font-weight: normal;
}

h3
{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 30px;
}

h4
{
  font-size:1.143em /* 16px */;
  padding-bottom:0.4375em /* 7px */;
  color: #1E3E48;
}

h5, h6
{
  font-size:1em /* 14px */;
  color: #1E3E48;
}

/* Layout stuff */
body
{
  /*background: url(/files/BodyBackground.gif) repeat-x 0px 224px;*/
  background: #ffffff;
}

body #frame
{
  width: 100%;
}

body.tube #sitetop, body.tube #main, body.tube #sitebottom
{
  width: 100%;
  text-align: center;
}

#header, #mainsub, #footer
{
  width: 970px;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: left;
}

#header, #contentsub, #sidebarsub, #leftsidebarsub, #footer
{
  padding: 0px;
}

body.tube #sitebottom
{
  background: #000000;
}

#footer
{
  color: #ffffff;
  padding: 0px 0px 40px 0px;
  font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans MS,Helvetica,Arial,sans-serif;
  font-size: 11px;
}

#footer a
{
  color: #ffffff;
  font-weight: normal;
}

#footer div.headline
{
  padding: 20px 0px 5px 0px;
  color:#FF8B00;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight: bold;
}

/***** Header *****/
body.tube #sitetop, #header
{
  height: 142px;
}

body.tube #sitetop
{
  background: url(/files/header-back.png) repeat-x 0px 0px;
  border-top: 1px solid #444444;
  margin-bottom: 30px;
}

#header div.block-tube-search
{
  float: right;
  margin: 7px 20px 0px 0px;
}

#header div.block-tube-search input.text
{
  background: url(http://nrkbeta.no/wp-content/themes/beta/media/gfx/header-searchbar.png) no-repeat 0px 0px;
  border: 0;
  color: #000000;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13px;
  padding: 8px 10px 8px 10px;
  vertical-align: middle;
  width: 194px;
  display: block;
  float: left;
  margin-right: 3px;
}

#header div.block-tube-search input.submit
{
  background:url(http://nrkbeta.no/wp-content/themes/beta/media/gfx/button-search-submit.png) no-repeat scroll 0 0 transparent;
  color:white;
  cursor:pointer;
  float:right;
  font-weight:bold;
  line-height:10px;
  margin-top:1px;
  padding:7px 0 12px;
  text-align:center;
  text-indent:-9999px;
  width:67px;
  border: 0;
}

.nrk-globalnavigation ul
{
  border-bottom: 0 !important;
}

.nrk-globalnavigation
{
  margin-bottom: 0px !important;
}

#identity
{
  margin: 0px;
  height: 98px;
}

#identity h2 { padding: 0px; margin: 0px; }
#identity a
{
  background: url(http://nrkbeta.no/wp-content/themes/beta/media/gfx/logo.png) no-repeat 0px 40px;
  display: block;
  width: 134px;
  height: 98px;
  text-indent: -9999px;
  overflow: hidden;
}

.menu-table-container
{
  margin-top: 1px;
}

.menu-table-container td
{
  padding: 0px;
  margin: 0px;
}

.menu-table-container a
{
  display: inline-block;
  height: 43px;
  line-height: 43px;
  text-decoration: none;
  padding: 0px 14px 0px 14px;
  color: #FFD6B3;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: normal;
}

.menu-table-container a:hover
{
  color: #ffffff;
}

.menu-table-container a.active
{
  background: url(http://nrkbeta.no/wp-content/themes/beta/media/css/../gfx/header-menu-active-background.png) repeat-x 0px 0px;
  font-size: 14px;
  color: #000000;
}

/***** Main content *****/
#main #sidebar
{
  width: 317px;
  margin: 0px 0px 0px 0px;
}

#main.has-rightsidebar #content
{
  margin-right: 335px;
}

#main #content
{

}

#main #sidebar
{
  border-left: 1px solid #dadada;
}

/********** Right sidebar **********/

/***** Overall *****/

#contentsub table.view-medium div.view-photo img,
#contentsub table.view-medium div.view-photo a,
#contentsub table.view-medium div.view-photo div.playicon
{
  width: 260px !important;
  height: 146px !important;
}

#main #sidebarsub
{
  padding: 0px 0px 0px 17px;
  width: 300px;
}

#sidebarsub div.headline
{
  background: #FF8B00;
  color:white;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans MS, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 6px;
  padding: 7px 15px;
  text-shadow: 1px 1px 1px #B66300;
  text-transform: uppercase;
  line-height: 15px;
}

div.featured-video
{
  
}

div.featured-video div.featured-video-header
{
  border-left: 15px solid #FF8B00;
  margin-bottom: 20px;
  margin-left: -40px;
  padding-left: 25px;
}

div.featured-video-view div.featured-video-header
{
  margin-left: 0px;
  padding-left: 0px;  
  border-left: 0;
}

div.featured-video div.view-channel
{
  margin-bottom: 5px;
}

div.featured-video div.view-channel a
{
  color:#333333;
  font-family:Lucida Grande,Lucida Sans Unicode,Lucida Sans MS,Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}

div.featured-video div.view-title a
{
  text-decoration: none;
}

div.featured-video div.featured-video-meta, div.featured-video div.featured-video-meta a
{
  color:#A7A7A7;
  font-family:Lucida Grande,Lucida Sans Unicode,Lucida Sans MS,Helvetica,Arial,sans-serif;
  font-size:12px;
  text-transform:uppercase;
  font-weight: normal;
  text-decoration: none;
}

div.featured-video div.featured-video-meta
{
  margin: -2px 0px 20px 0px;
  height: 22px;
}

div.featured-video div.featured-video-meta a:hover
{
  color: #6f6f6f;
}

div.featured-video div.featured-video-meta div
{
  float: left;
  margin-right: 10px;
}

div.featured-video div.view-comments
{
  background: url(http://nrkbeta.no/wp-content/themes/beta/media/css/../gfx/icons-comment.png) no-repeat 0px center;
  padding-left:22px;
}

div.featured-video div.view-photo
{
  width: 635px;
  overflow: hidden;
}

div.featured-video div.view-photo a
{
  position: relative;
  left: -81px;
}

div.featured-video div.view-words
{
  padding: 15px 0px 20px 0px;
  color: #444444;
  font-size: 16px;
}

div.featured-video-tags
{
  font-size: 12px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#block859817 div.headline { display: none; }

#sidebarsub div.view-item
{
  height: 75px;
  padding: 0px 0px 5px 0px;
}

#sidebarsub div.view-item div.view-photo
{
  float: left;
}

#sidebarsub div.view-item div.view-title a, #sidebarsub div.view-item div.view-title
{
  font-size: 12px;
  line-height: 17px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

#sidebarsub div.view-item div.view-title
{
  padding: 20px 0px 0px 0px;
}

ol.comments
{
  border-bottom: 0;
}


li.comment
{
  border-top: 0;
  border-bottom: 1px dotted #dddddd;
  font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans MS,Helvetica,Arial,sans-serif;
  font-size: 12px;
}

li.comment .comment-author, li.comment .comment-date { font-style: normal; font-size: 11px; float: left; }
li.comment .comment-date { margin-left: 15px; }
li.comment span.raquo { display: none; }

li.comment .comment-content
{
  overflow: hidden;
}

#commentForm h3
{
  margin-bottom: 10px;
}

#commentForm
{
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #999999;
  font-size: 12px;
}

#commentForm .comment-input-label
{
  font-weight:bold;
  padding: 5px 20px 5px 0px;
  text-align:right;
  width:100px;
  font-size: 12px;
}

#commentForm input.text, #commentForm textarea
{
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  padding: 5px;
  font-size: 13px;
  background:none repeat scroll 0 0 #F5F5F5;
  border-color:#F1F1F1 -moz-use-text-color -moz-use-text-color #F1F1F1;
  border-right:medium none;
  border-style:groove none none groove;
  border-width:2px medium medium 2px;
  width:440px;
}

#commentForm textarea
{
  width: 560px;
}

#commentForm input.submit
{
  background:url(http://nrkbeta.no/wp-content/themes/beta/media/css/../gfx/button-publish-comment.png) no-repeat scroll center center transparent;
  border:medium none;
  color:#F1F1F1;
  cursor:pointer;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:bold;
  padding:10px 0;
  text-align:center;
  text-shadow:1px 1px 1px #555555;
  width:70px;
}

#footer .subscribe-link-mail, #footer .subscribe-link-podcast, #footer .subscribe-link-rss
{
  background-position: 0px center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 22px;
}

#footer .subscribe-link-mail { background-image: url(http://nrkbeta.no/wp-content/themes/beta/media/gfx/epost-ikon.png); }
#footer .subscribe-link-rss { background-image: url(http://www.feedburner.com/fb/images/pub/feed-icon16x16.png); }

#footer div.copy
{
  font-size:11px;
  border-top:1px solid #444444;
  color:#555555 !important;
  font-family:Lucida Grande,Lucida Sans Unicode,Lucida Sans MS,Helvetica,Arial,sans-serif;
  font-size:11px;
  line-height:1.4;
  padding:15px 0;
}

.sidebar-channels a
{
  background: url(http://nrkbeta.no/wp-content/themes/beta/media/css/../gfx/background-sidebar-subpages.png) repeat-x 0px 0px;
  line-height: 41px;
  height: 41px;
  padding: 0px 10px 0px 10px;
  margin: 0px;
  color: #ffffff;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
}

#sidebarsub .layout-block
{
  margin-bottom: 20px;
}

#sidebarsub .block-tube-open-upload div.headline
{
  display: none;
}


#sidebarsub .block-tube-open-upload a
{
  border: 0;
  background:url(/files/OpenUpload.png) no-repeat scroll center center transparent;
  color:#F1F1F1;
  cursor:pointer;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:bold;
  padding:10px 0;
  text-align:center;
  text-shadow:1px 1px 1px #555555;
  width: 300px;
}