/*  
Theme Name: SirMike
Theme URI: http://sirmike.org/
Description: Theme by SirMike.
Version: 1.0
Author: SirMike
Author URI: http://sirmike.org
*/

body {
font-family: Tahoma;
font-size: 12px;
font-weight: normal;
background-color: #ffffff;
}

a {
color:#bb2000;
font-weight: bold;
text-decoration: none;
}

a:hover {
color:#0101FF;
font-weight: bold;
text-decoration: none;
}

.small
{
	font-size: 0.25em;
}

/* post classes */
div.post
{
	margin-bottom: 10px;
	padding: 0px;
}

div.entry
{
}

div.postmetadata
{
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
} 

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 30px;
	height: 20px;
} 

#body h2, h2 a
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000;
}

#body h2 a:hover
{
	font-weight: bold;
}



#body small
{
	color: #777;
}

#body .postmetadata
{
	text-align: right;
	color: #777;
	clear: both;
}
/* end of post classes */

div#header
{
	margin-top: 5px;
	padding-top: 50px;
	font-size: 4em;
	background: url('images/header.png');
	background-repeat: no-repeat;
	height: 140px;
}


div#sidebar {
width: 160px; 
float: left;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 10px;
}

div#main {
width: 901px;
text-align: center;
margin: auto;
float: none;
}

div#body {
width: 901px;
float: left;
text-align: left;
background: url('images/content.png');
}

div#content {
padding: 0px 0px 0px 0px;
width: 660px;
float: left;
text-align: left;
}

div#wide {
padding: 0px 0px 20px 20px;
width: 900px;
float: left;
text-align: left;
}


div#footer {
text-align: center;
clear: both;
background: url('images/footer.png');
background-repeat: no-repeat;
height: 24px;
margin-bottom: 10px;
}

h2 {
font-size: 16px;
font-weight: bold;
color: navy;
}

h3 {
font-size: 12px;
font-weight: bold;
color: #2079FF;
}

img {
border: none;
margin-right: 5px;
margin-bottom: 5px;
}

#body img {
border: none;
margin-right: 5px;
margin-bottom: 5px;
}


textarea {
font-size: 12px;
font-family: Tahoma;
}

input {
font-size: 12px;
font-family: Tahoma;
}

#sidebar ul
{
	list-style-type: none;
	margin-left: 20px;
	padding: 0;
}

#sidebar h2
{
	margin: 10px;
}

#sidebar li:before
{
	content: "\00BB \0020"; 
}

.title
{
color: navy;
font-weight: bold;
font-size: 12px;
}

.title_thin
{
color: navy;
font-weight: normal;
font-size: 10px;
}

.tabela
{
border: 1px solid gray;
margin-bottom: 5px;
padding: 5px;
}

.comments
{
border: 1px solid gray;
padding: 5px;
}

.addcomment
{
border: 1px solid gray;
background-color: #FFFFCC;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

