/* @override 
	http://beta.dagensskiva.com/wp-content/themes/dsc4005/style.css
	http://dagensskiva.com/wp-content/themes/dsc4005/style.css
*/

/*

Theme Name: dagensskiva.com v4
Theme URI: http://dagensskiva.com/
Description: dagensskiva.com v4. Finally.
Version: 1.1.13
2009-03-18
Author: Kal Str&ouml;m, Peter 2 Meter Media AB
Author URI: http://k.digitalfarmers.com/

- v1.1.13
-- Arvika
- v1.1.12
-- Footnote
- v1.1.11
-- Google Friend Connect
- v1.1.10
-- special2
- v1.1.9
-- spotify
- v1.1.8
-- external links away
- v1.1.7
-- div.extra
- v1.1.6
-- table.nice

*/

/* Common */

* 
{ 
	padding: 0;
	margin: 0;

}

/* Body */

body 
{
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	margin: 0 1em 0 0;
	text-align: left;
	position: relative;
}

/* / Body */

/* Tags */

p, h1, h2, h3, h4, h5, h6, h7 
{
	padding-bottom: .5em;
}

label 
{
	cursor: pointer;
}

dfn {
	border-bottom: 1px dotted #999;
	font-style: normal;
	cursor: help;
}

ins {
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

abbr {
	border-bottom: 1px dotted #999;
	font-style: inherit;
}

address 
{
	font-style: normal;
	padding: 0;
}

cite 
{
	font-style: italic;
}

/*
	cite:before {
		content: "\00BB"
	}
	
	cite:after {
		content: "\00AB"
	}
*/

code 
{
	font-size: 10px;
}

/* Tables */

table {
		width: auto;
		margin: 0 0 1em 0;
	}

table, td, th {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

	th {
		text-align: left;
		font-weight: bold;
	}

	table.full {
		}

	table.nice 
	{
		border-collapse: collapse;
		border: 1px solid #e1e1e1;
		font-size: .9em;
		width: 100%;
	}
	
		table.nice caption 
		{
			text-align: left;
		}
	
		table.nice thead th, 
		table.nice thead td
		{
			background: #efefef;
			border: 1px solid #e1e1e1;
			padding: .5em .2em;
		}

		table.nice tfoot th, 
		table.nice tfoot td
		{
			background: #f5f5f5;
			border: 1px solid #e1e1e1;
			padding: .5em .2em;
		}

		table.nice tbody th, 
		table.nice tbody td
		{
			border: 1px solid #e1e1e1;
			padding: .2em;
			vertical-align: top;
		}

/* / Tables */

/* Links */


a 
{
	text-decoration: none;
}
	a:link 
	{
		color: #4B662F;
		border-bottom: 1px dotted #ccc;
	}
	a:visited 
	{
		color: #6A8F42;
		border-bottom: 1px dotted #eee;
	}
	a:hover 
	{
		color: #3F7D33;
		border-bottom: 1px solid #4B662F;
	}

	a:focus, a.sffocus 
	{
		color: #000;
		border: 1px dotted #ccc;
	}

	a:active 
	{
		color: #000;
		border-bottom: 1px solid #4B662F;
	}

	a img 
	{
		border: none;
	}

/* / Links */

/* / Tags */

li.first {
		border-left: 0 !important;
}

.hiddenInformation { /* Help for Screen Readers and Structure */
	display: none;
}

.meta,
.date,
.time
{
	color: #999;
}

.moderated 
{
	color: #b35e47
}

.commentator
{
	font-weight: bold;
}

#shortcuts
{
	display: none;
}

.surrounding 
{
	margin: 1em 0;
	overflow: auto;
}

.alignleft
{
	float: left;
	margin: 0 1em 1em 0;
	clear: left;
}

.alignright
{
	float: right;
	margin: 0 0 1em 1em;
	clear: right;
}


/* Clear Div */

.clear {
	font-size: 1px;
	height: 0;
	line-height: 1%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

.clearme 
{
	clear: left;
	margin: 0 0 1em 0;
}

	.clearme img 
	{
		margin: 0 10px 10px 0;
		float: left;
	}

/* / Clear Div */

/* / Common */

#pageWrapper {
	width: 950px;
	margin: 10px 0 0 3px;
	padding-left: 7px;
	position: relative;
	background: #fff url(img/contentwrapper-bg.gif) 0 repeat-y;
}

/* Logotyp */

#logo {
	position: absolute;
	top: 127px; /* arvika: 167px */
	left: -3px;
	z-index: 100;
	padding-bottom: 0;
}

	#logo a { 
		border-bottom: none;
	}
	
	#logo a img {
		border: none;
		padding: 0;
		margin: 0;
	}

