/* 
Theme Name: Ragnars 4
Theme URL: http://www.ungkristen.com/
Description: Bygd på whiteboard (whiteboard.com).
Author: Ragnar
Version: 1.0


*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/




.hidden {
	height:1px;
	overflow:hidden;
	position:absolute;
	top:-500px;
	width:1px;
}


body {
	background: #1c1c1c;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}

a {
	text-decoration: none;
	color: #00779d;
}

h2 {
	font-size: 1.85em;
	font-family: "Baskerville Old Face", Georgia,"Palatino Linotype","Book Antiqua",Palatino,Times,serif;
	
}

h2 a {
	color: #696969;
}

h2 a:hover {
	color: #00779d;
}


p {
	color: #636464;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

#container{
	width: 960px;
	margin: 0 auto;
}

em {
	font-style: italic;
}


#content {
	background: #fff url(images/content_top.jpg) repeat-x;
	float: left;
	width: 638px;
	border: 1px solid #fff;
	padding: 20px;
}

#content h2 {
	border-bottom: 1px dotted #a6a6a6;
	padding-bottom: 0.1em;
	margin-bottom: 0.3em;
}


#sidebar{
	width: auto;
	display: table-cell;
	float: none;
	background:url(images/sidebar_shadow.png) repeat-y left;
	padding-top: 20px;
}

#sidebar li {
	list-style: none;
}

#footer {
	float: none;
	width: 100%;
	clear: both;
}


.widget {
	margin-bottom: 30px;
}

.widgettitle {
	background:url(images/widget_top.png) no-repeat;
	height: 35px;
	text-align: right;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 15px;
}

.widget div {
	padding: 5px 15px;
	color: #c1c1c0;
	line-height: 1.8em;
	font-size:0.8em;
}


.widget ul li {
	display: block;
	background:url(images/list_separator.png) no-repeat bottom;
}

.widget ul li a {
	color: #c1c1c0;
	font-size: 0.8em;
	padding: 10px 20px;
	display: block;
}

.widget ul li a:hover {
	background: #3d3d3d;
}


.recentcomments {
	padding: 10px 20px;
	display: block;
	color: #c1c1c0;
	font-size: 0.8em;
}

.widget ul li.recentcomments a {
	font-size: 1em;
	color: #56d0fa;
}

#header h1 a {
	display: block;
	height: 145px;
	width: 280px;
	background:url(images/logo.png) no-repeat;
}


.byline {
	font-size: 0.9em;
	padding-top: 5px;
}


.line:after,.last_unit:after, #content_wrap:after {
content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x";
	visibility:hidden;
	clear:both;
	height:0!important;
	display:block;
	line-height:0;
	font-size:xx-large;
	overflow:hidden;
}

.line { zoom:1; }

.unit {float:left;}

.last_unit{
	display: table-cell;
	*display:block;
	*zoom:1;
	float:none;
	_position:relative;
	_left:-3px; 
	_margin-right: -3px;
	width:auto;
	border: 0px;
	vertical-align: top;
}


.last_right{
	float: right;
}


.post{ 
 margin-bottom: 30px;
}

#comments_list li {
	list-style: none;
	margin-bottom: 1.5em;
	padding: 10px;
	background: #efefef;
}

#comments_list .comments_meta p {
	display: inline;
	color: #888;
	font-size: 0.9em;
}

#comments_list .comments_meta {
	margin-bottom: 5px;
}

.postmeta .numcomments{
	padding-right: 20px;
	font-size: 0.9em;
	float: right;
}

#footer {
	margin-top: 30px;
	text-align: center;
}

.postnavigation{}
#searchform{}


#commentform textarea {
	width: 100%;
}



#comments h3 {
	font-weight: bold;
	color: #696969;
	border-top: 1px dotted #696969;
	padding-top: 5px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}



blockquote {
	font-style: italic;
	padding-left: 1em;
}