/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*.custom #header #logo a { display: block; height: 135px; width: 960px; background: url('images/stefan_header_f.png') no-repeat; outline: none; }*/
.custom #header #logo a { display: block; height: 135px; width: 960px; background: url('images/header_n.png') no-repeat; outline: none; }
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/* Blue box in sidebar widget */
.custom li.widget .blue_box_callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }
.custom .menu,
.custom .menu li    {border:none;}
.custom .menu       {border-bottom:1px solid #ddd; padding:5px 0; border-left:none; border-right:none; border-top:none;}
.custom .menu li,
.custom .menu .current_page_item,
.custom .menu .current-cat {padding:2px 3px; background:none; border-right:.5px dotted #eee9e0; border-bottom:none; border-left:none; border-top:none;}
.custom .menu a:link,
.custom .menu a:visited          {padding:8px 9px 7px; border:none;}
.custom .menu a:hover,
.custom .menu a:active           {background:#000; color:#fff; text-decoration:none; border:none;}
.custom .menu .current_page_item a:link,
.custom .menu .current_page_item a:visited,
.custom .menu .current-cat a:link,
.custom .menu .current-cat a:visited {color:#828074; background:none; border:none;}
.custom .menu .current_page_item a:hover,
.custom .menu .current_page_item a:active,
.custom .menu .current-cat a:hover,
.custom .menu .current-cat a:active  {color:#000; border:none;}

.custom ul.menu li.page-item-342 { background: #f7f7f7; border:none; }
.custom ul.menu li.rss { background: #fbf9e7; padding-right:10px; }
.custom h1 {
  font-weight: bold;
}

.custom h2 {
  font-weight: bold;
  }

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
	border: 1px solid #dddad7;
}

.custom #page {
    background: #fff;
}


/* === SIDEBAR HEADINGS === */
.custom .sidebar h3 {font-variant:normal; text-transform:lowercase; color:#000; border-top:1px solid #bbb; border-bottom:1px dotted #bbb; line-height:2em; padding:0 0.25em;}
.custom #header #logo a { display: block; height: 135px; width: 960px; background: url('images/header_n.png') no-repeat; outline: none; }

.custom h1 {
  font-weight: bold;
}

.custom h2 {
  font-weight: bold;
  }

/*Background */
/*stari_stil
body.custom {
    background: #000000 url('images/pozadina_nova.jpg') 50% 0 no-repeat; background-attachment: fixed; font-family:Verdana,sans-serif;
}
*/
body.custom {
    color: #555; background: #e7e6e0; font-family:Verdana,sans-serif;
}

/* === SIDEBAR HEADINGS === */
.custom .sidebar h3 {font-variant:normal; text-transform:lowercase; color:#000; border-top:1px solid #bbb; border-bottom:1px dotted #bbb; line-height:2em; padding:0 0.25em;}

.custom .format_text {
font-size:1.3em;
line-height:1.538em;
}

/*Izmene*/

a.rsslinkovanje {background-color:#e64117; color:#fff;}
a.pitanje {background-color:#17b8e6; color:#fff;}

/*CSS za Autor box*/

.postauthor {background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em;}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em;}
.postauthor h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}

/*Malo COOL Sidebar efekta za elemente*/
.custom .widget li a:hover {text-decoration: none;}
.custom li.widget ul li {border-bottom:1px solid #DDDDDD;margin-bottom:0px;margin-top:1px;}
.custom li.widget ul li:hover {background:#F0F0F0;}
.custom .sidebar .sidebar_list .widget ul li a {display:block;padding:5px 20px 5px 10px;}
.custom .sidebar .sidebar_list .widget ul li span {color:#555;font-size:10px;}