

/* 	==========================================================================
   	Söndag Hela Veckan

   	author: PS Kommunikation;
	version: v1.0;
   	========================================================================== */

/* HTML
   ========================================================================== */

html { 
    -webkit-text-size-adjust:none; 
}
BODY {
    font-family:Arial, Verdana, sans-serif;
    color:#333;
    font-size:100%;
}

/* Headlines */

h1,
h2,
h3 {
	color: #000;
	font-weight: bold;	
}

h1 {
	font-size:2.0em; /* 32px / 16px */
	margin:0 0 16px 0;
}
h2 {
	font-size:1.6875em; /* 27px / 16px */
	line-height:1.125em; /* 18px / 16px */	
	font-weight:bold;	
	margin-bottom: 10px;
	margin:16px 0;
}
h2 a { color:#333; }

/* Text */

p { 
	font-size: 0.75em; /* 12px / 16px */
	line-height: 1.25em; /* 20px / 16px */
	color:#333; 
	margin-bottom: 20px;
}
p.list {
	margin-bottom: 8px;
}

/* Links */

a {
	color: #0068a0;
	text-decoration: none;
}

/* Images */

img, 
object {
	max-width: 100%;
}

/* Border */

.border-r {	border-right:	1px #ccc solid; }
.border-b {	border-bottom:	1px #ccc solid; }

/* Text */

.text-c1 { color:#aaa; }
.text-c2 { color:#333; }
.text-c3 { color:#888; }


/* Icons
   ========================================================================== */

.icon-vb {
	background: url(/img/icon-vb.png) left center no-repeat; /* Vittnesbörd */
	padding-left:22px;
}
.icon-uv {
	background: url(/img/icon-uv.png) left center no-repeat; /* Undervisning */
	padding-left:22px;
}
.icon-tx {
	background: url(/img/icon-tx.png) left top no-repeat; /* Text */
	padding-left:18px;
}
.icon-au {
	background: url(/img/icon-au.png) left top no-repeat; /* Audio */
	padding-left:18px;
	line-height: 19px;
}
.icon-vi {
	background: url(/img/icon-vi.png) left top no-repeat; /* Video */
	padding-left:18px;
}
.icon-dl {
	background: url(/img/icon-dl.png) left top no-repeat; /* Download */
	padding-left:18px;
}
.icon-pc {
	background: url(/img/icon-pc.png) left top no-repeat; /* Podcast */
	padding-left:22px;
}
.icon-ps {
	background: url(/img/icon-ps.png) left top no-repeat; /* Plus */
	padding-left:22px;
}




.item-placeholder p.linkText{
	font-size:0.7em;
}