/*
	Theme Name: A-Blog
	Theme URL: http://www.a-blog.by
	Author: Aliaksei <mail@aliaksei.org>
	Version: 1.0
*/


/*
red		EE3124
blue	086280
gray	B6BABD
*/

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	background: #EE3124;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	}

a {
	color: #cc0000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #EE3124;
	text-decoration: none;
	}

a:visited:hover {
	text-decoration: underline;
	}

#white {
	color: #FFFFFF;
	}
	
.clear {
	clear: both;
	}

.wrapper {
	width: 990px;
	margin: 0 auto 0;
}

.header {
	width: 100%;
	margin: 20px 0px 10px 0px;
	}

.header .logo {
	margin: 30px 10px 10px 30px;
	float: left;
	}

.header .rightmenu {
	width:180px;
	float: right;
	}

.header .rightmenu ul{
	list-style: none;
	}

.header .rightmenu li{
	margin-bottom: 10px;
	margin-left: -20px;
	}

.rightmenu #map {
	background: url('images/map.gif') no-repeat;
	height: 16px;
	padding: 0 0 0 20px;
	}

.rightmenu #rss {
	background: url('images/rss.gif') no-repeat;
	height: 16px;
	padding: 0 0 0 20px;
	}

.rightmenu #about {
	background: url('images/about.gif') no-repeat;
	height: 16px;
	padding: 0 0 0 20px;
	}

.rightmenu #alpha {
	background: url('images/alpha.gif') no-repeat;
	height: 16px;
	padding: 0 0 0 20px;
	}

#rss2 {
	background: url('images/rss2.gif') no-repeat;
	height: 16px;
	width: 16px;
	padding: 0 0 0 17px;
	}
	
.header .rightmenu a {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1.2em;
	}

.headermenu {
	width: 100%;
	}

.headermenu .back  {
	float: left;
	width: 80px;
	margin: 0 0 0 15px;
	}

.headermenu .back  a {
	color: #FFFFFF;
	font-size: 1.1em;
	}

.headermenu .menu  {
	float: left;
	margin: 1px 0 10px 10px;
	}
	
.headermenu .menu  a {
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	margin-right: 5px;
	margin-top: -10px;
	}
	
.headermenu .search {
	float: right;
	}

#searchleft {
	float: left;
	width: 14px;
	height: 20px;
	background: #EE3124 url('images/search-left.gif') no-repeat;
	}

#searchcenter {
	float: left;
	width: 160px;
	height: 20px;
	background: #FFFFFF;
	}

#searchright {
	float: left;
	width: 14px;
	height: 20px;
	background: #EE3124 url('images/search-right.gif') no-repeat;
	}

#searchbutton {
	float: left;
	}

#searchbutton input {
	border: 0;
	}


#searchfiled {
	width: 157px;
	height: 20px;
	background: #FFFFFF;
	color: #999999;
	border: 0;
	/*font-size: 0.8em;*/
	margin-top: 0px;
	}

.page {
	/*border: 1px dotted green;*/
	width: 990px;
	background: #FFFFFF url('images/page-top.gif') no-repeat top;
	}

.content {
	background: #FFFFFF;
	float: left;
	width: 770px;
	padding: 0;
	margin: 15px 0 0 0;
}

.content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	}

#tag {
	background: url('images/tag-bullet.gif') no-repeat;
	color: #B6BABD;
	padding: 0 0 0 17px;
	}

#tag a {
	color: #B6BABD;
	}

#entry ul {
    margin-left: 25px;
}

.news {
	float: left;
	width: 245px;
	/*min-height: 250px;*/
	/*margin: 10px 0 0 5px;*/
	}

.news #avatar {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	margin: 0px 0 0 5px;
	}

.news #top {
	background: url('images/news-top.gif') no-repeat bottom;
	height: 80px;
	}

.news #top h1 {
	color: #064260;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 73px;
	}

.news #top h1 a {
	color: #064260;
	}
	
.news #top h2 {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 73px;
	}

.news #top h2 a {
	color: #999999;
	}

.news #introIMG {
	padding: 10px 0px 10px 0px;
	}

.news #entry {
	overflow: hidden;
	background: url('images/news-bg.gif') repeat-y;
	padding: 0 10px 0 10px;
	}
	
.news #text {
	height: 470px;
	}

