/* 
Theme Name: Leonart White
Theme URL: http://www.leonart.hr
Description: Leonart White is simple Wordpress theme for presentation purpose.
Author: Silvio Martinec (inspired by Brian Gardner)
Author URI: http://www.leonart.hr
Version: 1.0
		
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
	
Changelog:	v1.0 - september 09th 2009.
First Release of Leonart White
*/

body {
	background: #FFFFFF url(images/content.gif) top center repeat-y;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto;
	padding: 0px;
	}
blockquote{
	margin: 10px 30px 20px 30px;
	padding: 0px 15px 0px 15px;
	font-style: italic;
	color: #666666;
	border-left: 3px solid #0B049D;
	border-right: 3px solid #0B049D;
	}
a, a:visited{
	color: #507AA5;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	border-top: 5px solid #0B049D;
    text-transform: uppercase;
	}
#header a {
	font-family: Georgia, Times New Roman, Helvetica, Sans-Serif;
	font-size: 48px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
#header a:hover{
	color: #333333;
	}
#header h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 5px;
	font-weight: bold;
	text-transform: none;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	}
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#navbar ul {
	margin: 0px;
	padding: 0px;
	}
#navbar ul li a {
	font-family: Georgia, Times New Roman, Helvetica, Sans-Serif;
	font-size: 22px;
	color: #333333;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	}
#navbar ul li a:hover {
	color: #658DB5;
	}
	
/************************************************
*	Sidebar      								*
************************************************/

#sidebar {
	float: left;
	width: 200px;
	margin: 0px 20px 0px 0px;
	padding: 20px 0px 0px 0px;
	}
#sidebar h2 {
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
#sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	letter-spacing: 3px;
	}
.sidemenu a, .sidemenu a:visited {
  text-decoration:none; 
  background-color:#fff; 
  color:#000; 
  display:block; 
  line-height:1.5em;
  border-bottom:1px solid #fff;  
  border-left:1px solid #000; 
  padding-left:15px;
  }
.sidemenu a:hover {
  border-bottom:1px solid #000; 
  text-align:right;
  }
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	text-align: justify;
	color: #333333;
	line-height: 14px;
	}
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#content h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 20px;
	line-height: 20px;
	font-size: 22px;
	font-family: Georgia, Arial, Garamond, Times;
	font-weight: normal;
	color: #333333;
	letter-spacing: 5px;
	}
#content h1 a  {
	color: #333333;
	text-decoration: none;
	}
#content h1 a:hover {
	color: #658DB5;
	text-decoration: none;
	}
#content h3 {
	color: #333333;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
#content p ol{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
#content p ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
#contentdate {
	background: #FFFFFF url(images/date.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}
#contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
#contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}
#homebox {
	text-align: justify;
	}
#contentmiddle {
	float: left;
	width: 480px;
	margin: 0px 20px 0px 0px;
	padding: 20px 20px 10px 20px;
	}
#contentmiddle p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#contentmiddle ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
#contentmiddle ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
#contentmiddle ul li a {
	color: #507AA5;
	text-decoration: none;
	}
#contentmiddle ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}
#contenttitle {
	float: left;
	width: 425px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
/************************************************
*	Sidebar 2     								*
************************************************/

#contentright {
	float: right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}
#contentright h2 {
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	}
.edukacijadaypost a {
	color: navy;
	font-style: italic;
	}
#contentright p{
	padding: 2px 0px 16px 0px;
	margin: 0px;
	line-height: 20px;
	}
#contentright ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
#contentright ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
#contentright ul li a {
	color: #507AA5;
	text-decoration: none;
	}
#contentright ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #FFFFFF;
	width: 960px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	border-bottom: 5px solid #0B049D;
	}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#s {
	background: #FFFFFF;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 2px;
	margin: 7px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	}
	
/************************************************
*	Sorry Page									*
************************************************/

.sorry {
	margin: 0 auto;
	width: 300px;
	height: 400px;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	color: #0B049D;
	background: #ffffff url(images/zabrana.jpg) 0 100px no-repeat;
	}

/************************************************
*	Flickr Badge								*
************************************************/
	
/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center; width:200px; height:200px; background: #ffffff url(images/polaroid.jpg);}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:30px 10px 10px 10px;}
.flickr_badge_image img {border: 0;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}

#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}