/*
Theme Name: GTRblog
Author: Lukas S
*/
*
{
	margin: 0;
	padding: 0;
}
html
{
	
}
body
{background: black url('images/background.jpg') top center repeat-x;
	color: #5c5c5c;
	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;
}
#main_wrapper
{
	background: url('images/header.png') top center repeat-x;
	margin: auto 100px;
        text-align: left;
	min-width: 780px;
	max-width: 1260px;
}
#header
{
	background: url('images/flag.png') top center no-repeat;
	clear: both;
	height: 101px;
	width: 100%;

}
#top_menu
{
	background: url('images/top_menu.jpg')top left repeat-x;
	border-left: 1px solid white;
	border-right: 1px solid white;
	clear: both;
	height: 22px;
	padding: 0 10px 0 10px;
}

#top_menu ul li
{
	background: transparent;
	display: inline;
	list-style-type: none;
	margin-top: 1px;
	padding: 1px 5px 3px 5px;
}
#top_menu ul li:hover
{
	background: transparent;
	
}
#info
{
	clear: both;
	color: #fff;
}
#info a
{
	color: #fff;
}
#search
{
	float: right;
	height: 22px;
	margin-bottom: 16px;
	margin-right: -10px;
	margin-top: 21px;
	width: 158px;
}
#search input[type="text"]
{
	background: none;
	background: url('images/search.gif') center left no-repeat;
	border: none;
	color: white;
	height: 20px;
	padding: 2px 2px 0 22px;
	width: 104px;
}
#search input[type="text"]:hover
{
	background: url('images/search.gif') center left no-repeat;
}
#logo
{
	float: left;
	padding: 15px 0 0 15px;
}
#logo img
{
	border: none;


}
#content
{
	background: #EFEFEF;
	clear: left;
	float: left;
	padding: 5px;
	width: 75%;
}
#content_wrapper
{
	background: #EFEFEF;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#sidepanel
{
	background: #FF3F3F;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	clear: right;
	float: right;
	padding: 5px 0 5px 0;
	width: 20%;
}
#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;
        
	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: white;
        font-weight: bold;
        text-align: center;
}
#footer
{
	background: #EFEFEF;
	clear: both;
	width: 100%;
        border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: red;
        
}
#wp-calendar th
{
	background: white;
	border: 1px solid black;
	padding: 0 2px;
        color: black;
}
#wp-calendar a:link
{
	background: transparent;
	border: 1px solid white;
	padding: 2px;
}
#wp-calendar a:hover
{
	background: transparent;
	border: 1px solid white;
}
#content h2
{
	background: #FF3F3F;
	border: 1px solid black;
	clear: both;
	padding: 3px;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
        font-style: italic;
}
.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 #86979a;
	width: 620px;
}
#commentform input[type="text"]
{
	background: white;
	border: 1px solid #86979a;
}
.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;
}