﻿/*
Theme Name: Henrik's theme
Theme URI: http://wordpress.org/
Description: Henrik's theme
Version: 1.6
Author: Henrik Becker
Author URI: http://www.henrikbecker.se/
Tags: black, custom header, fixed width, two columns, widgets

	Henrik v1.0
	http://www.henrikbecker.se/

	This theme was designed and built by Henrik Becker
	whose blog you will find at http://www.henrikbecker.se/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

* 
{
	font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:10pt;
	color:#696969;
}

/* Structure */

/* Sticky footer */
html, body, body form
{
	margin: 0;
	height: 100%;
}
#wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
#push
{
	clear:both;
}
#footer, #push 
{
	height: 39px;
}
#footer
{
	width:800px;
	border-top:1px solid Olive;
	margin:auto;
}

#footer div
{
	margin-top:10px;
}

#footer div a:hover 
{
	text-decoration:none;
}
#footer div a 
{
	margin-right:20px;
}
#footer div img 
{
	margin-right:5px;
}
/* End Sticky footer */

html, body
{
	text-align:center;	
}

#page 
{
	margin:auto;
	padding:40px 0 20px 0;
	text-align:left;
	width:800px;
}

#mainmenu 
{
	text-align:right;
	margin:0 0 10px 0;
}

#mainmenu a
{
	margin:0 10px 0 5px;
}

#content 
{
	width:550px;
	float:left;
	margin:20px 0 20px 0;
	padding:0 20px 0 0;
	border-right:1px Dashed #dfdfdf;
}

#sidebar
{
	width:200px;
	float:left;
	margin:20px 0 0 20px;
}

#banner #searchform 
{
	float:right;
	margin:0;	
}
#banner #searchform input[type="text"] 
{
	border:1px solid #dfdfdf;
	margin-right:5px;
}
#banner #searchform input[type="image"] 
{
	border:none;
}

.hidden 
{
	display:none;
}

.widget 
{
	margin-bottom:20px;
}

.widget .content
{
	margin-bottom:10px;
	line-height:11pt;
}

.widget h2 
{
	background-color:#f9f9f9;
	color:#696969;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	margin:0 0 10px 0;
	padding:4px 0 4px 2px;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
}

.post, .page
{
	padding:0 0 10px 0;
	margin:0 0 30px 0;
	border-bottom:1px dashed #dfdfdf;
}

#hb-twitter * a
{
	color:#bebebe;
}
#hb-twitter * a:hover
{
	color:Olive;
	text-decoration:none;
}
.date 
{
	color:#bebebe;
}

body 
{
	background-color:White;
}

#banner 
{
	border-bottom:1px solid Olive;
	text-transform:uppercase;
}
#banner a
{
	letter-spacing:5pt;
	font-size:15pt;
}
#banner a:after
{
	content:".se";
	text-transform:lowercase;
	font-size:12pt;
	color:#CCCCCC;
}
#banner a:hover
{
	text-decoration:none;
	border:none;
}


a, a.active, a.link, a.visited
{
	color:Olive;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

small, .small, .small a
{
	font-size:8pt;
}
.tiny 
{
	font-size:6pt;
}
b, em, strong, .bold 
{
	font-weight:bold;
}
u, .underlined 
{
	border-bottom:1px solid;
	text-decoration:none;
}
i, italic 
{
	font-style:italic;
}

h1, h2, h3, h4, h5, h5, .header, a.header 
{
	color:#787878;
	text-decoration:none;
	font-size:14pt;
	margin:0;
	border:none;
}

h2.pagetitle
{
	margin:0 0 20px 0;
}

.entry
{
	margin:10px 0 0 0;
}

.postmetadata 
{
	margin:10px 0 0 0;
}

.navigation
{
	display: block;
	margin:0 0 30px 0;
}



.alignleft{ float:left; }
.alignright { float:right; }

/* Images */
img 
{
	border:none;
}
img.portrait 
{
	border:1px solid #696969;
}
img.book
{
	margin-right:10px;
}
img.absmiddle
{
	vertical-align:middle;
	margin-bottom: .25em;
}

/*
 Begin comments
*/
.odd 
{
	background-color:#f9f9f9;
}
.even
{
	background-color:White;
}
.comment
{
	margin:10px 0 10px 0;
	border:1px solid #f0f0f0;
	padding:5px;
}


.comment .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.comment-meta, .comment-meta a, .comment-edit-link, .reply, .reply a
{
	font-size:8pt;
}

.reply
{
	text-align:right;
}

/* End comments */

/* Begin Lists 
	"Borrowed" from the Kubrick v1.5 theme

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin forms */

input#s /*The search box */
{
	width:120px;
}

textarea, input[type="text"] 
{
	border:1px solid #696969;
}

textarea#comment 
{
	width:500px;
	height:200px;
}

input[type="button"], input[type="submit"]
{
	background-color:#696969;
	color:#e7e7e7;
	border:1px solid;
}

#mailForm div
{
	margin-top:10px;
}

.mailFormMessage
{
	width:500px;
	height:200px;
}

.mailFormName, .mailFormAddress
{
	width:500px;
}

.mailFormVerificationImage
{
	margin-top:10px;
	border:1px solid #696969;
}

.mailFormVerification 
{
	width:180px;
}
/* End forms */