﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
* html {
	overflow-x: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image:url(img/backlinestop.gif);
	background-repeat:repeat-x;
	background-position: top;
	color: #333;
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 50px;
}

h1, hr, #head {
	display: none;
}
.clear { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.icon {
	vertical-align: -3px;
}
object {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
a {
	color: #888;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
code {
    background-color: #EFEFEF;
    border: 1px solid #EEEEEE;
    display: inline-block;
    font-size: 120%;
    padding: 0px 8px;
    white-space: pre-wrap;
}
abbr {
	cursor: default;
	color: #555;
}
* html code {
	display: inline;
}
#head {
	height: 10px;
}
#container {
	width: 90%;
	margin: 0 auto;
	min-width: 720px;
	position: relative;
}
#sidebar {
	width: 18%;
	text-align: right;
}
#counters {
	padding-top: 30px;
}
#counters div {
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo {
	padding-bottom: 31px;
}
#sidebar ul {
	list-style-type: none;
}
#navigation {
	padding-top: 22px;
	padding-bottom: 15px;
	text-align: right;
	position: absolute;
	top: 183px;
	width: 18%;
}
#navigation img {
	opacity: 0.2;
	width: 12px;
	height: 12px;
}
#navigation:hover img {
	opacity: 1;
}
#navigation h3 {
	display: none;
}
#navigation a {
	font-weight: bold;
	color: #03d0ff;
	font-size: 1.2em;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#tags {
	padding-top: 10px;
	line-height: 18px;
	padding-bottom: 10px;
}
#tags a {
	display: block;
}
#links {
	margin-top: 200px;
	line-height: 18px;
	padding-bottom: 10px;
}
#contacts {
	line-height: 18px;
	padding: 10px 0px;
}
#contacts h3 {
	padding-bottom: 3px;
}
#links a, #tags a, #contacts, #contacts a {
	color: #CCC;
}
#links:hover a, #tags:hover a, #contacts:hover, #contacts:hover a {
	color:#888;
}
#links h3, #tags h3, #contacts h3 {
	color: #999;
}
#links:hover h3, #tags:hover h3, #contacts:hover h3 {
	color: #333;
}
#li {
	padding-top: 10px;
	line-height: 18px;
	padding-bottom: 10px;
}

#content {
	width: 77%;
	float: right;
	position: relative;
	padding-top: 157px;
}

#content p {
    line-height: 19px;
    margin-bottom: 5px;
    margin-top: 12px;
}
#content .entry, #content .post {
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;*/
	margin-bottom: 25px;
	width: 90%;
}
#content .post ul, #content .post ol {
	padding-left: 35px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .post ul li, #content .post ol li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#content .post a img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 5px;
}
#content .entry-head {
	font-size: 0.85em;
	margin-bottom: -2px;
}
#content .entry-head, #content .entry-head a {
	color: #CCC;
}
#content .post h2 {
	font-size: 2em;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
#content h3 {
	color: #888;
	padding-top: 15px;
	font-weight: normal;
	font-size: 1.3em;
}
#content .post h2 a {
}
#content .entry-content {
	padding-bottom: 10px;
}
#content code.comments {
	display: inline-block;
	visibility: visible;
}
* html #content .post h2 a {
	font-size: 1.2em;
}
#pagenav {
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
}
#buttons {
	width: 300px;
	position: absolute;
	top: 96px;
}
#buttons img {
	border: 0;
}

#buttons ul {
	display: block;
	list-style-type: none;
}
#buttons ul li {
	display: block;
	float: left;
	padding-right: 4px;
}
#twi-twi {
	position: absolute;
	width: 600px;
	top: 34px;
	left: 23.5%;
	padding-top: 7px;
	padding-bottom: 18px;
	background-image: url(img/twi-twi.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #5be2ff;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
	font-weight: bold;
	height: 36px;
	line-height: 1.4em;
/*
	visibility: visible;
*/
	visibility: hidden;
}
#twi-twi a {
	color: #404040;
}

#twi-twi strong {
	display: none;
}
* html #twi-twi {
	background-image: url(img/twi-twi-ie.gif);
}
#comments {
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fbfbfb;
	padding-top: 10px;
}
.comment-body p { 
	margin: 5px 0 !important;
}
#comments-head {
	color: #CCC;
	padding-bottom: 15px;
	font-size: 0.85em;
}
#comments-head a {
	color: #CCC;
}
.comment-body {
	border: 1px #eee solid;
/*	background-color: #fbfbfb;*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.comment-footer {
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 0.9em;
	margin-left: 0px;
}
#comment-form {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#comment-form label {
	display: block;
}
#comment-form fieldset {
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 0px solid #E8F4FF;
}

#comment-form legend {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #0CF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0CF;
	display: none;

}

#comment-form input, textarea {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 1.2em;
	padding: 0.2em;
*/}
#search {
	padding-bottom: 5px;
}
#s {
	width: 100px;
}
.tags, .comments {
	display: none;
}
.more {
	font-weight: bold;
}
.current-cat a:first-child {
	color: #FFF !important;
	padding: 1px 3px;
	text-decoration: none;
}
.category-sound h2 a, .category-sound .more-link, .cat-item-10 a, .category-sound h2 {
	color: #EE3C3C !important;	/* фиолетовый */
}
.cat-item-10.current-cat a:first-child {
	background-color: #EE3C3C;
}
.category-webdev h2 a, .category-webdev .more-link, .cat-item-11 a, .category-webdev h2 {
	color: #e64c92 !important;	/* синий */
}
.cat-item-11.current-cat a:first-child {
	background-color: #e64c92;
}
.category-video h2 a, .category-video .more-link, .cat-item-12 a, .category-video h2 {
	color: #5397C4 !important;	/* голубой */
}
.cat-item-12.current-cat a:first-child {
	background-color: #5397C4;
}
.category-idea h2 a, .category-idea .more-link, .cat-item-13 a, .category-idea h2 {
	color: #adca23 !important;	/* зелёный */
}
.cat-item-13.current-cat a:first-child {
	background-color: #adca23;
}
.category-dev h2 a, .category-dev .more-link, .cat-item-14 a, .category-dev h2 {
	color: #fccb00 !important;
	/* желтый */
}
.cat-item-14.current-cat a:first-child {
	background-color: #fccb00;
}
.category-portfolio h2 a, .category-portfolio .more-link, .cat-item-15 a, .category-portfolio h2 {
	color: #ff7725 !important;	/* оранжевый */
}
.cat-item-15.current-cat a:first-child {
	background-color: #ff7725;
}
.category-all h2 a, .category-all .more-link, .cat-item-16 a, .category-all h2 {
	color: #aaa !important;
	/* красный */
}
.cat-item-16.current-cat a:first-child {
	background-color: #aaa;
}
.wp-caption a, .wp-caption img {
	display:block;
	margin: 0 !important;
	padding: 0 !important;
}
.wp-caption-text {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 10px;
	text-align: center;
	font-style: italic;
	color: #aaa;
	font-size: 0.9em;
	display:block;
}
* html img {
	border: 0;
}
#comment {
	padding: 2px;
}
#author, #email, #url {
	color: #555;
	padding:1px;
	font-size: 0.85em;
}
