/* Stilmall för VargaBlogg för mobiltelefoner och handdatorer.
 * © 2004-2008 Peter Krefting
 */

/* Dölj utlänkarna */
div.contents {
	display: none;
}

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

/* Dölj bilden på mig; ersätt regel i mobil.css */
div.logo h1 img {
	display: none !important;
}

small.aboutlogo {
	display: none;
}

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

/* Begränsa bredd på bilder */
p img, td img, th img {
	max-width: 95%;
}

/* Brev */
blockquote.brev {
	margin: 0 5px 5px;
	border: 3px solid #006;
	text-indent: 0;
}

blockquote.brev p.brevhuvud {
	font-family: monospace;
	color: black;
	background: #ccc;
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #006;
	text-indent: 0;
}

/* Kommentar */
div.comment {
	border-bottom: 1px solid black;
	margin: 2px;
}

div.comment ul {
	border: 1px solid black;
	background: black;
	color: white;
}

div.comment ul li :link, div.comment ul li :visited {
	color: #448;
}

div.comment p.svar {
	border-top: 1px solid #ddd;
	color: #226;
}

form input, form textarea {
	max-width: 100%;
}

/* Minikalender */
dl.calendar {
	margin: 5px;
}

dl.calendar dt {
	font-weight: bold;
	text-decoration: underline;
}

dl.calendar dd {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
	text-indent: 0;
}

/* Serialisera tabeller */
table, td, th {
	display: block;
}

/* Illustrationer */
p.ill {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p.ill img {
	max-width: 100%;
}

p.ill a img {
	border: 2px solid;
}

/* Kategorier */
p.categories a {
	font-variant: small-caps;
	font-weight: bold;
}
