/*
Theme Name: SuperBlog
Theme URI: http://www.simplethemes.org/superblog.php
Description: Light and clean template for personal blogs.
Version: 0.1
Author: Simple Themes
Author URI: http://www.simplethemes.org/
*/

/*

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Original Design by Cleanet.cz*/

/******* BODY ********/

body {
background: #deedf7 url(images/background.png) repeat-x;
margin: 0px;
font-family: arial, verdana;
font-size: 15px;
color: #646464;
}

#main {
width: 953px;
margin:0 auto;
}

a, a:visited {
	color: #444444;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

img {
border:none;
}

/******* HEADER ********/

#header {
height: 76px;
margin-top: 48px;
}

.logo {
float:left;
margin-left: 28px;
width:300px;
}

.logo h1, .logo h1 a {
color:#646464;
text-decoration:none;
margin-top:0px;
font-size:32px;
font-weight: bold;
}

.smallmenu {
float: right;
background: url(images/admin.png) no-repeat;
width: 326px;
height: 42px;
line-height: 42px;
text-align: center;
word-spacing: 30px;
}

.smallmenu span {
word-spacing: 0px;
}

.smallmenu a:link {
font-size: 18px;
color: #ffffff;
text-decoration: none;
}

.smallmenu a:visited {
font-size: 18px;
color: #ffffff;
text-decoration: none;
}

.smallmenu a:hover {
font-size: 18px;
color: #ffffff;
text-decoration: underline;
}

.adminicon {
background: url(images/adminicon.png) no-repeat left top;
padding-left: 30px;
padding-bottom: 5px;
}

.rssicon {
background: url(images/rssicon.png) no-repeat left top;
padding-left: 30px;
padding-bottom: 5px;
}

/******* TOP MENU ********/

#topmenu {
width: 953px;
height: 54px;
background: url(images/menu.png) 0 0 no-repeat;
overflow: hidden;
margin: 0 0 10px 0;
}

#topmenu ul {
margin: 0 0 0 0;
list-style-type: none;
width:600px;
float:left;
}

#topmenu li {
display: inline;
}

#topmenu li a {
display: block;
float: left;
padding: 15px 20px 17px 18px;
color: #646464;
font-size: 20px;
text-decoration: none;
font-weight: bold;
}

#topmenu li a:hover, #topmenu ul li:hover a, #topmenu li#active a {
background: url(images/hover.gif) top center no-repeat;
}

#topmenu li#active a {
background: url(images/hover.gif) top center no-repeat;
color: #494C4D;
}

/******* SEARCH ********/

.search {
width: 247px;
height: 38px;
background: url(images/search.gif);
float: right;
margin-top: 8px;
margin-right: 35px;
}

.main_search{
height:26px;
margin:0px 0 0 3px;
padding:0;
}

.searchform_top{
padding:0px 0px 0 0;
float:left;
}

.searchform_top_text{
float: left;
padding: 0;
margin: 10px 0 0 10px;
border: 0;
width: 200px;
background: none;
}

.gosearch{
float: right;
margin: 3px 4px 0 0;
}

#search_box {
width: 247px;
height: 38px;
background: url(images/search.gif);
float: right;
margin-top: 8px;
margin-right: 35px;
}

#search_box #s {
float: left;
padding: 0;
margin: 10px 0 0 10px;
border: 0;
width: 200px;
background: none;
}

#search_box #go {
float: right;
margin: 3px 4px 0 0;
}

/******* POSTS ********/

#content {
overflow:hidden;
height:100%;
margin:0 0 15px 0;
}

.postsbody {
width:570px;
float:left;
overflow:hidden;
height:100%;
}

.postsbody h2 a{
color:#646464;
}

.postsbody h2 {
padding-bottom: 5px;
color: #646464;
font-size: 24px;
}

.postsbody h2.pagetitle {
background: none;
padding-left: 0px;
padding-bottom: 5px;
color: #646464;
font-size: 26px;
}

#content-top, #content-bottom, #lista {
background-color: #F4F4F1;
}

#content-top {
width: 570px;
height: 4px;
margin-top: 15px;
background: url(images/contenttop.gif) 0 0 no-repeat;
font-size: 0;
line-height: 0;
overflow: hidden;
}