/* / Logotyp */

	#podradiopriset 
	{
		width: 136px;
		height: 87px;
		position: absolute;
		z-index: 101;
		top: 62px;
		left: 10px;
	}
	
	#podradiopriset a 
	{
		border: none;
	}

#head {
	background: #fff url(img/masthead.jpg) 0 0 no-repeat;
	height: 195px;
	position: relative;
	overflow: auto;
	border-bottom: 1px solid black;
}

#tailsweep 
{
	height: 0;
}

#top-banner 
{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

	#top-banner a,
	#top-banner a img 
	{
		border: none;
		margin: 0;
		padding: 0;
	}

	#navigation {
		height: 25px;
		margin-top: 170px;
		margin-left: 390px;
	}

		#navigation a {
			color: #000;
			text-decoration: none;
			font-size: 1em;
			font-weight: bold;
		}
	
		#navigation ul {
			list-style: none;
			padding-top: .5em;
			float: left;
		}

			#navigation ul li {
				float: left;
				border-left: 1px solid black;
				padding: 0 1em .2em 1em;
			}

		#navigation form {
			float: right;
		}

	#search_area {
		padding-top: 2px;
	}

		#search_area fieldset {
			border: none;
		}

		#search_area input {
			font-size: 1em;
			padding: 1px;
			border: 1px solid #ccc;
		}

		#search_area #s 
		{
			width: 80px;
		}

/* / Huvud */


/* Sidkropp */

#bodyWrapper {
	margin-left: -7px;
	padding-left: 7px;
	margin-top: 0.8em;
	overflow: hidden;
}

