/*
Theme Name: BestBlogBLUE
Author: Lukas S
Theme URL: 	http://www.themes-zone.com
Version: 	1.0
Description: 	WordPress theme including everything You need, created by underestimated visionary Lukas S.
*/
*
{
	margin: 0;
	padding: 0;
}
html
{
	
}
body
{background: black url('images/background.jpg') top center repeat-x;
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
a:link, a:active, a:visited
{
	color: #000;
	text-decoration: none;
       
}
a:hover
{
	
        font-weight: bold;
}
div#top_menu a:link, div#top_menu a:active, div#top_menu a:visited
{
	color: white;
	text-decoration: none;
        font-weight: bold;
}
div#top_menu a:hover
{
	background: #006a7c;
}
#main_wrapper
{
	background: url('images/header.png') top center repeat-x;
        text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 900px;
}
#header
{
	background: url('images/flag.png') top center no-repeat;
	clear: both;
	height: 101px;
	width: 100%;
        padding-top: 25px;
}
#top_menu
{
	background: url('images/top_menu.png')top left repeat-x;
	border: 1px solid #006a7c;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
        clear: both;
	height: 22px;
	padding: 0 10px 0 10px;
        
}

#top_menu ul li
{
        background: transparent;
	display: inline;
	list-style-type: none;
	margin-top: 100px;
	padding: 1px 5px 1px 5px;
}
#top_menu ul li:hover
{
	background: transparent;
	
}
#info
{
	clear: both;
	color: #fff;
}
#info a
{
	color: #fff;
}
#search
{
        background: url('images/search.png') center left no-repeat;
	float: right;
	height: 30px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 75px;
	width: 150px;
}
#search input[type="text"]
{
	font-weight: bold;
        background: none;
	border: none;
	color: white;
	height: 30px;
	padding: 6px 38px;
	width: 108px;
}
#search input[type="text"]:hover
{
	background: transparent;
}
#logo
{       width: 418px;
	float: left;
	padding: 0 0 0 15px;
}
#logo img
{
	border: none;


}
#content
{       margin-top: 40px;
	background: #EFEFEF;
	clear: left;
	float: left;
	padding: 5px;
	width: 650px;
        border: 1px solid black;
}
#content_wrapper
{
	background: transparent;
	
}
#sidepanel
{
	background: url('images/sidepanel_bg.png') repeat;
	border: 1px solid white;
        clear: right;
	float: right;
	padding: 5px 5px 5px 5px;
	width: 220px;
        margin-top: 40px;
	text-align: center;
	font-weight: bold;
}
#sidebar ul li
{
	background: transparent;
	list-style-image: none;
	list-style-type: none;
}
#sidebar ul li a:link, #sidebar ul li a:visited
{
	display: block;
	padding: 2px;
}
#sidebar ul li a:hover
{
	background-color: transparent;
        color: white;
	margin-left: -10px;
	margin-right: -1px;
	padding: 2px 2px 2px 10px;
}
#sidebar li
{
	list-style-type: none;
	padding-left: 5px;
}
#sidebar
{
	margin-bottom: 10px;
}
#sidebar .sidebar_title
{
	background: url('images/sidebar_title.png') top center no-repeat;
	display: block;
	margin: 10px 0 2px -10px;
	margin-top: 10px;
	padding: 2px 2px 2px 7px;
        color: #dfdfdf;
        font-weight: bold;
        text-align: center;
}
#footer
{
	color: #BFBFBF;
        background: transparent;
	clear: both;
	width: 100%;
         
}
#calendar_wrap {
    padding: 0;
    border: none;
}
#wp-calendar 
{
         width: 100%;
         font-size:90%;
         border-collapse: collapse;
         background-color: #efefef;
         margin: 0 auto;
}
#wp-calendar caption {
    width: auto;
    color: white;
    border: none;;
    padding: 3px;
    margin: 0 auto;
    font-size: 14px;
    } 
#wp-calendar th
{       
	background: white;
	border: 1px solid black;
	color: black;  
        text-align: center;
        
}
#wp-calendar a:link
{
	background: transparent;
	border: 1px solid #006a7c;
	
}
#wp-calendar a:hover
{
	background: transparent;
	border: 1px solid #006a7c;
}
#content h2
{
	background: url('images/sidepanel_bg.png') repeat;
	border: 1px solid black;
	clear: both;
	padding: 3px;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
        
}
#content h2 a:link
{
	background: transparent;
	color: black;
	
}
#content h2 a:hover
{
	background: transparent;
	color: white;
}
.entry, .post small, .post .postmetadata
{
	padding: 5px 10px;
}
.recentcomments a:hover
{
	background: none !important;
	border: none !important;
	margin: 0 !important;
}
#comment
{
	background: white;
	border: 1px solid black;
	width: 620px;
}
#commentform input[type="text"]
{
	background: white;
	border: 1px solid black;
}
.navigation .alignleft
{
	float: left;
}
.navigation .alignright
{
	float: right;
}
#comments
{
	padding: 20px 0 10px 0;
}
.commentlist
{
	list-style-type: none;
	padding: 35px 0 10px 0;
}
.commentmetadata, .commentmetadata a
{
	background: #6F6F6F;
	color: #fff;
	padding-left: 4px;
}
.comment-body p
{
	padding: 5px 5px 20px 15px;
}