/* ===================================================== style.css =====================================================*/
/*
Theme Name: TV4 default theme
Theme URI: http://mu.wordpress.org/
Description: TV4 default theme is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: TV4
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/
*/

/* Global */
/* Tag-specific */
html, body, blockquote, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, input {
	margin: 0;
	padding: 0;
}

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

a:hover {
	text-decoration: underline;
}

blockquote {
	margin-bottom: 10px;
}

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

img {
	border: 0;
}

body {
	color: white;
	background: #EFE8E2 url("http://www.nyheterna.se/news/images/nk_bg.jpg") no-repeat scroll center top;
	/*background: #F4F4F4 url(http://www.nyhetskanalen.se/news/images/bg.jpg) repeat-x 0 0;*/
}

/* Navigation */
.navigation {
	min-height: 24px;
	list-style: none;
	margin-bottom: 0;
}

.navigation li {
	float: left;
}

.navigation a {
	display: block;
	min-height: 14px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
}

.navigation a:focus {
	-moz-outline-style: none;
}

.navigation a:hover {
	text-decoration: underline;
}

/* Sites navigation */
#sites-navigation {
	float: right;
	border-bottom: 3px solid #000;
	list-style: none;
	min-height: 16px;
	margin: 0 5px 0 0;
	padding: 0;
}

#sites-navigation li {
	float: left;
	background: url(http://www.nyhetskanalen.se/news/images/navigation/sites-navigation-li.gif) no-repeat left top;
	padding-right: 2px;
	padding-left: 7px;
	height: 16px;
}

#sites-navigation .selected {
	background: url(http://www.nyhetskanalen.se/news/images/navigation/sites-navigation-li-tv4.gif) no-repeat left top;
}

#sites-navigation a {
	background: url(http://www.nyhetskanalen.se/news/images/navigation/sites-navigation-a.gif) no-repeat right top;
	color: #D7D7D7;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	height: 26px;
	text-transform: uppercase;
}

#sites-navigation .selected a {
	background: url(http://www.nyhetskanalen.se/news/images/navigation/sites-navigation-a-tv4.gif) no-repeat right top;
	color: #FFF;
	padding-left: 12px;
}

/* Main navigation */
#main-navigation {
	float: left;
	background: url(http://www.nyhetskanalen.se/news/images/menu_bg.gif) repeat-x 0 0;
	margin-top: 3px;
	padding-left: 7px;
	width: 973px;
}

#main-navigation li {
	position: relative;
    padding: 0;
	z-index: 2000;
}

#main-navigation li.selected a {
	background: url(http://www.nyhetskanalen.se/news/images/menu_on.gif) repeat-x 0 0;
}

#main-navigation li:hover a {
	background: url(http://www.nyhetskanalen.se/news/images/menu_on.gif) repeat-x 0 0;
	text-decoration: underline;
}

#main-navigation a {
	color: #fff;
	text-transform: uppercase;
}

#main-navigation a.toggle {
	background: none;
}

#main-navigation .hover-item a {
	text-decoration: none;
	background: url(http://www.nyhetskanalen.se/news/images/navigation/main-bg-over.jpg) repeat-x;
}

#main-navigation .selected a {
	text-decoration: none;
	background: url(http://www.nyhetskanalen.se/news/images/navigation/main-bg-over.jpg) repeat-x;
}

#main-navigation a.toggle span {
	background: url(http://www.nyhetskanalen.se/news/images/navigation/more-arrow.gif) no-repeat 2px 3px;
	padding-left: 10px;
}

#main-navigation a.more-selected span {
	background: url(http://www.nyhetskanalen.se/news/images/navigation/more-arrow-down.gif) no-repeat 0 4px;
}

#main-navigation a.menu-image {
    padding: 0 8px;
    height: 30px;
}

#main-navigation a.menu-image span {
    display: block;
	height: 30px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#main-navigation .hover-item a.image-toggle span {
    background-position: 0 -30px;
}

#main-navigation li {
	position: relative;
}

/* Navigation dropdown */
#main-navigation li:hover ul li a {
	background: none;
}

#main-navigation li ul {
	background: #8c0000;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 2000;
	font-size: 100%;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 140px;
	list-style: none;
	display: none;
}

#main-navigation li ul li {
	float: none;
	width: 140px;
}

#main-navigation li ul li a {
	font-size: 10px;
	margin: 0;
	padding: 3px 0 3px 10px;
	text-transform: none;
	text-decoration: none !important;
}

#main-navigation li ul li:hover a {
	background: url(http://www.nyhetskanalen.se/news/images/menu_on.gif) repeat-x 0 0;
	text-decoration: underline !important;
}

#main-navigation li.active ul {
	display: block;	
}

.navigation-search {
	float: right !important;
	border: 0 !important;
}

