<style type='text/css'>

/**************/
/* TYPOGRAPHY */
/**************/

@font-face {
   font-family: "Museo";
   src: url("http://works.se/fonts/Museo300-Regular.ttf") format("truetype");
}
			
@font-face {
   font-family: "KursivschriftStehHar";
   src: url("http://works.se/fonts/KursivschriftStehHar.ttf") format("truetype");
}

@font-face {
   font-family: "KursivschriftStehend";
   src: url("http://works.se/fonts/KursivschriftStehend.ttf") format("truetype");
}



/**********/
/* LAYOUT */
/**********/

#header {
   float: left;
   left: 0.00%;
   width: 890px;
   padding-bottom: 3em;
}
#wrapper {
   float: left;
   left: 0.00%;
   width: 890px;
}
#postcontent {
	float: left;
	left: 0.00%;
	width: 450px;
	padding-right: 25px;
}

.postentry {
	padding-bottom: 100px;
	float: left;
}

#sidebars { 
	float: right; 
	width: 415px;
}

#sidebar1 {
   float: left;
   right: 0.00%;
   width: 190px;
   padding-right: 25px;
}
#sidebar2 {
   float: left;
   right: 0.00%;
   width: 200px;
}
#footer {
   float: left;
   left: 0.00%;
   padding-top: 2em;
   width: 890px;
}
body {
	background-color:#F8F8F8;
	margin-left: 70px;
	font-family: "Museo", sans-serif, Arial;
}


/*** FROM OLD LAYOUT ***/
/*- Main Menu in Header */


ul.menu {
	margin: 0px;
	padding: 0px;
        z-index:1;
        top: 20;
	left: 770px;
	width: 210px;
        font-size: 2.3em;
        font-weight: bold;
        text-align: right;
        list-style: none;
        list-style-position:inside;
        line-height: 1.5em;
	}

ul.menu li {
	display: block;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 10px 0px 0px 0px;
	}

ul.menu li a {
        color: #595441;
	margin:0px;
       	}

ul.menu li a:hover {
	color: #69BFDE!important;
	text-decoration: none;
       	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #595441!important;
	text-decoration: none;
}






/******************/
/* TEXT BEHAVIOUR */
/******************/

/* page header */
h1 {
	font-family: "KursivschriftStehHar", sans-serif;
	font-weight: 700;
	font-size: 4.6em;
	line-height: 1em;
	color: #666;
	display: inline;
}

/* sub-page header */
h2 {
	font-family: "KursivschriftStehHar", sans-serif;
	font-weight: 100; 
	font-size: 2em;
	line-height: 1em;
	color: #666;
	display: inline;
}

/* post content paragraph */
h3 {
	font-family: "Museo", sans-serif;
	font-weight: 100;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
	display: inline;
}

p {
	font-family: "Museo", sans-serif;
	font-weight: 100;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
	display: inline;
}

/* post content headline */
h4 {
	font-family: "KursivschriftStehend", sans-serif;
	font-weight: 500;
	font-size: 1.6em;
	color: #e14696;
	display: inline;
}

/* small text such as date and comment-links */
h5 {
	font-family: "KursivschriftStehHar", sans-serif;
	font-weight: 100; 
	font-size: 0.9em;
	line-height: 2em;
	color: #666;
	display: inline;
}

/* hidden text */
h6 {
	display: none;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	line-height: 1.2em;
	color: #6899ce;
	border: 1px dotted #6899ce;
	background-color: #fff;
	padding: 10px;
	float:  left;
	width: 430px;
}


/* sidebar1 font-sizes */
#sidebar1 h3, #sidebar2 h3 {
	font-size: 0.9em;
}

#sidebar1 h4, #sidebar2 h4 {
	font-size: 1.2em;
}


#sidebar1 h5, #sidebar2 h5 {
	font-size: 1.3em;
	font-weight: 700;
	color: #e14696;
	line-height: 1.2em;
}

#sidebar1 p, #sidebar2 p, #sidebar1 li, #sidebar2 li, .textwidget {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
}

#sidebar1 li, #sidebar2 li {
	line-height: 1.8em;
}


#sidebar1 ul, #sidebar2 ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2em;
}

.feedarea {
	background-image:url(images/feedicon.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:20px;
}

/* footer text */
#footer h2 {
	font-weight: 100; 
	font-size: 1em;
	line-height: 2em;
	color: #666;
	display: inline;
}
	
			
/* single post page */
.postentry h1, .postentry h1 a:link, .postentry h1 a:hover, .postentry h1 a:visited {
	font-family: "KursivschriftStehend", sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #e14696;
	display: inline;
	text-decoration: none;
}


/******************/
/* LINK BEHAVIOUR */
/******************/

a, a:link {
	color: #6899ce;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: line-through;
}

h4 a:link, h4 a:hover, h4 a:visited{
	color: #e14696;
	text-decoration: none;
}

#header h1 a:link, #header h1 a:hover, #header h1 a:visited{
	color: #666;
	text-decoration: none;
}


/**********/
/* IMAGES */
/**********/

img, object {
	border: 1px dotted #6899ce;
 	padding: 5px;
	margin: 0px;
	background: #ffffff;
}


/* COMMENT AREA */
#comment {
	width: 400px;
	background: #FFFFFF;
	color: #333333;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;

	font-family: "KursivschriftStehHar", sans-serif;
	font-weight: 100; 
	font-size: 1em;
	color: #666;
}
	
#comment {
    padding: 10px 20px 20px 20px;
    border: 1px solid #cccccc;
    margin-bottom: 3em;
    color: #666;  
}

   
#comment a {
	color: #6899ce;
	text-decoration: none;
}

#comment a:hover {
	color: #666;
	text-decoration:line-through;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
}
	
.commentdate {
	padding-left: 0px;
}
	
.commentlist p {
	clear: both;
	padding-right: 20px;
}

#commentlist li p{
	margin-bottom: 8px;
	padding: 5px;
	padding-right: 20px;	
}

.commentname {
	color: #666;
	margin: 0px;
	padding: 5px 5px 0px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 450px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	font-family: "KursivschriftStehHar", sans-serif;
	font-weight: 100; 
	font-size: 1em;
	color: #666;
	padding-right: 20px;
}

#commentsform input {
	width: 99%;
}

#commentsform form textarea{
	width: 99%;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
	
}

.navigation {
	font-family: "KursivschriftStehend", sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #e14696;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 40px;
}
