/*
Theme Name:   Unsworn Slapstick Theme
Theme URI:    http://www.unsworn.org
Description:  Gul bil
Version:      1
Author:       Erik Sandelin
Author URI:   http://www.unsworn.org
*/

* { 
    margin: 0; 
    padding:0;
}


body {
    background: #fff;
    color: black;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #ffcc00;
}


.container {
    margin: 0 auto;
 	text-align: left;
    padding: 0;
	border:9px dashed #ffcc00; /*ffcc00      green= a2d078*/
	background:white;
}


a { 
	color:#066; 
	text-decoration: none;
}
a:hover { 
	color:#066;
	text-decoration: underline 
}

p, ul, ol, li { 
    margin-bottom: 8px;
}

h1 { 
    font-size: 26px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 14px;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 20px;
}

/* FORM ELEMENTS */
textarea {
	/*border:1px dashed #ffcc00;*/
	border:0;
	background-color:#ffcc00;
	width:230px;
	height:115px;
	font-size: 13px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color:white;
}

input {
	/*border:1px dashed #ffcc00;*/
	border:0;
	background-color:#ffcc00;	
	width:230px;
	padding:1px;
	color:white;
	
}

textarea.emailgreeting {
	height:230px;
}

.form_submit {
	border:0;
	background-color:#066;
	font-weight:bold;
	color:white;
	width:73px;
	float:right;
}
	

/* HEADER */

.header {
    padding: 12px 0 0;
	text-align:center;
}

.header img {
	border:0;
}

.englishplease {
position:absolute;
top:8px;
left:8px;
z-index:1;
border:0;

}
/* POSTS */

.post, .about {
	text-align:center;
}

.post a, .post img {
	border:0;
}

.post p {
	margin:0;
}



.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 


/* NAVIGATION */
div.navigation {
	margin:0 auto;
	width:480px;
	height:70px;
	text-align:left;	
}

	b.previous {
		float:left;
		text-align:right;
		width:230px;
		height:70px;
		margin-right:20px;
		background:url(/bilder/pil_vanster_170x70.gif) no-repeat right;
		color:white;
	}	
	
	b.next {
		float:right;
		width:230px;
		height:70px;
		background:url(/bilder/pil_hoger_170x70.gif) no-repeat left;
		color:white;
	}
	
	
	a:hover b.previous {
		background:url(/bilder/pil_vanster_170x70_gul.gif) no-repeat right;
	}
	
	a:hover b.next {
		background:url(/bilder/pil_hoger_170x70_gul.gif) no-repeat left;
	}
	
	div.navigation span {
		line-height:70px;
		padding:0 20px 0px 20px;
		height:70px;
	}
	
	

div.services {
	margin:0 auto;
	margin-top:18px;
	width:480px;
	text-align:left;
	
}


div.commentbubble {
	background:#ffcc00 url(/bilder/pratspik.gif) bottom left no-repeat;
	padding-bottom:14px;
}

div.commentbubble p {
	padding:5px;
}

p.commentator {
	position:relative;
	top:-5px;
	padding:0;
	margin:0;
}
	div.services .comments {
		float:left;
		width:230px;	
		margin-right:20px;
	}
	
	div.services .email {
		float:left;
		width:230px;
	}
	
	.comments input{
		width:230px;
	}

	

/* FOOTER */
.footercontainer {
	clear:both;
	background-color:#ffcc00; 
	padding-top:18px;
	padding-bottom:18px;
	width:100%;
	border:0;
}

.footertext {
	margin:0; 
	text-align:center;" 
} 

