/*
Theme Name: eKebic
Description: My first WordPress theme with two columns, right-sidebar, dropdown navigation and Compatible with WordPress 2.9.x
Version: 0.1
Author: Dejan Viduka
Author URI: http://www.viduka.info/
Tags: brown, yellow, two-columns, fixed-width

  This theme is released under the GPL:
  http://www.gnu.org/licenses/gpl.html
  Copy, remix and play around with my CSS - but leave the original author credentials.

*/



/* ----------------------- MINIMUM RESET --------------- 
color: #ab1f23; rouge
color: #5e4f3a; marron
color: #00c2df; bleu
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0px solid red; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }



/* ---------------------------GENERAL ---------------------------------
color
marron : #5f442b 
rouge : #ad1f28*/

html { color: #242626; }
html {
  height: 100%;
  margin-bottom: 0px;
  overflow: scroll;
}

a { text-decoration: none; }
a:link, a:visited { color: #CC6633; }
a:focus, a:hover, a:active { color: #000000; }

#menu a:active,
#submenu a:active { position: relative; top: 1px; }
#submenu a:focus { color: #111; }

#sidebar a, #sidebar a:link, #sidebar a:visited { border-bottom: 1px solid #fff; color: #9999FF; }
#sidebar a:focus, #sidebar a:hover, #sidebar a:active { border-bottom-color: #6666FF; color: #111; }
#sidebar .sb-tools a, #sidebar .sb-tools a:link, #sidebar .sb-tools a:visited { border: 0 none; color: #C54E0B; }
#sidebar .sb-tools a:active, #sidebar .sb-tools a:focus, #sidebar .sb-tools a:hover { border: 0 none; color: #000; }
#sidebar .textwidget a img, #sidebar .textwidget a:hover img { border: 0 none; }

abbr, acronym { border-bottom: 1px dashed #999; cursor: help; }

blockquote {
  background-color: #f8f8f8;
  border-left: 2px solid #eaeaea;
  color: #111;
  font-style: italic;
  margin: 0 0 9px;
  padding: 7px;
}

cite { font-style: italic; }

code {
  background: #eaeaea;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.9em;
  padding: 1px 3px;
}

del { color: #8b0000; text-decoration: line-through; }

em { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  display: block;
  font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
}

h1 { font-size: 22px; margin:0; color: #5e4f3a; font-weight: normal; }
h2 { font-size: 18px; margin:5px 0 0 5px; color: #5e4f3a; font-weight: bold;}
h3 { font-size: 18px; line-height: 37px;width: 300px; margin: 1em 0 .2em; background: url('images/h_bg.png') right bottom no-repeat;}
h4 { font-size: 14px; margin: 0 0 20px 5px;font-weight: bold;color: #ab1f23; }
h5 { font-size: 20px; margin:30px 0 5px 0; color: #00c2df; font-weight: normal; border-bottom:#5f442b dotted 4px; text-align:right; }
h6 { font-size: 12px; margin: 1.67em 0; font-weight: bold; }

h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color: #5f442b; }
h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { color: #5f442b; }


hr { display: none; }
input { vertical-align: middle; }
ins { color: #006400; text-decoration: none; }
small { font-size: 0.8em; }
strong { font-weight: 550; }
sub, sup { font-size: 0.7em; }



/* ------------------------------ Generic classes  ---------------------- */

/* Beautified ampersands */
.amp { font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman"; font-style: italic; }
/* Emphasize your name in the About-Box */
.smaller-caps { font-size: 110%; font-variant: small-caps; }
.hidden { display: none; }
.top-link { background: transparent url(img/top-sprite.png) 0 5px no-repeat; padding-left: 12px; margin-right: 15px;}

.top-link:hover { background-position: 0 -29px; }







/* --------------------- Wordpress specific CSS -------------------- */

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right;margin-right: 30px; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

/* Resizes the image to the maximum width of the content area */
.entry img {
  max-width: 400px;
}
.entry h3 {
  background: none;
}


.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link, .comm {
	background: url(images/dugme.png) no-repeat 0 bottom;
	height: 45px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	padding: 3px 40px 7px 10px;
}

.more-link:hover, .comm:hover { background-position: 0 0; }


/* Tables and #wp-calendar */
table { color: #3E5867; width: 100%; }
caption { background-color: #E6F0F2; border-top: 1px solid #E6F0F2; text-align: center; }
thead { background-color: #F4F8F9; text-align: left; }
tbody { background-color: #f7f7f7; text-align: left; }
tfoot { background-color: #fff; text-align: left; }
td#next { text-align: right; }



/* ---------------- STRUCTURE WP DIZAJN ----------------------- */


body {
text-align:left;
background: #5f442b url('images/top.jpg') repeat-x; 
padding:0;margin:0;
font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
}
p {
text-align:left;
padding:5px 0 5px 10px;
margin:0;
}
 /* ------------------------------------------------------------------------ */

/* okvir */
#okvir {
clear:both;
border: 0px solid red;
}
 /* ------------------------------------------------------------------------ */
 #top{
clear:both;
width: 950px;
height:70px;
border: 1px solid transparent;
 }
 /* ------------------------------------------------------------------------ */

 /* ------------------------------------------------------------------------ */
 /* zaglavlje */
#header {
clear:both;
height: 416px;
width: 1007px;
background: url('images/glava.jpg') no-repeat;
padding:0;
margin-left: -3px;
}

*+html #header {
   margin-left: -6px; border: 0px solid red;
}

#header, #ie8#fix{  margin-left: -1px; border: 0px solid red;
}

 /* ------------------------------------------------------------------------ */

 /* ------------------------------------------------------------------------ */
 .desno {
        width: 290px;
		float:right;
        margin-right:10px;
        margin-top: -270px;
        border: 0px solid green;
        text-align:left;
		}

  /* ------------------------------------------------------------------------ */

/* top menu pozicija */
.navigacija {
	float:right;
    width: 700px;
	height: 40px;
	margin-top: 15px;
    margin-right: 30px;
    border:0px solid green;
}

  /* ------------------------------------------------------------------------ */

/* top menu pozicija */
.baner {
	float:left;
    width: 900px;
	height: 80px;;
	margin-top: 10px;
    margin-left: 60px;
    border:0px solid green;
}

/* top baner 468x60 */

.adv {
  margin: 10px 5px 0 0;
}

/* ------------------------------------------------------------------------ */

/* soci. pozicija */
.soci {
float:right;
width: 70px;
height: 30px;
margin-top: 15px;
margin-right: 35px;
border:0px solid green;
}


 /* ------------------------------------------------------------------------ */

/* telo */
#main{
clear:both;
width: 958px;
background: url('images/telo.jpg') repeat-y;





padding:0;
margin-left: 0px;


border: 0px solid red;
}



/* ------------------------------------------------------------------------ */
  /* telo1 */
#telod {
clear: both;
background: url('images/telod.jpg') no-repeat;
width: 958px;
height: 13px;
margin-left: 0px;
text-align:left;
  border:0px solid red;
}

/* ------------------------------------------------------------------------ */

/* centralne kolone */

.telo {
        width: 630px;
		float:left;
		padding-bottom:10px;
        padding-left: 0px;
        margin-left:10px;
        margin-top: -270px;
        border: 0px solid green;
        text-align:left;
		}

 /* ------------------------------------------------------------------------ */
.koment{
float: right;
margin-right: 60px;
margin-top: -20px;
  border: 0px solid red;
  width: 25px;
  color:#FFFFFF;
  font-size: 18px;
}
*+html .koment  {
   margin-top: 0px; border: 0px solid red;
}
/* ------------------------------------------------------------------------ */
.naslov{
float: left;
  border: 0px solid red;
  height:15px;
  margin-top: -33px;
}
.naslov h2{
	padding-top:25px;
	margin:0;
}
/* ------------------------------------------------------------------------ */
.textic{
  float: left;
  clear:both;
  border: 0px solid red;
  margin-left: 80px;
  margin-top: -8px;
}
/* ------------------------------------------------------------------------ */
 .datum{
  float: left;
  color: #FFFFFF;
  width: 80px;
  border: 0px solid red;
  font-size: 19px;
}
/* ------------------------------------------------------------------------ */
 .frontdno{
  float: right;
  color: #FFFFFF;
  border: 0px solid red;
}
 /* ------------------------------------------------------------------------ */

/* footer */
#footer {
clear: both;
border:0px solid red;
text-align:center;
height: 161px;
width: 1007px;
background: url('images/footer.jpg') no-repeat;
font-size:12px;
color: #868686;
padding-top:30px;}

#footer a {
font-size:12px;
color: #815c3a;
}
#footer a:hover {
color: #ad1f28;
}

/* IE7 Only */
*+html #footer { margin-left:-6px }
/* ------------------------------------------------------------------------ */

.potpis { float: left; margin-left:30px;color:#815c3a;}

/* ------------------------------------------------------------------------ */

.validnost { float: left; margin-left:30px;padding-top:10px;}

/* ------------------------------------------------------------------------ */

  /* ------------------------------------------------------------------------ */

.rsslinks {
padding-top:30px;
border:0px solid red;
color:#815c3a;
}


/* Start EXAMPLE CODE image logo */

.logo, .logo  {

display: block; 
margin:5px 0 0 15px;
left:5px;
color:ffffff; 
}

.logo, .logo h1 a { 
color:ffffff; 
}
.logo { 
float:left;  
top: 0px; 
}
.logo a {  
text-indent: 20px;
color:ffffff;
}
.description {
height:40px;
color: #5f442b;
left:0;
display: block; 
position: absolute; 
top: 80px;
font-size:10px; 
}

/* End EXAMPLE CODE image logo */

/* Start EXAMPLE CODE text logo */
/*
#branding { display: block; position: absolute; top: 30px; left: 28px; }
h1#logo { 
font-size: 30px; 
line-height: 0.2; 
margin:0;
color: #ffffff;
}
#logo, .description { 
color: #ffffff; 
float: right; 
margin: 5px 0 0 50px;
border: 0px solid red;   
}
*/
/* End EXAMPLE CODE text logo */



/* -------------------------- TOP MENU ----------------------------*/

/* nav level-0 */
#nav {
	left: 30px;
	list-style: none;
	margin-top: 4px;
	padding: 0;
    border:0px solid red;
}

#nav li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 5px 5px;
	position: relative;
}
#nav li a {
	color: #fff;
	font: bold 100%/100% Arial, Helvetica, sans-serif;
	padding: 6px 12px 10px 8px;
	display: block;
	text-decoration: none;
}
#nav li.current_page_item, #nav li.current_home, #nav li:hover {
	background: url(images/nav-bg.png) no-repeat;
}
#nav li.current_page_item a, #nav li a:hover {
	background: url(images/nav-bg.png) no-repeat right -85px;
	color: #fff;
}

/* show hover bg */
#nav li:hover a {
	background: url(images/nav-bg.png) no-repeat right -85px;
}
#nav li.current_home a {


	background: url(images/nav-bg.png) no-repeat right -169px;
	padding-right: 20px;
	color: #fff;
}



/* nav level-1 */
#nav ul {
	position: absolute;
	top: 32px;
	left: 0px;
	padding: 1px 0 1px 0;



	background: #fbf4b5 url(images/subnav-poz.png) repeat;
	border: 1px solid #c5c5a2;
}
#nav ul li {
	padding: 0;
	margin: 0;
}
#nav ul li:hover, #nav ul li:hover a, #nav ul li.current_page_item {
	background: none;
}
#nav ul a {
	color: #755433;
    text-align:left;
	font-weight: normal;
	padding: 5px 0 7px 15px;
	width: 150px;
	background: none !important;
}
#nav li.current_page_item li a, #nav ul li.current_page_item a {
	color: #755433;
}
#nav ul a:hover, #nav li.current_page_item li a:hover, #nav ul li.current_page_item a:hover {
	color: #000;
}

