/* Stilmall för VargaBlogg för TV (Wii)
 * © 2007-2008 Peter Krefting
 */

/* Större text */
body {
	font-size: 18px;
}

/* Formatera om länklistan */
div.contents h2 {
	display: inline;
	font-size: 18px;
	font-weight: bold;
}

div.contents h2:after {
	content: ":";
}

div.contents ul, div.contents ul li {
	display: inline;
	font-size: 18px;
}

div.contents {
	padding-bottom: 0.2em;
	border-bottom: 2px solid black;
}

/* Dölj vissa delar av sidan */
p.intro, p.langselect, div.widecontents {
	display: none;
}

/* Dölj Opera Mini-länk */
.emulate {
	display: none;
}