.navigation-search div {
	background: url(http://www.nyhetskanalen.se/news/images/menu-search-bg.gif) no-repeat;
	width: 190px;
	height: 17px;
 	margin: 4px 13px 0 10px;
	padding: 1px 0 0 0;
	text-align: center;
}

.navigation-search input.search-text {
	float: left;
	background: #fff;
	border: 1px solid #DDDDDD;
	font: normal 11px verdana, arial, sans-serif;
	width: 150px;
	margin-top: -2px;
	margin-right: 0 !important;
}

.navigation-search .submit-search {
	float: right;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	font: normal 10px verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}


h4.program-type-heading, .box-content h4.program-type-heading {
	float: left;
	padding: 3px 7px;
}

.external .links a {
	color: #0e7019;
}

/* Boxes */
.box {
	float: left;
	width: 250px;
	clear: left;
	margin-bottom: 5px;
	background: #3F3F3F;
}

.box-bottom {
	margin-bottom: 8px;
}

.box h2 {
	margin-bottom: 5px;
}

.box h3 {
	background: url(http://www.nyhetskanalen.se/news/images/title_bg.gif) no-repeat scroll left top;
	border-bottom: 1px solid #121212;
	padding: 2px 3px 4px 17px;
}

.box .content h3 {
	background: transparent;
	border: 0;
	padding: 0;
}

.box .content h3 a {
    line-height: 1;
}

.box .has-suptitle h2 {
    margin-bottom: 0;
}

.box .content.has-suptitle h3 {
    margin-top: 0;
}

.box h3 .date {
	float: right;
}

.box .intro {
	position: relative;
}

.intro .tag-heading {
	background: transparent url(http://www.nyhetskanalen.se/news/images/title_bg.gif) no-repeat scroll left top;	
	color: #FFF;
	padding: 3px 3px 3px 17px;
	display: none;
}

.box .intro img {
	display: block;
    width: 250px;
}

.box .content {
	padding: 4px 5px 2px 5px;
}

#topic-content .box .content {
	background: #3F3F3F;	
}

.box-content {
	float: left;
	width: 100%;
}

.cat_videoavdelning .box-content, .cat_videoavdelning.box, .cat_videoavdelning .box-content ul.small-pics-list li {
	background: none;
}

.cat_videoavdelning .box-content ul.small-pics-list li {
	border-width: 0 0 1px 0;
}

#topic-content .box.layout-left img, #topic-content .box.layout-right img,
#additional-content .box.layout-left img, #additional-content .box.layout-right img {
    width: 94px;
}

.box.layout-left img {
    float: left;
    margin: 0 7px 7px -7px;
}

.box.layout-right img {
    float: right;
    margin: 0 -7px 7px 7px;
}

.box.layout-left .content div,
.box.layout-right .content div {
    overflow: hidden;
}

.box p {
    clear: both;
}

#additional-content .box {
	background-color: white;
	color: black;
	padding: 2px;
	width: 250px;
}

#additional-content .box .content p a,
#additional-content .content ul li a {
	color: #054279;
}

.vignette {
	display: block;
	overflow: hidden;
	width: auto;
}

.vignette img {
	display: block;
}

.vignette-text {
	background: url(http://www.nyhetskanalen.se/news/images/title_bg.gif) no-repeat left top;
	border-bottom: 1px solid #121212;
	color: #fff;
	font-weight: bold;
	padding: 2px 3px 4px 17px;
}

#additional-content .box h2.vignette-text {
	color: white;
}

/* Lists */
.image-push-container {
	float: left;
	width: 100%;
	margin-bottom: 7px;
}

.image-push-container ul {
	list-style: none;
}

.image-push-container li {
	float: left;
	width: 94px;
	min-height: 65px;
    height: 120px;
	margin: 7px 23px 0 0;
	overflow: hidden;
}

.image-push-container li img {
	margin-bottom: 3px;
}

.image-push-container li p {
	margin: 0;
}

.vertical li {
	margin: 7px 19px 7px 0;
}

.image-push-container li.last {
	margin-right: -1px !important;
}

.image-push-container li.new-row {
    clear: left;
}

.image-push-container li.alternate {
	margin-right: 0;
}

.box-content ul, .tabbed-teaser-content ul {
	list-style: none;
}

.box-content .pic-and-text li, .tabbed-teaser-content .pic-and-text li {
	position: relative;
	min-height: 54px;
	border-bottom: 1px solid #5f5f5f;
	margin-bottom: 2px;
	padding-top: 2px;
}

.box-content .pic-and-text li img, .tabbed-teaser-content .pic-and-text li img {
	border: 1px solid #aaaaaa;	
}

#content .box-content .pic-and-text .large, .tabbed-teaser-content .pic-and-text .large {
	background: none;
	min-height: 0;
	padding-top: 0;
}

.tabbed-teaser-content .pic-and-text .large {
	margin-left: -5px;	
}

