/*
Theme Name:Clean Home
Theme URI:http://midmodesign.com/news/general/our-special-wordpress-theme/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.2.0
Author:Mid Mo Design
Author URI:http://midmodesign.com/
Tags:white, red, fixed-width, two-columns, right-sidebar

	"Clean Home" by http://midmodesign.com/

	This theme was designed and built by Bryan Helmig
	of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.

*/

body {
font-family:Arial, serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
background-image:url(http://barebente.com/blog/wp-content/themes/clean-home/images/headBKG.png);
background-repeat: repeat-x;
background-position: top left;
	margin: 0px;
	padding: 0px;	
}

a {
text-decoration:none;
color: #9C9C9C;
/*font-weight:600;*/
}
a:hover {
color:#58BBEB;
background-color:#f7f7f7;
}
hr{
margin-top:20px;
border:0;
border-top:1px dotted #ccc;
width:700px;
color:#fff;
clear:both;
}
#wrapper {
width:900px;
margin:0px auto;
	padding: 0px;	
}
#header {
width:900px;
height: 170px;
	margin: 0px;
	padding: 0px;	
}

#topsection {
display:block; 
width:900px; 
height:170px; 
position:relative; 
margin:0 auto 2em auto;
padding: 0px;
font-family: verdana,helvetica, sans-serif;
font-size: 10px;

}
#topsection a {
	color:#FFFFFF; 
	font-weight: normal; 
	text-decoration: none;
	}

a#name {
	display:block; 
	width:420px; 
	height:110px; 
	margin: 0px;
	padding: 0px;
	position:absolute; 
	}

a#illustration, a#photography, a#blog, a#web, a#threed, a#print, a#animation, a#me {
	display:block; 
	width:100px; 
	height:30px; 
	padding-top:2px; 
	//padding-left:20px; 
	position:absolute; 
text-align: center;
	}
	
* html a#illustration, * html a#photography, * html a#blog,* html a#web, * html a#threed, * html a#print, * html a#animation, * html a#me {
	height:30px; 
	he\ight:0;

	}
	
a#illustration:hover, a#photography:hover, a#blog:hover, a#web:hover, a#threed:hover, a#print:hover, a#animation:hover, a#me:hover {
	background-position: 0 -32px;
	}

/*a#illustration:visited, a#photography:visited, a#blog:visited, a#web:visited, a#threed:visited, a#print:visited, a#animation:visited, a#me:visited {
    background-position: 0 -64px;
    color: #FFFFFF;
	}*/

a#name {
	background:transparent url(http://barebente.com/blog/wp-content/themes/clean-home/images/bente.png) no-repeat 0 0; 
	left:10px; 
	top:70px;
	}

a#photography {
	background:transparent url(http://barebente.com/blog/wp-content/themes/clean-home/images/btn1.png) no-repeat 0 0; 
	left:610px; 
	top:25px;
	}

a#illustration { 
	background:transparent url(http://barebente.com/blog/wp-content/themes/clean-home/images/btn2.png) no-repeat 0 0; 
	left:700px; 
	top:85px;
	}	
	
a#blog {
	background:transparent url(http://barebente.com/blog/wp-content/themes/clean-home/images/btn8.png) no-repeat 0 0; 
	left:640px; 
	top:120px;
	}

a#print {
	background:transparent url(http://barebente.com/blog/wp-content/themes/clean-home/images/btn3.png) no-repeat 0 0; 
	left:790px; 
	top:30px;
	}
	
a#web {
	background:transparent url(http://barebente.com/blog/wp-content/themes/clean-home/images/btn4.png) no-repeat 0 0; 
	left:800px; 
	top:70px;
	}
	
a#threed {
	background:transparent url(http://barebente.com/blog/wp-content/themes/clean-home/images/btn5.png) no-repeat 0 0; 
	left:800px; 
	top:130px;
	}

a#animation {
	background:transparent url(http://barebente.com/blog/wp-content/themes/clean-home/images/btn6.png) no-repeat 0 0; 
	left:570px; 
	top:60px;
	}
a#me {
	background:transparent url(http://barebente.com/blog/wp-content/themes/clean-home/images/btn7.png) no-repeat 0 0; 
	left:420px; 
	top:40px;
	}


