@import 'base.css';
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700italic,700,400italic&subset=latin,cyrillic);


/* =Typography
-----------------------------------------------------------------------------*/
body {
	font-family: "PT Sans", Arial, sans-serif;
	background: url(../i/bg.jpg) #ebeae5;
	border-top: 5px solid #222;
	font-size: 16px;
}
h1 {
	font-size: 46px;
	text-shadow: 0 1px 0 #fff;	
	text-align: center;	
}
body.indexpage h1 {
	margin: 0;
	padding-top: 5px;
}
#desc {
	text-align: center;
	margin-bottom: 2.5em;
	text-shadow: 0 1px 0 #fff;
	color: #333;	
	line-height: 1.3em;
}
h1, h2, h3 {
	font-weight: bold;
}
h4 {
	margin-bottom: 8px;
}
.italic {
	font-style: italic;
}
.dashed.white {
	color: #fff;
	border-color: #c2c2c2;
}

body.airpage #page {
	padding-top: 20px;
}
#air_demo h1 {
	font-size: 36px;
	margin-top: 40px;
}

/* =Links
-----------------------------------------------------------------------------*/
a, a.blue { color: #315c96; }
a:hover {
	color: #fff !important;
	background-color: #333;
	text-decoration: none;
	text-shadow: none !important;
}
a.red:hover {
	color: #000 !important;
}


/* =Layout
-----------------------------------------------------------------------------*/
#wrap {
/* 	background: url(../i/bg_gr.png) repeat-x; */
}
#page {
	width: 960px;
	margin: auto;
}

/* =Header
-----------------------------------------------------------------------------*/
#header {
	overflow: hidden;
	padding-top: 36px;
	margin-bottom: 55px;
}
#logo {
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-right: 80px;
	line-height: 1;
	padding-top: 1px;
	text-shadow: 0 1px 0 #f5f5f5;	
}
#logo a {
	color: #000;
	text-shadow: none !important;	
}
#header nav {
	float: left;
	color: #888;
}
#header nav ul {
	overflow: hidden;
	margin: 0;
	padding-top: 2px;
	list-style: none;
	line-height: 1;
}
#header nav ul li {
	float: left;
	margin-right: 1.5em;
}
#header nav ul li span {
	color: #999;
}	
#workslink {
	background: url(../i/arrow.png) no-repeat;
	background-position: 0 6px !important;
	padding-left: 10px;
	margin-right: 40px;
	display: none;
}
#workslink:hover {
	background: url(../i/arrow_hover.png) no-repeat;
	background-color: #333;	
}
#twitterlink {
	float: right;
	font-size: 13px;
	color: #000;
	margin-top: 8px;
	background: url(../i/ico_twitter.png) no-repeat;
	padding-left: 20px;
	line-height: 1;
}
#twitterlink:hover {
	background: url(../i/ico_twitter_hover.png) no-repeat;
	background-color: #333;
}


/* =Subnav
-----------------------------------------------------------------------------*/
#subnav ul {
	list-style: none;
	overflow: hidden;
	position: relative;
	color: #888;
	margin-left: 0;
}
#subnav ul li {
	float: left;
	margin-right: 1.7em;
	font-weight: bold;
}
#subnav ul li a {
	color: #000;
}


/* =Icons
-----------------------------------------------------------------------------*/
.ico_redactor_head {
	background-repeat: no-repeat !important;
	background-position: 116px 12px !important;
	background: url(../i/ico_redactor.png); 
}
.downloadbox {
	padding: 12px 30px 15px 30px;
	
	position: relative;
	top: -10px;
	
	line-height: 1;
	
	text-align: center;
	
	background: url(../i/bg3.jpg) #e3e2dc;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;	

	behavior: url(../js/pie/PIE.htc);
}
.downloadbox p {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 18px;
}
.downloadbox div {
	font-size: 13px;
	color: #888;
}


/* =Cols
-----------------------------------------------------------------------------*/
#cols {
	overflow: hidden;;
	margin-bottom: 2em;
	margin-left: 0;
	list-style: none;
}
#cols li {
	float: left;
	width: 305px;
	margin-right: 19px;
	margin-left: 1px;	
	
	-webkit-box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	box-shadow: 0 1px 3px #333;	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
	behavior: url(../js/pie/PIE.htc);
	
	color: #fff;	
	background: url(../i/bg_line.png);
}
.inner {
	height: 360px;
	padding: 30px 24px;	
	padding-bottom: 20px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	
	background: url(../i/bg_shadow.png) repeat-x bottom;	
	
	behavior: url(../js/pie/PIE.htc);	
}
#cols li a {
	color: #fff;
}
#cols li a:hover {
	text-decoration: none;
	border: none;
	color: #333 !important;
	background-color: #fff;
}
#cols li p {
	line-height: 1.3em;
	margin-bottom: 1.2em;
}
#cols li.first {
	background-color: #af3b53;
}
#cols li.center {
	background-color: #5579aa;
}
#cols li.last {
	background-color: #6baa55;
}
#cols li.last {
	margin-left: 0;
	margin-right: 1px;
}
#cols li ol {
	margin-bottom: 1.5em;
}
#cols li ol li {
	min-height: 0;
	width: auto;
	float: none;
	background-image: none;
	background: none;
	margin: 0;
	margin-bottom: 9px;
	padding: 0;
	box-shadow: none;
	line-height: 1.3em;
}
#cols li h2 {
	margin-bottom: 1.3em;
	line-height: 1;
	font-size: 22px;
	text-align: center;
	position: relative;
	left: -3px;
}
#cols li ul {
	margin-bottom: 1.5em;
	margin-left: 1em;
}
#cols li ul li {
	width: auto;
	float: none;	
	background-image: none;
	background: none;
	margin: 0;
	padding: 0;	
	box-shadow: none;
	line-height: 1.3em;	
}


