* {
	margin: 0;
	padding: 0;
}

body {
	margin: 11px 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
}

form {
}

form br {
}

input, textarea {
	padding: 5px;
	font: bold 1em Tahoma;
	color: #333333;
	background: #F8F8F8;
	border-top: 1px solid #989898;
	border-right: 1px solid #989898;
	border-bottom: 1px solid #989898;
	border-left: 1px solid #989898;
}

h1, h2, h3 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}



a:link       
{
	text-decoration: none;
	color: orange;
}

a:visited       
{
	text-decoration: none;
	color: orange;
}

a:active     
{
	text-decoration: none;
	color: orange;
}

a:hover {
	border: none;
	color: orange;
	text-decoration: underline;
}


a.bez:link       
{	font: 11px Verdana;	color: orange;	font-weight: bold;	display: inline; text-decoration: underline; cursor: default; margin-left: 2px; background: none;}

a.bez:visited    
{	font: 11px Verdana;	color: orange;	font-weight: bold; display: inline;	text-decoration: underline;	cursor: default; margin-left: 2px; background: none;}

a.bez:active     
{   font: 11px Verdana;	color: orange;	font-weight: bold; display: inline; text-decoration: underline;	cursor: default; margin-left: 2px; background: none;}

a.bez:hover      
{	font: 11px Verdana; color: orange; font-weight: bold; display: inline;	text-decoration: underline;	cursor: default; margin-left: 2px; background: none;}

a.black:link       
{	color: #000000;	text-decoration: none;  background: none;}

a.black:visited    
{	color: #000000;	text-decoration: none;  background: none;}

a.black:active     
{   color: #000000;	text-decoration: none;  background: none;}

a.black:hover      
{	color: #000000; text-decoration: underline; background: none;}

/* Header */

#header {
	width: 890px;
	height: 159px;
	margin: 0 auto;
}

#header a:visited {
	text-decoration: none;
	color: transparent;
}

#header a:active {
	text-decoration: none;
	color: transparent;
}

#logo {
	float: left;
	height: 50px;
}

#logo h1, #logo h2 {
	float: left;
	margin-top: 20px;
	text-transform: lowercase;
	font-weight: normal;
}

#logo h1 {
	padding: 5px 0 0 0px;
	font-size: 2.6em;
}

#logo h2 {
	padding: 17px 0 0 6px;
	font-size: 1.2em;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	float: right;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 30px 0px 0 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	border-left: 2px solid #99C233;
	margin-right: 3px;
	padding: 5px 18px 5px 18px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .last a {
	margin: 0;
	padding-right: 0;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 0 15px;
}

.pages{
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: orange;
  width: 440px;
  margin: 0 0 0 0;
}
.pages a{
  text-decoration: none;
  color: #525252;
  font-weight: bold;
  margin: 0 2px 0 2px;
}
.pages a:hover{
  color: orange;
}
.pages .dots{
  margin: 0 5px 0 2px;
}
.pages ul{
  margin: 0;
  padding: 0;
}
.pages ul li{
  display: block;
  float: left;
  list-style: none;
  padding: 0;
}

.pages span {
  color: #525252;
}

.post {
}

.post .title {
	margin: 0;
	background: url(images/img03.jpg) repeat-x left bottom;
}

.post .title h1, .post .title h2 {
	margin: 0;
	padding: 0;
}

.post .title a {
	border: none;
	color: #666666;
}

.post .meta {
	margin: 0;
	padding: 3px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.post .entry {
	padding-bottom: 20px;
}

.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 180%;
}

.post .tags {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #DEDEDE;
	font-size: smaller;
	text-align: center;
}

.post .tags a {
	margin-left: 10px;
}

.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	font-size: smaller;
	text-transform: uppercase;
}

.post .links a {
	font-weight: bold;
}

.post ul {
	padding-bottom: 25px;
}

.post h2, .post h3 {
	padding-top: 20px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {

	padding-bottom: 5px;
}

.sidebar li ul {

margin-left: 7px;
margin-right: 7px;

}

.sidebar li li {
	padding: 1px 0;
}

.sidebar h2 {
	background: url(images/img03.jpg) repeat-x left bottom;
	letter-spacing: -1px;
	color: #666666;
}

/* Sidebar1 */

#sidebar1 {
	width: 210px;
}

#sidebar1 li li {
	background: url(images/img05.gif) no-repeat left 50%;
	padding-left: 10px;
}

#sidebar1 h2 {
}

/* Sidebar2 */

#sidebar2 {
	width: 210px;

}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search #s {
	width: 94%;
	border: 1px #DEDEDE solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#search #submit {
	padding: 3px 10px;
	margin: 5px 0 0 0;
	background: url(images/img04.jpg) repeat-x left top; 
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.numerous{


}
.numerous li{
  color: orange;
  list-style:inside;
  list-style-type:decimal;
  background: none;
}
.numerous li a{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  
  }
  
.numerous li a:hover{
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
  
  }  
  
.list li{
  margin: 0 0 0 8px;
  padding: 0 0 0 25px;
  list-style: none;
  background: url(images/plyta.png) 0 5px no-repeat;  }
  

}
.best{
  margin: 0 0 20px 0;
  padding: 10px 0 0 0 ;
}
.best li{
  margin: 0 0 0 5px;
  padding: 5px 0 0 15px;
  list-style: none;
  background: url(images/glosnik.png) 0 7px no-repeat;
}
.best li a{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
.best li a:hover{
  color: #000000;
  text-decoration: underline;
  font-weight: normal;}
  
  
#tags_list {
	width: 200px;
	text-align: justify;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

#tags_list li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}  


/* Footer */

#footer {
	clear: both;
	width: 890px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 15px 0px;
	font-size: 11px;
}

#footer .legal {
	text-align: center;
	float: center;
	height: 40px;
}

#footer .credit {
	float: right;
	height: 40px;
}
