/*
Theme Name: Artifex
Description: Artifex Services
Version: 2.5
Author: Roman Zayev
Author URI: http://artifex.in.ua
Tags: 960, fixed-width, two-column, minimal
*/

html, body { height: 100%; }

.wrap {
	width: 100%;
	margin: 0 auto -100px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.line {
	height: 3px;
	width: 100%;
	background-color: #338000;
}

.empty_inner { height:100px; }

#logo {
	padding-bottom: 20px;
	text-indent: -9999px;
	margin: -3px 0 0 -25px;
}

#logo a {
	background: url(images/logo.png) no-repeat;
	width: 290px;
	height: 78px;
	display: block;
}

#logo a:hover {	background: url(images/logo.png) no-repeat 0 -78px; }

.post {
	line-height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* Sidebar menu
----------------------------------------------------------------------------------------------------*/

ul.menu li a {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
	color: #333333;
	padding: 10px 10px 10px 40px;
	margin-bottom: 5px;
	background-color: #f2f2f2;
}

ul.menu li a:hover { background-color: #e6e6e6; }

ul.menu li.current_page_item a {
	background-color: #338000;
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu li ul li a {
	padding-left: 10px;
	border-left: 2px #e6e6e6 solid;
	background: none;
}

ul.menu li ul li a:hover {
	background-color: #f2f2f2;
	border-left: 2px #808080 solid;
}

ul.menu li ul li.current_page_item a {
	padding-left: 12px;
	border: none;
	background-color: #808080;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.main a { background: url(images/milky_menu/main.png) no-repeat 5px; }

.page-item-16 a { background: url(images/milky_menu/about.png) no-repeat 5px; }

.services a { background: url(images/milky_menu/services.png) no-repeat 5px; }

.info a { background: url(images/milky_menu/info.png) no-repeat 5px; }

.blog a { background: url(images/milky_menu/blog.png) no-repeat 5px; }

.page-item-18 a { background: url(images/milky_menu/contacts.png) no-repeat 5px; }

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background: url(images/foot_grad.png) repeat-x bottom;
	margin-top: 20px;
	padding-bottom: 20px;
	height: 60px;
	overflow: hidden;
}

#footer .copyleft {
	background: url(images/copyleft.png) no-repeat right;
	height: 60px;
}

#footer .cc {
	padding-top: 15px;
	overflow: hidden;
}

#footer .cc img { float: left; }

#footer .cc span {
	float: left;
	font-size: 11px;
	padding-left: 5px;
}

#footer .contacts {
	background: url(images/contacts.png) no-repeat left;
	margin-left: 150px;
	height: 60px;
}

#footer .telephone {
	font-size: 29px;
	font-weight: bold;
	color: #333333;
	padding: 5px 0 0 160px;
}

#footer .email {
	padding-left: 180px;
	margin-top: -5px;
}

/* Listings
----------------------------------------------------------------------------------------------------*/

ul.listing { padding: 5px 0; }

ul.listing li {
	background: url(images/bullet.png) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

/* InfraTable
----------------------------------------------------------------------------------------------------*/

.min-table {
	text-align: left;
	width: 700px;
	margin: 20px 0;
}

.min-table th {
	text-align: left;
	border-bottom: 2px solid #338000;
	color: #338000;
	font-weight: normal;
	padding: 10px;
}

.min-table .name { width: 300px; }

.min-table .price {	width: 120px; }

.min-table .quantity { width: 100px; }

.min-table td {	padding: 5px 0 5px 10px; }

.min-table tr { border-bottom: 1px dashed #e6e6e6; }

.min-table tr:hover { color: #338000; }

/* Resume Table
----------------------------------------------------------------------------------------------------*/

.resume-table {
	text-align:left;
	width:700px;
	margin: 10px 0;
}

.resume-table td { padding-left: 10px; }

.resume-table .type {
	border-right: 2px solid #338000;
	width: 200px;
}

.space { padding: 10px 0; }

.price-table {
	text-align: left;
	width: 700px;
	margin-bottom: 20px;
}

.price-table p {
	margin-bottom: 5px;
}

.price-table th {
	text-align: left;
	border-bottom: 2px solid #338000;
	color: #338000;
	font-weight: normal;
	padding: 10px;
}

.price-table .name { width: 40%; }

.price-table .price { width: 20%; }

.price-table .remark { width: 40%; }

.price-table td { padding: 10px; }

.price-table tr { border-bottom: 1px dashed #e6e6e6; }

.price-table tr:hover { color: #338000; }

/* CSS Timeline
----------------------------------------------------------------------------------------------------*/

.timeline {
	font-size: 13px;
	margin: 20px 0;
	overflow: hidden;
}

ul.events {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 0;
}

ul.events li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 0;
    position: relative;
    text-align: center;
}

ul.events li.linux {
    background: #338000;
    color: #ffffff;
    border: 1px solid #338000;
}

ul.intervals {
    list-style-type: none;
    padding: 0;
    display: block;
}

ul.intervals li {
    border-left: 1px solid #e6e6e6;
    color: #808080;
    float: left;
    padding: 10px 0 10px 5px;
    text-align: left;
    width: 22%;
}

ul.intervals li.last { width: 6%; }

/* Pics
----------------------------------------------------------------------------------------------------*/

.screens {
	background-color: #F2F2F2;
	font-size: 13px;
	padding: 10px;
	width: 300px;
	margin-right: 10px;
	text-align: left;
	float: left;
	border: 1px solid #e6e6e6;
}

#slider {
	position:relative;
	margin-bottom: 20px;
	background: url(images/loading.gif) no-repeat scroll 50% 50% #202834;
	height: 266px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.chapter_image {
	margin-bottom: 10px;
}

.date {
	padding-bottom: 5px;
	width: 10%;
	color: #808080;
	font-size: 13px;
}

.tel {
	font-size: 21px;
	color: #333333;
}

/* Notes
----------------------------------------------------------------------------------------------------*/

.attention {
	background: url(images/attention.png) 0px 10px no-repeat;
	padding: 10px 10px 10px 45px;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #333333;
	width: 65%;
	border-top: 1px dashed #808080;
}

.note {
	background: url(images/warning.png) no-repeat;
	font-size: 13px;
	color: #AA0000;
	padding-left: 50px;
	margin-top: 20px;
	clear: both;
}

#error {
	text-align: center;
	color: #808080;
}

/* Price Editors
----------------------------------------------------------------------------------------------------*/

.ods a, .xls a {
	width:250px;
	height: 40px;
	float: left;
	display: block;
	padding-left: 50px;
}

.editors_wrap {
	overflow: hidden;
	margin: 20px 0;
}

.ods a { background: url(images/calc.png) no-repeat 0 -40px; }

.ods a:hover { background: url(images/calc.png) no-repeat 0 0; }

.xls a { background: url(images/excel.png) no-repeat 0 -40px; }

.xls a:hover { background: url(images/excel.png) no-repeat 0 0; }