/*
author: jens buss // jensbuss.com
date: febuary 2010

client: Eps51
*/

/* global #################### */

* {
	margin: 0;
	padding: 0;
}

#mainFrame{
	width: 100%;
}

.clear {
	clear: both;
}

body {
	margin: 30px;
}

/* head #################### */


/* NAVIGATION #################### */

#head {
	position: fixed;
	width: 300px;
	z-index: 100;
}

.front #head {
	position: static;
}

/* CONTENT #################### */

#head + #main, #content {
	position: absolute;
	left: 20%;
	display: block;
}

#content #main {
	position: absolute;
}

.articleSmall {
	width: 267px;
	padding: 0 0 15px 0;
	height: 150px;
}

.attach-post-image a {
	color: transparent;
	display: block;
	background-color: transparent;
	height: 100%;
}

/* POSTINGS #################### */

.post {
	float: left;
	border: 1px solid black;
}

#related .post, .imgProfile {
	margin: 0 15px 15px 0;
}

.imgProfile span a {
	border: none ! important;
	text-decoration: none;
}

.post-content-title {
	display: block;
}

.entry-title a {
	display: block;
	visibility: none;
	height: 100%;
}

.post-content {
	position:absolute;
	visibility:hidden;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
	z-index: 1000;
	cursor: pointer;
}

.post-content:hover, .post:hover .post-content {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	visibility:visible;
	/*height: 100%;
	width: 100%;*/
}

.post-content a {
	color: black;
}

.post .scnd-image {
	position: absolute;
	top: 0;
	z-index: -1;
}

/* PROJECT #################### */

.project {
	width: 680px;
	margin: 0 0 0 100px;
}

.project .imgContainer {
	width: 795px;
	margin: 0 0 0 -100px;
}

.project .imgContainer img {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}

/* FOOTER #################### */

.footer {
	margin: 30px 0;
}