#global {
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
	width: 220px;
	float: left;
}

	#global a {
		text-decoration: none;
	}
	
		#global a:hover {
		}

	#global div {
		margin: 0 0 10px 5px;
		padding-right: 5px;
		background: url(img/global_column-div.gif) repeat-y;
	}

		#global div h2 {
			background: url(img/global_column-div-top.gif) top left no-repeat;
			padding: .8em 10px 0 5px;
			font-size: .82em;
			color: #4B662F;
			text-align: right;
		}

		#global div#google-friend-connect
		{
			margin: 0 0 10px 5px;
			padding: 0;
			width: 210px;
			background: none;
		}
		
			#global div#google-friend-connect div
			{
				width: 210px;
				padding: 0;
				background: none;
				margin: 0;
			}
			
			#global div#google-friend-connect ul
			{
				background-image: none;
			}

	#global ul {
		list-style: none;
		padding: 0 5px 10px 5px;
		background: url(img/global_column-div-bottom.gif) bottom no-repeat;
		width: 200px;
	}
	
		#global ul li {
			border-bottom: 1px solid #BEDD95;
			padding: 10px 5px 10px 5px;
			position: relative;
			width: 190px;
		}
		
			#global ul li.archive {
				border-bottom: none;
				font-weight: bold;
			}
			
				#global ul li.archive a {
					padding-left: 10px;
					background: url(img/li-archive.gif) no-repeat 0 4px;
				}

	#global dl {
		margin: 0;
		padding: 0;
	}
	
		#global dt {
			margin: 0;
			padding: 0;
			font-weight: bold;
		}

			#global dt span {
				display: block;
				font-weight: normal;
			}
			
			#global dt img {
				height: 50px;
				border: 1px solid black;
			}
	
			#global dt strong,
			#global dt cite {
				border-bottom: 1px dotted #ccc;
			}

			#global dt a:hover strong,
			#global dt a:hover cite {
				border-bottom: 1px solid #4B662F;
			}
	
			#global dd.author {
				font-weight: bold;
			}

			#global .artist,
			#global .author 
			{
				font-weight: bold;
			}

			#global dd.comments,
			.post dd.comments 
			{
				background: url(img/comments-start.gif) no-repeat left top;
				padding: 0;
				position: absolute;
				top: 1px;
				right: 0;
				height: 24px;
				line-height: 1.2;
			}

				#global dd.comments a:link,
				#global dd.comments a:visited,
				.post dd.comments a:link,
				.post dd.comments a:visited 
				{
					padding: 8px 18px 0 14px;
					background: url(img/comments-end.gif) no-repeat right top;
					display: block;
					font-size: 9px;
					font-weight: bold;
					height: 24px;
					margin: 0;
					color: #fff;
					text-decoration: none;
					border-bottom: none;
				}
				
				#global dd.comments a:focus,
				#global dd.comments a:active, 
				.post dd.comments a:focus,
				.post dd.comments a:active
				{
					margin: 0;
					border: none;
				}

				#global dd.comments a:hover,
				.post dd.comments a:hover 
				{
					text-decoration: underline;
				}

	#global #today {
	}
	
		#global #today ul {
			padding-top: 5px;
		}
		
		#global #today .text dt {
			padding-right: 35px;
		}
		
	#global #discussed {
	}

		#global #discussed dt,
		#global #commented dt {
			font-weight: bold;
			padding-right: 35px;			
		}

		#global #discussed a:hover {
		}

	#global #extra,
	#global .extra 
	{
		background: none;
	}
	
		#global #extra a,
		#global .extra a 
		{
			border: none;
			padding: 0;
			margin: 0 !important;
		}
		#global #extra a:hover,
		#global #extra a:hover img,
		#global .extra a:hover,
		#global .extra a:hover img
		{
			border: none;
		}
		
		#global #extra a img,
		#global .extra a img 
		{
			border: none;
			margin: 0 0 0 0;
			padding: 0;
		}

		#global #extra ul,
		#global .extra ul
		{
			background: url(img/global_column-div.gif) repeat-y;
			margin-top: -8px;
			padding-bottom: 0;
			margin-bottom: 10px !important;
			border-bottom: 2px solid #bedd95;
		}
		
		#global #extra ul li
		{
			border-bottom: none;
		}

		
	#global .lastfm 
	{
	}

		.lastfm #listen-to-my-radio 
		{
			background: url(img/lastfm-background.gif) no-repeat;
			padding: 5px;
			margin: 8px 8px 0;
			width: 184px;
			height: 140px;
		}

		#global .lastfm ul 
		{
			margin: 10px 0 0 0;
			padding: 0 5px 20px;
		}

		#global .lastfm ul li.archive 
		{
			padding: 0 5px 0 5px;
			margin-top: 0;
		}

/* / Global Column */

