/*
Theme Name: Shortcut 2.0
Theme URI: http://shortcut.ru/
Description: 
Author: Ivan Velicko
Version: 2.0beta1
License: 
License URI: 
Tags:
Text Domain: shortcut
*/

/* Style definitions that will be used everywhere */

@font-face {
	font-family: PFEncoreSans;
	src: url('fonts/PFEncoreSansPro-Book.otf');
}

@font-face {
	font-family: PFEncoreSans;
	font-weight: bold;
	src: url('fonts/PFEncoreSansPro-Medium.otf');
}

.blackshadow {
	color:black;
	text-shadow:2px 2px #dfdfdf;
}

a {
	color: black;
	text-decoration:none;
}
a:hover {
	color: #009ee3;
} 

/* Header-specific style definitions */

body {
	background-color: #fafafa;
	font-family: Georgia;
	font-size:10pt;
	color: #464646;
	margin:0px;
	padding:0px;
	border:0px;
	font-family: sans-serif;
}
.holder {
	width:1040px;
	position:relative;
	left:50%;
	min-height:500px;
	margin-left:-520px;
	overflow:visible;
#	background-color:green;
	}
.header {
	position:absolute;
	background-image:url('images/stensil.png');
	width:65px;
	height:55px;
	top:0px;
	left:0px;
}
.slogan {
	position:absolute;
	top:0px;
	left:215px;
	width:200px;
	height:55px;
	padding-top:18px;
}
.logo {
	position:absolute;
	top:0px;
	height:55px;
	left:70px;
	width:120px;
	padding-top:8px;
	font-family:PFEncoreSans, sans-serif;
	font-weight:bold;
	font-size:24pt;
}
.shadow {
	position:absolute;
	left:0px;
	width:1040px;
	background-image:url('images/shortcut_shadow.png');
	height:35px;
}
.topshadow {
	top:50px;
}
.secshadow {
	top:100px;

}
.header-menu {
	position:absolute;
	top:0px;
	left:450px;
	width:570px;
	font-size: 14pt;
	padding-top:13px;
#	background-color:red;
	text-align:center;
	text-align: justify;
}
.header-menu a {
	display: inline-block;
	*display: inline;
	float:left;
#	padding-left:50px;
	padding-right:150px;
}
.header-menu a:last-child {
	padding-right:0px;
}
.blog-logo {
	position:absolute;
	top:61px;
	font-size:26px;
	font-weight:bold;
	left:70px;
}
.blog-menu {
	position: absolute;
	top:67px;
	width:880px;
	left:160px;
/*	background-color:red; */
	list-style-type: none;
	text-transform:lowercase;
}
.blog-menu li {
	display: inline-block;
	float:left;
	padding-right:13%;
	font-size: 14pt;
}
.blog-menu li:last-child {
	padding-right:0px;
}
.blog-menu li a {
	color: #464646;
}
.blog-menu li a:hover {
	color: #56a7d7;
}

/* Posts styles */

.posts {
	width:680px;
	position:absolute;
	top:70px;
	left:70px;
	padding-bottom:20px;
}
.posts h2 {
	color:black;
	text-shadow:2px 2px #dfdfdf;
	font-family:PFEncoreSans, sans-serif;
	font-weight:bold;
	font-size:24pt;
	display: block;
	width: 660px;
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
}
.posts h2 span {
	font-size:10pt;
	font-family:georgia,serif;
	font-weight:normal;
	text-shadow:none;
	color:gray;
	display:inline-block;
	margin-left:10px;
	padding:0px;
	vertical-align:middle;
}
.post-body {
	position:relative;
	background-color:#f0f0f0;
	width:638px;
	border:1px solid #d7d7d7;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:2px;
}
.post-body a.more-link {
	display:inline-block;
	background-color:#252525;
	border-radius:2px;
	color: white;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	margin-top:10px;
	border:1px solid #252525;
}
.post-body a.more-link:hover {
	background-color:white;
	color:#252525;
}
.post-tags {
	padding:5px;
	width:670px;
}
.post-tags a {
	display:inline-block;
	background-color:#009ee3;
	color:white;
	padding:3px;
	padding-right:7px;
	padding-left:7px;
	margin-right:2px;
	border-radius:2px;
}
.post-comments {
	border-top:1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-size:11pt;
	padding:5px;
	padding-bottom:3px;
}
.post-comments span {
	color: #009ee3;
	font-family: PFEncoreSans, sans-serif;
	font-weight: bold;
	font-size:14pt;
	display:inline-block;
	vertical-align:middle;
}
.previous_posts, .next_posts {
	position:relative;
	height:40px;
	width:340px;
	margin-top:20px;
}
.posts_links {
	width:680px;
	height:40px;
	overflow:hidden;
}
.next_posts {
	margin-top:-40px;
	left:340px;
	text-align:right;
}
.previous_posts a, .next_posts a {
	font-size:12pt;
	background-color: #252525;
	border:1px solid #252525;
	color:#fafafa;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	border-radius:3px;
}
.previous_posts a:hover, .next_posts a:hover {
	background-color: #fafafa;
	color: #252525;
}

/* Sidebar styles */

.sidebar_holder {
	position: absolute;
	width:250px;
	left:770px;
	top:75px;
}
.sidebar_holder div {
	width:250px;
	min-height:100px;	
	margin-bottom:20px;
	background-color:#252525;
	border-radius:3px;
	text-align:center;
	color:white;
}
.sidebar_holder div a {
	color:white;
}
.sidebar_holder div span {
	display:inline-block;
	vertical-align:middle;
	font-size:12pt;
	font-family: Georgia, serif;
}
.sidebar_holder div span a:hover{
	color:#009ee3;
}
#sidebar_contacts span {
	margin-top:15px;
	line-height:150%;
}
#vacancy_admin {
	background-color: #990000;
}
#vacancy_admin span {
	margin-top:12px;
}
.comments-body {
	margin-top:15px;	
}