/*
Theme Name: ClassicWhite
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: #f5f5f5 url('images/background.png') top center repeat-y;
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	
        
}
a:link, a:active, a:visited
{
	color: #000;
	text-decoration: none;
       
}
a:hover
{
	
  color: #000;
	

}

#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;
	background:#fbfafa none repeat scroll 0 0;
        border:1px solid #DDDDDD;
        height:101px;
        margin:5px;
        padding:0;
        
}
#top_menu
{
	background:#4277AD url(images/nav.gif) repeat-x;
        height:38px;
        margin:110px 0 0;
        text-align: left;
        text-transform: uppercase;
}
#top_menu ul {
margin: 15px;
padding: 9px 5px;
font-size: 15px;
}
#top_menu ul li
{
        background: transparent;
	display: inline;
	color: white;
}
#top_menu ul li:hover
{
	text-decoration: none;
       
color: #f4f4f4;
}
#top_menu a:link, #top_menu a:active, #top_menu a:visited
{
	
        color: white;
	padding: 9px 5px;
        
}
#top_menu a:hover
{
       text-decoration: none;
       color: #bfbfbf;
}
.search-box
{
        float:right;
        margin-top:110px;
        padding:0;
}
#search #searchsubmit 
{
margin:5px;
}
input#s 
{
border:1px solid #CCCCCC;
color:#333333;
float:left;
height:15px;
margin-top:8px;
padding:3px 2px 3px 5px;
width:160px;
}
input#sbutt 
{
background:transparent url(images/search.png) no-repeat scroll 0 0;
border:medium none;
color:#fbfafa;
height:30px;
margin:5px 0 5px 8px;
padding:0;
width:40px;
}
#info
{
	clear: both;
	color: #fff;
}
#info a
{
	color: #fff;
}
#logo
{       width: 418px;
	float: left;
	padding: 10px 0 0 0px;
}
#logo img
{
        background: transparent;
	border: #dddddd;
}
#content
{       margin-top: 5px;
	background: #fbfafa;
	clear: right;
	float: right;
	padding: 5px;
	width: 625px;
        border: 1px solid #dddddd;
        margin-right: 5px;
        margin-bottom: 5px;
}
#content_wrapper
{
	background: transparent;
	
}
#sidepanel
{
	background: #fbfafa;
	border: 1px solid #dddddd;
        clear: left;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 235px;
        margin-top: 5px;
	text-align: center;
	margin-left: 5px;
        margin-bottom: 5px;
}
#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;
        font-weight: bold;
}
#sidebar ul li a:hover
{
	background-color: transparent;
        color: #3E73A9;
	margin-left: -10px;
	margin-right: -2px;
	padding: 2px 2px 2px 10px;
}
#sidebar li
{
	list-style-type: none;
	padding-left: 5px;
}

#sidebar .sidebar_title
{
	background: url('images/sidebar_title.png') top center no-repeat;
	display: block;
	margin-top: 10px;
        margin-bottom: 3px;
	padding: 7px 2px 2px 5px;
        color: #fe533f;
        font-family: Century Gothic, Geneva, sans-serif;
        font-weight: bold;
        text-align: center;
}
#footer
{
	color: #111111;
        background: #fbfafa;
        border:1px solid #DDDDDD;
	clear: both;
	margin: 5px;
        display: block;
        
}
#calendar_wrap {
    padding: 0;
    border: none;
}
#wp-calendar 
{
         width: 100%;
         font-size:90%;
         border-collapse: collapse;
         background-color: transparent;
         margin: 0 auto;
}
#wp-calendar caption {
    width: auto;
    color: #3E73A9;
    border: none;;
    padding: 3px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    } 
#wp-calendar th
{       
	background: white;
	border: 1px solid black;
	color: black;  
        text-align: center;
        
}
#wp-calendar a:link
{
	background: transparent;
	border: 1px solid #3E73A9;
	
}
#wp-calendar a:hover
{
	background: transparent;
	border: 1px solid #3E73A9;
}
#content h2
{
	background: #f4f4f4;
	border: 1px solid #dddddd;
	clear: both;
	padding: 3px;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
        text-align: left;
}
#content h2 a:link
{
	background: transparent;
	color: black;
	
}
#content h2 a:hover
{
	background: transparent;
	color: black;
        font-weight: bold;
        text-decoration: underline;

}
.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;
}