.news #entry h2 {
	color: #EE3124;
	font-size: 18px;
	margin: 0 0 5px 0;
	}

.news #entry h2 a {
	color: #EE3124;
	}

.news #footer {
	background: url('images/news-bottom.gif') no-repeat bottom;
	height: 18px;
	}

.news #views {
	float: right;
	color: #999999;
	margin: 5px 0 0 0;
	}

.news #tags {
	background: url('images/tag-bullet.gif') no-repeat;
	color: #B6BABD;
	padding: 0 0 0 17px;
	}

.news #tags a {
	color: #B6BABD;
	}

.featured {
	float: right;
	width: 483px;
	}

.featurednews #top {
	background: url('images/featured-top.gif') no-repeat bottom;
	height: 87px;
	}

.featurednews #top h1 {
	color: #999999;
	font-size: 18px;
	}

.featurednews #top h1 a {
	color: #999999;
	}

.featurednews #top h2 {
	color: #EE3124;
	font-size: 18px;
	margin: 0 0 5px 0;
	}

.featurednews #entry {
	background: url('images/featured-bg.gif') repeat-y;
	}

.featurednews #titles {
	margin: 5px;
	}
	
.featurednews  #title {
	display: block;
	color: #999999;
	margin: 0 0 5px 0;
	}

.featurednews #footer {
	background: url('images/featured-bottom.gif') no-repeat;
	height: 8px;
	}

.featuredquote {
	background: #F0F0F0;
	width: 483px;
	margin: 10px 0 10px 0;
}

.featuredquote  #logo {
	float: left;
	background: url('images/red-bullet.gif') no-repeat top left;
	width: 35px;
	height: 50px;
	margin: 0 0 0 0;
	}

.featuredquote  #text {
	float: left;
	width: 410px;
	margin: 0 0 0 0;
	padding: 5px 5px 0 5px;
	background: url('images/quote-bg.gif') no-repeat bottom  right;
	}

.featuredquote  #quotetext {
	height: 130px;
	}

.featuredquote  #quoteauthor {
	width: 380px;
	height: 33px;
	color: #777;
	}

.featuredgallery {
	position: relative;
	width: 500px;
	height: 240px;
	/*background: url('images/main-img.gif') no-repeat;*/
	margin-left: 5px;
	}

.featuredgallery  #image {
	position: absolute;
	left: 110px;
	width: 240px;
	height: 240px;
	overflow: hidden;
	}

.featuredgallery #thumbs {
	width: 460px;
	list-style: none;
	}

.featuredgallery #thumbs li {
	cursor: pointer;
	}

.featuredgallery #left {
	float: left;
	width: 100px;
	}

.featuredgallery #center {
	overflow: hidden;
	float: left;
	width: 240px;
	height: 240px;
	border: 1px solid #999999;
	margin: 0 10px 0 10px;
	}

.featuredgallery #right {
	float: left;
	width: 80px;
	}

.featuredgallery #thumbinal {
	float: left;
	width: 70px;
	border: 1px sloid #999999;
	margin: 0 0 10px 0;
/*
	background: #ddd;
	height: 70px;
	border: 1px sloid #999999;
	margin: 0 0 10px 0;
*/
	}

.upper {
	width: 750px;
	padding: 5px 0 20px 10px;
	}

.upperwrap {
	background: url('images/news-bg.gif') repeat-y left;
	}

.main {
	width: 750px;
	background: url('images/main-top.gif') no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	}

.main #blogstat {
	height: 30px;
	padding: 7px 0 0 20px;
	color: #aaa;
	}

.main #blogstat a {
	color: #FFFFFF;
	}

.postwrap {
	position: relative;
	float: left;
	background: url('images/post-bg.gif') repeat-y;
	width: 740px;
	margin: 10px 0 0 10px;
	/*border: 1px dotted green;*/
}

.postwrap #avatar {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 12px;
	top: 72px;
	border: 1px solid #ddd;
}

.postwrap #footer {
	background: url('images/post-bottom.gif') no-repeat bottom;
	height: 20px;
}

.postwrap #postentry {
	position: relative;
	background: url('images/post-top.gif') no-repeat top;
	margin-left: 60px;
	/*border: 1px dotted blue;*/
}

.postwrap #introIMG {
	float: left;
	padding: 10px 0px 10px 0px;
	}

.postwrap #postentry #author {
	float: left;
	font-size: 12px;
	}

