/*  
Theme Name: Unnamed
Theme URI: http://www.freewpthemes.net/preview/unnamed
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #404040;
	font-size: 13px;
	text-align: justify;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h4 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7D4400;
}

h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: silver;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: green;
}

a:hover {
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 820px;
	background: yellow;
	border: 1px solid lightblue;
	height: 38px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 167px 0 0 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1, #header p {
	margin: 0px;
}

#header h1 {
	margin-left: 40px;
	float: left;
	color: blue;
	font-size: 46px;
}

#header h4 {
	margin-right: 50px;
	float: right
}

#header p {
	float: left;
	padding: 17px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#header a {
	text-decoration: overline;
	text-indent: 300px;
	font-weight:bold;
	color: gold;
}

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 500px;
	margin: 0;
	background: whitesmoke;
	border: 10px solid skyblue;
}

#contentostali {
	float: left;
	width: 820px;
	background: whitesmoke;
	border: 10px solid skyblue;
}

#contentpregled {
	float: left;
	width: 820px;
	background: whitesmoke;
	border: 10px solid skyblue;
}


#contentadmin {
	float: left;
	width: 820px;
	height:400px;
	background: whitesmoke;
	border: 10px solid skyblue;
	text-align: center;
	vertical-align:middle; 
}


.post {
	padding: 5px 0 0 0;
}

.title {
	padding: 0 20px 0 60px;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
}

.byline {
	margin: -30px 20px 0 60px;
	color: #646464;
}

.meta {
	border-bottom: 10px solid skyblue;
	text-align: right;
	color: #646464;
	padding: 10px 20px 20px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.meta .more {
	padding-left: 15px;
}

.meta .comments {
	padding-left: 18px;
}
.meta a {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0 20px 0 20px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	background: yellow;
	border: 1px solid lightblue;
	margin-bottom: 10px;
	color: #974805;
}

#sidebar ul {
	margin: 0 0 0 15px;
	padding: 20px 0 20px 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 21px 16px 0px;
}

#sidebar li li {
	border-bottom: 1px dotted lightblue;
	padding: 0 0 10px 0px;
}

#sidebar h2 {
	margin: 0;
	height: 40px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#sidebar a {
}

#sidebar a:hover {
	text-decoration: none;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid lightblue;
	background: #FFFFFF;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	width: 820px;
	height: 50px;
	margin: 20px auto 0 auto;
	background: yellow;
	border: 1px solid lightblue;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #904E00;
}

#footer p {
	padding: 10px 0 20px 0;
	text-transform: uppercase;
	text-decoration: overline;
	text-indent: 600px;
}



#footer p a {
	color: #FFFFFF;
}

.tablica_pregled1 
{
border-style: outset;
border-width:thick 
}

.slova_trazilica
{
font-family:Verdana;
color:ffff99;
font-size:12px;
}

.select_kontrola
{
border-right: #ffff99 thin solid; border-top: #ffff99 thin solid;
            font-size: 13px; border-left: #ffff99 thin solid; width: 192px; color: darkblue;
            border-bottom: #ffff99 thin solid; font-family: Arial; background-color: lightyellow;
            text-decoration: none;
}

.text_kontrola
{
border-right: #ffff99 thin solid; border-top: #ffff99 thin solid;
            font-size: 13px; border-left: #ffff99 thin solid; width: 122px; color: #666633;
            border-bottom: #ffff99 thin solid; font-family: Arial; background-color: pink;
            text-decoration: none;
}

.button_kontrola
{
border-right: #ffff99 thin solid; border-top: #ffff99 thin solid;
            font-size: 10px; border-left: #ffff99 thin solid; width: 122px; color: #666633;
            border-bottom: #ffff99 thin solid; font-family: Arial; background-color: pink;
            text-decoration: none;
}

.tablica_pregled
{
border-right: teal thin outset; border-top: teal thin outset; font-size: 15px; vertical-align: middle; border-left: teal thin outset; color: darkblue; border-bottom: teal thin outset; font-family: Arial; background-color: lightblue; text-align: center	
}

.galerija_slike
{
border-right: silver 20px outset; border-top: silver 20px outset;
            border-left: silver 20px outset; border-bottom: silver 20px outset; background-color: silver	
}

.div_pregled
{
float: left;
border-right: teal thin outset; 
border-top: teal thin outset; 
font-size: 15px; 
vertical-align: middle; 
border-left: teal thin outset; 
color: darkblue; 
border-bottom: teal thin outset; 
font-family: Arial; 
background-color: gold; 
text-align: center;
width:200px;
height:400px	
}

.div_pregled_border
{
float: left;
font-size: 15px; 
vertical-align: middle; 
font-family: Arial; 
text-align: center;
width:200px;
height:50px	
}

.span_pregled_border1
{
float: left;
font-size: 15px; 
vertical-align: middle; 
font-family: Arial; 
text-align: center;
background-color: black; 
width:30px;
height:50px	
}
.span_pregled_border2
{
float: left;
font-size: 15px; 
vertical-align: middle; 
font-family: Arial; 
text-align: center;
background-color: orange; 
width:40px;
height:50px	
}.span_pregled_border3
{
float: left;
font-size: 15px; 
vertical-align: middle; 
font-family: Arial; 
text-align: center;
background-color: yellow; 
width:50px;
height:50px	
}.span_pregled_border4
{
float: left;
font-size: 15px; 
vertical-align: middle; 
font-family: Arial; 
text-align: center;
background-color: white; 
width:80px;
height:50px	
}

.slike_pregled
{
width:135px; 
height:155px}

.galerija_pregled
{
font-size: 18px; 
width: 330px; 
color: white; 
border-top-style: outset;
font(-family) 'Arial Narrow'; 
border-right-style: outset; 
border-left-style: outset;
height: 250px; 
background-color: #ff6633; 
border-bottom-style: outset
}

.homepage_slike
{
widht:30px; height:30px; border-right: silver 5px outset; border-top: silver 5px outset;
            border-left: silver 5px outset; border-bottom: silver 5px outset; background-color: silver	
}
