/*
Theme Name: cossa.ru
Theme URI: http://numberonedesigner.com/
Description: Markup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Number One
Author URI: http://numberoneblogger.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/18px Georgia, "Times New Roman", Times, sans-serif;
	color: #2D2D2D;
	width: 100%;
	background: #FFF;
}
a {
	color: #F66600;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
input:focus,
textarea:focus {outline: none}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F6F6F6;
	border-left: 3px solid #E5E5E5;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}
table {
	border-collapse: collapse;
	margin: 0 0 20px;
}
td {
  border: 1px solid #CCC;
	padding: 4px 8px;
}
table caption {
  font-weight: bold;
	color: #FFF;
	background: #F70;
	padding: 8px;
  border: 1px solid #CCC;
  border-width: 1px 1px 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 99px;
	position: relative;
  background: url(i/dot.gif) 0 100% repeat-x;
	margin: 0 0 17px;
}

#logo {
	position: absolute;
	top: 23px;
	left: 16px;
	width: 212px;
	height: 48px;
	background: url(i/logo.gif) no-repeat;
  text-indent: -9999px;
}
#logo span {
	display: block;
}

#nav {
	position: absolute;
	top: 44px;
	left: 320px;
	width: 400px;
	list-style: none;
	font: 12px/1 Arial, Tahoma, sans-serif;
}
#nav li {
	float: left;
	padding: 0 15px;
}
#nav a {
	float: left;
	color: #5C5C5C;
}
#nav a:hover,
#social a:hover {
	color: #F66600;
}
#rss {
  background: url(i/rss.gif) no-repeat;
	padding: 1px 0 4px 19px;
}

#social {
	position: absolute;
	top: 44px;
	right: 0;
	list-style: none;
	font: 12px/1 Arial, Tahoma, sans-serif;
}
#social li {
	float: left;
	padding: 0 0 0 18px;
}
#social a {
	float: left;
	color: #909090;
	padding: 1px 0 4px 19px;
}
#youtube {
  background: url(i/icons.gif) no-repeat;
}
#facebook {
  background: url(i/icons.gif) 0 -24px no-repeat;
}
#twitter {
  background: url(i/icons.gif) 0 -49px no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
}
* html #middle {height: 1%;}
#middle:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 252px 0 0px;
}
.post {
	margin: 0 0 45px;
	padding: 18px 0 0 90px;
  background: url(i/shadow.gif) 48px 0 no-repeat;
	position: relative;
	height: 1%;
}
#content h2 {
	font: 24px/1 Arial, Tahoma;
	margin: 0 0 18px;
	color: #5B5B5B;
}
#content h2 a {
	color: #5B5B5B;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.pdate {
	position: absolute;
	top: 25px;
	left: 2px;
	font: 11px/1 Arial, Tahoma, sans-serif;
	color: #9F9F9F;
}
.entry {
	text-align: justify;
}
* html .entry {height: 1%;}
.entry:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 22px/1 Arial, Tahoma;
	margin: 25px 0 18px;
}
#content .entry h3 {font-size: 18px}
#content .entry h4 {font-size: 17px}
#content .entry h5 {font-size: 16px}
#content .entry h6 {font-size: 15px}
.wp-caption {
	margin: 4px 10px 5px 0;
}
.wp-caption.aligncenter {
	margin: 0 0 20px;
}
.wp-caption img {
	padding: 5px 5px 0;
	background: #E5E5E5;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	color: #727272;
	font: 11px/14px Arial, Tahoma, sans-serif;
  text-align: left;
	padding: 7px 5px 7px;
	margin: 0;
  border: 5px solid #E5E5E5;
	background: #E5E5E5;
}
.pmeta {
  border-top: 1px solid #E5E5E5;
	font: 11px/14px Arial, Tahoma, sans-serif;
	color: #A0A0A0;
  text-align: right;
	padding: 8px 0 2px;
	margin: 18px 0 0;
	width: 100%;
	overflow: hidden;
}
.pmeta a {
	color: #A0A0A0;
}
.pcat {
	float: left;
}
.ptags {
  border-top: 1px solid #E5E5E5;
  text-align: left;
	margin: 8px 0 0;
	padding: 8px 0 0;
}
.ptags span,
.showTags span {
  border-bottom: 1px dashed;
	cursor: pointer;
}
.showTags {
  border-top: 1px solid #E5E5E5;
  text-align: left;
	cursor: pointer;
	margin: 8px 0 0;
	padding: 8px 0 0;
}
#pauthor {
	width: 598px;
	padding: 2px 11px;
	overflow: hidden;
	background: #F6F6F6;
	margin: 14px 0 0;
}
#pauthor .avatar {
	margin: 9px 11px 0 0;
}
#pauthor p {
	margin: 0;
	padding: 8px 0;
}

.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	margin-left: 18px;
}

#content h3 {
	font: 18px/1 Arial, Tahoma;
	margin: 0 0 10px;
	color: #5B5B5B;
}
div.pagetitle {
	margin: 15px 0 20px;
	text-align: center;
	font-size: 21px;
}

.commentlist {margin: 20px 0 5px;}
.commentlist li {
	padding: 3px 0 10px;
	list-style: none;
}
.commentlist ul.children {
	margin: 0 0 -3px;
}
.commentlist ul.children li {
	padding: 12px 0 5px 25px;
}
.avatar {
	float: left;
	display: inline;
	border: 1px solid #DDD;
	padding: 2px;
	margin: -2px 7px 0 0;
	background: #FFF;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	margin: 0 0 12px;
}
.commentmetadata a {
	text-decoration: none;
	color: #888;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.reply {
	margin: -10px 0 10px;
	font-size: 11px;
}
#respond h3 {
	margin: 30px 0 16px;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#commentform p {margin: 0 0 8px}
#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 4px 5px;
	width: 190px;
	border: 1px solid #BBB;
}
#comment {
	width: 450px;
	height: 150px;
}
#submit {
	width: 160px;
	height: 24px;
	padding: 0;
	background: #ECECEC;
	cursor: pointer;
	overflow: visible;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px 0;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 230px;
	margin-left: -230px;
	position: relative;
	font: 12px/18px Arial, Tahoma, sans-serif;
	color: #595959;
	overflow: hidden;
}
#sidebar h3 {
	color: #969696;
	font: 14px/18px Georgia, "Times New Roman", Times;
	margin: 0 0 5px 11px;
  background: url(i/icons.gif) 0 -68px no-repeat;
	padding: 0 0 0 16px;
	position: relative;
}
#sidebar h3.caption2 {
	background-position: 0 -104px;
}

#about {
	padding: 0 11px 2px;
  font-size: 11px;
  line-height: 14px;
}
#about h3 {
	margin: 0 0 10px;
  background-position: 0 -86px;
}

.section {
	margin: 0 0 20px;
}
.block {
  border: 1px solid #F1F1F1;
	background: #F6F6F6;
	height: 1%;
}
.bltop,
.blbot {
	width: 230px;
	height: 11px;
	overflow: hidden;
  background: url(i/block.gif) no-repeat;
	margin: -1px -1px 0;
	position: relative;
}
.blbot {
	background-position: 100% 0;
	margin: 0 -1px -1px;
}
.section ul {
	margin: 6px 0 0 27px;
	padding: 0 0 0 18px;
  background: url(i/dot2.gif) repeat-y;
}
.section li {
	list-style: none;
}
.section li a {
	color: #575757;
}
.section ul ul {
	margin: 0;
	background: none;
	padding: 0 0 0 12px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #EAEAEA;
}
.footer {
	width: 960px;
	margin: 0 auto;
	padding: 18px 0 90px;
  font-size: 11px;
	color: #757575;
	position: relative;
	height: 1%;
}
.footer a {
	color: #757575;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

#counters {
	position: absolute;
	top: 18px;
	right: 250px;
}

#search {
	position: absolute;
	top: -15px;
	right: 0;
	width: 219px;
	height: 80px;
	padding: 0 0 0 9px;
	background: #DEDEDE;
  border: 1px solid #FFF;
}
#search label {
	display: block;
  background: url(i/search.gif) 0 4px no-repeat;
  font-size: 14px;
	margin: 12px 0 7px;
	padding: 0 0 0 17px;
	color: #858585;
}
#search input {
	font: 11px Arial, Tahoma;
	float: left;
}
.search {
	width: 140px;
	padding: 4px 7px;
	margin: 0 7px 0 26px;
	border: 1px solid #CCC;
	background: #EFEFEF;
	color: #666;
}
.go {
	cursor: pointer;
	border: none;
	width: 18px;
	height: 18px;
	background: url(i/search.gif) 0 -17px no-repeat;
	margin: 3px 0 0;
}