/*   
Theme Name: Polina
Theme URI: http://struzhkova.ru;
Description: Полина Стружкова
Author: Futurico
Author URI: http://futurico.ru;
*/

@font-face {
    font-family: Segoe;
    src: url(fonts/segoescb.eot);
}
@font-face {
    font-family: Segoe;
    src: url(fonts/segoescb.ttf);
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.wrapper,
nav, nav a, nav a span, nav a b,
aside, .aside_director, .aside_director span, .aside_polina, .aside_cloud,
main,
footer, .home {
	position: absolute;
}

body {
	background-color: #669999;
}
.wrapper {
	z-index: 10;
}

a.mail {
	display: block;
	width: 204px;
	height: 41px;
	position: absolute;
	top: -38px;
	right: 2px;
	background: url(images/polina-mail.png);
	z-index: 1000;
}

nav a {
	font-family: Segoe;
	color: #464646;
}
nav a:hover span, nav a.active span {
	text-decoration: underline;
}
nav .nav_biography {
	z-index: 30;
}
nav .nav_spectacle {
	z-index: 29;
}
nav .nav_projects {
	z-index: 28;
}
nav .nav_press {
	z-index: 27;
}

aside {
	z-index: 40;
}
aside .aside_director {
	font-family: Segoe;
	color: #464646;
	cursor: default;
}
aside .aside_polina {
	z-index: 40;
}
aside .aside_cloud {
	z-index: 35;
	text-align: center;
}
aside .aside_cloud a {
	font-family: Segoe;
	color: #464646;
	text-decoration: none;
	padding-left: 5px;
}
aside .aside_cloud a:hover {
	text-decoration: underline;
}

main {
	background-color: #e6e6e6;
	z-index: 20;
	overflow: hidden;
}
main .content {
	font-family: Helvetica, Arial;
	font-size: 14px;
}
main .content .content_post {
	padding-bottom: 0px;
	border-bottom: 1px dashed;
}
main .content .content_post:last-child {
	border: none;
}
main .content .content_post em, main .content .content_post a {
	font-family: Segoe;
	font-style: normal;
}
main .content .content_post a { 
	color: #669999;
}
main .content h2 a, main .content .content_post h2 a {
	font-family: Helvetica, Arial;
	color: #464646;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 100;
}
main .content .content_post .post_category, main .content .content_post .post_category a {
	color: #464646;
}
main .content .content_post .post_time {
	margin-top: -13px;
	color: #464646;
}
main .content .spectacle_info {
	float: left;
	margin-right: -700px;
}
main .content .spectacle p, main .content .projects p {
	margin: 2px;
}
main .content .spectacle h2, main .content .projects h2 {
	margin: 0;
}
main .content .spectacle > a, main .content .projects > a {
	float: left;
	margin-right: 15px;
}
main .content .spectacle .spectacle_author, main .content .projects .projects_pink {
	font-family: Segoe;
	color: #df868f;
}
main .content .projects {
	display: table;
}
main .content .projects .projects_info {
	display: table-cell;
	vertical-align: middle;
}
main .content .page_nav {
	text-align: center;
	padding-top: 20px;
}
main .content .page_nav a {
	font-family: Segoe;
	color: #464646;
}



footer {
	z-index: 30;
}
footer .home {
	z-index: 40;
}

.wp-caption.spectacle {
	width: auto !important;
}
.post-edit-link {
	position: relative;
	top: -4px;
}