#content .box-content .pic-and-text .large IMG, .tabbed-teaser-content .pic-and-text .large IMG {
	width: 250px;
	border: none;
	position: relative;
}

#content .box-content .small-pics-list .large IMG {
	/*margin-top: -16px;*/
}

#content .box-content .pic-and-text .large h4, .tabbed-teaser-content .pic-and-text .large h4 {
	margin: 4px 0 0 0;
	background-position: 0 2px;
}

#content .box-content .pic-and-text .large p, .tabbed-teaser-content .pic-and-text .large p {
	margin: 0;
}

.tabbed-teaser-content .pic-and-text .large p {
	margin-left: 5px;	
}

.show-additional-items, .hide-additional-items {
	display: none;
}

.box-content ul h4 a {
	text-decoration: none;
}

.box-content ul li.large h4 a:hover {
	text-decoration: underline;
}

.box-content ul h4 {
	padding: 0;
}

.box-content ul h4, .box-content ul p, .tabbed-teaser-content .pic-and-text h4, .tabbed-teaser-content .pic-and-text p {
	margin: 0 7px 0 105px;
}

#additional-content .box-content ul h4, #additional-content .box-content ul p {
	margin: 0 105px 0 7px;
}

.box-content ul img, .tabbed-teaser-content .pic-and-text img {
	position: absolute;
	left: 0;
	top: 0;
	width: 94px;
}

#additional-content ul img {
	left: auto;
	right: 0;
}

.box-content {
	background: black;
}

.box-content ul p {
	padding-bottom: 7px;
}

.box-content ul p cite {
	font-weight: normal;
}

.box-content ul.small-pics-list li {
	min-height: 36px;
	padding-top: 3px;
}

.box-content ul.small-pics-list p {
	margin: 0 7px 0 69px;
}

#additional-content ul.small-pics-list p {
	margin: 0 69px 0 7px;
}

.box-content ul.small-pics-list img {
	width: 61px;
}

.box-content ul.full-width li {
	background-position: left bottom;
}

.box-content ul.contains-tag-heading li {
	padding-top: 0;
}

.box-content h4.program-type-heading, #additional-content .box-content h4.program-type-heading {
	margin: 0 0 7px 0;
}

.box-content ul.full-width h4 span.shadow, #additional-content .box-content ul.full-width span.shadow {
	left: 8px;
}

.box-content ul.full-width p, #additional-content  ul.full-width p {
	clear: left;
	margin: 0 7px 7px;
}

.content .anytime li {
	margin-bottom: 5px;
}


/* Icons */
.allears,
.anytime,
.audio,
.blip,
.ekonominyheterna,
.fejmtv,
.fotbollskanalen,
.images,
.tipus,
.tipus_list,
.tv4,
.tv4vadret,
.tv4nyheterna,
.video,
.play {
    display: block;
    overflow: hidden;
    min-height: 14px;
}

.allears span,
.anytime span,
.audio span,
.blip span,
.ekonominyheterna span,
.fejmtv span,
.fotbollskanalen span,
.images span,
.tipus span,
.tipus_list span,
.tv4 span,
.tv4vadret span,
.tv4nyheterna span,
.video span,
.external span {
    display: none;
}

.video span.source {
	display: inline;
}

