/*
Theme Name: z-space
Theme URI: http://z-vector.ru/
Description: z-space theme
Version: 0
Author: z-vector
Author URI: http://z-vector.ru/
*/

/* =Common
---------------------------------------------*/
body { 
	padding:0;
	margin: 0;
	background: url("images/z-space-bg.jpg") #fff;
	font-family: Arial, Verdana, sans-serif;
}

h1 {    	
	position: fixed;
	left: 0px;
	width: 100%;
	height: 125px;
	margin: 0;
	padding: 10px 0 0 100px;
	font-family: 'PT Serif', serif;
	letter-spacing: -0.06em;
	font-size: 5em;
	font-weight: normal;
	background: url("images/z-space-bg.jpg") #fff;
	z-index: 100;
	border-bottom: 1px dashed #ddd;
	/*text-shadow: 1px 1px 2px #c3c3c3;
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;
	filter: dropshadow(color=#c3c3c3, offx=1, offy=1);*/
}

h1 a{		
	text-decoration: none;	
	color: #666;
}
h1 a span{
	color: #f00;
}

h3 {
	margin: 0;
	font-family: 'PT Serif', serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.4em;
}


h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}


ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

p{ 
	color: #000; 
	font-size: .8em; 
	line-height: 1.6em; 
	margin-bottom: 8px;
}

img {
	border: none;
	margin: 1.4em 0 1.4em 0;
	/*box-shadow: 0 0 10px black; /* Параметры тени */
    	/*box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    	/*-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    	/*-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
}

a {
	color: #06c;
}

a:visited {

}

.clear {
	clear: both; 
	height: 1px; 
	overflow: hidden;
}

.pager {
	font-size: 1.4em; 
	font-family: Arial, Verdana, sans-serif;
}

.pager .alignleft {float: left;}
.pager .alignright {float: right;}

/* =Sidebar
---------------------------------------------*/
#sidebar {
	position: fixed; 	
	left: 650px; 
	top: 90px;
	width: 100%; 
	height: 100%;
}
#sidebar li h2 {
	margin: 40px 0 0 0; 
	font-size: 1.4em; 
	font-family: 'PT Serif', serif;
	font-weight: normal;
	color: #06c;
}
#sidebar ul {
	border: 0; 
	padding: 0; 
	margin: 0;
}
#sidebar ul li {
	border: 0; 
	padding: 0; 
	margin: 0 0 4px 0; 
	font-size: .9em;
}

/* =Content
---------------------------------------------*/
#page_frame { 	
	position: absolute; 
	left: 133px;
}
#content { 
	position: relative;
	clear: left; 
	width: 380px;
	top: 30px;
}
#content .date{
	position: relative; 
	font-size: .7em; 
	font-weight: normal; 
	font-family: Arial, Verdana, sans-serif;
	color: #999;
	top: -3px;
	left: 2px;
}

/* =New comments styles
---------------------------------------------*/
.commentlist {
	margin-top: -30px;
}
.comment {
	padding: 10px;
}

.odd{
	background: #f9f9f9;
}

.comment .depth-2{
	margin-left: 20px;
	padding-bottom: 10px;
}

.comment .depth-3{
	margin-left: 30px;
	padding-bottom: 10px;
}
.comment p{
	margin: 5px 0 0 0;
	line-height: 1.2em;
}

.comment-author img{
	float: left;
	margin-right: 10px;
}

.comment-author cite.fn{
	font-weight: bold;
	font-size: .9em;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
}
.commentmetadata{
	font-size: .7em;
}
.reply {
	font-size: .8em;
	margin-bottom: 10px;
}
#commentform textarea{
	width: 380px;
}

.postmetadata {
	display: none;
	font-size: .8em;
	margin-bottom: 10px;
	background-color: #f9f9f9;
}
/* =Navigation
---------------------------------------------*/
.navigation{
	padding-bottom: 30px;
}
.navigation li.current-cat a{
	background: #c00;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}
.navigation li{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: .9em;
}

/* =Footer
---------------------------------------------*/
#footer { 
	width: 390px; 
	height: 180px; 
	padding: .4em;
}
#footer p { 
	font-size: .8em; 
	font-family: Arial, Verdana, sans-serif; 
	color: #666; 
	line-height: 1.2em; 
	margin-bottom: 10px;
}

#footer p a { 
	color: #996;
}

