/*   
Theme Name: FT-studio theme
Theme URI: 
Description: Тема специально разработанная для ft-studio.com
Author: Ivan Lyssenko
Author URI: http://lyssenko.net/
Template: thematic
Version: 1.0
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body{
	min-width: 1024px;
	color: #5a401b;
	font: 12px/18px "Trebuchet MS", sans-serif;
	background-color: #D1D1BF;
}

a:link{
	color: #6e8c00;
}

a:visited{
	color: #5a401b;
}

a:hover{
	color: #968b3e;
}

#header{
	width: 1024px;
	margin: 0 auto;
}

#branding{
	width: 1024px;
	background: url(images/header-bg.png) no-repeat;
	padding:40px 0 84px;
}

#blog-title a{
	background: url(images/main-logo.png) no-repeat;
	height: 81px;
	width: 203px;
	margin-left: 40px;
	position: absolute;
	font-size: 0.5px;
}

#blog-description{
	visibility: hidden;
}

#access{
	height: 37px;
	border-bottom: none;
	background: #f0f0e7 url(images/menu-bg.png) no-repeat;
}

#lang_sel{
	margin-right:50px;
	margin-top:4px;
}

#service-menu ul{
	margin: 0 0 0 49px;
}

#service-menu li{
	list-style-type: none;
	float: left;
	background: #968b3e;
	padding: 3px 10px 5px;
	margin: 11px 0 -5px 6px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; /* future proofing */
	-khtml-border-radius: 5px 5px 0px 0px; /* for old Konqueror browsers */
}

#service-menu li:hover{
	list-style-type: none;
	float: left;
	background: #6e8c00;
	padding: 3px 10px 12px;
	margin: 4px 0 0 6px;
	-moz-border-radius:5px 5px 0px 0px;

}

#service-menu .selected{
	list-style-type: none;
	float: left;
	background: #6e8c00;
	padding: 3px 10px 12px;
	margin: 4px 0 0 6px;
	-moz-border-radius:5px 5px 0px 0px;

}

#service-menu{
	width: 640px;
	float: none;
	clear: left;
}

#service-menu a{
	color: #fff;
	text-decoration: none;
font-size:13px;
}

#service-menu a:hover{
	color: #fff;
	font-size:13px;
}

#site-menu{
	width: 620px;
	float: left;
	padding-bottom: 0px;
	font-size: 13px;
}

#site-menu ul{
	margin: 10px 0 0 52px;
}

#site-menu li{
	list-style-type: none;
	float: left;
	margin: 3px;
}

#site-menu-right{
	background-color: #e5e4d5;
	width: 260px;
	height: 42px;
	margin-left: 764px;
}

#quickqoute{
	width: 132px;
	height: 101px;
	background: url(images/quickquote.png) no-repeat;
	margin-left: 42px;
	margin-bottom: 30px;
}

#main{
	width: 1024px;
	padding:0;
	background-color: #f0f0e7;
}

#container{
	width: 760px;
}

#content, #content-blog-index{
	width: 700px;
	margin: 20px 0 0 30px;
}

#page-content{
	width: 330px;
	margin: 5px 10px 0 10px;
	float: left;
}


.entry-title{
	margin-left: 25px;
	margin-bottom: 20px;
font-family: "Trebuchet MS", sans-serif;
font-size:24px;
font-weight:bold;
line-height:24px;
}

#content-blog-index .entry-title{
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 25px;
	margin-left: 0;
	margin-bottom: 0;
font-family: "Trebuchet MS", sans-serif;
font-size:24px;
font-weight:bold;
line-height:24px;
background-color: #e5e4d5;
}

#content-blog-index .entry-meta{
	background-color: #e5e4d5;
	padding-left: 25px;
	color: #968b3e;
}

#content-blog-index .entry-utility{
	background-color: #e5e4d5;
	padding-bottom: 20px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; /* future proofing */
	-khtml-border-radius: 0px 0px 15px 15px;
	position: relative;
}

.entry-content{
	background-color: #e5e4d5;
	padding: 30px 15px 20px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; /* future proofing */
	-khtml-border-radius: 0px 0px 15px 15px; /* for old Konqueror browsers */
}

#content-blog-index .entry-content{
	background-color: #e5e4d5;
	padding: 30px 15px 5px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px; /* future proofing */
	-khtml-border-radius: 0px 0px 0px 0px; /* for old Konqueror browsers */
}

.page-entry-content{
	min-height: 160px;
	background-color: #e5e4d5;
	padding: 30px 30px 20px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; /* future proofing */
	-khtml-border-radius: 0px 0px 15px 15px;
	position: relative;
}