.postwrap #postentry #date {
	float: left;
	padding: 0 15px 0 15px;
	}

.postwrap #postentry #views {
	float: right;
	margin-right: 5px;
	}

.postwrap #postentry #favorites {
	float: left;
	background: url('images/favorites.gif') no-repeat;
	padding: 0 0 0 17px;
	margin-right: 20px;
	}

.postwrap #postentry #pdf {
	float: left;
	background: url('images/pdf.gif') no-repeat;
	padding: 0 0 0 17px;
	margin-right: 20px;
	}

.postwrap #postentry #print {
	float: left;
	background: url('images/print.gif') no-repeat;
	padding: 0 0 0 17px;
	margin-right: 20px;
	}

.postwrap #postentry #mail {
	float: left;
	background: url('images/mail.gif') no-repeat;
	padding: 0 0 0 17px;
	margin-right: 20px;
	}

.postwrap #postentry h3 {
	font-size: 14px;
	font-weight: bold;
	color: #EE3124;
	margin: 0 0 0 40px;
	padding-top: 10px;
	}

.postwrap #postentry h3 a {
	color: #EE3124;
	}

.postwrap #entry {
	margin: 10px 10px 10px 40px;
	/*border: 1px dotted blue;*/
	}

.postwrap #entry p {
	font-size: 12px;
	margin: 0 0 15px 0;
	}

.postwrap #postmetadata {
	font-size: 12px;
	color: #999999;
	margin: 10px 0 0 40px;
	}

.postwrap #info {
	width: 100%;
	padding-top: 10px;
	}

.postwrap #actions {
	width: 100%;
	padding-top: 7px;
	}

.search {
	margin: 10px 0 0 10px;
}

.search h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #EE3124;
	margin-bottom: 10px;
	}

#searchsubmit {
	background: #EE3124;
}

.single {
	margin: 20px 50px 20px 105px;
}

.single h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #EE3124;
	margin-bottom: 10px;
	}

.sidebar {
	float: right;
	width: 200px;
	margin-bottom: 50px;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.sidebar li {
	margin: 0;
	}
	
.footer {
}

.copyright {
	float: left;
	width: 760px;
	height: 40px;
	background: #B6BABD url('images/footer-top.gif') no-repeat;
	padding: 10px 0px 0px 10px;
}

.copyright a {
	color: #FFFFFF;
}

.footer2 {
	background: #EE3124;
	height: 30px;
}

.corpo {
	float: right;
	margin-top: 7px;
}

.widgettopred {
	width: 200px;
	height: 10px;
	background: url('images/widget-top-red.gif') no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
.widgetred {
	width: 180px;
	padding: 0 10px 0 10px;
	margin: 0;
	background: url('images/widget-bg-red.gif') repeat-y;
	}	

.widgetbottomred {
	width: 200px;
	height: 10px;
	background: url('images/widget-bottom-red.gif') no-repeat;
	}

.widgettopgray {
	width: 200px;
	height: 10px;
	background: url('images/widget-top-gray.gif') no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
.widgetgray {
	width: 180px;
	padding: 0 10px 0 10px;
	margin: 0;
	background: url('images/widget-bg-gray.gif') repeat-y;
	}	

.widgetbottomgray {
	width: 200px;
	height: 10px;
	background: url('images/widget-bottom-gray.gif') no-repeat;
	}

.navigation {
	margin: 5px 0 0 100px;
	color: #EE3124;
	}

.navigation a {
	color: #EE3124;
	}

.navigation #prev {
	margin-top: 5px;
	}

.navigation #next {
	float: left;
	margin-right: 20px;
	}

.alignleft {
	float: left;
	margin-right: 5px;
	}

.alignright {
	float: right;
	}

.pagetitle {
	color: #B6BABD;
	font-size: 1.0em;
	font-weight: normal;
	margin: 5px 0 0 100px;
	}

.ddsg-wrapper h2 {
	font-size: 1.2em;
	}

.ddsg-cat-header {
	font-size: 1.2em;
	font-weight: bold;
	}

.ddsg-wrapper ul {
	list-style: none;
	margin: 0 0 10px 10px;
	}

.authordata {
	float: left;
	width: 285px;
	margin: 20px 20px 0 0;
	}

.authordata #avatar {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
}

.authordata #info {
	width: 210px;
	float: left;
	margin: 0 0 0 10px;
}