#content-bottom {
width: 570px;
height: 6px;
margin-bottom: 15px;
background: url(images/contentbottom.gif) 0 0 no-repeat;
font-size: 0;
line-height: 0;
overflow: hidden;
}

#lista {
padding: 5px 30px 15px 30px;
background: url(images/lista.gif) 0 0 repeat-y;
}

#content-text {
width: 520px;
padding-top: 5px;
line-height: 1.7;
position: relative;
left: 0px;
top: -25px;
}

#title {
width: 520px;
}

#title h2 {
border-bottom: #f2f2f2 solid 1px;
float: left;
}

#title span {
float: right;
position: relative;
top: 22px;
left: 0px;
font-size: 14px;
color: #7b7b7b;
}

#title span a:link{
color: #1f83ac;
text-decoration: none;
}

#title span a:visited{
color: #1f83ac;
text-decoration: none;
}

#title a:link {
color: #646464;
text-decoration: none;
}

#title a:visited {
text-decoration: none;
}

#title a:hover {
text-decoration: none;
}

#content p {
clear: both;
position: relative;
top: -15px;
left: 0px;
}

.tag {
background: url(images/tag.gif) no-repeat top left;
padding-left: 20px;
padding-bottom: 5px;
margin:0;
width:380px;
float:left;
}

.comment {
background: url(images/comment.gif) no-repeat left;
padding-left: 30px;
padding-bottom: 5px;
}

#dole {
line-height: 16px;
overflow:hidden;
height:100%;
}

.button {
float:right;
width:116px;
margin:0px 0 0 0;
height:31px;
background:url(images/button.gif) no-repeat;
text-align:center;
padding:10px 0 0 0;
}

.button a:link{
color:#fff;
text-decoration:none;
font-weight:bold;
}

.button a:hover {
color:#fff;
text-decoration:none;
font-weight:bold;
}

.button a:visited {
color:#fff;
text-decoration:none;
font-weight:bold;
}

#sidebutton {
position: relative;
top: -25px;
left: 0px;
}

.tag a:link {
color: #696969;
text-decoration: underline;
}

.tag a:visited {
color: #696969;
text-decoration: underline;
}

.tag a:hover {
color: #696969;
text-decoration: none;
}

.entry h1 {
color:#646464;
background:none;
font-size:24px;
}

.entry h2 {
color:#646464;
background:none;
font-size:20px;
padding:0;
}

.entry h3 {
color:#646464;
background:none;
font-size:16px;
}

.entry h4 {
color:#646464;
background:none;
font-size:14px;
}

/******* IMAGE ALIGNMENT ********/

img.alignleft, img.left { float: left;margin-right:7px; }
img.alignright, img.right { float: right; margin-left:7px;}
img.aligncenter, img.center { margin-bottom:7px;display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; }
img.frame { background: #eee; border-style: solid; border-color: #ddd; }
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }

/*—:[ image captioning ]:—*/
.wp-caption { border-style: solid; border-color: #ddd; background-color: #eee; text-align: center; font-style: italic; }
.wp-caption.alignleft { float: left; }
.wp-caption.alignright { float: right; }
.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
.wp-caption.alignnone { clear: both; }
.alignright {float: right;}
.alignleft {float: left;}

.navigation {
margin-bottom:30px;
overflow:hidden;
height:100%;
}
.navigation a {
font-size:18px;
color:#4f4e4e;
text-decoration:none;
}


/******* SIDEBAR RIGHT ********/

.sidebar_right {
float: right;
width:360px;
margin:0 0 15px 0;
}

.sidebartop {
overflow:hidden;
height:100%;
background: url(images/listasidebar.gif) 0 0 repeat-y;
padding: 0px 30px 0px 20px;
}

.sidebartop p {
line-height: 1.7;
margin:25px 0 0 0;
}

.sidebartop h2#sidebarust {
background: url(images/zarovka.gif) no-repeat 0 0;
padding-left: 40px;
padding-bottom: 15px;
color: #646464;
font-size: 30px;
border-bottom:1px solid #F4F4F1;
margin:20px 0 0 0;
}

.sidebar1-top, .sidebar1-bottom {
background-color: #F4F4F1;
}

.sidebar1-top {
width: 360px;
height: 4px;
margin-top: 15px;
background: url(images/sidebartop.gif) 0 0 no-repeat;
font-size: 0;
line-height: 0;
overflow: hidden;
}

