/*  
Theme Name: Базовая WordPress
Theme URI: http://wordpress.org/
Description: Базовая тема WordPress, основана на известном дизайне <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


ul.columns { margin: 0; padding: 0; list-style-type: none; word-spacing: -1ex; }
/* 
    Firefox ниже версии 3 не знает о inline-block.
    Поэтому указываем для него -moz-inline-stack
*/
.columns li { display: -moz-inline-stack; display: inline-block; //display: inline; }
/*
    Чтобы ссылки не нажимались кликом
    по пустому месту, применим фильтр
*/
.columns a, .columns b { display: inline; word-spacing: normal; //display: inline-block; //filter: alpha(opacity=100); }
.columns a, .columns b, x:-moz-any-link { display:block; }
/*
    Если Firefox выше 2.0, Возвращаем a и b в inline
*/
.columns a, .columns b, x:-moz-any-link, x:default { display: inline; }
.columns li, .columns a, .columns b { vertical-align: top; }

/* customize */
.columns li {font-size:11px; font-family:verdana,arial; margin: 0 50 0.4em 0; //margin: 0; width:33%; //width: auto;  }
.columns a, .columns b { //margin: 0 50 0.4em 0; //width:33%; }
.columns ul { width: 100%; }



#downline h3 {
	font-size:11px;
	font-family:verdana,arial;
	font-weight:normal;
	color:#aaa;
	margin: 0 0 0 0;}		
#downline h3 A  {color:#aaa;}

#cloudup {
	width:977px;height:110px;
	background:transparent url('/images/cloud-up.png') no-repeat 0px;
}
* html #cloudup{
 background-image: url('/images/cloud-up.png') no-repeat 0px;
 background:none !important;
 width:977px;height:110px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/cloud-up.png');
 margin-right:0px; /* pull right corner back over "empty" space (from above margin) */
}

#clouddown {
	width:977px; height:145px;
	background:transparent url('/images/cloud-down.png') no-repeat 0px;
	margin-top:216px;
}
* html #clouddown{
 background-image: url('/images/cloud-down.png') no-repeat 0px;
 background:none !important;
 width:977px; height:145px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/cloud-down.png');
 margin-top:0px; /* pull right corner back over "empty" space (from above margin) */
}

#cloudleft {
width:80px;height:216px;float:left;
	background:transparent url('/images/cloud-left.png') no-repeat 0px;
}
* html #cloudleft{
 background-image: url('/images/cloud-left.png') no-repeat 0px;
 background:none !important;
width:80px;height:216px;float:left;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/cloud-left.png');
 margin-right:0px; /* pull right corner back over "empty" space (from above margin) */
}

#cloudright {
width:80px;height:216px;float:left;
	background:transparent url('/images/cloud-right.png') no-repeat 0px;
}
* html #cloudright{
 background-image: url('/images/cloud-right.png') no-repeat 0px;
 background:none !important;
width:80px;height:216px;float:left;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/cloud-right.png');
 margin-right:0px; /* pull right corner back over "empty" space (from above margin) */
}



#downmenu { 
	background:#fff;
	width:858px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:20px;margin: 0px 0px 0px 0px; text-align:left; }

/*Fat Erik's Pipelist*/
#downlist
{
font-size:10px;
color:#888;
list-style: none;
padding: 0;
margin: 0;
}

#downlist a {color:#888;}

#downlist li
{
display: inline;
padding: 0;
margin: 0;
}

#downlist li:before { content: "| "; }
#downlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #downlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #downlist { height: 1%; }

* html #downlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #downlist li:first-child { border-left: 0; }



/*********************************************************************
* .page-navigation
*********************************************************************/

.page-navigation
{
    margin: 20px 0 30px 0;
    font-size: 12px;
    text-align: center;
}

.page-navigation a
{
    border: 1px solid #ddd;
    margin-right: 2px;
}

.page-navigation a.current,
.page-navigation a:hover
{
    color: #fff;
    background: #999;
	text-decoration:none;	
}

.page-navigation a.current
{
    font-weight: bold;
}

.page-navigation a
{
    text-decoration: none;
    padding: 2px 6px;
}

.page-navigation a.off
{
    color: #ccc;
}

.page-navigation a.off:hover
{
    background: #fff;
	text-decoration:none;
}
/*********************************************************************
*********************************************************************/

