/* 
POLITIKEN - CLEANUP
by Chochem
Removes ads and self promotion; inserts more padding (more 'air') and 
simplifies naviagtion elements to make the site easier on the eyes.

Version 0.1c
Licensed under the Creative Commons Attribution-Sharealike 2.5 license:
http://creativecommons.org/licenses/by-sa/2.5/dk/deed.en
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("pol.dk"), domain("politiken.dk") {

/* centering */
   .main-width {
	float: none !important;
	margin: 0px auto !important;
	}

/* adblocking */
   .main-spons-top,
   .hr-black,
   #politiken_140x100,
   .annonce-txt,
   .annonce-txt + div,
   *[background*="akamai"],
   *[action*="adtech"],
   *[src*="akamai"],
   *[src*="adtech"]
	{display: none !important}

/* global modifications */
   ul, li {
	list-style-type: none !important;
	margin-left: 0 !important;}
   .box-head-std {
	border-bottom: none !important;
	padding: 6px 4px !important;}

/* story */
   .story {text-align: justify !important;}
   .story b,
   .story h1,
   .story h2,
   .story h3
	{text-align: left !important;}
   .facts-padding {margin-left: 10px !important;}

/* header modifications */
   .main-width > div:first-child {
	padding-top: 25px !important;
	background-color: #CC0000 !important;
	}
   .top-menu,
   .top-tease-level1-a,
   .top-tease-level1-b,
   .InfobarNew 
	{display: none !important;}

/* sp1 modifications */
   .main-sp1-level02 > div[style*="height: 300px"],
   .main-sp1-level02 > div > table[width="125"]
	{display: none !important;}
   .main-sp1-level02 > .menu-body-new > div > a,
   .main-sp1-level02 .box-cntct,
   .menu-pol-head,
   .ibmenu-logo,
   .menu-news-head,
   .box-ann-head
	{border: none !important;}
   .main-sp1-level02 > .box-body 
	{width: 130px !important;}

/* sp2 modifications */
   .main-sp2-level01 {
	border: none !important; 
	margin: 0 25px !important;}
   .main-sp2-level02 .spalte 
	{display: none !important;}

/* sp3 modifications */
   .main-sp3-level01-bredhojre {margin-right: 5px !important;}
   .main-sp3-level01-bredhojre,
   .main-sp3-level02-bredhojre,
   .main-sp3-level03-bredhojre {
	width: 255px !important;
	float: right !important;
	}
   .main-sp3-level03-bredhojre > div[style*="width: 150px"] {
	width: 250px !important;
	margin: 0 !important;
	}
   .main-sp3-level03-bredhojre > div > div[style="width: 140px;"],
   .box-bgr div [style*="border-bottom: 1px solid white"],
   .main-sp3-level03-bredhojre iframe,
   .sep-news-sp3
	{display: none !important;}

/* footer */
   .separator {display: none !important;}
   .spalte .box-body {padding-left: 0 !important;}
   .time-link {margin-bottom: 5px !important;}

}