/*
	Theme Name: fSimple
	Theme URI: http://www.fahlstad.se
	Description: A simple theme.
	Version: 1.0
	Author: Fredrik Fahlstad
	Author URI: http://www.fahlstad.se
*/

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}
#main {
	overflow: auto;
}
#bg {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

/*Buttons for the top banner*/
#button { font-size: 12px;
    font-weight: bold;
	text-transform:uppercase;
	background-color: #505050
    }	

body
{
margin: 0;
padding: 0;
font-family: Tahoma, 'trebuchet ms', sans-serif;
font-size: 12px;
color: white;
background-color: #000000;
font-weight: lighter;
}
#footer {
clear: both;
	height: 80px;
	text-align: center;
    }

#wrap {
	width: 740px;
	border: 0px solid #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar
{
	display: inline; /* ie win bugfix */
	float: right;
	width:180px;
	\width: 120px;
	padding-top:20px;
	font-size:11px;
	display:inline;
}
#header {
	background-color: #A80101;
	height: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content {
	padding-top:20px;
	background-color:#000000;
	width:480px;
	float:left;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
}
#header h1{
	font-size:30px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header a
{
	color:#FFFFFF;
}
.description{
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
/************************************************
*	Comments													*
************************************************/
h2#comments{
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	font-size: 110%;
color:white;
}

ol#commentlist {
	margin-top:0px;
	margin-left: 0px;
	color: #9b9b9b;
	list-style-type: none;
	font-size:0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#commentlist li  p{
	margin-top: 8px;
	margin-bottom: 16px;
	line-height: 20px;
}

.commentname {
	float: left;
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;
}

.commentinfo{
	width: 300px;
	float: right;
	text-align: right;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #ebebeb;
	line-height:12px;
	color: #5b5b5b;
	background-color: #F8F8F8;
	padding: 5px;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #ebebeb;
	line-height:12px;
	color: #5b5b5b;
	background-color: #CEE4F4;
	padding: 5px;
}

#commentsformheader{
	padding-left:18px;
	font-size: 1.4em;
}

#commentsform{
font-family: Tahoma, 'trebuchet ms', sans-serif;
color: white;
width: 380px;
	margin-top:none;
	text-align:center;
}

#commentsform form{
	text-align:left;
	margin:0px;


}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width:100%;
}
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
float: left;
}

a, a:visited, a:focus {
	    color: #AAAAAA;
	text-decoration:none;
}
a:hover{
	color:white;
	text-decoration:bold;
}
/************************************************
*	Header																			*
************************************************/

h2.entrydate{

	margin-bottom:3px;
	font-size: 0.9em;
	font-weight:bold;
	text-transform:uppercase;
text-align: right;
padding: 8px;
}

.entrymeta{
	font-size: x-small;
margin-top: 12px;
font-weight: normal;	
padding-left:8px;
}

h3.entrytitle {
	padding-bottom:10px;
	padding-left:8px;
	font-size: 1.3em;
	font-weight:bold;
	text-transform:uppercase;
}
h3.entrytitle a:hover{
	text-decoration: none;
}
.entry{
background-color:#505050;
font-weight: lighter;
}

.entrybody p a{

}
blockquote {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	font-style: italic;
	color: #666666;
}

.entrybody p {
	margin-top:8px;
	margin-bottom:0px;
	text-align: justify;
	line-height:1.5;
	font-size:12px;
padding:10px;
font-weight: lighter;

}
.entrybody img {
	padding: 4px;
	border: 0px;
float:right;
}
code {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #CCCCCC;
}


/* Lists
================================================*/
dl,
ol,
ul {margin:0 0 1em;}
dl {margin-top:-0.5em;}
dt {
	font-weight:bold;
	margin:0.5em 0 0;
	}
dd {margin:0 0 0 2em;}
dd p {margin:0 0 0.5em;}
ul {
	padding:0 0 0 2.5ex;
	list-style:square;
	}
ol {padding:0 0 0 4ex;}
li {margin:0 0 0.5em;}
.code {
	border:1px solid #ddd;
	padding:3px 5px 3px 35px;
	font-family:Courier;
	list-style-type:decimal-leading-zero;
	}
.code code {font-family:Courier;}
.code li {
	padding:0 5px;
	margin:2px 0;
	background:#f7f7f5;
	}
.code li.tab1 {padding-left:5ex;}
.code li.tab2 {padding-left:10ex;}
.code li.tab3 {padding-left:15ex;}
.code .changed {
	font-weight:bold;
	color:#600;
	}
.code em {
	font-style:normal;
	font-weight:bold;
	color:#600;
	}
#searchdiv
{
	padding: 5px;
	font-weight:bold;
}

#sidebar form {
	margin: 0px;
	padding: 0px;
}
label {
	font-size: 11px;
	font-weight: bold;
}

img.pic {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 10px;
}

#sidebar h2{
	color:#FFFFFF;
	background-color:#505050;
	display:block;
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#sidebar ul{
	padding:0;
	margin:0;
	list-style:none
}
#sidebar ul ul{
	background-color:#606060;
	margin-bottom:10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar ul ul ul{
}
#sidebar ul li{
}
#sidebar ul ul li{
	list-style:square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sidebar ul ul ul li{
}
#sidebar a{
}

/* CSS Kung-Fu to provide rounded edges...*/
b.rtop, b.rbottom{display:block;background: #000000} /*don't forget to adjust this color to the same as your webpage's background */
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #505050}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
}