#contentWrapper 
{
	padding: 0 0 0 0;
	font-size: 1.087em;
	line-height: 1.5em;
	margin: 0 215px 0 240px;
}


	#content 
	{
		float: left;
		width: 480px;
		margin: 0 0 1em 0;
	}
	
		#content h1.section 
		{
			font-size: 0.8em;
			font-weight: normal;
			text-transform: uppercase;
			letter-spacing: .3em;
			margin-bottom: 0;
			padding-bottom: 0;
		}

		#content h2 
		{
			font-weight: normal;
			line-height: 1.1;
			font-size: 1.9em;
		}

		#content h3 
		{
			font-size: 1.1em;
			font-weight: bold;
			margin: 0;
		}

		#content h4 
		{
			font-size: 1em;
			font-weight: bold;
			margin: 0;
		}


		#content p 
		{
			padding-bottom: .815em;
		}

		#content p.footnote
		{
			border-top: 1px dotted #e3e3e3;
			border-bottom: 1px dotted #e3e3e3;

			padding: .5em 3em .5em 1.5em;
			margin-bottom: 1em;

			font-size: .9em;
			line-height: 1.3;
			
			overflow: hidden;
		}

		#content blockquote 
		{
			background: url(img/blockquote.gif) no-repeat 95% 10px;
			border-top: 1px dotted #e3e3e3; /* #e3e3e3; */
			border-bottom: 1px dotted #e3e3e3;

			padding: .5em 3em 0 1.5em;
			margin-bottom: 1em;

			font-size: .9em;
			line-height: 1.3;
			
			overflow: hidden;
		}
		
			#content .alt blockquote 
			{
				background: url(img/blockquote-alt.gif) no-repeat 95% 10px;
				border-top: 1px dotted #ccc;
				border-bottom: 1px dotted #ccc;
				padding-bottom: .5em;
			}
		
		#content ul,
		#content ol
		{
			margin-left: 20px;
			margin-bottom: .5em;
		}
		
		#content #recording {
			overflow: auto;
			border-bottom: 2px solid #E9E9E9;
			padding-bottom: 1em;
			margin: 0 0 .6em 0;
		}
		
			#content #recording img 
			{
			}
		
			#content .recording dl 
			{
			}
			
				#recording dt span 
				{
					display: block;
				}
				
					#recording dt span span.type 
					{
						display: inline;
					}
			
			
				#content .artist {
					font-weight: bold;
				}

				#content dd {
				}
							
				#content #recording .rating {
					height: 32px;
					margin: 0 0 0;
					padding: 9px 0 0 .7em;
					text-align: left;
					overflow: hidden;
					font-size: .9em;
				}
			
					#content #recording .r0 {
						background: url(img/rating/0.gif) no-repeat;
					}
					#content #recording .r1 {
						background: url(img/rating/1.gif) no-repeat;
					}
					#content #recording .r2 {
						background: url(img/rating/2.gif) no-repeat;
					}
					#content #recording .r3 {
						background: url(img/rating/3.gif) no-repeat;
					}
					#content #recording .r4 {
						background: url(img/rating/4.gif) no-repeat;
					}
					#content #recording .r5 {
						background: url(img/rating/5.gif) no-repeat;
					}
					#content #recording .r6 {
						background: url(img/rating/6.gif) no-repeat;
					}
					#content #recording .r7 {
						background: url(img/rating/7.gif) no-repeat;
					}
					#content #recording .r8 {
						background: url(img/rating/8.gif) no-repeat;
					}
					#content #recording .r9 {
						background: url(img/rating/9.gif) no-repeat;
					}
					#content #recording .r10 {
						background: url(img/rating/10.gif) no-repeat;
						padding-left: .5em;
					}

					#recording .scale 
					{
						display: none;
					}

			img.w100 
			{ 
				width: 100%;
			}

		#content .image 
		{
			font-size: .9em;
			margin: 0 0 1em;
			color: #666;
		}

			#content .image p
			{
				margin: 0;
				padding: 0 0 0 .8em;
				border-left: 3px solid #ccc;
			}

		#content .rss 
		{
		}

		#content .details
		{
			border-bottom: 1px solid #E9E9E9;
			padding-bottom: .5em;
			clear: both;
		}

			#redaktion_generic .details 
			{
				margin-top: 1em;
				clear: both;
			}
		
			.details abbr 
			{
				border: none;
			}
			
			#content .details a 
			{
				text-decoration: none;
				border-bottom: 1px dotted #ccc;
			}
			
			#content .details p:hover a 
			{
				text-decoration: none;
			}
		
			#content .details p:hover a:link 
			{
				border-bottom: 1px dotted #4B662F;
			}

			#content .details p:hover a:visited 
			{
				border-bottom: 1px dotted #4B662F;
			}

			#content .details p:hover a:hover 
			{
				color: #3F7D33;
				border-bottom: 1px solid #4B662F;
			}

			#content .details p:hover a:focus, a.sffocus 
			{
				color: #000;
				margin: -1px;
				border: 1px dotted #ccc;
			}

			#content .details p:hover a:active 
			{
				color: #000;
				border-bottom: 1px solid #4B662F;
			}


			#content .details p.author
			{
				font-weight: bold;
				padding-bottom: 0;
			}
			
			#content .details p.date,
			#content .details p.meta,
			#content .details p.share
			{
				font-size: .9em;
				padding-bottom: 0;
			}
			
				#content .details p.share
				{
					margin-top: 1em;
				}
				

				#content .details a:after
				{
					content: "" !important;
				}
				#content .details .facebook 
				{
					background: url(img/facebook.gif) 0 2px no-repeat;
					padding: 0 .5em 2px 18px;
				}
				#content .details .myspace 
				{
					background: url(img/myspace.gif) 0 2px no-repeat;
					padding: 0 0 2px 18px;
				}
			
		#content ul.previous-next 
		{
			list-style: none;
			margin: .4em 0 0 0;
			padding: 0;
			overflow: auto;
			border-bottom: 1px solid #E9E9E9;
			padding-bottom: .5em;
		}

			.previous-next li.previous
			{
				float: left;
			}

			.previous-next li.next
			{
				text-align: right;
			}
			
			
