/************************************************
* Global                          	*
************************************************/

body {
  background: #f1f1f1; 
}
#container {
  /*background: url("/wp-content/themes/Qiwit/skins/custom/top.jpg") 50% 0 no-repeat fixed;*/
 background-image: url("/wp-content/themes/Qiwit/skins/custom/top.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top;
background-size: cover;
margin: auto;
padding: 0px;
}

#logo { 
  background: url('/wp-content/themes/Qiwit/skins/custom/logo.png') left top no-repeat;
} 

/* Кнопка "Найти" в блоке поиска */

#searchform #submit {
  background: url('/wp-content/themes/Qiwit/skins/custom/search_sumbit.png') 0 0 repeat-x;  
  border: 0px solid #ccc;
  color: #d00a7b; 
} 



/************************************************
* background-color                       		*
************************************************/


.tag_cloud a:hover, .tag_cloud a:active, .tag_cloud a:focus { 
  background: #487ed3;
	color: #fff;
}

/* Нижний блок на Главной */

#bottom {	
	background: #a3a3aa;
}

#bottom ul li {
	border-top: 1px solid #000;
}
li .meta {
	color: #ddd;
}




/************************************************
*  color                			*
************************************************/

/* Цвет ссылок в постах */

.text a:link, .text a:visited {
  color : #000;
	text-decoration: none;
}
.text a:hover, .text a:active {
	color: #000;
	text-decoration: underline;
}

/* Цвет заголовков блоков "Категорий" и "Последних записей" на Главной */

.category {	
	border-bottom: 1px solid #000;   
        color : #fff;
}
.category a, .category a:visited { 
  color : #000;
}