/*BODY*/
html { overflow-y: scroll; }

body {
	background: #eae3cb;
	font-family: Calibri, "Helvetica Neue", Arial, "Bitstream Vera Sans", sans-serif;
	/* -webkit-font-smoothing: antialiased; */
	}

#container {
	border: 0;
	width:960px;
	margin: 5px auto;
	padding: 10px;
	}

	
/*TOP*/	
#header {
	width: 960px;
	}	
	
#headerbox {
	width: 400px;
	float: left;
	}

#navigation {
	width:400px;
	float: right;
	margin-top:15px;
	text-align:right;

	}
	#navigation a{
	font-size:24px;
	text-decoration:none;
	color:#475b62;
	margin:5px;
	}		
	#navigation a:hover {
	border-top: 3px solid #2176c7;
	}
	.nav_active {
	border-top: 3px solid #bd3613;
	}
	
h1 {
	margin:0px;
	font-size:42px;
	color:#738a05;
	}
h2 {
	margin:-8px 0 0 0px;
	color:#738a05;
	font-size:28px;
	}
	
/*SIDE*/
	
#sidebar {
	width:200px;
	float:right;
	margin:13px 0 15px 0;
	border-left: 1px #bd3613 solid;

	}
		
#sidebar a {
	color: #2176c7;
	text-decoration:none;
	margin-left:5px;
	}
	
#sidebar a:hover {
	border-bottom: #2176c7 1px dashed;
	margin-left:5px;
	}
	
h3 {
	margin: 7px 0 0 0;
	color:#738a05;
	font-size:18px;
	text-align:left;
	margin-left:5px;
	}	
	
.sidebar_link {
	color:#475b62;
	font-size:14px;
	text-align:left;
	margin-right:10px;
	margin-left:5px;
	}	
	
.sidebar_text {
	font-size:13px;
	color:#475b62;
	text-align:justify;
	margin-right:5px;
	margin-left:5px;
	}
	
#sidebar li {
	font-size:13px;
	text-align:left;
	}

/*CONTENT*/
#content {
	width:750px;
	float:left;
	margin-top:20px;
	}
	
#content2 {
	width:615px;
    float:right;
	margin-top: 20px;
	}

h4 {
	font-size:18px;
	color:#738a05;
	margin:0 0 0 5px;
	}
	
blockquote {
	background-color:#909090;
	margin-left:30px;
        margin-right:30px;
	font-size: 14px;
	padding: 10px 10px 10px 45px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -border-radius: 10px;
	text-align:justify;
	color:#ffffff;
	background-image:url('http://www.kaeru.se/quote.png');
	background-position:  top left;
	background-repeat:no-repeat;
	}
	
p {
	color:#475b62;
	margin: 0px 20px 10px 10px;
	text-align:justify;	
	font-size:12pt;
	}
	
p a {
	color:#2176c7;
	text-decoration:none;
	}
p a:hover {
	border-bottom: #2176c7 1px dashed;
	}
	
ul {
	margin: 0px 20px 10px 10px;
	
	}
	
li {	
	text-align:justify;	
	font-size:12pt;	
	color:#475b62;
    }
    
li a {	
	color:#2176c7;
	text-decoration:none;
    }   
    
    li a:hover {
	border-bottom: #2176c7 1px dashed;
	}
	
	
div.float {
  float:left;
  padding: 10px;
  }
  
div.float p {
   text-align: center;
   }

embed {
   border: 1px #bd3613 solid;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   }


    
/*FOOTER*/
	
#footer {
	width:100%;
	clear:both;
	text-align:center;
	font-size:11pt;
	padding-top: 15px;
	color: #bd3613;
	}
#footer a {
	color:#2176c7;
	text-decoration:none;
	}
#footer a:hover {
	border-bottom: #2176c7 1px dashed;
	}

form {
	margin: 0;
}


/* PIVOT */

.block {
	float: left;
	height: 100%;
	margin: 0px 25px 0px 0px;
	text-align: left;
	width: 160px;
}

.comment a{
	color: #2176C7;
}

.comment small {
	color: #738a05;
	font-size: 11px;
}

.commentform, .commentform a:link {
	font-size: 10px;
	color: #708284;
	margin: 10px 10px 20px 10px;
}

.commentinput {
	width: 170px;
	margin: 0px 0px 3px 0px;
}

.comments {
	color: #708284;
	font: 2.0em Georgia, "Times New Roman", Times, serif;
}

.comments a {
	color: #2176C7;
}

.comments a:hover, .title a:hover {
	border-bottom: #2176c7 1px dashed;
}

.tags {
	display: block;
	margin-top: 2px;
	font-size: 0.9em;
}

.tags a, .tags {
	color: #4C4C4C;
}

.date {
	color: #738a05;
	display: block;
	font-size: 0.8em;
	text-align: right;
	align: right;
	margin: 0px 0px 20px 0px;
	padding: 0;
	background: url(images/background_h3.gif) repeat-x bottom;
}

.date a {
	color:#2176c7;
	text-decoration:none;
	}
.date a:hover {
	border-bottom: #2176c7 1px dashed;
	}


.entry {
	margin: 0px 0px 20px 0px;
	display: inline;
}

.entryfooter {
	margin: 20px 0px 0px;
}

.entrynavigation {
	margin: 20px 0px 0px;
}


.message p {
	margin-bottom: 15px;
	display: block;
	color: #000;
}

.meta {
	float: right;
	font-size: 0.9em;
	letter-spacing: 0;
	margin-top: 10px;
	color: #5d5d5d;
}

.meta a {
	color: #2176c7;
}


.title a{
	color: #2176c7;
	font-weight: bold;
}


#entries2{
	float: left;
	width: 750px;
	display: inline;
}


form {
	margin:0;
}

.commentform, .commentform a:link {
font-size:13px;
color: #708284;
}

.commentinput {
	width: 170px;
	margin: 0px 0px 3px 0px;
}

.comment{
color:#708284;
font-size:13px;
margin-top: 13px;
padding-bottom: 5px;
border-bottom: 1px #d11c24 dashed;
}

.comment small {
color:#738a05;
font-size: 13px;

}

/* SPECIAL */

a {
	color: #708284;
	padding-bottom: 1px;
	text-decoration: none;
}

a:hover .pivot-popupimage {
	border: 7px solid #708284;
	margin: 0px 0px;
}

a:hover, .pagetitle a:hover, .meta a:hover {
	color: #2176c7!important;

}

