@media screen
{
	body
	{
		width: 770px;
		min-width: 500px;
		max-width: 1000px;
	}

	#content
	{
		width: 495px;
		min-width: 200px;
		max-width: 650px;
	}
}

@media print
{
	div.links
	{
		display: none;
	}

	a, a:visited
	{
		color: #000;
		background: transparent;
		font-weight: bold;
		font-size: 0.9em;
		text-decoration: underline;
		content: " [" attr(href) "] ";
	}

	div.blogday
	{
		background: #fff;
	}
}

body
{
	margin: 0px 0px 10px 0px;
	background: #fff;
	line-height: 1.2em;
}

a, a:visited
{
	color: #f52;
	text-decoration: none;
	/* border-bottom: solid 1px #faf; */
}

a:active, a:hover
{
	color: #f52;
	text-decoration: none;
	/* border-bottom: solid 1px #f00; */
}

a.nolink, a.nolink:visited, a.nolink:active, a.noline:hover
{
	border-bottom: none;
}

h1, h2, h3, h4
{
	margin: 0px;
	padding: 0px;
}

input, textarea
{
	border: solid 1px #d7d7cc;
}

q:lang(sv)
{
	quotes: "\00bb" "\00ab" "\203a" "\2039";
}

q:before
{
	content: open-quote;
}

q:after
{
	content: close-quote;
}

#banner
{
	font-family: verdana, arial, sans-serif;
	color: #fff;
	font-size: x-large;
	font-weight: normal;
	border-bottom: 1px dotted #ffffff;
	border-top: 3px solid #9cf;
	background: #369;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#banner a, #banner a:link, #banner a:visited, #banner a:active, #banner a:hover
{
	font-family: verdana, arial, sans-serif;
	font-size: x-large;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	border-top: none;
}

.description
{
	font-family: verdana, arial, sans-serif;
	color: #9cf;
	font-size: x-small;
	font-weight: bold;
	background: #369;
	text-transform: none;
	letter-spacing: normal;
}

div#content
{
	float: left;
	background: #fff;
	border-right: 1px dotted #999;
	margin-right: 15px;
	padding-bottom: 20px;
}

div.links
{
	background: #fff;
	padding-right: 15px;
}

.blog
{
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}

.blogbody, .comments-body
{
	font-family: Shruti, Calibri, Georgia, Verdana, Arial, Sans-Serif;
	color: #000;
	background: #f9f9ee;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
}

.comments-body
{
	border: solid 1px #e8e8dd;
}

.blogbody code
{
	font-family: Consolas, Georgia, Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	white-space: pre;
}

.blogbody ol, .blogbody ul
{
	padding-left: 10px;
	margin-left: 10px;
}

.blogbody p
{
	margin-bottom: 7px;
	margin-top: 0;
}

/*
.blogbody p:first-letter
{
	margin-left: 1em;
}
*/

div.blogday
{
	border: solid 1px #d7d7cc;
	background: #f9f9ee;
	margin-bottom: 15px;
}

.title
{
	font-family: Shruti, Calibri, Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #036;
	text-transform: uppercase;
	font-weight: bold;
}

.categorytitle a
{
	font-family: Shruti, Calibri, Verdana, Arial, Sans-Serif;
	font-size: smaller;
	color: #f52;
	text-decoration: none;
	font-weight: normal;
}

#menu
{
	margin-bottom: 15px;
	background: #fff;
}

.posted
{
	font-family: Shruti, Calibri, Verdana, Arial, Sans-Serif;
	font-size: smaller;
	color: #036;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: dashed #036 1px;
}

.side
{
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	color: #333;
	font-size: smaller;
	font-weight: normal;
	background: #fff;
	line-height: 1.4em;
	padding: 2px;
}

.sidetitle
{
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: 0.75em;
	font-weight: bold;
	background: #eee;
	line-height: 1.4em;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.syndicate
{
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	font-size: xx-small;
	font-weight: bold;
	line-height: 1.4em;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	background: #eee;
}

.powered
{
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	color: #036;
	font-size: xx-small;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.4em;
	text-transform: uppercase;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: .2em;
}

#meta a, #meta a:visited, .powered a, .powered a:visited
{
	border-bottom: none;
}

#meta a:active, #meta a:hover, .powered a:active, .powered a:hover
{
	border-bottom: none;
	border-top: none;
}

.date, .comments-head
{
	font-family: Calibri, Georgia, Serif;
	font-size: large;
	color: #000;
	border: 1px solid #999;
	padding: 5px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.comments-post
{
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: smaller;
	font-weight: normal;
}

.trackback-body
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: small;
	font-weight: normal;
	background: #fff;
	line-height: 1.4em;
	padding: 10px;
}

.trackback-url
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: small;
	font-weight: normal;
	background: #fff;
	line-height: 1.4em;
	padding: 10px;
	border: 1px dashed #ccc;
}

.trackback-post
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: x-small;
	font-weight: normal;
	background: #fff;
}

#banner-commentspop
{
	font-family: Calibri, Georgia, Verdana, Arial, Sans-Serif;
	color: #fff;
	font-size: large;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	border-top: 3px solid #9cf;
	background: #369;
	padding: 15px;
}

#meta
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	font-size: x-small;
	font-weight: normal;
	background: #fff;
	line-height: 1.4em;
	padding: 2px;
	margin-top: 15px;
	text-align: center;
}

iframe
{
	float: left;
}
