/*
Theme Name: Kamil Tatarkovič
Description: Šablona Kamil Tatarkovič
*/


body {
background: #000 url('img/background.jpg') no-repeat top center;
margin: 0;
font-family: arial;
}

#main {
width: 1000px;
margin: auto;
}

#header {
background: url('img/header.jpg');
width: 1000px;
height: 211px;
z-index: -1;
}

#main-menu {
background: #fff url('img/menu.jpg') no-repeat;
width: 1000px;
height: 40px;
}

#content {
background: #fff url('img/content.jpg') no-repeat;
width: 960px;
padding: 0px 20px;
color: #000;
min-height: 400px;
}

#footer {
background: url('img/footer.jpg') no-repeat;
width: 1000px;
height: 132px;
}

div#main-menu ul {
margin: 0 0 0 4px;
padding: 0;
}

div#main-menu ul li {
list-style-type: none;
float: left;
}

div#main-menu ul li a {
text-transform: uppercase;
text-decoration: none;
font-size: 14px;
font-style: italic;
font-weight: bold;
color: #002842;
display: block;
width: 90px;
height: 31px;
margin: 0 1px 0 0;
padding: 9px 0 0 0;
text-align: center;
position: relative;
top: -2px;
z-index: 8;
}

div#main-menu ul li a:hover, .active {
background: #ffcc00 url('img/menu-background.jpg') no-repeat top center;
}

.article {
border-bottom: #ffcc00 1px solid;
padding: 0 0 4px 0;
}

p.info, .comment-meta, .commentmetadata {
color: #8f8f8f;
font-size: 10px;
margin: 0;
padding: 0;
}

.comment {
border-bottom: #8f8f8f 1px solid;
}

.fn, .says {
font-size: 12px;
font-weight: bold;
}

input, textarea {
border: #8f8f8f 1px solid;
}

p {
font-size: 12px;
margin: 0;
padding: 0 0 12px 0;
line-height: 18px;
text-align: justify;
}

p.more-link {
color: #0064a2;
font-size: 12px;
padding: 0;
margin: 0;
}

#content #prev a {
display: block;
width: 97px;
height: 23px;
background: #ffcc00 url('img/prev.jpg') no-repeat;
font-size: 12px;
float: left;
margin: 13px 0 8px 0;
padding: 7px 0 0 15px;
text-decoration: none;
color: #000;
border: 0px;
}

#content #next a {
display: block;
width: 102px;
height: 23px;
background: #ffcc00 url('img/next.jpg') no-repeat;
font-size: 12px;
float: right;
margin: 13px 0 8px 0;
padding: 7px 0px 0 10px;
text-decoration: none;
color: #000;
border: 0px;
}

#prev a:hover, #next a:hover {
border: 0px;
color: #777;
}

#content a, #content a:active, #content a:visited {
color: #0064a2;
text-decoration: none;
}

#content a:hover {
color: #002842;
border-bottom: #002842 1px solid;
}

#content a img {
border: 0px;
} 

.clear {
clear: both;
}

.none {
display: none;
}

h1 {
font-weight: bold;
color: #0064a2;
font-size: 24px;
margin: 0;
padding: 20px 0 3px 0;
}

h2 {
font-weight: bold;
color: #0064a2;
font-size: 18px;
margin: 0;
padding: 15px 0 3px 0;
}

h3 {
font-weight: bold;
color: #0064a2;
font-size: 16px;
margin: 0;
padding: 20px 0 3px 0;
}


/*
Wordpress styly:
*/  


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0 0 8px 8px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 8px 8px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}