body {
	text-align: center;
	color: #333;
	background: #404040 url(../images/bg.jpg) repeat-x top left;
	font-size: 13px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	text-decoration: none;
}

strong {
	font-weight: normal;
}

div#header {
	width: 100%;
}
div#search {
	width: 100%;
}
div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
}
div#search div.inner {
	padding-top: 10px;
}
div#header h1 {
	font-size: 23px;
	font-weight: bold;
	float: left;
}

div#search a {
	float: left;
}

div#header h1 a {
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	background: url(../images/logo.jpg) no-repeat;
	display: block;
	width: 167px;
	height: 70px;
}
ul#navigation {
	float: right;
	width: 50%;
	position: relative;
	top: 7px;
	text-align: right;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	text-decoration: none;
	font-size: 11px;
	width: 164px;
	height: 17px;
	background-image: url(../images/back_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	color: #424040;
	text-align: center;
	padding: 5px 0px 0px 3px;
	margin-top: 15px;
}

ul#navigation li a:hover {
	background-position: 0px -22px;
}

#rss-link strong,
#index {
	font-size: 11px;
	color: #d4d4d4;
}

ul#navigation li a span {
	color: #e01b23;
	font-weight: bold;
}

ul#navigation li.active a {
	color: #BFDCFE;
}

div#search form {
	font-size: 14px;
	width: 40%;
	float: right;
	text-align: right;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 211px;
	height: 16px;
	background: url(../images/search_input.jpg) no-repeat;
	padding: 2px;
	border: none;
}

#searchsubmit {
	width: 50px;
	padding: 2px 0 3px;
	background: url(../images/search.jpg) no-repeat;
	border: none;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	position: relative;
	top: 1px;
}

a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 20px 0 0;
}

a#index {
	padding-right: 15px;
	margin-top: 4px;
}

a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 27px;
	margin-left: 15px;
	margin-top: 4px;
}

img.sep {
	float: left;
	margin-top: -10px;
}

a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #666!important;
	border-bottom: 1px dotted #222;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #ccc!important;
	border-bottom: 1px solid #333;
}
div#wrapper {
	text-align: left;
	width: 820px;
	padding: 0px 0px 20px 20px;
	margin: auto;
	background: #eceff5;
	border-right: 2px solid #242c34;
	border-left: 2px solid #242c34;
}
div#content {
	width: 500px;
	float: left;
	padding: 20px 30px 0 0;
}
ul#sidebar {
	display: block;
	width: 240px;
	float: right;
	padding: 20px 20px 0 30px;
	font-size: 13px;
	background-color: #f1f1f1;
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #d1d1d1;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}

ul#sidebar li a {
	color: #000;
	border-bottom: 1px solid #e01b23;
}

ul#sidebar li a:hover {
	border: none;
}

h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 24px;
	margin-bottom: 8px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	font-size: 11px;
	margin: 0 0 8px;
	color: #848484;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #848484;
	font-size: 11px;
}
div.post-title h3 a {
	color: #e01b23;
	text-decoration: none;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
}
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}

div.post-content p {
	color: #424040;
	font-size: 11px;
}

div.post-content p a {
	border-bottom:1px solid #E01B23;
	color: #424040;
}

div.post-content p a:hover {
	border: none;
}

div.post-content ol {
	list-style: decimal;
}
a {
	color: #0078C8;
}
a:hover {
	color: #0095f8;
}
blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px solid #e9e9e9;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}

.social {
	width: 213px;
	height: 44px;
	background: url(../images/social.jpg) no-repeat;
	padding: 68px 0px 0px 38px;
}

.social a {
	margin-right: 14px;
	border: none !important;
	float: left;
}

a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	background: url(../images/footer_bg.jpg) repeat-x;
	padding: 0px 10px 0px;
	display: block;
	width: 820px;
	margin: auto;
	border-right: 2px solid #242c34;
	border-left: 2px solid #242c34;
	text-align: left;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 20px;
	color: #555;
}
div#footer a {
	color: #ccc;
	text-decoration: none;
}

div#footer p#blog-name {
	font-size: 16px;
	color: #aaa;
}
div#footer p#webrevolutionary-link {
	color: #333;
}
div#footer p#webrevolutionary-link a {
	color: #444;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}
#footer .footer_inner a {
	border: none;
}
#footer .footer_inner .left a {
	margin-right: 24px;
}

#footer .footer_inner .right {
	padding-top: 8px;
}

#footer .footer_inner .right p {
	text-align: right;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

#footer .footer_inner .stenik {
	background: url(../images/stenik.png) no-repeat;
	padding: 3px 0px 12px 25px;
	color: #646464;
	display: block;
	margin-top: 5px;
}

#footer .footer_inner .stenik a {
	color: #646464;
}
