/*
Theme Name: Grey Matter Zaum Edition
Theme URI: http://myasnick.com/grey_matter
Description: <a href="http://myasnick.com/grey_matter">Grey Matter</a> — строгая тема для WordPress.
Version: 1.5.2
Author: Николай Мясников
Author URI: http://myasnick.com
Tags: grey, gray, fixed width, two columns, widgets, valid CSS, valid XHTML, simple, widget ready, right sidebar
*/

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 62.5%;
  color: black;
  /*color: #555555;*/
  background: #464646;
  /*background: #b1b1b1 url(img/back.png) center repeat-y;
  color: #000000;*/
}

img {
  border: 0;
/* float: left;*/
   margin: 0 5px 0 0;
}

img a, a img {
  border: 0;
}

a {
  color: #000;
  /*color: #000c7f;*/
  text-decoration: none;
}

a:visited {
  color: #777777;
}

a:hover {
  /*color: #000c7f;*/
  color: #000;
  text-decoration: underline;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
  /*min-height: 100%;*/
  background: #b1b1b1 url(img/back.png) center repeat-y;
}

#header {
  background-image: url(img/header.png);
  width: 960px;
  height: 135px;
  clear: both;
  margin: 0;
  padding: 0;
  border-top: 1px solid #464646; /* не трогать, иначе поползет в Мозилле! */
  font-size: 130%;
  color: #747474;
  /*border: 1px solid #A00;*/
}

#header a, #header a:hover, #header a:visited {
  color: #606060;
  text-decoration: none;
}

#header h2 {
  font-size: 110%;
  font-weight: normal;
  margin: 0;
}

#header h1 {
  font-size: 350%;
  font-weight: normal;
  margin: 0;
}

#header_siteheader {
  clear: both;
  float: left;
  width: 600px;
  height: 85px;
 /* border: 1px solid #A00; */
  margin: 0 0 0 40px;
  line-height: 85px;
  display: inline;
}

#header_sidebar {
  float: right;
  width: 250px;
  height: 52px;
  /*border: 1px solid #A00;*/
  margin: 0 25px 0 0;
  display: inline;
  vertical-align: top;
  padding-top: 33px;
}

#header img {
  float: left;
  margin: 15px 25px 14px 0;
}

#content {
  font-size: 200%;
  line-height: 130%;
  float: left;
  width: 600px;
  margin: 20px 0px 10px 40px;
  /*border: 1px solid #A00;*/
  display: inline;
}

#content a {
  color: #555555;
  border-bottom: 1px dotted;
}

#content a:visited {
  color: #777777;
  border-bottom: 1px dotted;
}

#content a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: #000 /*#000c7f*/ 1px solid;
}

#content h1 {
  font-size: 120%;
  line-height: 120%;
  color: #747474;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

#content h2 {
  font-size: 120%;
}

#content a h1, #content h1 a {
  color: #606060;
  text-decoration: none;
  border: 0 none;
}

#content a:hover h1, #content h1 a:hover {
  color: #444;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#content p {
  margin: 0 0 10px 0;
}

#content ul, #content ol {
  padding: 0 0 0 30px;
}

#content ul {
  list-style: square;
}

#content ul li, #content ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#counters {
  width: 0px;
  height: 0px;
  display: none;
  float: left;
}

#comments {
 font-size: 90%;
 line-height: 125%;
}

.commenter {
  color: #808080;
  font-size: 90%
}

#comments h1 {
  font-size: 150%;
  line-height: 120%;
  color: #606060;
  font-weight: normal;
  margin: 20px 0 10px 0;
}

#comments img {
  vertical-align: baseline;
}

#comments ul, #comments ol {
  padding: 0 0 0 25px;
}

#comments ul {
  list-style: square;
}

#comments ul li, #comments ol li {
  margin: 0 0 40px 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #CCC;
}

#sidebar {
  font-size: 120%;
  line-height: 130%;
  float: right;
  width: 250px;
  margin: 0px 25px 0px 0px;
  /*border: 1px solid #A00;*/
  display: inline;
  color: #555555;
}

#sidebar img {
  float: none;
}

#sidebar p {
  margin: 0 0 5px 0;
}

#sidebar h2 {
  font-size: 120%;
  font-weight: normal;
  color: #DDD;
  background-color: #747474;
  padding: 0px 8px;
  line-height: 180%;
  /*border: 1px solid #0A0;*/
  margin: 0 0 10px 0;
}

#sidebar ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

#sidebar ul li {
  margin: 0;
}

#sidebar ul ul {
  padding: 0 0 0 8px;
}

#sidebar ul ul li {
  margin: 0 0 7px 0;
}

#postmeta {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
	font-size: 60%;
	border-top: 1px /*dotted*/ solid #CCC;
  /*background: #EEE;*/
	clear: both;
  color: #747474;
  margin: 5px 0 35px 0;
  background: #F5F5F5;
  line-height: 120%;
  padding: 4px 0;
}