/*
		#content .previous,
		#content .next {
			padding-bottom: 0;
		}
		
			#content .next {
				float: right;
				margin-top: -1.5em;
			} 
*/

/* Local Column */

#local {
	float: right;
	width: 160px;
	line-height: 1.3;
	font-size: .9em;
	margin-left: 1em;
}

	#local h2,
	#local h3 
	{
		font-size: 1.1em;
		border-bottom: 2px solid #BEDD95;
		line-height: 1;
		margin-bottom: .5em;
	}

	#local h4 
	{
		margin-bottom: 0;
	}
	
	#local a 
	{
		text-decoration: none;
	}

		#local a:hover 
		{
		}

		#local a img 
		{
			border: none;
		}

	
	#local div {
		margin-bottom: 1em;
	}

	#local ul 
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#local li
		{
			padding-left: 7px;
			background: #fff url(img/li-item.gif) 0 4px no-repeat;
		}

	.links dt 
	{
		margin-top: .5em;
	}

	#contact
	{
	}

		#contact .msn 
		{
			background: url(img/kommunikation/msn.gif) no-repeat 0 2px;
			padding-left: 15px;
		}

		#contact .skype 
		{
			background: url(img/kommunikation/skype.gif) no-repeat 0 2px;
			padding-left: 15px;
		}
		#contact .e-mail 
		{
			background: url(img/kommunikation/e-mail.gif) no-repeat 0 2px;
			padding-left: 15px;
		}

		#local #listen .spotify a
		{
			background: url(img/spotify.gif) no-repeat right top;
			padding-right: 20px;
		}

		#content .postbox,
		#content ul.special,
		#content ul.bonus
		{
			list-style: none;
			margin-left: 0;
		}

			#content .postbox li,
			#content ul.special li,
			#content ul.bonus li
			{
				background: url(img/li-archive.gif) no-repeat 0 5px;
				margin-bottom: 1em;
				padding-left: 15px;
			}
			
				#content .postbox li em,
				#content ul.special li em
				{
					color: #666;
					font-style: normal;
				}
				
				#content ul.special2 li
				{
					margin-bottom: 0;
				}
				
			#content ul.bonus
			{
				margin-bottom: 1em;
			}

			#content ul.bonus li
			{
				clear: left;
			}

				#content ul.bonus li a
				{
					display: block;
					padding: 0;
					margin: 0;
				border: none;
				}

				#content ul.bonus li a img
				{
					float: left;
					height: 60px;
					width: auto;
					margin-right: .5em;
				}

	#externalLinks dl 
	{
	}

		#externalLinks dt 
		{
			padding-left: 7px;
			background: #fff url(img/li-item.gif) 0 4px no-repeat;
		}

		#externalLinks dd
		{
			padding-left: 7px;
			margin-bottom: .5em;
		}


	#bonusinformation 
	{
	}
   #local #bonusinformation img
        {
            width: 100%;
        }

	#tracklisting 
	{
	}
	
		#tracklisting table {
			border: 1px solid #666666;
			border-top: none;
			padding: 0;
			margin: 0;
			border-collapse: collapse;
		}	

			#tracklisting tbody tr td {
				margin: 0;
				padding: .2em .7em;
				border-left: 1px solid #D9D9D9;
				vertical-align: top;
			}

			#tracklisting td.tracknumber {
				text-align: right;
				vertical-align: top;
				width: 1em;
				padding-right: .5em;
				padding-left: .5em;
			}

			.even {
				background-color: #eaf2e1;

			}

	#local #tags,
	#local #externalTags 
	{
	}

		#local #tags
		{
			overflow: hidden;
		}
		
		#local #tags li 
		{
			clear: both;
		}
		
		#local #tags span.internalTag 
		{
			display: block;
			width: 100px;
			float: left;
		}
		
		#local #tags span.externalTags 
		{
			display: block;
			margin-left: 105px;
			text-align: right;
		}


	
		#local a.tagBloggar,
		#local a.tagTechnorati,
		#local a.tagLastfm
		{
			border: none;
		}

		#local a.tagBloggar:after,
		#local a.tagTechnorati:after,
		#local a.tagLastfm:after
		{
			display: none;
		}
		
	#related 
	{
		clear: left;
	}

	#local #store ul 
	{
		font-weight: bold;
	}
	
	#local dt 
	{
		font-weight: bold;
	}