/* =Spec
-----------------------------------------------------------------------------*/
#spec {
	overflow: hidden;
	padding-top: 15px;
}
#blog {
	float: left;
	width: 520px;
	margin-right: 40px;
}
#tech {
/*
	float: left;
	width: 330px;
*/
	
	text-align: center;
	padding-bottom: 20px;
}
#blog span {
	font-size: 12px;
	color: #888;
	white-space: nowrap;
	margin-left: 5px;
}
#tech #techbox {
	position: relative;
/* 	left: -20px; */
}
#tech .desc {
	font-size: 12px;
	color: #888;
	padding-left: 21px;
}
#spec h3 {
/* 	margin-bottom: 15px; */
	margin-bottom: 5px;
	font-size: 20px;
}


/* =Lists
-----------------------------------------------------------------------------*/
.mdashlist {
	margin: 0;
	list-style: none;
}
.mdashlist li {
	margin: 0;
	margin-bottom: 7px;
	line-height: 1.3em;
	background: url(../i/mdash.png) no-repeat;
	background-position: 0 10px;
	padding-left: 20px;
}

.simplelist {
	margin: 0;
	list-style: none;
}
.simplelist li {
	margin: 0;
	margin-bottom: 7px;
	line-height: 1.3em;
}


/* =Works
-----------------------------------------------------------------------------*/
#works {
	padding-top: 5px;
}
#works h2 {
	margin: 30px 0 40px 0;
	text-align: center;
	background: url(../i/bg_stroke.png) repeat-x;
	background-position: 0 15px;
	line-height: 1;
}
#works h2 span {
	background: url(../i/bg.jpg);
	padding: 0 18px;
}
.worklink {
	position: relative;
	top: -14px;
	margin-bottom: 6px;
}
.more {
	color: #aaa;
	background: url(../i/bg_stroke.png) repeat-x;
	background-position: 0 3px;	
	text-align: center;
	font-size: 30px;
	margin-bottom: 1em;
}
.more span {
	background: url(../i/bg.jpg);
	padding: 0 18px;
}
.work {
	overflow: hidden;
	margin-bottom: 2.5em;
}
.image {
	float: left;
	width: 560px;
}
.image a:hover {
	background: none;
}
.description {
	margin-top: 8px;
	float: left;
	width: 332px;
	padding: 30px;
	padding-bottom: 15px;
	
	background: url(../i/bg3.jpg) #e3e2dc;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	

	behavior: url(../js/pie/PIE.htc);

/*
	background: url(../i/bg_cols.png) repeat-x bottom #fff;

	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(../js/pie/PIE.htc);
*/
}
.description .italic {
	font-size: 14px;
	color: #555;
	line-height: 1.4em;
}
#worksmore {
	text-align: center;
	margin-top: 4em;
	margin-bottom: 5em;
}
#worksmore a {	
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

/* =Posts
-----------------------------------------------------------------------------*/
.post {
	margin: 2em auto;
	width: 560px;
	padding: 25px 35px;
	padding-bottom: 10px;

	background: url(../i/bg_cols.png) repeat-x bottom #fff;

	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(../js/pie/PIE.htc);	
}
.postdate, .postdate_inner {
	color: #888;
	font-size: 13px;
	position: relative;
	top: -18px;
	margin-bottom: -5px;
}
.postdate_inner {
	text-align: center;
}
.postdate em {
	margin-right: 10px;
}
.postdate a {
	color: #333;
}

#wide {
	margin: .5em auto 1em auto;

	padding: 40px 45px;
	padding-bottom: 20px;

	background: url(../i/bg_cols.png) repeat-x bottom #fff;

	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	behavior: url(../js/pie/PIE.htc);		
}

#content {
	margin: .5em auto 1em auto;
	width: 700px;
	padding: 40px 45px;
	padding-bottom: 20px;

	background: url(../i/bg_cols.png) repeat-x bottom #fff;

	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	behavior: url(../js/pie/PIE.htc);		
}

/* =Control
-----------------------------------------------------------------------------*/
#control {
    margin: 3em 0 1.5em 0;
    list-style: none;
    overflow: hidden;
    color: #777;
}
#control li {
    line-height: 1.3em;
}
#prev {
    float: left;
    width: 45%;
}
#next {
    float: right;
    width: 45%;
    text-align: right;
}