.page-entry-content h2{
	font-family: "Trebuchet MS", sans-serif;
	font-size:18px;
	font-weight:bold;
	padding: 0 0 14px;
}

#contact-form{
width:368px;
height:557px;
float:left;
	border-right: 2px solid #C3BD92;
}

#contact-text{
width:295px;
float:left;
	padding-left: 5px;
}

#contact-text h3{
	padding-top: 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-left: 10px;
}

#cform input, #cform textarea, #cform select{
	width: 330px;
	margin-left: 5px;
	font: 13px "Trebuchet MS", sans-serif;
	border: 1px solid #d5d5d5;
	background-color: #f5f5f5;
	margin-bottom: 2px;
}

#cform .cntctbtn input{
	width: 110px;
	background-color: #c3bd92;
	border: 1px solid #9a8f45;
	margin-top: 20px;
}

#cform lable{
	font-size: 14px;
}

#spcr{
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.red{
	color: red;
}

.legend{
	padding-top: 15px;
	padding-left: 5px;
}

.error{
	margin-left: 5px;
	color: red;
}

.thanks{
	padding-top: 38px;
	padding-bottom: 250px;
}

.thanks p{
	text-align: center;
}

#page-read-more{
	position: absolute;
	bottom: 10px;
	width: 110px;
	height: 40px;
	background: url(images/book-bg.png) no-repeat;
	right: 10px;
}

#page-read-more a{
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	bottom: 10px;
}

.main-aside{
	width: 260px;
	right: 0px;
	background-color: #e5e4d5;
}

.aside{
color: #5a401b;
}

.aside p{
font-size:12.4px;
}

.aside h3{
font-family: "Trebuchet MS", sans-serif;
font-size:18px;
font-weight:bold;
line-height:18px;
font-style:normal;
padding-bottom: 10px;
}

#primary{
	border: none;
	margin-bottom: 0;
	padding: 0;
}

#secondary{
	margin-bottom:-1000em;
	padding-bottom:1000em;
}

#widget-spacer{
	height: 2px;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #c3bd92;
}

#follow-links{
	margin-bottom: 20px;
	height: 35px;
	margin-top: 10px;
}

#follow-links ul{
	font-size: 35px;
	margin: 0 0 0 10px;
}

#follow-links li{
	margin: 0 5px;
	list-style-type: none;
	float: left;
}

#follow-twitter a{
	width: 18px;
	height: 33px;
	background: url(images/follow.png) repeat-x 0 0px;
}

#follow-facebook a{
	width: 18px;
	height: 33px;
	background: url(images/follow.png) repeat-x -27px 0px;
}

#follow-email a{
	width: 18px;
	height: 33px;
	background: url(images/follow.png) repeat-x -59px 0px;
}

#follow-blog a{
	width: 18px;
	height: 33px;
	background: url(images/follow.png) repeat-x scroll 47px 0px;
}

#payment-links{
	margin-bottom: 20px;
	height: 35px;
	margin-top: 10px;
}

#payment-links ul{
	font-size: 30px;
	margin: 0 0 0 10px;
}

#payment-links li{
	margin: 0 5px;
	list-style-type: none;
	float: left;
}

#payment-paypal a{
	width: 58px;
	height: 29px;
	background: url(images/payment.png) repeat-x -1px 0px;
}

#payment-visa a{
	width: 42px;
	height: 29px;
	background: url(images/payment.png) repeat-x -66px 0px;
}

#payment-mc a{
	width: 43px;
	height: 29px;
	background: url(images/payment.png) repeat-x 44px 0px;
}


#footer{
	width: 1024px;
	margin: 0 auto;
	border: none;
	position: relative;
	background: url(images/footer.png) no-repeat;
	font-size: 11px;
}


#footer ul{
	float: left;
	margin: 0;
}

#footlinks{
	width: 600px;
	height: 220px;
	float: left;
	position: relative;
	margin-left: 40px;
	padding-top: 0px;
}

#footlinks ul{
        width: 90px;
}

#footlinks li{
	float: left;
	margin: 0px 10px;
	list-style-type: none;
}

#footlinks h3{
	font-size: 110%;
	font-weight: bold;
}

#footcontacts{
	width: 200px;
	height: 136px;
	position: relative;
	margin-left: 820px;
	padding-top: 133px;
}
div#Shutter {
background-color:#000000;
height:100%;
opacity:0.8;
z-index:1000;
}