/* / Local Column */



/* Datumbaserat arkiv */

body.archive {} /* Bas */

#content img.cover,
#content img.photo
{
	float: left;
	margin-right: .5em;
	border: 1px solid #cecece;
	padding: 4px;
	height: 120px;
}

.review span,
.post span
{
	display: block;
}

#search,
#listReviews,
#tags
{
	margin-bottom: 1.5em;
}

	#search h3 
	{
		padding-top: 0;
		margin-top: 0;
	}
	
	#search 
	{
	}
	
		#search #advanced-search 
		{
			margin: .5em 0 0 0;
			padding: 0;
			border-bottom: 0;
		}
		
		#search .meta 
		{
			font-size: .9em;
		}
	
	#advanced-search 
	{
		padding-bottom: 1em;
	}
	
		#advanced-search div 
		{
			padding: 0 0 .5em 0;
		}

		#advanced-search p 
		{
		}
		
			#advanced-search p.meta 
			{
				font-size: .9em;
				margin-bottom: 1em;
			}

		#advanced-search label 
		{
			display: block;
			width: 6em;
			float: left;
		}

		#advanced-search #q, 		
		#advanced-search #dsc_artist, 
		#advanced-search #dsc_title, 
		#advanced-search #dsc_label, 
		#advanced-search #dsc_year, 
		#advanced-search select 
		{
			width: 200px;
		}

		#advanced-search #dsc_score 
		{
			width: 160px;
		}

		#advanced-search #dsc_score_limit 
		{
			width: 40px;
		}
		
		#advanced-search .button 
		{
			width: 100px;
		}

		#content h2.search-found 
		{
			margin: 1em 0 0 0;
			font-size: 1.2em;
			font-weight: bold;
		}

		#advanced-search #advanced,
		#advanced-search #google-search
		{
			padding-bottom: 1em;
			margin-bottom: 1em;
			border-bottom: 1px solid #ccc;
		}

#tagCloud 
{
	margin-bottom: .5em;
}

#wp-calendar 
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

	#wp-calendar caption 
	{
		text-align: right;
		font-weight: bold;
	}

	#wp-calendar thead th 
	{
		background: #d1e7b5;
	}

	#wp-calendar thead th,
	#wp-calendar tbody td
	{
		text-align: center;
		border-left: 1px solid #cecece;
		border-right: 1px solid #cecece;
	}

	#wp-calendar tbody a 
	{
		display: block;
		background: #eff6e4;
	}

	#wp-calendar thead tr,
	#wp-calendar tbody tr
	{
		border: 1px solid #cecece;
	}

	#wp-calendar thead th 
	{
		
	}

	#wp-calendar tfoot tr 
	{
		border-bottom: 0;
	}
	
	#wp-calendar #next 
	{
		text-align: right;
	}


/* / Datumbaserat arkiv */


			#content .review img 
			{
			}
		
			#content .review dl {
			}
			
			#content .day dl {
				margin-bottom: 1em;
			}

				#content .review dd 
				{
				}
				
				#content dd.author 
				{
					font-weight: bold;
					color: #999;
				}
				
				#content .text dt a {
					font-weight: bold;
				}