#downcopy {font-size:0.6em;
	font-family:verdana,arial;
	font-weight:normal;
	color:#888888;
	margin: 0 0 0 0;}	
			
			
#navactive {
	font-size:12px;
	padding:3px 8px 2px 8px;
	background-color:#f60;
	color:#fff;
	}
#nav {
	font-size:12px;
	padding:3px ;
	background-color:#fff;
	color:#f60;
	}
#navwork {color:#aaa;}
	
	
.clearboth { clear: both; }

#MoveToCenter {
	display:none;
	margin-top:0px;
	margin-bottom:0px;
	color:#fff;	
	}
	
#blockmenu2 {
	padding-top:5px;
	text-align:center;
	background:#f60;
	width:250px;
	height:40px;
	float:right;
	font-weight: normal;	
	}

	
	
#blockmenu2 a#blocklink, #blockmenu2 a:link#blocklink, #blockmenu2 a:visited#blocklink {	
	text-decoration: underline;
	color:#fff;	
	font-family: Arial, Tahoma, Verdana;
	/*border-bottom: 2px dashed #fff;*/
	}
	
#blockmenu2 a:hover#blocklink {	
	text-decoration: none;	
	color:#fff;
	font-family: Arial, Tahoma, Verdana;
	}	
	


#navcontainer {width:900px;margin-top:10px;}

#navlist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #eee;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background-color: #fff;
border-bottom: 1px solid #fff;
color: #000;
}


#navlist a:hover { color: #000; }
#navlist li a:hover { color: #000; background:#ddd }
#navlist ul a:hover { color: #000 !important; }



.current-cat {
	font-weight: bold;
}



/* ������� �� ������ �������� */
#portindex {
	text-align:center;
	height:0px;
	vertical-align: middle;
	}

#portblock {
	text-align:center;
	width:760px;
	}	
	
#portindex #portfolio {margin:20px;padding:0;float:left}	
	
#portindex #portfolio ul
{
list-style-type: none;
margin-top:-100px;
padding:0px;
}

#portindex #portfolio ul li { display: inline; }

#portindex #portfolio ul li a
{
text-decoration: none;
padding: 2em 2em;
font-size:2em;
color: #fff;
background-color: #036;
}

#portindex #portfolio ul li a:hover
{
font-size:2em;
color: #fff;
background-color: #369;
}
/* asdasda */




#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
}


ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc;line-height: 1.6;vertical-align: middle; }
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:underline;line-height: 1.6; vertical-align: middle;  }
ul#tagcloud li a:hover { text-decoration:underline;line-height: 1.6;vertical-align: middle;  }

/*
ul#tagcloud li.t1 a  { color:#aaaaaa; font-size: 160%; }
ul#tagcloud li.t2 a  { color:#aaaaaa; font-size: 160%; }
ul#tagcloud li.t3 a  { color:#aaaaaa; font-size: 160%; }
ul#tagcloud li.t4 a  { color:#aaaaaa; font-size: 180%; }
ul#tagcloud li.t5 a  { color:#aaaaaa; font-size: 190%; }
ul#tagcloud li.t6 a  { color:#aaaaaa; font-size: 200%; }
ul#tagcloud li.t7 a  { color:#aaaaaa; font-size: 210%; }
ul#tagcloud li.t8 a  { color:#919191; font-size: 220%; }
ul#tagcloud li.t9 a  { color:#858585; font-size: 230%; }
ul#tagcloud li.t10 a { color:#797979; font-size: 240%; }
ul#tagcloud li.t11 a { color:#6d6d6d; font-size: 250%; }
ul#tagcloud li.t12 a { color:#616161; font-size: 260%; }
ul#tagcloud li.t13 a { color:#555555; font-size: 270%; }
ul#tagcloud li.t14 a { color:#484848; font-size: 280%; }
ul#tagcloud li.t15 a { color:#3c3c3c; font-size: 290%; }
ul#tagcloud li.t16 a { color:#303030; font-size: 300%; }
ul#tagcloud li.t17 a { color:#242424; font-size: 310%; }
ul#tagcloud li.t18 a { color:#181818; font-size: 320%; }
ul#tagcloud li.t19 a { color:#0c0c0c; font-size: 330%; }
ul#tagcloud li.t20 a { color:#000000; font-size: 340%; }
*/
/*
ul#tagcloud li.t1 a { color:#aaaaaa; font-size: 140%;}
ul#tagcloud li.t2 a { color:#888888; font-size: 160%;}
ul#tagcloud li.t3 a { color:#777777; font-size: 180%;}
ul#tagcloud li.t4 a { color:#666666; font-size: 200%;}
ul#tagcloud li.t5 a { color:#444444; font-size: 240%;}
ul#tagcloud li.t6 a { color:#222222; font-size: 280%;}
ul#tagcloud li.t7 a { color:#000000; font-size: 340%;}
*/