.authordata #meta {
	width: 210px;
	margin: 0 0 0 70px;
}

.authordata h2 {
	font-size: 14pxm;
	color: #999999;
	margin: 0 0 10px 0;
	}

.authordata p {
	margin: 0 0 10px 0;
	}

.commentfield {
	float: left;
	width: 200px;
	}

#field{
	padding: 2px 12px 1px 12px;
	background: url('images/field-bg.gif') no-repeat;
	width: 194px;
	height: 24px;
	}

#field2{
	padding: 2px 12px 1px 12px;
	background: url('images/field2-bg.gif') no-repeat;
	width: 180px;
	height: 24px;
	}

#name, #captcha {
	font-size: 1.0em;
	background: #fff;
	border: 0;
	width: 160px;
	height: 17px;
	margin: 1px;
	}

#email {
	font-size: 1.0em;
	background: #fff;
	border: 0;
	width: 150px;
	height: 17px;
	margin: 1px;
	}

.textarea {
	width: 382px;
	}

#textarea-top {
	background: url('images/textarea-top.gif') no-repeat bottom;
	height: 10px;
	}

#textarea-bg {
	width: 382px;
	background: url('images/textarea-bg.gif') repeat-y;
	}

#textarea-bottom {
	background: url('images/textarea-bottom.gif') no-repeat top;
	height: 10px;
	}


#commentform textarea {
	border: 0;
	padding: 0;
	margin: 0 5px 0 5px;
	width: 95%;
	overflow: auto;
  }
 
#submit {
	border: 0;
	margin-top: 3px;
/*
	background: #EE3124;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-top: 3px;
	padding: 3px 5px 3px 5px;
	height: 20px;
*/
	}

.comments {
	margin-left: 100px;
	}

.commentlist {
	list-style: none;
	width: 384px;
	}

.commentlist #content {
	background: url('images/comment-bg.gif') repeat-y;
	padding: 0 10px 0 10px;
	}

.commentlist #header {
	background: url('images/comment-top.gif') no-repeat top;
	height: 12px;
	}

.commentlist #footer {
	background: url('images/comment-bottom.gif') no-repeat top;
	height: 12px;
	}

.children {
	width: 384px;
	list-style: none;
	margin-left: 30px;
	margin-top: -10px;
	}

.children #content {
	background: url('images/children-bg.gif') repeat-y;
	padding: 0 10px 0 10px;
	}

.children #header {
	background: url('images/children-top.gif') no-repeat top;
	height: 12px;
	}

.children #footer {
	background: url('images/children-bottom.gif') no-repeat top;
	height: 12px;
	}

.comment-author {
	float: left;
	color: #999999;
	}
	
.reply {
	float: right;
	}
	
#respond {
	width: 400px;
	padding-top: 10px;
	margin: 0 0 10px 100px;
	}

#comment {
	width: 500px;
	}

.mostviewed {
	list-style: none;
	margin-top: 5px;
	}

.mostviewed li {
	padding: 5px 5px 3px 10px;
}

.mostcommenters {
	list-style: none;
	color: #064260;
	margin-top: 5px;
	}

.mostcommenters li {
	padding: 5px 5px 3px 10px;
}

#wp-calendar table {
	width: 180px;
	border-collapse: collapse;
	}

#wp-calendar caption 
{
	font-size: 1.2em;
	}

#wp-calendar thead {
	font-size: 0.8em;
	text-transform: lowercase;
	}

#wp-calendar th, #wp-calendar td {
	height: 20px;
	width: 24px;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#wp-calendar tr {
	padding: 0;
	margin: 0;
	}

#wp-calendar a {
	color: #064260;
}

#today {
	color: #FFFFFF;
	background: #064260;
}

#today a {
	color: #FFFFFF;
	background: #064260;
}

#wp-calendar #week {
	background: url('images/week-bg.gif') repeat-x;
	border: 1px dotted red;
}

#wp-calendar #left{
	background: url('images/week-left.gif') no-repeat;
	width: 24px;
	height: 20px;
	}

#wp-calendar #right{
	background: url('images/week-right.gif') no-repeat;
	width: 24px;
	height: 20px;
	}

#currency th {
	text-align: center;
	font-size: 0.8em;
	}

#currency td {
	text-align: center;
	}

.search-excerpt { background: #FF5555 }

