/*
Theme Name: Hybristic2
Theme URI: http://hybrissimo.com/
Description: Second theme for hybrissimo.com
Version: 1.0
Author: Jan Krems
Author URI: http://hybrissimo.com/
Tags: very custom

	This theme was designed and built by Jan Krems,
	whose blog you will find at http://hybrissimo.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/wallpaper.gif);
	
	font-size: 12pt;
	line-height: 18pt;
	font-family: 'Calisto MT';
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #003399;
}

#page {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#header {
	height: 280px;
	background-image: url(images/darkwood.png);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#content {
	width: 1000px;
	margin-top: 270px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
	padding: 0px;
	background: url(images/paper.jpg);
}

div.post, div.page {
	background: url(images/paper-top.jpg) no-repeat;
	padding: 35px 60px;
	margin: 0px;
	border-top: 1px solid #666;
}

#footer {
	border-top: 1px solid #666;
}

h3 {
	font-family: 'Cooper Std';
	font-size: 18pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: bold;
}

.header-arrow {
	position: absolute;
	width: 29px;
	height: 51px;
	background: url(images/header-arrow.png);
	margin-left: -35px;
	margin-top: 5px;
}

.post-header {
	margin-bottom: 10px;
	font-style: italic;
}

.post-textblock {
	-moz-column-count: 2;
	-moz-column-gap: 80px;
	-moz-column-rule: 1px dotted #666;
	-webkit-column-count: 2;
	-webkit-column-gap: 80px;
	-webkit-column-rule: 1px dotted #666;
}

.comment-link {
	background: url(images/comment-back.png) no-repeat;
	width: 401px;
	height: 91px;
	display: block;
	padding-top: 30px;
	padding-left: 40px;
	margin-left: auto;
	margin-right: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#header-logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	width: 997px;
	height: 208px;
	
	background: url(images/header.png);
}

#home-link {
	position:absolute;
	display:block;
	width: 800px;
	height: 200px;
}

.social-logo {
	position: absolute;
	padding: 0px;
	display: block;
}

#rss-logo {
	margin-left: 790px;
	margin-top: -30px;
	background: url(images/rss-inaktiv.png) no-repeat;
	width: 95px;
	height: 100px;
}

#facebook-logo {
	margin-left: 881px;
	margin-top: -32px;
	background: url(images/facebook-inaktiv.png) no-repeat;
	width: 68px;
	height: 106px;
}

#twitter-logo {
	margin-left: 960px;
	margin-top: -26px;
	background: url(images/twitter-inaktiv.png) no-repeat;
	width: 80px;
	height: 118px;
}

img {
border: 0px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #003366;
}

.more-link:link, .more-link:visited, .more-link:active {
	text-align: right;
	width:100%;
}

/* Comments postmetadata"><div class="postmetadata-arrow*/
ol.commentlist {
	padding: 0px;
	
	font-size: 11pt;
	line-height: 20px;
}

ol.commentlist p {
	display: inline;
}

.postmetadata-back {
	margin: 0px auto 0px auto;
	width: 820px;
	
	background:  #f5f5f5;
	
	border: 1px solid #ccc;
}

.comment-content {
	margin-left: 45px;
	margin-bottom: 20px;
}

.comment .depth-2 {
margin-left: 45px;
}

.comment .depth-2 {
margin-left: 90px;
}

.postmetadata-arrow {
	background: url('images/comments-start.png') no-repeat;
	width: 75px;
	height: 35px;
	display: block;
	
	margin-top: -28px;
	margin-left: 500px;
}

.postmetadata {
	padding: 0px 110px 8px;
}

.comment-author {
	float: left;
}

#respond {
	margin-top: 50px;
	
	font-size: 11pt;
	line-height: 20px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#footer p {
text-align: center;
}