ul#tagcloud li.t1 a { color:#aaa; font-size: 180%;}
ul#tagcloud li.t2 a { color:#888; font-size: 200%;}
ul#tagcloud li.t3 a { color:#666; font-size: 220%;}
ul#tagcloud li.t4 a { color:#888; font-size: 240%;}
ul#tagcloud li.t5 a { color:#bbb; font-size: 240%;}
ul#tagcloud li.t6 a { color:#ccc; font-size: 260%;}
ul#tagcloud li.t7 a { color:#888; font-size: 280%;}
ul#tagcloud li.t007 a { color:#444; font-size: 320%;}

			
/**********************************************************************************/
body {
	padding-top:10px;
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.6em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

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, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 650px;
	border: 1px solid #959596;
	}

#header {
	width:800px; 
	height:21px;
	margin-top:30px;
	margin-bottom:0px;
	text-align:left	
	}

#header h4 {
	font-size: 1em;
	margin:0;
	}	
	

.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	text-align:center;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* 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 */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/********************************************************************************/
#wrapper {
	width:900px;
	margin-bottom:0px;
	}


#mini-nav{
	width: 20px;
	float: left;
	margin: 5px;
	padding-top: 30px;
	position:fixed;
}

#content {
	width: 858px;
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

*html #content {padding-bottom:10px;}

#sidebar-1 {
	width: 150px;
}

#clearfooter{clear:both;}

/********************************************************************************/
.sidebar {
	text-align: left;
	padding: 20px;
	float: left;
	background-color:#FFFFFF;
	font-size: 0.9em;
	}
	
.post {
	border-bottom:solid 1px #DEE4DA;
	padding-top:30px;
	padding-bottom:0px;
}
.post img{
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 5px 0 5px 0;
	}
.post-titulo {
	color:#000;
	margin:0px;
	margin-bottom:2px;
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 10px;
	color: #999;
	}
.comentarios-link{
	padding: 0 0 0 17px;
	background: url(imagenes_qwilm/commentslink.gif) no-repeat center left;
	}	
/**********************************************************************************/
/*Tipografia*/

.tagheader {font-size:120%; font-weight:bolder}

h1,
h2,
h3{	font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }

h1 { text-indent: -9000px; margin: 0; display: none;}
h2 { margin-top: 25px; margin-bottom: 0; font-size: 2em; }
h2 a { color: #63b4cd; }
h3 { font-size: 1.6em; color: #666; }

p {	line-height: 1.5em;	margin: 1.2em 0; }

ol, ul {
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	}
ul li,
ol li{ margin-bottom: 0.2em; }

img, a img{ border:0px;}

a, a:hover { color: #000; text-decoration: underline; }
a:hover { color: #f60; }

em{
	font-style: normal;
	font-weight: bold;
	color: #ef6c6c;
	}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}

pre{
	display: block;
	margin: 1.0em 1.5em 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
	}

code{font-family: monospace;  font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

del, del * { text-decoration: line-through; }

.small {
	font-size: 0.9em;
	color: #999;
	}

/*********sidebars***************/
.sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #63b4cd;
	background: url(imagenes_qwilm/arrow.gif) no-repeat center right;
	font-size: 1.1em;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.sidebar ul ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
	}
.sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #dee4da;
	}
.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	} 
.sidebar ul ul li a:hover {
	background-color: #f3f3f3;
	}
/****************************/
.linkpermanente{
	padding: 0 0 0 17px;
	background: url(imagenes_qwilm/permalink.gif) no-repeat center left;

}
/**********formularios*********/
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	}
/*******pagina est�tica*********/
#pagina {
	padding-top:30px;
	padding-bottom:0px;
	text-align:left;
}
#pagina img{
	border: 0px solid #ced4ca;
	padding: 3px;
	margin: 5px 0 5px 0;
	}
.pagina-titulo{
	color: #63B4CD;
	margin:0px;
	margin-bottom:2px;

}