.sidebar1-bottom {
width: 360px;
height: 7px;
margin-bottom: 0px;
background: url(images/sidebarbottom.gif) 0 0 no-repeat;
font-size: 0;
line-height: 0;
overflow: hidden;
}

.sidebarmenus {
overflow:hidden;
height:100%;
background: url(images/listasidebar.gif) 0 0 repeat-y;
padding: 0px 10px 15px 20px;
}

.sidebarleft {
width:150px;
float:left;
overflow:hidden;
height:100%;
}

.sidebarright {
width:170px;
float:right;
overflow:hidden;
height:100%;
}

.sidebarmenus h2 {
font-size: 25px;
margin:0 0 10px 0;
padding:0;
line-height:30px;
}

.sidebarmenus ul {
margin:14px 0 0 0;
padding:0;
}

.sidebarmenus ul li{
list-style:none;
}

.sidebarmenus ul li ul{
margin:0 0 20px 0;
padding:0;
}

.sidebarmenus ul li ul li{
margin:2px 0 0px 15px;
padding:0 0 3px 0;
list-style:none;
list-style-image: url(images/list.gif);
}

.sidebarmenus ul li ul li a{
margin:0 0 0 0px;
padding:0 0 3px 0;
text-decoration:none;
color:#3f89a8;
font-size:15px;
border-bottom: 1px dashed #eeeeee;
line-height:24px;
}

.sidebarmenus ul li ul li a:hover{
text-decoration:underline;
}

.righttags a{
color:#3f89a8;
text-decoration:none;
}

.sidebarmenus a{
color:#3f89a8;
text-decoration:none;
}

.righttags a:hover{
text-decoration:underline;
}

.sidebarmenus a:hover{
text-decoration:underline;
}

.sidebarmenus ul li ul li ul {
margin:0;
padding:0;
}

.sidebarmenus ul li ul li ul li ul{
margin:0;
padding:0;
}

/******* FOOTER ********/

#footer {
clear:both;
color: #858e94;
overflow:hidden;
height:100%;
}

#footer ul li {
list-style-type: none;
display: inline;
}

.footerlogo {
float: left;
width: 161px;
padding-bottom: 20px
}

#footertext {
width: 780px;
float: right;
padding-bottom: 20px
}

#footer a:link {
color: #adb6bc;
text-decoration: none;
}

#footer a:visited {
color: #adb6bc;
text-decoration: none;
}

#footer a:hover {
color: #a2adb3;
text-decoration: underline;
}

#footeractive {
color: #a2adb3;
}

#footer span {
color: #adb6bc;
}

#footertext span a:link {
color: #646464;
}

#footertext span a:visited {
color: #646464;
}

#footertext span a:hover {
color: #646464;
}

/*********COMMENTS ******/

.comment a{
text-decoration:none;
}
.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
margin-top:-3px;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 12px;
color:#646464;
}

.commentlist p {
line-height:16px;
}

.comment-meta {
margin:50px 0 0 0;
}

#commentform p {
line-height:16px;
}

.commentmetadata {
font-size:9px;
}

.commentmetadata a{
color:#646464;
}

h3.comments {
padding: 0;
margin: 10px auto 20px;
}

h3#comments {
padding: 10px 0 0 0;
margin: 0px 0 -10px 0px;
font-size:16px;
}

#respond {
margin:0 0px 0 0px;
padding:0 0 0 0px;
font-size:16px;
}

h3.respond {
padding: 0;
margin: 0px 0 10px 0px;
font-size:16px;
border-top:none;
}

#respond h3{
padding: 0px 0 0 0;
margin: 10px 10px 20px 0px;
font-size:16px;
}

.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
margin:0;
}

.commentlist li {
margin: 10px 0 0px 0px;
padding:10px;
list-style: none;
border-bottom:1px solid #c9dfe5;
background:#fff;
}

.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 30px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
margin: 5px 0 0 0px;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}


#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
background:#fff;
}

#commentform {
margin: 5px 10px 0 0;
}
#commentform textarea {
width: 99%;
padding: 2px;
background:#fff;
}

#respond:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#commentform #submit {
margin: 0 0 5px auto;
float: right;
background:#f2b337;
color:#fff;
}

blockquote {
border-left:1px solid #f5f6f6;
padding-left:10px;
}