/* dropdown slajder */
#nav ul {
	display: none;
}
#nav li:hover > ul {
	display: block;
}

/* nav sub levels 2 */
#nav ul ul {
float:left;
margin-left:-40px;
	left: 200px;
	top: 0px;
	z-index: 3;
}
/* nav sub levels 3 */
#nav ul ul ul {
	left: 200px;
	top: 0px;
	z-index: 4;
}
/* ------------------- POST and PAGE ---------------------------------- */

.page, .post, .pagetitle, .nocomments { padding: 0 28px; }
.post, .nocomments { padding-bottom: 20px; }
.post { margin-bottom: 30px; }
.entry { margin: 15px 0 5px; font-size: 13px; line-height: 20px; }




.meta {
  background: transparent url('images/post_bg.png') no-repeat;
  border: 0px solid red;
  color: #3e5867;
  display: block;
  font-size: 14px;
  height: 37px;
  width:618px;
  line-height: 19px;
  margin-left:-38px;
  padding: 14px 0 0 58px;
}

* html .meta { height: 1%; }
.meta:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

a.button-style {
  border: 1px solid #F4F8F9;
  display: inline-block;
  height: 11px;
  line-height: 11px;
  padding: 4px 6px;
  width: auto;
}

a.button-style:hover {
  background:#371d01;
  border-color: #1b5a8d;
  color: #fff;
}