#postmeta a {
  color: #747474;
  border: 0 none;
}

#postmeta a:visited {
  color: #999999;
  border: 0 none;
}

#postmeta a:hover {
  color: #000;
  border: 0 none;
  text-decoration: underline;
}

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.postnav {
	width: 600px;
	float: left;
	list-style: none;
	line-height: 100%;
	margin: 0 0 0 -30px;
	padding: 0;
}

.postnav li.left {
	display: block;
	float: left;
}

.postnav li.right {
	display: block;
	float: right;
}

.pagenav {
	width: 600px;
	float: left;
	list-style: none;
	line-height: 100%;
 	margin: 0;
	padding: 0;
}

.pagenav li.left {
	display: block;
	float: left;
}

.pagenav li.right {
	display: block;
	float: right;
}

#footer {
  font-size: 130%;
  clear: both;
  width: 960px;
  margin: -109px auto 0 auto;
  height: 109px;
  background: #b1b1b1 url(img/footer.png) center no-repeat;
  border: 0;
  /*border: 1px solid #A00;*/
}

#footer_content {
  line-height: 150%;
  text-align: center;
  height: 58px;
  width: 600px;
  margin: 0px 0px 0px 40px;
  /*border: 1px solid #A00;*/
}

#footer_content p {
  padding: 10px 0 0 0;
}

#blackband_bottom_left, #blackband_bottom_right,
#blackband_top_left, #blackband_top_right {
  width: 440px;
  height: 30px;
  color: #CCC;
  line-height: 30px;
  /*font-family: "Trebuchet MS", "Myriad Pro", Tahoma, Helvetica, Arial;*/
}

#blackband_top_left, #blackband_top_right {
  margin-top: 19px;
  line-height: 30px;
  /*border: 1px solid #A00;*/
}

#blackband_bottom_left, #blackband_top_left {
  margin-left: 40px;
  float: left;
  /*border: 1px solid #A00;*/
  display: inline;
}

#blackband_bottom_right, #blackband_top_right {
  margin-right: 40px;
  float: right;
  text-align: right;
  /*border: 1px solid #A00;*/
  display: inline;
}

#blackband_top_right {
  margin-right: 34px;
}

#blackband_top_right ul {
  margin-top: 0px;
  float: right;
  line-height: 30px;
}

#blackband_top_right ul li {
  line-height: 30px;
  float: left;
	list-style: none;
}

#blackband_top_right ul li a {
  padding: 0 6px 0 6px;
  /*background-color: #84AD5B;*/
}

#blackband_top_right ul li a:hover, #blackband_bottom_right a:hover, #blackband_bottom_left a:hover {
  color: #FFF;
  text-decoration: underline;
}

#blackband_top_right a, #blackband_top_right a:active, #blackband_top_right a:visited {
  color: #FFF;
  text-decoration: none;
  display: block;
}

#blackband_bottom_right a, #blackband_bottom_right a:active, #blackband_bottom_left a, #blackband_bottom_left a:active {
  color: #FFF;
  text-decoration: none;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}

#searchform input {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#747474;
  margin: 0;
  padding: 2px 4px 2px 4px;
  border:#747474 1px solid;
  color:#DDD;
  width: 55px;
}

#searchform input:hover {
  cursor:pointer;
  background-color:#606060;
  border:#444 1px solid;
  color:#fff;
}

#searchform #s {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0 10px 0 0;
  background-color:#DDD;
  padding: 3px 4px 3px 4px;
  border:#747474 1px solid;
  color:#606060;
  width: 170px;
}

#searchform #s:hover {
  /*background-color:#e9ffcb;*/
  /*color:#606060;*/
}

#content .pagetitle {
	margin: 0 0 20px 0;
  font-size: 150%;
  font-weight: normal;
	/*border-bottom: 1px dotted #688848;*/
}

img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

#postrating {
	font-family: "Trebuchet MS", "Myriad Pro", Tahoma, Helvetica, Arial;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	margin-top: 15px;
	color: #808080;
  line-height: 100%;
}

#tag_cloud {
  line-height: 200%;
}

::-moz-selection{
	background:#464646;
	color:#fff;
}

::selection {
	background:#464646;
	color:#fff;
}

/* SIDEBLOG */

.widget_sideblog ul li, #sideblog_lb ul li{
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 10px;
  /*margin-bottom: 10px;*/
}

#sideblog_lb {
  color: black;
}

#sideblog_lb p {
  /*margin-bottom: 0.7em;*/
}

#sideblog_lb a {
  color: #555555;
  border-bottom: 1px dotted;
}

#sideblog_lb a:visited {
  color: #777777;
  border-bottom: 1px dotted;
}

#sideblog_lb a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: #000 /*#000c7f*/ 1px solid;
}

#sideblog_all_link {
  margin-top: 15px;
}