/*#logo {
font-family:Georgia;
color:#E87830;
float:left;
width:auto;
padding:10px 0 0px 0;
background-color:#F5F5F5;
}
#logo a {
color:#E87830;
font-size:35px;
font-weight:200;
text-decoration:none;
border-bottom:none;
letter-spacing:-2px;
//background-color:#F5F5F5;
}

#logo h2 {
font-size : 18px;
font-weight : 200;
padding : 12px 4px 0 0;
letter-spacing : -1px;
}*/
/*#nav {
float:right;
width:auto;
padding:12px 0 0;
}
#nav ul {
height:50px;
float:right;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav li a {
font-size:20px;
font-weight:400;
display:block;
padding:15px;
border-bottom:none;
color: white;
}*/
/*#nav li a:hover {
background-color:#f7f7f7;
}*/

#blurb {
font-family:Georgia;
/*height:auto;*/
border-bottom:1px dotted #ccc;
width:100%;
float:left;
padding:0px 0;
font-size:12px;
font-weight:400;
line-height:120%;
color: #9C9C9C;
}

#content {
width:700px;
float:left;
border-right:1px dotted #ccc;
padding:0 0 30px 0;
min-height:420px;
}
.post {
padding:0 30px 0 0;
}
.post p {
margin:14px 0 14px 0;
}
.post em{
font-style:italic;
}
.post h2 {
font-family:Georgia;
font-size:24px;
margin:25px 0 10px 0;
font-weight:normal;
}

.post h1{
font-family:Tahoma;/*post heading kanskje*/
font-size:20px;
margin:30px 0 10px 0;
font-weight:normal;
line-height:32px;
}

.post h1 a{
color: #B4C24B;
}

.post h1 a:hover{/*post heading hover kanskje*/
color: #58BBEB; 
}
.post h3, .post h4 {
font-family:Georgia;
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}

.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#58BBEB;
}

.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
color: #9C9C9C;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
/*color:#777;*/
color: #F5F5F5;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments h3, #comments h4{
font-family:Georgia;
font-size:18px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:18px;
}

#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}

#comments em {
font-style:italics;
text-align:right;
}

#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding: 10px 5px 20px 10px;
min-height: 110px;
}

#comments p {
margin: 10px 20px 0 20px;
}

#comments span {
text-align:right;
position:relative;
display:block;
color:#eee;
font-family:Georgia;
font-size:150px;
font-weight:normal;
top:35px;
height:0;
z-index:-1;
}

#comments ul.formlist {
margin: 20px auto;
width:375px;
}

#comments ul.formlist li {
display: block;
margin: 10px 0 0;
}

#comments ul.formlist p{
margin: 10px 0 0;
text-align:center;
}

#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}

#comments textarea {
font-family:Georgia;
width: 370px;
font-size:18px;
font-weight:normal;
}

#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width: 374px;

}

#sidebar {
width : 150px;
float : left;
margin : 0 0 25px 25px;
font-size: 15px;
color: #FFFFFF;
}


#sidebar h1{
font-family:Tahoma;/*post heading kanskje*/
font-size:20px;
margin:30px 0 10px 0;
font-weight:normal;
line-height:32px;
}

#sidebar h1 a{
color: #B4C24B;
}

#sidebar h1 a:hover{/*post heading hover kanskje*/
color: #58BBEB; 
}

#sidebar h1:hover {
color:#58BBEB;
}


#sidebar h3 {
padding : 10px 0 3px 0;
font-size : 12px;
color: #FFFFFF;
}

#sidebar .block{
padding: 0px 0px 25px 0px;
}


#sidebar .block li {
/*padding: 0px 0px 5px 0px;*/
}

#sidebar .block li a {
background : transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
font-size : 13px;
font-weight : normal;
padding : 2px 0 2px 15px;
display : block;
border-bottom : none;
}

#sidebar .block li a:hover {
background : #f7f7f7 url(images/bullet_black.gif) no-repeat scroll 6px 52%;
}

#footer {
width : 900px;
float : left;
border-top : 1px dotted #cccccc;
text-align : center;
padding : 30px 0 40px 0;
}