p strong, li strong { color: #2E2E2E; }

.entry p, .entry ol, .entry ul, .entry dl { margin: 0 0 9px; color: #4d4d4d; }
.entry blockquote p { margin: 0; }

.entry ol { margin-left: 0.75em; padding-left: 12px; }
.entry ul { margin-left: 0.5em; padding-left: 12px; }
.entry ol li { list-style-type: decimal; }
.entry ul li { list-style-type: disc; }

.entry dl { }
.entry dt { font-weight: bold; }
.entry dd { background: transparent url(img/dl-arrow.gif) 0 4px no-repeat; padding: 0 0 4px 1em; }



/* ------------------- PAGINATION -------------------------- */

.previousnext, .pagination { font-size: 11px; margin-bottom: 10px; }

.page-link {
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 20px;
  padding: 5px 8px;
}

.page-link span, .page-link a {
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 16px;
}

.page-link span { background-color: #fff; color: #111;}
.page-link a span { margin: 0; }
.page-link a:link span, .page-link a:visited span { background-color: #836C4C; color: #fff; }
.page-link a:hover span, .page-link a:active span, .page-link a:focus span { background-color: #fff; color: #111; }
.page-link strong { display: block; float: left; margin-right: 5px; }

.postmetadata {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #D5D5D5;
  color: #999;
  font-size: 11px;
  margin-top: 20px;
  padding: 7px 2px;
}
.postmetadata a { color: #cc6633; padding: 2px; }
.postmetadata a:hover { color: #000000; }


/*---------------------------- COMMENTS ---------------------------------*/

#replies {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	}

#respond{
	float: left;
	padding: 0;
	margin: 0px;
	}

h3.comments{
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 15px 15px 0 15px;
	color: #8a7a61;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	float: left;
	}

.commentlist cite {
	float: left;

	background: url(images/cite.png) top right no-repeat;
	width: 180px;
	padding: 0px 5px;

	display:block;

	font-style:normal;
	margin: 10px -1px 0 0;
	color: #000;

     border:0px solid red;
	}

.commentlist cite img {
	float:left;
	margin-right:9px;

     border:1px solid #FFFFFF;
     padding:1px;
	}

.commentlist .author {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}

.commenttext {
	float: left;
	background: #cbbeaa;
	width: 380px;
    min-height:50px;
	padding: 15px;
	display:block;
	font-style:normal;
	margin: 15px 0 0 0px;
	}

.commenttext a, .commenttext a:visited{
	color: #efefef;
	}

.commenttext a:hover{
	color: #ccc;
	}

#commentform input {
    	background: #fff;
	color: #000;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	color: #d2d2d2;
	}

#commentform textarea {
    	background: #fff;
	color: #000;
	width: 400px;
	padding: 2px;
	margin: 5px 0 10px 5px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 15px;
	background: #371d01;
	border: 1px solid #495253;
	height: 25px;
	width: 120px;
	color: #fef0db;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #495253;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}




/* ----------------------------- SIDEBAR ----------------------------- */

.currently-viewing,
#sidebar #about,
#sidebar .categories,
#sidebar .archives,
.pagenav,
#meta,
.linkcat,
.widget { border-bottom: 1px dotted #ddd; margin: 0 0 8px; padding: 0 8px 9px; }

.categories li li, .pagenav li li { margin-left: 6px; }

ul.sb-list { margin-left: 10px; }

/* h4 -> sb-title - less semantic, better for search engine positioning */
.sb-title {
  color: #434343;
  font-size: 14px;
  padding-bottom: 1px;
  text-transform: uppercase;
}

ul.sb-tools {
  border-bottom: 1px dotted #ddd;
  margin: 9px 0;
  padding: 0 8px 9px;
}

.sb-tools li { display: block; min-height: 34px; }

.sb-tools a span {
  color: #ad1f28;
  display: block;
  font-size: 12px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.sb-tools a:hover span { color: #ac2028; }

.twitter-icon, .rss-icon {
  padding-left: 65px;
  color: #111;
  line-height: 1.25em;
}

.twitter-icon { background: transparent url(img/twitter_48.png) 0 0 no-repeat; }
.rss-icon { background: transparent url(img/rss-icon.png) center left no-repeat; }
.sb-icon-text { padding: 3px 0 0; }

.previous-post a, .next-post a {
  background: transparent url(img/next-prev-sprite.png) right -195px no-repeat;
  display: block;
  line-height: 1.2;
  margin: 8px 0 0;
  padding: 2px 65px;
}

.next-post a:active, .next-post a:focus, .next-post a:hover { background-position: right -295px; border: none; }
.previous-post a, .previous-post a:link, .previous-post a:visited { background-position: 0 5px; padding-right: 0; }
.previous-post a:active, .previous-post a:focus, .previous-post a:hover { background-position: 0 -95px; }

ul.group {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden; 
  padding: 0;
  width: 150px;
}



/* -------------------------- CLEARFIX ---------------------- */

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }



/* ------------------------------- PRINT Styles ------------------------- */

@media print
{
  body { color: #000; font: 100%/1.5 serif; }
  .entry { font-size: 12pt; line-height: 1.5; overflow: visible; }
  #header { border-bottom: 1px dotted #ccc; position: static; display: block; margin: 0 auto; }
  h1#logo,
  h1#logo a,
  h1#logo a span { color: #000; height: auto; margin: 0; padding: 0; position: static; width: auto; }
  
  #container { float: none; margin: 0; }
  #content { border: 0 none; margin: 0; overflow: visible; position: static; }
  /* Attaches the URI to each link so they are visible in the print version */
  #content .entry p a:after { content: "  [" attr(href) "] "; }
  #accessibility, hr, #nav, #sidebar, .something { display: none; }



}