/* Kommentarer */

	#member 
	{
		background: #fff;
	}

		#member input {  }

		#member label 
		{
			width: 120px;
			display: block;
			float: left;
		}
		
		#member p 
		{
			padding-bottom: 0;
		}


		#content #comments 
		{
			font-size: .9em;
			clear: right;
		}
		
			#content #comments h3 
			{
				font-size: 1.1em;
				border-bottom: 2px solid #E9E9E9;
				padding-top: .2em;
				padding-bottom: .5em;
				margin-top: .5em;
			}

			#content #comments h4 
			{
				font-size: 1em;
				font-weight: bold;
				border-bottom: 2px solid #E9E9E9;
				padding-top: .5em;
				padding-bottom: .5em;
				margin-bottom: .5em;
			}
			
			#content #comments .comment {
				border-bottom: 1px solid #E9E9E9;
				padding: .5em 0;
			}

				.postDetails 
				{
					margin-left: 320px;
					width: 155px;
					line-height: 1.2;
				}

					.postDetails span 
					{
						display: block;
						margin-bottom: .2em;
					}

					.postDetails .poster 
					{
						font-weight: bold;
						overflow: auto;
					}

					.postContent p 
					{
						overflow: auto;
					}

				.postContent
				{
					float: left;
					width: 310px;
				}
			
				.comment .commentPermalink
				{
					text-align: left;
				}
				
					#content #comments .comment .commentPermalink a:link,
					#content #comments .comment .commentPermalink a:visited {
						color: #ccc;
						border-bottom: none;
					}
					
					#content #comments .comment .commentPermalink a:hover,
					#content #comments .comment .commentPermalink a:active {
						text-decoration: underline;
						color: #3F7D33;
					}


				#respond 
				{
					margin-top: 1em;
				}

				#content #comments form {
				}

					#content #comments form div {
						margin-bottom: .5em;
					}
					
					#content #comments form textarea 
					{
						width: 100%;
					}

/* / Kommentarer */

/* Lankar i text */

		#content p a {
			color: #0C3300;
			text-decoration: none;
		}

		#content p:hover a { 
			border-bottom: 1px dotted #0C3300;
			text-decoration: none;
		}

		#content p a:hover { 
			color: #3F7D33;
			border-bottom: 1px solid #0C3300;
		}

/* Externa lankar */

/*
		#content a[href^="http:"]:after 
		{
			content: url(img/external-link.png)
		}

		#content #tags a[href^="http:"]:after 
		{
			display: none;
		}

/-* Buggfix for IE5-6 *-/

		#content a.external { 
			background: transparent url(img/external-link.png) center right no-repeat;
			padding-right: 8px;
			margin-right: 1px;
		}

/-* / Buggfix for IE5-6 *-/

*/

/* / Externa lankar */

/* Interna lankar */

		#content a[href^="http://www.dagensskiva.com"]:after,
		#content a[href^="http://dagensskiva.com"]:after {
			display: none;
		}
		#content a[href^="http://beta.dagensskiva.com"]:after,
		#content a[href^="http://dsc.gillar.se"]:after {
			display: none;
		}


/* / Interna lankar */

/* / Inga ikoner for sidor pa dagensskiva.com */

/* Listningar */

.post 
{
	clear: both;
	padding-bottom: .5em;
	border-bottom: 1px solid #cecece;
	margin-bottom: .5em;
	position: relative;
}

	.post p 
	{
		clear: left;
	}

	.post img 
	{
		margin-bottom: .4em;
	}
	
	.post .article 
	{
		font-weight: bold;
	}

	.post .comments 
	{
		position: absolute;
		top: 0;
		right: 0;
	}
	
	h3.day 
	{
		clear: both;
	}

#kommentarer 
{
}

	#kommentarer #commented ul 
	{
		list-style: none;
		margin-left: 0;
	} 

		#kommentarer .kom-comment 
		{
			overflow: auto;
		}

#google 
{
	margin-left: -5px;
}