/* =Comments
-----------------------------------------------------------------------------*/
#comments_box { 
	width: 700px;
	padding: 35px 45px;

	margin: .5em auto 1em auto;

    background-color: #fff;
    
    -webkit-box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999; 
    box-shadow: 0 1px 3px #999;
    
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;    
	
	behavior: url(../js/pie/PIE.htc);			
}
#add_comment_owner .pause {
    margin-bottom: 0;
}
#add_comments_box h3 {
	margin-bottom: 15px;
}
#comments_list {
    margin-left: 0;
    margin-bottom: 2.5em;
    list-style: none;
    margin-top: -10px;
}
#comments_list li {
    position: relative;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
/*  border-bottom: 1px dashed #ddd;  */
}
#comments_list li.comment_host {
/*  margin-left: 2em; */
    padding: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
.comment_head {
    font-size: 15px;
}
.comment_date {
    color: #888;
    font-size: 13px;
    margin-left: 10px;
}
.comment_author {
    font-weight: bold;
}

.comment_content p {
    font-size: 15px;
    margin-bottom: .5em;
}

/* =Contacts
-----------------------------------------------------------------------------*/
#contacts {

	width: 700px;
	margin: auto;

	padding: 35px 50px;

	background: url(../i/bg_cols.png) repeat-x bottom #fff;

	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(../js/pie/PIE.htc);			
}


/* =Misc
-----------------------------------------------------------------------------*/
.ico_redactor_min {
	background: url(../i/ico_redactor_min.png) no-repeat;
	background-position: 0 1px;
	padding-left: 21px;
}

/* =ProcessShow
-----------------------------------------------------------------------------*/
#process_tabs {
	margin-left: 0;
	margin-bottom: 1em;
	list-style: none;
	overflow: hidden;
	float: left;
	width: 200px;
}
#process_tabs li {
	font-size: 13px;
}
#process_tabs li .act, #process_tabs li .act:hover {
	color: #444 !important;
	background-color: #ddd;
	border: none;
}

#processshow {
	float: right;
	width: 480px;
}

/* =Favs
-----------------------------------------------------------------------------*/
/*
.favs {
	padding-left: 21px;
	background-repeat: no-repeat !important;
	background-position: 0 1px !important;
	line-height: 1.5em;
	padding-bottom: 2px;
}
.favs_cf { background: url(../i/favs/cf_favicon_10.png); background-position: 0 2px !important; }
.favs_wagasi { background: url(../i/favs/wagasi_favicon_10.png); }
.favs_afisha { background: url(../i/favs/afisha_favicon_10.png); }
.favs_wursthaus { background: url(../i/favs/wursthaus_favicon_10.png); }
.favs_gv { background: url(../i/favs/global-vision_favicon_10.png); }
.favs_yapiligrim { background: url(../i/favs/yapiligrim_favicon_10.png); }
.favs_dvigo { background: url(../i/favs/dvigo_favicon_10.png); }
.favs_ea { background: url(../i/favs/ea_favicon_10.png); }
.favs_webike { background: url(../i/favs/webike_favicon_10.png); }
.favs_molobooks { background: url(../i/favs/molobooks_favicon_10.png); }
.favs_rozario { background: url(../i/favs/rozario_favicon_10.png); }

.favs_sz { background: url(../i/favs/sz_favicon_10.png); }
*/

/* =Loader
-----------------------------------------------------------------------------*/
#loader {
	height: 34px;
	background: url(../i/loader.gif) no-repeat center;		
}

/* =QA
-----------------------------------------------------------------------------*/
.question {
	margin-top: 2em;
	position: relative;
}
.question a {
	text-decoration: none;
	background-color: #f5f5f5;
	color: #777;
	margin-right: 10px;
	width: 24px;
	top: 0;
	line-height: 1;
	padding: 5px 0;
	position: absolute;
	left: -36px;
	font-size: 12px;	
	text-align: center;
}
.question a:hover {
	color: #000 !important;
	text-decoration: underline;
}

/* =Misc
-----------------------------------------------------------------------------*/
.spec_hi {
	background-color: #f05b43;
	color: #fff;
	padding: 2px 6px;
	font-weight: normal;
}
.spec_dis {
	background-color: #f2f2f2;
	color: #888;
	padding: 2px 6px;
}
sup.soft {
	font-size: 11px;
	font-weight: normal !important;
	margin-left: 5px;
	top: -6px;
}
.soft_box {
	border-top: 3px solid #191919;
	padding-top: 1em;
}
.soft_box ol {
	margin-bottom: 0;
	font-size: 15px;
	color: #999;
}
.soft_box ol a {
	color: #000;
	display: block;
}
.soft_box ol li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ccc;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	margin-top: 3.5em;
	padding-top: 20px;
	background: url(../i/bg_stroke.png) repeat-x;
	padding-bottom: 100px;
	font-size: 12px;
	position: relative;
	color: #333;
	text-align: center;
}
#footer a {
	color: #000;
}


