/*
Theme Name: qds team default
Description: The qds team theme based on the default WordPress.
Author: Viola
Author URI: http://www.qds-team.com/
*/
* {
	margin: 0;
	padding: 0;
}
html {
  height: 100%;
}
body {
  min-height:100%;
  height: 100%;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f3f3f3;
	color: #333;
}
* html body {
	font-size: 58%;
}
* +html body {
	font-size: 58%;
}
#page {
  width: 100%;
  margin: auto;
  height: auto !important;
  min-height:100%;
}
/* Патч для установки минимальной высоты в IE */
.patch_minheight {
	width: 1px;
	height: 75px;
	float: right;
}

#footer_guarantor {
 height: 112px;
 clear: both;
}
h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
}
a img {
	border: none;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2 {
	text-decoration: none;
}

/* header elements */
#topsection {
	height: 186px;
}
#headerLeft {
	background: transparent url(images/header_bg_left.png) top right repeat-x;
  float:left;
	width: 49%;
	height: 186px;
}
#headerRight {
	background: transparent url(images/header_bg_right.png) top left repeat-x;
  float: right;
	width: 49%;
	height: 186px;
}
* html #header {
	margin: -186px auto 0;
}
* +html #header {
	margin: -186px auto 0;	
}
#header {
	margin: 0 auto;
	padding: 0;
	height: 186px;
	width: 924px;
	vertical-align: top;
	position: relative;
	background: #f3f3f3 url(images/header_bg.png) no-repeat top center;
}
#headerContent {
	height: 186px;
	width: 924px;
  position: absolute;
  left: 0;
  top: 0;
}
#headerimg {
	float: left;
	padding-top: 23px;
	width: 126px;
	height: 130px;
}
#description {
	float: right;
	padding-top: 23px;
	text-align: right;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #ff9933;
	font-size: 1.8em;
}
.languages {
	padding-top: 43px;
	padding-left: 7px;
	float: right;
}

/* main elements */
#mainsection {
  width: 924px;
  margin: 0 auto;
}
#contentwrapper{
  float: left;
  width: 100%;
}    
#contentcolumn{
  margin-right: 200px;
}    
.entry {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}
.entry p {
  padding: 10px 0;
}
.postmetadata {
  padding: 10px 0;
}

#rightcolumn{
  float: left;
  width: 200px;
  margin-left: -200px;
}

/* footer elements */
#footersection {
	clear: both;
	height: 112px;
	width: 100%;
	margin-top: -112px;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 0;
}
* html #footersection {
	margin-top: -35px;	
}
* +html #footersection {
	margin-top: -35px;	
}
#footersection a {
	color: #052F9C;
}
#footerLeft {
	background: transparent url(images/footer_bg_left.png) bottom right repeat-x;
	float: left;
	width: 49%;
	height: 112px;
}
#footerRight {
	background: transparent url(images/footer_bg_right.png) bottom left repeat-x;
	float: right;
	width: 49%;
	height: 112px;
}
#footer {
	background: url(images/footer_bg.png) no-repeat bottom center;
	margin: 0 auto;
	width: 924px;
	height: 112px;
	position: relative;	
}
* html #footer {
	margin: -112px auto 0;	
}
* +html #footer {
	margin: -112px auto 0;	
}
#footerContent {
  position: absolute;
  left: 0;
  top: 0;
	width: 924px;
	height: 112px;   
}
.innertube {
	margin: 10px;
	font-size: 1.2em;
}

/* comments */
.alt {
/*	background-color: #f8f8f8;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	margin: 0;
	padding: 10px;*/
}
.children {
	border-left: 1px solid #ddd;
  padding: 0;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
  border: 1px dashed #ddd;
}

.even, .alt {
/*	border-left: 1px solid #ddd;*/
}
h3.comments {
	padding: 0;
	margin: 20px auto 20px ;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}   
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	} 
.commentlist p {
	margin: 10px 5px 10px 0;
	}          
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
	
	