div.std {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* / Listningar */

/* Annonser */

#advertisementsWrapper 
{
	margin-left: 748px; 
	margin-right: 10px;
}

#advertisements 
{
	float: left;
	width: 192px;
}

	#advertisements h2,
	#advertisements h3
	{
		font-size: 1em;
		font-weight: bold;
	}

	#advertisements h3 
	{
		margin-top: 1em;
	}
	
	#advertisements .ad 
	{
		border: 1px solid #ccc;
		padding: 5px;
		margin-bottom: 10px;
		background: #ececec;
	}
	
		#advertisements .ad img,
		#advertisements .ad object
		{
		}

		#advertisements .ad a 
		{
			border: none;
			margin: 0;
			padding: 0;
		}
		
		#advertisements .ad a img
		{
			border: none;
		}
		

	#advertisements ul 
	{
		list-style: none;
		font-weight: bold;
		color: #999;
	}

		#advertisements ul ul 
		{
			margin: 0 0 .5em 0;
			font-weight: normal;
		}

		.tailsweep
		{
			height: 0;
			overflow: hidden;
		}

/* / Annonser */

/* Sidfot */

#footer {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #fff url(img/skiva-footer.gif) right top no-repeat;

	height: 2.4em;
	padding: 1.2em 0 0 .8em;
	clear: both;

	overflow: hidden;
	
}

	#footer p 
	{
		float: left;
		border-right: 1px solid black;
		padding: 0 .8em 0 .8em;
	}
	
		#footer p.copyright {
			padding-left: 0;
		}
		
		#footer p.validate 
		{
		}

		#footer p.version {
			border: none;
		}

	#topplistor 
	{
		margin-top: 100px;
		clear: both;
	}

#podPress_footer { display: none !important; visibility: hidden; }
	
/* / Sidfot */

a.selected {
	color: #000;
}
a.busy {
	color: #f44;
}

.vote_message {
	background: #ff9;
	font-size: 1em;
}

/* / Toppspons - Arvikafestivalen */

.arvikafestivalen {
	background: #000 url(img/arvika/arvika2009.gif) no-repeat;
	color: #ff0;
	padding: .8em .8em .6em 100px;
	margin: 0 0 4px 0;
	font-size: 9px;
	font-family: Futura, "Futura Medium", Helvetica, Arial, sans-serif;
}

.arvikafestivalen li
{
	list-style-type: none;
}

.arvikafestivalen a {
	color: #ff0;
	font-size: 2em;
	text-transform: uppercase;
	border-bottom: none;
}

.arvikafestivalen a:hover,
.arvikafestivalen a:focus,
.arvikafestivalen a.sffocus,
.arvikafestivalen a:active
{
		border-bottom: 1px dashed #ff0;
}

.arvikafestivalen .title
{
	display: none;
}






/* @group twitter */

#global #twitter-wdgt div
{
	margin: auto;
	padding-right: 0;
	background-image: none;
}

#global #twitter-wdgt .twtr-tweet-text
{
	margin-left:40px;
}

#twitter-wdgt .twtr-img
{
	height:25px;
	width:25px;
	margin-left: 5px !important;
}

.twtr-widget p
{
	font-size: 11px;
}

#twitter-wdgt .twtr-img img
{
	width:30px;
	height:30px;
}

.twtr-widget .twtr-hd h4
{
	font-size: 12px!important;
}

#global .twtr-hd
{
	padding: 0 10px 5px !important;
	text-align: right;
	margin-top: 5px !important;
}

.twtr-ft div
{
	padding: 1px 0 0 !important;
}

.twtr-ft a{display: none !important;}


/* #twitter 
{

}

	.tweet
	{
		overflow: hidden;
	}

	#global .tweet div 
	{
		background-image: none;
		margin: 0;
	}

	.tweet div.tweet-body
	{
		clear: left;		
	}

	#global .tweet div.userpic
	{
		float: right;
		padding: 0;
		margin-left: 5px;
	}
	
	.tweet div.userpic img
	{
		width: 30px;
	}
	
	.tweet span.time
	{
		display: none;
	}
	
	#twitter .paginator
	{
		display: none;
	}
*/

/* @end */