div#Display {
background-color:transparent;
display:block;
z-index:1002;
}

div#Shutter, div#Display {
left:0;
position:absolute;
top:0;
width:100%;
}

#Wrap{
	width: 252px;
	height: 330px;
	
	color: white;
	margin: 120px auto;
	opacity: 1.0;
}

#qtitle{
	width: 252px;
	height: 48px;
	background-image: url(images/qtitle-bg.png);
}

#qtitle a{
	font-size: 43px;
	width: 43px;
	margin-left: 208px;
}

#qquote, #message, #sent{
	background-color: #f0f0e7;
	width: 240px;
	height: 275px;
	margin-left: 2px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; /* future proofing */
	-khtml-border-radius: 0px 0px 15px 15px; /* for old Konqueror browsers */
}

#message p{
	padding: 0;
	margin: 0 10px 10px;
}

#sent h3{
	margin: 0 10px 20px;
	color: #5A401B;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 30px;
	text-align: center;
}

.lbl, p{
	color: #5a401b;
	margin-left: 10px;
	margin-right: 10px;
}

#message .lbl {
	float: left;
	width: 40px;
}

#message input{
	width: 150px;
	height: 11px;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	border: 1px solid #6e8c00;
}

.sel{
	margin: 2px 10px 5px;
}

.sel select{
	width: 220px;
}

.inp, .cur {
	margin-left: 10px;
	margin-top: 2px;
}

.inp input{
	width: 80px;
	height: 13px;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.qrow{
	float: left;
	margin-bottom: 10px;
}

.qrow select{
	font: 13px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.qrow1{
	margin-left: 20px;
}

.btn{
	margin-left: 80px;
	float: left;
}

.btn input{
	color: #5a401b;
	border: 1px solid #5a401b;
	background-color: #968b3e;
	font: 13px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.btn button{
	color: #5a401b;
	border: 1px solid #5a401b;
	background-color: #968b3e;
	font: 13px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-top: 10px;
}

.sqb{
	margin-left: 10px;
}

.goback{
	margin-left: -7px;
}

#loading{
	float: left;
	width: 32px;
	height: 32px;
	background: url(images/loading_big.gif) no-repeat;
	margin-left: 36px;
}

.respons{
	color: #5a401b;
	margin-left: 10px;
	position: relative;
}

#price{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #5a401b;
	text-align: center;
}

#price span{
	font-weight: bold;
	color: #6e8c00;
}

.estimate input{
	margin: 2px 10px 5px;
	width: 210px;
	font-size: 12px;
	height: 11px;
	font: 13px/18px "Trebuchet MS", sans-serif;
}


.estimate #doc{
	width: 100px;
}


#twitter-tools ul{
	list-style-type: none;
	margin-left: 10px;
}

#plocalization ul{
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#plocalization li{
	float: left;
	width: 200px;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}

#plocalization{
	margin-bottom: 20px;
}


#splitter{
	width: 98%;
	height: 2px;
	margin-left: 10px;
	margin-bottom: 30px;
	background-color: #c3bd92;
	clear: both;
	margin-right: 10px;
}

#employee-photo{
	width: 161px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#employee-description{
	float: left;
	padding-left: 10px;
	width: 470px;
}

#employee-links{
	margin-top: 20px;
	margin-bottom: 20px;
}

.link-type{
	color: #968b3e;
}

#quick-newsletter-subscribe p{
	margin-bottom: 5px;
}

.newsletter-input{
	width: 115px;
	height: 17px;
	font: 13px/18px "Trebuchet MS", sans-serif;
	border: 1px solid #ccc;
}

.newsletter-btn{
	width: 75px;
	color: #5a401b;
	border: 1px solid #5a401b;
	background-color: #968b3e;
	font: 13px/18px "Trebuchet MS", sans-serif;
}

.entry-utility{
	padding-left: 25px;
}

.cat-links{
	width: 500px;
}

.comments-link{
	width: 500px;
}

#comments-list ol {
	background-color: #e5e4d5;
	padding: 30px 15px 20px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; /* future proofing */
	-khtml-border-radius: 0px 0px 15px 15px;
	border-style: none;
}

#comments-list li {
	padding: 0;
}

#comments-list li .avatar {
	left:0.5em;
	top:2px;
}

#comments-list li.alt, #comments-list li{
	background-color: transparent;
	border-style: none;
}

#respond {
	background-color: #e5e4d5;
	padding: 30px 15px 20px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; /* future proofing */
	-khtml-border-radius: 0px 0px 15px 15px;
	border-style: none;
}
