/*
Theme Name: Psystatic real estate
Theme URI: http://wordpress.org/
Description: Psytrance Sets for free
Author: Thorsten Russ
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #080000 url(images/body-bck.jpg) no-repeat 50% 0;
	color: White;
	text-align: center;
}
/*helper*/
.clear{
	clear: both;
}
.alignleft{
	float: left;
	margin: 0 1em 1em 0;
}
.alignright{
	float: right;
	margin: 0 0 1em 1em;
}
/*post-navigation*/
div.navigation{
width: 100%;
float: right;
}
div#nav-above,
div#nav-below{
	padding: 1em .5em;
}
div#nav-above{
	margin: 0 0 1em 0;
	border-bottom: 1px solid #111;
}
div#nav-below{
	margin: 1em 0;
	border-top: 1px solid #111;
}
div.nav-previous{
	width: 45%;
	float: left;
}
div.nav-next{
	width: 45%;
	float: right;
	text-align: right;
}

/*link styles*/
a,
a:link,
a:visited{
	color: maroon;
	background: none;
}
a:hover{
	color: red;
	background: none;
}
/*font-sizes*/
h1,h3{
	font-weight: normal;
}
h2{
font-size: x-large;
}
p{
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

div#wrapper{
text-align: left;
	margin: 350px 0 0 0;
}
/*content and widgets box*/
div#main{
width: 900px;
	margin: 0 auto;
}
/*the content*/
div#container{
	width: 70%;
	float: left;
}

/*posts*/
div.post{
	padding: 2em;
	margin: 0 0 2em 0;
	background: #111 url(images/post-bck.jpg) no-repeat 0 0;
	color: White;
	border: 1px solid #333;
}
div.post ul,
div.post ol{
	margin: 1em 2em;
}
div.entry-meta{
	font-size: x-small;
	margin: 0 0 2em 0;
	padding: .5em 0;
	border-bottom: 1px solid #111;
}
div.entry-utility{
	font-size: x-small;
	margin: 2em 0 0 0;
	padding: .5em 0;
	border-top: 1px solid #111;
}


/*navigation lists*/
ul.xoxo{
	margin: 0 0 2em 0;
}
ul.xoxo li{
	list-style: none;
}
h3.widget-title{
	font-size: 1.4em;
}
li.widget-container{
	margin: 0 0 2em 0;
}


/*Widget boxes*/
div#primary{
	width: 25%;
	float: right;
}
div#secondary{
	width: 25%;
	float: right;
}
/*footerbox*/
div#footer{
	clear: both;
	padding: 1em 10%;
	margin: 2em 0 0 0;
	background: #111;
	border-top: 1px solid #333;
}
div#footer-widget-area{
}
div#first,
div#second,
div#third,
div#fourth{
	width: 20%;
	padding: 5px;
}
div#first,
div#second{
	float: left;
}
div#third,
div#fourth{
	float: right;
}
div#site-info{
	margin: 2em 0 0 0;
}
/*comments*/
label{
	display: block;
}