.allears {
	background: url(http://www.nyhetskanalen.se/news/images/icon_allears.gif) no-repeat 0 0;
    text-indent: 66px;
}

.anytime {
	background: url(http://www.nyhetskanalen.se/news/images/icon_anytime.gif) no-repeat 0 0;
    text-indent: 56px;
}

.audio {
	background: url(http://www.nyhetskanalen.se/news/images/icon_lyssna_small.gif) no-repeat 0 0;
    text-indent: 52px;
}

#main-content .audio,
#additional-content .audio {
	background-image:  url(http://www.nyhetskanalen.se/news/images/icon_lyssna_white.gif);
}

.blip {
	background: url(http://www.nyhetskanalen.se/news/images/icon_blip.gif) no-repeat 0 0;
    text-indent: 63px;
}

.ekonominyheterna {
	background: url(http://www.nyhetskanalen.se/news/images/icon_ekonominyheterna.gif) no-repeat 0 0;
    text-indent: 109px;
}

.fejmtv {
	background: url(http://www.nyhetskanalen.se/news/images/icon_fejmtv.gif) no-repeat 0 0;
    text-indent: 35px;
}

.fotbollskanalen {
    background: url(http://www.nyhetskanalen.se/news/images/icon_fotbollskanalen.gif) no-repeat 0 0;
    text-indent: 93px;
}

.images {
	background: url(http://www.nyhetskanalen.se/news/images/icon_bildextra_small.gif) no-repeat 0 0;
    text-indent: 64px;
}

#main-content .images,
#additional-content .images {
	background-image: url(http://www.nyhetskanalen.se/news/images/icon_bildextra_white.gif);
}

.tipus {
    background: url(http://www.nyhetskanalen.se/news/images/icon_71444.gif) no-repeat 0 0;
    text-indent: 77px;
}

.tipus_list {
	background: url(http://www.nyhetskanalen.se/news/images/icon_tipsa_lista.gif) no-repeat 0 0;
    text-indent: 61px !important;
}

.tv4 {
    background: url(http://www.nyhetskanalen.se/news/images/icon_tv4.gif) no-repeat 0 0;
    text-indent: 19px !important;
}

#main-content .tv4,
#additional-content .tv4 {
	background-image:  url(http://www.nyhetskanalen.se/news/images/icon_tv4_white.gif);
}

.tv4vadret {
    background: url(http://www.nyhetskanalen.se/news/images/icon_tv4vadret.gif) no-repeat 0 0;
    text-indent: 77px;
}

.tv4nyheterna {
    background: url(http://www.nyhetskanalen.se/news/images/tv4play.png) no-repeat 0 0;
    text-indent: 17px !important;
}

.video {
    background: url(http://www.nyhetskanalen.se/news/images/tv4play.png) no-repeat 0 0;
    text-indent: 17px !important;
}

.play {
    background: url(http://www.nyhetskanalen.se/news/images/tv4play.png) no-repeat 0 0;
    text-indent: 17px !important;
}

#main-content .video,
#main-content .tv4nyheterna,
#additional-content .video,
#additional-content .tv4nyheterna {
	background-image: url(http://www.nyhetskanalen.se/news/images/tv4play.png);
}

#additional-content .box .video {
	color:#034277 !important;
}

a.link,
a.more,
a.see-all {
	background: url(http://www.nyhetskanalen.se/news/images/icon_link_small.gif) no-repeat left top;
	padding-left: 13px;
}

.box h2 a {
	background: none;
	text-indent: 0;
	min-height: 0;
	padding-left: 0;
}

#additional-content .content p {
    color: #054279;
}

#additional-content .content .timestamp {
    color: #020202;
}



/* Super-classes (overrides any other CSS applied) */
.display-none {
	display: none !important;
}

.display-block {
	display: block !important;
}

.display-inline {
	display: inline !important;
}

.display-table-row {
	display: table-row !important;
}

.hidden {
	visibility: hidden !important;
}

.visible {
	visibility: visible !important;
}

.text-right {
	text-align: right;
}

a.see-all:hover {
	text-decoration: underline !important;
}


/* Channel icons */
.channel {
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left 2px;
}

.channel_tv4 {
	background-image: url(http://www.nyhetskanalen.se/news/images/channel_tv4_micro.png);
}

.channel_tv4fakta {
	background-image: url(http://www.nyhetskanalen.se/news/images/channel_tv4fakta_micro.png);
}

.channel_tv4guld {
	background-image: url(http://www.nyhetskanalen.se/news/images/channel_tv4guld_micro.png);
}

.channel_tv4komedi {
	background-image: url(http://www.nyhetskanalen.se/news/images/channel_tv4komedi_micro.png);
}

.channel_tv4meditv {
	background-image: url(http://www.nyhetskanalen.se/news/images/channel_tv4meditv_micro.png);
}

.channel_tv4plus {
	background-image: url(http://www.nyhetskanalen.se/news/images/channel_tv4plus_micro.png);
}

.channel_tv4sport {
	background-image: url(http://www.nyhetskanalen.se/news/images/channel_tv4sport_micro.png);
}

.channel_tv400 {
	background-image: url(http://www.nyhetskanalen.se/news/images/channel_tv400_micro.png);
}

.channel_tv4film {
	background-image: url(http://www.nyhetskanalen.se/news/images/channel_tv4film_micro.png);
}

/* Latest broadcasts */
.box_broadcasts .web_tv_arrow {
	float: left;
	position: relative;
	width: 61px;
}

.box_broadcasts .web_tv_arrow img {
	border: 1px solid #AAAAAA;	
}

.box_broadcasts .contents {
	float: left;
	position: relative;
	padding-left: 8px;
}

.box_broadcasts {
	border-bottom: 2px solid #3f3f3f;
	padding-bottom: 4px;
	background: #000;
	width: 100%;
    z-index: 2;
}

.box_broadcasts .contents {
	padding-top: 5px;
    width: 171px;
    padding-bottom: 4px;
}

.box_broadcasts .source {
	text-indent: -2000px;
	height: 20px;
	overflow: hidden;
}

.box_broadcasts h2 {
	width: 250px;
	height: 19px;
	text-indent: -2000px;
	background: url(http://www.nyhetskanalen.se/news/images/box_title_1.gif) no-repeat top left;
	overflow: hidden;
}

.box_broadcasts ul {
	list-style: none;
	margin-top: 3px;
}

.box_broadcasts ul li {
	float: left;	
}

.box_broadcasts .link_more_tv {
	float: right;
	width: 100%;
	margin-top: 4px;
}

.box_broadcasts .link_more_tv a {
	text-indent: -2000px;
	background: url(http://www.nyhetskanalen.se/news/images/button_more_tv.gif) no-repeat;
	width: 84px;
	height: 20px;
	float: right;
	overflow: hidden;
}

/* Styling of old element */
h2.title {
	display: block;
	background: url(http://www.nyhetskanalen.se/news/images/title_bg.gif) no-repeat left top;
	border-bottom: 1px solid #121212;
	font-weight: bold;
	padding: 2px 3px 4px 17px;
}

.teaser {
	margin: 0 0 5px 0;
}

.box_tip {
	width: 250px;
	padding: 0;
    border-bottom: 2px solid #db9003;
	float: left;
}

.box_tip h2.title {
	background: url(http://www.nyhetskanalen.se/news/images/box_title_tipsa.jpg) no-repeat top left;
	height: 115px;
	border-bottom: 2px solid #db9003;
	text-indent: -9999px;
}

.box_tip .tabs .list li {
	padding-bottom: 2px;
}

.box_tip a.link {
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 5px;
}

.box_tip .footer {
	margin: 0;
	padding: 2px 10px 5px 2px;
	float: right;
}

.box_tip .contents {
	margin: 6px;
	font-weight: bold;
	float: left;
}

.box_tip .uppercase {
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 10px;
}

.box_tip .uppercase span {
	margin-right: 8px;
}

.box_tip div.tabs {
	width: 242px;
    margin: 7px 4px 4px 4px;
}

.box_tip .tabs ul.list {
	margin-top: 17px;
	padding-top: 3px;
	background-color: #121212;
}

.box_tip .tabs .list li {
    width: 242px;
}

.box_tip .tabs .list .contents {
    width: 167px;
}

.box_tip .tabs .contents {
	font-weight: normal;
	margin: 2px 2px 2px 7px;
}

.box_tip .tabs .source {
	height: 12px;
}

.box_tip .tabs #box_tip_1.on .tab {
	left: 0;
	background: url(http://www.nyhetskanalen.se/news/images/tab_tip_1_on.gif) no-repeat;
}

.box_tip .tabs #box_tip_1.off .tab {
	left: 0;
	background: url(http://www.nyhetskanalen.se/news/images/tab_tip_1_off.gif) no-repeat;
}

.box_tip .tabs #box_tip_1 a.tab {
	width: 109px;
	height: 20px;
}

.box_tip .tabs #box_tip_2.on .tab {
	left: 109px;
	background: url(http://www.nyhetskanalen.se/news/images/tab_tip_2_on.gif) no-repeat;
}

.box_tip .tabs #box_tip_2.off .tab {
	left: 109px;
	background: url(http://www.nyhetskanalen.se/news/images/tab_tip_2_off.gif) no-repeat;
}

.box_tip .tabs #box_tip_2 a.tab {
	width: 119px;
	height: 20px;
}

.box_localnews {
    z-index: 100;
}

.box_localnews h2.title {
	background: url(http://www.nyhetskanalen.se/news/images/box_title_localnews.gif) no-repeat top right;
	height: 21px;
	text-indent: -9999px;
}

.box_localnews .contents {
	width: 250px;
}

.box_localnews .inputField {
	margin-top: 3px;
	border: 1px solid #000000;
	width: 105px;
}

.box_localnews div {
	float: left;
}

.box_localnews a {
	font-weight: bold;
}

.box_localnews .padding {
	padding: 30px 15px 15px 15px;
	width: 180px;
}

.box_localnews .inputButton {
	margin-left: 5px;
	margin-top: 17px;
}

.box_localnews .links {
	border-top: 0;
	margin: 2px 8px 0 8px;
}

.box_localnews .links ul {
	list-style-type: none;
}

.box_localnews .links li {
	margin: 4px 0 0 0;
}

.box_localnews .footer {
	display: block;
	margin: 0;
	padding: 8px 8px 5px 8px;
    clear: left;
    width: 234px;
}

.box_localnews .footer a {
	float: left;
	color: #eda43d;
}

.box_localnews .footer .right {
	font-size: 90%;
	font-weight: normal;
	float: right;
}

.box_localnews .localnews_after {
	background-image: none;
	min-height: 10px;
}

.box_localnews .contents.select {
	background: url(http://www.nyhetskanalen.se/news/images/sweden_local.gif) no-repeat top right;
	min-height: 160px;
	height: 160px;
}

.box_rss {
	width: 250px;
}

.box_rss h2.title {
	background: url(http://www.nyhetskanalen.se/news/images/box_title_rss.gif) no-repeat top left;
	height: 21px;
	text-indent: -9999px;
}

.box_rss .inputField {
	margin-top: 3px;
	border: 1px solid #000000;
	width: 130px;
}

.box_rss .rss_email {
	background: url(http://www.nyhetskanalen.se/news/images/letter.gif) no-repeat top right;
	margin: 37px 5px 5px 5px;
	padding: 0 80px 5px 10px;
}

.box_rss .rss_form {
    margin: 0px 5px 10px 15px;
}

.box_rss .rss_form .inputField {
	float: left;
	margin-right: 10px;
}

.box_rss .rss_form .inputButton {
	float: right;
	margin-right: 5px;
	margin-top: 2px;
}

.box_rss .rss_cell {
	clear: both;
	margin: 5px;
    padding: 15px 5px 5px 45px;
    border-top: 1px solid #121212;
	background: url(http://www.nyhetskanalen.se/news/images/cellphone.gif) no-repeat top left;
	min-height: 55px;
}

.box_rss .rss_feed {
	margin: 5px;
	border-top: 1px solid #121212;
	background: url(http://www.nyhetskanalen.se/news/images/rss_big.gif) no-repeat top right;
	padding: 15px 60px 10px 10px;
	min-height: 55px;
}

.box_rss .link {
	float: left;
	margin-top: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
}

#additional-content .teaser, #topic-content .teaser {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	width: 250px;
}
#additional-content .teaser .title, #topic-content .teaser .title {
	font-size:11px;
	font-weight:bold;
	display:block;
	overflow:hidden;
	width:auto;
	padding:2px 3px 4px 17px;
	background: url(http://www.nyhetskanalen.se/news/images/title_bg.gif) no-repeat 0 0;
	border-bottom:1px solid #121212;
	color: #fff;
}
#additional-content .teaser .contents, #topic-content .teaser .contents {
	padding: 5px;
}
#additional-content .teaser .contents .timestamp, #topic-content .teaser .contents .timestamp {
	color: #020202;
}
#additional-content .teaser .contents ul li, #topic-content .teaser .contents ul li {
	padding-bottom: 2px;
}
#additional-content .teaser .contents ul li a, #topic-content .teaser .contents ul li a {
	color: #054279;
}

.main-push .content .source {
	font-weight: bold !important;
	color: #DF0001 !important;
}

#additional-content .box h3 {
	color: #fff;
}
#additional-content .box .poll h3 {
	color: #000;
}
#additional-content .box-content {
	background: #fff;
	padding: 5px 0 5px 0;
}
#additional-content .box-content ul.more {
	padding: 0 10px 0 10px;
}
#additional-content .box-content ul.more li {
	padding: 0 2px 0 2px;
}

#topic-content .main-push {width: 250px;}
/* ===================================================== blog.css =====================================================*/
#container {
	background: #121212 none repeat scroll 0 0;
	margin: 0 auto;
	min-height: 1000px;
	padding: 0 10px 0 10px;
	width: 980px;
}

#header {
	float: left;
	overflow: hidden;
	width: 980px;
}

#content {
	clear: both;
}

#main-content-area {
	float: left;
	width: 722px;
}

#left-col {
	float: left;
	margin-right: 6px;
	overflow: hidden;
	padding-bottom: 76px;
	width: 250px;
}

#main-content {
	float: right;
	background: #fff;
	overflow: hidden;
	padding-bottom: 76px;
	width: 465px;
}

#right-col {
	float: right;
	overflow: hidden;
	padding-bottom: 76px;
	width: 250px;
}

#footer {
	border-top: 1px solid #9F9F9F;
	clear: both;
	margin: 0 4px;
	padding: 5px 10px;
}

#main-content, #main-content a {
	color: #000;
}

/* Posts and comments */
#main-content .post {
	float: left;
	border-bottom: 2px solid #D2D2D2;
	margin: 5px 20px;
	overflow: hidden;
	width: 424px;
}

#main-content .entry {
	padding-top: 10px;
	overflow: hidden;
	width: 424px;
}

#main-content .entry p {
	margin-bottom: 1em;
}

#main-content .entry p a {
	text-decoration: underline;
}

.blog-image {
	float: left;
	margin: 1px 0 0 1px;
}

#right-col .blog-image {
	margin-bottom: 10px !important;
}

.single .post {
	border: 0 !important;
}

.single .post .entry {
	float: left;
	border-bottom: 2px solid #D2D2D2;
	margin-bottom: 10px;
	width: 100%;
}

.postmetadata {
	margin-top: 8px;
	margin-bottom: 8px;	
}

.postmetadata a {
	background: url(http://wordpress-mu.tv4.se/wp-content/themes/tv4/images/tv4/main-push-more.gif) no-repeat 0 4px;
	color: #961A1C;
	font-weight: bold;
	padding-left: 14px;
}

.entry .author {
	float: right;
	font-weight: bold;
	margin: 0.5em 3em 1em 1em;
}

.post-comments {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.terms {
	float: right;
}

/* Comments */
#respond {
	float: left;
	margin-top: 1em;
	width: 100%;
}

.commentlist {
	float: left;
	margin-top: 1em;
	width: 100%;
}

.commentlist li {
	border-top: 2px solid #D2D2D2;
	min-height: 40px;
	overflow: hidden;
	padding: 15px 7px 20px;
	position: relative;
}

.commentlist li.odd {
	background: #D9E4ED;
}

.comment-author {
	float: left;
	width: 100%;
}

.commentmetadata {
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

.comments-text-field {
	float: left;
	height: 120px;
	margin-bottom: 1em;
	width: 422px;
}

#respond .comments-text-field {
	width: 415px !important;
}

.submit-comment {
	float: right;
	height: 21px;
	width: 131px;
}

/* Search and archive */
#searchform {
	float: left;
	margin-bottom: 1em;
	width: 100%;
} 

.subheader h2 {
	font-size: 2.5em !important;
	margin-bottom: 10px;
}

.subheader {
	border: 0 !important;
}

/* Sidebar */
.push-box {
	border-color:#FDFBFC;
	border-style:solid;
	border-width:1px 0 0 1px;
	clear:left;
	float:left;
	margin-bottom:8px;
	width:250px;
}

.push-box .content {
	background: #fff;
	border-left: 1px solid #FDFBFC;
	color: #000;
	float: left;
	padding: 7px 7px 0;
	width: 235px;
}

.push-box .content .content-inner {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#sidebar ul {
	float: left;
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.rss-link {
	font-weight: bold;
	background: url(http://wordpress-mu.tv4.se/wp-content/themes/tv4/images/tv4/blog-rss.gif) no-repeat 0 2px;
	padding-left: 15px;
}

.archive ul {
	margin-bottom: 0;
}

.push-box .content ul {
	list-style: none !important;
}

.push-box .content .widgets {
	margin-bottom: 0;
}

.push-box .content a {
	color: #000 !important;
}

/* Comments */
.comment-reply-link {
	background: url(http://wordpress-mu.tv4.se/wp-content/themes/tv4/images/tv4/quote.gif) no-repeat 0 2px;
	min-height: 13px;
	padding-left: 17px;
}

#footer {
	background: #3e3b3b !important;
	margin: 0 !important;
}

.push-box .textwidget a.external {
	background: none;
	padding: 0;
	text-indent: 0;
}

/* Ads */
.wp-ad {
	float: left;
	background: #fff;
	display: inline;
	padding: 0.5em 0 1em 0;
	width: 100%;
}

.wp-ad p {
	font: 11px/14px Arial, Verdana, sans-serif;
	color: #2b2b2b;
	margin: 0 0 0 5px;
	padding: 0;
}

.wp-ad div.ad-content {
	float: left;
	display: inline;
	margin: 4px 0 0 12px;
	overflow: hidden;
}

.box-toplist {
	display: none;
}
/* ===================================================== external.css =====================================================*/

/* ===================================================== fonts.css =====================================================*/
/* Tag-specific */
html{
	font-size: 100%;
}

body{
	font: 0.6875em/1.25 Verdana, Arial, Helvetica, sans-serif;
}

/* Site navigation */
#sites-navigation a {
	font-size: 9px;
}

/* Main navigation */
#main-navigation li a {
	font-size: 10px;
	font-weight: bold;
}

/* Header content */
.header-content-left .date {
	font-size: 0.9em;
	font-weight: bold;
	color: #C5C5C5;
	text-transform: uppercase;
}

.header-navigationlist a {
	font: normal 10px Arial, Verdana, sans-serif;
	border-right: 1px solid #FFEDBB;
	color: #FFEBBC;
	padding-right: 10px;
	text-transform: uppercase;
}

.header-navigationlist .last {
	border: 0;
	padding-right: 0;
}

.box h2, .box h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.main-push h2, .notice-push h2 {
    font-family: "arial black", arial, verdana, helvetica, sans-serif;
    font-weight: normal;
    line-height: 1;
    font-size: 30px;
}

#topic-content .content h2 a {
	color: #fff;	
}

#additional-content .box h2, #additional-content .box h2 a, #additional-content .box h2 a.link {
	color: #020202;	
}

/* Article */
.article .article-text h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	margin: 10px 0 0;
	padding: 0;
}

.article-text p a {
	text-decoration: underline;	
}

.article-content h2 {
	margin-right: 13px;
	margin-left: 13px;	
}

.pre-amble, .article .head {
	font-weight: bold;
	margin: 10px 9px;	
}

.article .links a b, .article .links a strong, .article-text .links a {
	color: #034277;
}

.article .related h3,
.article .facts h3 {
	background: transparent url(http://www.nyhetskanalen.se/news/images/box_title_bg.gif) repeat-x scroll left top;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 3px 4px 3px 9px;
	text-transform: uppercase;
	vertical-align: middle;
}

.article .related ul li,
.article .facts p {
	font-size: 10px;	
}

.article .related ul li a {
	color: #034277;
}

.article .article-author {
	clear: none;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	list-style: none;
}

.article .article-author a {
	font-weight: normal;	
}

.article .comment .form label {
	display:block;
	float:left;
	margin-left:2px;
	margin-top:4px;
	width:200px;
}

.article .comment_contents p {
	margin: 0 10px 10px;
}

.article .comment .nav a {
	font-weight: bold;
	margin: 3px;
	padding: 0;
}

.article .comment a {
	color: #034277;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.comments a.report {
	float: right;
	background: url(http://www.nyhetskanalen.se/news/images/icon_abuse.gif) no-repeat scroll left top;
	margin-left: 7px;
	padding-left: 17px;	
}

p.error {
	color: #FD4242;
	padding: 2px 0pt 0pt;
}

#forumForm_error {
	padding: 10px;
	position:relative;
	width:428px;
}

.article .comment .abuse {
	background: url(http://www.nyhetskanalen.se/news/images/icon_abuse.gif) no-repeat left top;
	margin-left: 7px;
	padding-left: 17px;
}

.article .comment .signature {
	font-weight: bold;
	margin-top: 10px;
}

.article .comment .timestamp {
	font-size: 90%;
}

.article_read .quote .contents {
	font-family: "arial black",arial,verdana,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
}

.article_read .quote img {
	float: left;
	margin-right: 5px;
}

/* Headers */
.article h2 {
    padding: 4px 0 3px 0;
    margin: 0 5px 0 0;
    font-family: "arial black", arial, verdana, helvetica, sans-serif;
    font-weight: normal;
    line-height: 1;
    font-size: 30px;
}

body #middle #center .article_read h2 {
    margin-left: 13px;
    margin-right: 13px;
}

.article h2 a {
    display: block;
}

h2 span {
    display: block;
    font-weight: normal;
}

h2 span.sup {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

h2 span.sub {
    font-size: 20px;
    margin: 5px 0 0 0;
}

h2.mini, .article h2.mini, h2 span.sub.mini {
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-size: 11px;
    font-weight: bold;
}

h2.small, .article h2.small, h2 span.sup.small {
    font-size: 20px;
}

h2 span.sup.normal, h2 span.sub.normal {
    font-size: 30px;
}

h2.big, h2 span.sup.big, h2 span.sub.big {
    font-size: 40px;
}

.article-content h2.big {
    font-size: 45px;	
}	

h2.mega, .article h2.mega, h2 span.sup.mega, h2 span.sub.mega {
    font-size: 60px;
}

h2 span.small, h2 span.normal, h2 span.big, h2 span.mega, h2 span.sub {
    font-family: "arial black", arial, verdana, helvetica, sans-serif !important;
}

h2.thin, h2 span.thin {
    font-family: arial, verdana, helvetica, sans-serif !important;
}

h2.mini.thin, .article h2.mini.thin, h2 span.sup.thin, h2 span.sub.mini.thin {
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-weight: normal;
}


/* AD's */
#main-content .ad H6, #topic-content .ad h6, #additional-content .ad h6 {
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
}

/* ===================================================== pagenavi-css.css =====================================================*/
.wp-pagenavi {
	float: left;
	margin: 10px 10px 10px 18px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000;
	color: #000;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000;
	color: #000;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000;
	color: #000;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* updates for widget */
#recent-posts {
	margin-bottom: 5px;
}

.widgets .widget h2.widgettitle {
	font: normal 14px/18px "Arial black", Arial, Verdana, sans-serif;
	color: #000;
	margin-bottom: 2px;
}

.widgets .widget_text  h2.widgettitle {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #339999;
}

.widgets #recent-posts a {
	font: normal 12px/16px Verdana, Arial, sans-serif;
	background: url(../images/sites/nyhetskanalen/recent_posts.gif) no-repeat 0 6px;
	color: #000;
	display: block;
	padding-left: 11px;
}

.widget_archive select {
	width: 192px;
}

.push-box .content .content-inner .rss-link {
	margin-top: 10px;
}

.push-box .widget_links .blogroll a {
	font: normal 12px/16px Verdana, Arial, sans-serif;
	color: #339999 !important;
}

.site_tv4 #additional-content .box-content a.link {
	color: #034277;
	font-size: 10px;
	font-weight: bold;
}

.site_tv4 #additional-content .box-content a.link i.newsTime {
	color: #696969;
	font-weight: normal;
}

.site_tv4 #additional-content .box-content .embrace-content {
	float: left;
    	width: 100%;
}

.site_tv4 #additional-content .box-content .embrace-content a.see-all {
	color: #C4161C;
	float: right;
	font-weight: bold;
}
