/*
Theme Name: Getman Evgeny
Theme URI: http://roose.ru/
Description: Крутая темка, сделал rOOse
Version: 1.0
Author: rOOse
Author URI: http://roose.ru/
*/

	body {
		background: #000 url(images/back.jpg) no-repeat center top;
		margin: 0;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #c0c0c0;
	}
	a img {
		border: none;
	}
	#container {
		width: 600px;
		margin: 0 auto;
	}
	#header {
		padding-top: 24px;
		float: left;
		width: 600px;
	}
	.logo {
		float: left;
		width: 238px;
		height: 78px;
	}
	.about {
		color: #7f7f7f;
		float: right;
		padding-top: 24px;
		font-size: 0.85em;
	}
	.menu {
		float: left;
		width: 600px;
		height: 36px;
		font-size: 1.4em;
		color: #cfcfcf;
	}
	.menu a:hover {
		text-decoration: none;
		color: #cfcfcf;
	}
	.menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu ul li {
		float: left;
		margin-right: 33px;
	}
	.menu ul li a {
		color: #fff;
		padding-top: 6px;
		display: block;
		height: 29px;
		float: left;
	}
	.menu .vk, .menu .feed {
		padding-top: 10px;
		font-size: 0.6em;
	}
	.menu .vk a {
		background: url(images/vk.png) no-repeat left bottom;
		padding-left: 24px;
		padding-top: 0;
		height: 16px;
	}
	.menu .feed a {
		background: url(images/feed.png) no-repeat left bottom;
		padding-left: 24px;
		padding-top: 0;
		height: 16px;
	}
	#content {
		float: left;
		width: 600px;
		padding-top: 60px;
	}
	.post {
		width: 600px;
		float: left;
		padding-bottom: 34px;
		margin-bottom: 20px;
		border-bottom: 1px solid #262626;
	}
	.post .caption {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 1.25em;
		font-style: italic;
		margin: 0;
	}
	.post .caption a {
		color: #fff;
		text-decoration: none;
	}
	.post .caption a:hover {
		color: #cfcfcf;
	}
	.post .extra {
		font-size: 0.7em;
		padding: 10px 0;
	}
	.post .extra .date {
		color: #303030;
		padding-right: 10px;
		border-right: 1px solid;
		text-transform: lowercase;
	}
	.post .extra .comments {
		padding-left: 10px;
	}
	.post .extra .comments a {
		color: #7f7f7f;
	}
	.post .extra .comments a:hover {
		color: #fff;
	}
	.post .thumb {
		padding-top: 5px;
	}
	.post .entry {
		font-size: 0.85em;
		line-height: 1.3em;
	}
	.post .entry a {
		color: #fff;
	}
	#content .post a:visited {
		color: #666;
	}
	.post .entry a:hover {
		color: #cfcfcf;
	}
	.wp-pagenavi {
		float: left;
		font-size: 1.1em;
		padding: 14px 0;
	}
	.wp-pagenavi a, .wp-pagenavi .current {
		color: #fff;
		margin: 2px;
		padding: 2px 5px;
		border: 1px solid #333;
		background: #333;
		text-decoration: none;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.wp-pagenavi .current, .wp-pagenavi a:hover {
		background: transparent;
	}
	#footer {
		width: 520px;
		height: 30px;
		background: #1a1a1a;
		float: left;
		line-height: 29px;
		font-size: 0.85em;
		padding: 0 40px;
		color: #4d4d4d;
		margin: 30px 0;
	}
	#footer a {
		color: #fff;
	}
	#footer a:hover {
		color: #cfcfcf;
	}
	#footer span {
		float: left;
		display: block;
	}
	#footer .copy {
		background: url(images/getman.png) no-repeat;
		padding-left: 68px;
	}
	#footer img {
		float: left;
		margin-left: 40px;
	}
	#footer .wap {
		padding-left: 10px;
	}
	#footer .counter {
		padding-top: 8px;
	}
	#comments, #respond h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 1.4em;
		font-style: italic;
		margin: 0;
		color: #303030;
		float: left;
		width: 600px;
	}
	.commentlist {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		padding-top: 10px;
		font-size: 0.85em;
	}
	.commentlist a {
		color: #fff;
		text-decoration: none;
	}
	.commentlist a:hover {
		color: #cfcfcf;
	}
	.commentlist p {
		margin: 6px 0;
	}
	.comment {
		float: left;
		width: 570px;
		padding-bottom: 10px;
	}
	.gravatar {
		float: left;
	}
	.comment-body {
		float: left;
		border: 1px solid #303030;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		padding: 6px 10px;
		margin-left: 20px;
		position: relative;
		width: 470px;
	}
	.comment-author {
		font-weight: bold;
		color: #fff;
	}
	.cborder {
		background: url(images/comment.png) no-repeat;
		width: 8px;
		height: 8px;
		left: -8px;
		top: 17px;
		position: absolute;
	}
	#respond {
		float: left;
	}
	#respond h3 {
		margin-bottom: 16px;
	}
	#respond input {
		background: #262626;
		border: none;
		color: #666;
		padding: 4px;		
	}
	#respond input[type=text] {
		width: 173px;
		margin-right: 10px;
		font-size: 0.85em;		
	}
	#respond #submit {
		background: url(images/submit.gif) no-repeat;
		width: 126px;
		height: 22px;
		border: none;
		cursor: pointer;
		padding: 0;
	}
	#comment {
		float: left;
		width: 550px;
		background: #262626;
		color: #666;
		border: none;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.85em;
		padding: 6px;
		height: 98px;
	}
	label {
		display: block;
		line-height: 1.3em;
		font-size: 0.85em;
		color: #666;
	}
	.name-div, .mail-div, .url-div {
		float: left;
		height: 36px;
		position: relative;
		width: 190px;
	}
	.comment-div {
		float: left;
		height: 128px;
		position: relative;
		margin-top: 10px;
	}
	.required {
		color: red;
	}
	#respond a {
	 color: #fff;
  }
	#respond a:hover {
	 color: #cfcfcf;
  }
  .more-link {
    text-decoration: none;
  }
  .more-link span {
    text-decoration: underline;
  }
