/*  
Theme Name: Freshy
Theme URI: http://www.jide.fr
Description: The jide WordPress theme : <a href="http://www.jide.fr">Jide</a>.
Version: 1.0
Author: Julien De Luca
Author URI: http://www.jide.fr
*/

/*
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "layout.css";
@import "pp_album.css";


body, html {
	margin:0;
	padding:0;
	/*font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-family: 'Helvetica Condensed', 'Helvetica Narrow', 'Arial Narrow', 'DejaVu Sans Condensed', sans-serif;
	font-size: 16px;
	color: #808184;
}

ul, ol, p {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
}

p {
	margin-bottom: 1.4em;
}

#header ul, #footer, span {
	font-family: 'Helvetica Condensed', 'Helvetica Narrow', 'Arial Narrow', 'DejaVu Sans Condensed', sans-serif;
}


body {
	margin:0;
	padding:0;
	background: #fff url('images/bgleftbody.jpg') top left repeat-x;
	position: relative;
	
}



*::-moz-selection {
	background-color:#FF3C00;
	color:white;
}

/*-----------GENERAL STYLING--------------*/

a {
	text-decoration:none;
	color: #808184;
}

#content a {
	border-bottom:1px dotted silver;
	color: #A99ACA;
}

#content a:hover {
	border-bottom: 1px dotted #866BAE;
}

/*------HEADER------*/



ul.gornji_menu {
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 2px;
	top: 20px;
	
}
ul.gornji_menu li {
	display: inline;
	list-style-type: none;
	background: transparent;
	padding: 0 18px;
	border-left: 1px solid #fff;
}

ul.gornji_menu li:first-child {
	border-left: none;
}

ul.gornji_menu li a {
	color:#fff;
	font-size: 0.95em;
    text-transform: uppercase;
}

ul.gornji_menu li a:hover {
	text-decoration: underline;
}

a#logo {
	height: 166px;
	width:198px;
	display: block;
	position:absolute;
	left:0;
	bottom:9px;
}

p#opis {
	color: #fff;
	font-size: 0.65em;
	position: absolute;
	left: 170px;
	top: 55px;
	width: 500px;
	text-align: left;
}

#search {
	position: absolute;
	right: 15px;
	top: 74px;
}

input#s {
	width: 170px;
	background: none;
	border: none;
}

input#submit-search {
	width: 34px;
	margin-left:10px;
	background: none;
	border: none;
	cursor: pointer;
}


/*
menu
*/

ul.menu {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	bottom:30px;
	left: 160px;
}

.menu li {
	display: block;
	float: left;
	background: none;
	margin:0 1px;
	padding: 0;
	
}

.menu li a {
	display: block;
	padding: 0 12px;
	background-color: #866CAC;
	 -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0; 
          border-radius: 10px 10px 0 0; 
	font-size: 1.1em;
	line-height: 55px;
	height: 55px;
	text-transform: uppercase;
	color: #fff;
}

.menu li a:hover {
	background-color: #AC9CC9;

}

#content h2 {
	color:#515151;
	padding:0;
	margin:0;
	border:none;
	clear:both;
	font-size: 1.55em;
	width: 460px;
}

#content h2 a {
	text-decoration:none;
	border:none;
}

#content h2 a:hover {
	border-bottom:1px dotted silver;
}

hr {
	display:none;
	clear:both;
}

h3, h4 {
	color:#515151;
	padding:0;
	margin:2em 0 0 0;
	clear:both;
}

input,
textarea,
select {
	padding:4px;
	font-size:.9em;
	line-height:1em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
}

input,
label {
	height:auto !important;
	height:2em;
	width:auto;
	padding:4px;
}

label {
	font-size:.9em;
}


#searchform input#s {
	width:130px !important;
	padding:4px;
	border:1px solid #515151;
	font-size:.9em;
	line-height:1em;
	text-transform:none;
	color:black;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background:white;
}


.neparni {
	background-color: #DEEAF5;
}

.neparni h2 {
	color: #0087C6;
}

.parni h2 {
	color:#AA9ACA;
}

.parni {
	background-color: #EFEBF4;	
}

.parni, .neparni {
	 -moz-border-radius: 15px;
  -webkit-border-radius: 15px; 
          border-radius: 15px;
margin-bottom: 15px;
padding: 12px;
}


#sidebar input.btn,
#searchform input {
	width:55px !important;
	width:65px;
}

#searchform {
	margin-top:10px !important;
}

#searchform br {
	display:none;
}

input.btn,
#searchform input,
input#submit {
	background:#555;
	color:#FFFFFF;
	padding:3px;
	border:1px outset #000000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	text-transform:uppercase;
}

input[class=btn],
input[type=submit]
input[id=submit] {
	padding:3px;
}

textarea {
	overflow:auto;
	display:block;
	width:330px;
}

ul,
ol {
	list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:.2em 0 .2em 0;
}

ul li,
ol li {
	background:transparent url(images/puce.png) 0 0.18em no-repeat;
	padding-left:15px;
}

ul ul li,
ol ol li {
	background:transparent url(images/bullet.gif) 0px .5em no-repeat;
	padding-left:8px;
}

#content ol li {
	list-style-type:decimal;
	list-style-position:inside;
	background:transparent;
	padding-left:0;
}
#content ol li li {
	padding-left:2em;
}

a img {
	border: 0 none;
        padding-top: 2px;

}

form {
	padding:0;
	margin:0;
}

pre,
code {
   display:block;
   font: 1em 'Courier New', Courier, Fixed, monospace;
   font-size : 100%;
   color: #000;
   background : #fff url(images/preback.jpg) no-repeat left top;
   overflow : auto;
   text-align:left;
   border : 1px solid #99cc66; /*highlight color */
   padding : 0px 20px 0 30px;
   margin:1em 0 1em 0;
   line-height:17px;
}

.alt {
	background-color:#F5F5F5 !important;
}

.icon {
	vertical-align:middle;
	border:0;
}
.with_icon {
	padding:2px 0 2px 0
}

.navigation {
	clear:both;
	padding:0;
	display:block;
}

.alignleft {
	display:block;
}

.alignright {
	display:block;
}


/*-------SIDEBAR---------*/

#sidebar {
	font-size: 89%;
        color: #515151;
}
 
#sidebar ul,
#sidebar ol {
	padding:0;
}

#sidebar form,
#sidebar p {
	padding:0;
	margin:0 0 1em 0;
}

#pokrajnji h2 {
	font-size: 1.55em;
	font-weight:bold;
	padding: 0 0 5px 0;
	margin:0;

}

#pokrajnji li {
	margin-bottom: 8px;
}

#pokrajnji p.vise {
	text-align: right;
	padding-top: 4px;
	font-family: 'Helvetica Condensed', 'Helvetica Narrow', 'Arial Narrow', 'DejaVu Sans Condensed', sans-serif;
}

#pokrajnji p.vise a {
	color: #0087C6;
	font-size: 1em;
	font-weight: bold;
}

#content a .readmore {
	color: #A99ACA;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	background: transparent url('images/vise.png') 100% 50% no-repeat;
}


html>body .ellipsis li {
	clear:both;
}

html>body .ellipsis li:after { 
	content: "...";
	display:inline;
}

html>body .ellipsis li span {
	white-space:nowrap;
	overflow:hidden;
	max-width:180px;
	width:auto !important;
	display:inline;
	float:left;
}

ol.ellipsis li span {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:190px;
	display:block;
}

#sidebar a{
	text-decoration: none;
}

#sidebar a:hover,
#sidebar .current_page_item li a:hover,
#sidebar .current-cat li a:hover {
	color:#FF3C00;
}

#sidebar .current_page_item a,
#sidebar .current-cat a {
	font-weight:bold;
	color:#FF3C00;
}

#sidebar .current_page_item li a,
#sidebar .current-cat li a {
	font-weight:normal;
	color:#515151;
}

#pokrajnji a img {
	vertical-align:center;
	border:0;
}

#sidebar input.btn {
	margin-left:4px;
}




/*---------LANGS----------*/

.menu li#fr_FR a span {
	background:url(images/lang_fr.gif) left transparent no-repeat;
}

.menu li#en_US a span {
	background:url(images/lang_en.gif) left transparent no-repeat;
}

.menu li#fr_FR.current_page_item a span,
.menu li#fr_FR  a:active span {
	background-image:url(images/lang_fr.gif);
}

.menu li#en_US.current_page_item a span,
.menu li#en_US  a:active span {
	background-image:url(images/lang_en.gif);
}

/*--------FOOTER---------*/



/*--------POST--------*/

.post {
	font-size:1em;
	margin-bottom:10px;
	padding: 12px 25px;
	background-color: #fff;
	 -moz-border-radius: 15px;
  -webkit-border-radius: 15px; 
          border-radius: 15px;
	border: 1px solid #E6E7E8;
	
}

.post h2,
.post h4,
.post h5 {
	font-size:2em;
}

.post h3 {
       font-size:1.3em;
}

.post hr {
	display:block;
}

.highlight_box {
	font-size:.9em;
	border:2px solid #F5F5F5;
	padding:1em;
	margin-bottom:20px;
}

.highlight_box .post {
	font-size:1em;
	border:0px none;
	margin-bottom:0px;
	padding:0 0 0 0;
}

.highlight_box .post p {
	margin:0;
}

.highlight_box .post .date {
	display:none;
}

.highlight_box h2,
.highlight_box h3,
.highlight_box h4,
.highlight_box h5 {
	font-size:2em;
	border-bottom:10px solid #F5F5F5;
}

.highlight_box .post h2,
.highlight_box .post h3,
.highlight_box .post h4,
.highlight_box .post h5 {
	font-size:1.5em;
}

.readmore {
	display:block;
	text-align:left;
	font-weight:bold;
	clear:both;
	margin:1em 0 1em 0;
	color:#FF3C00;
}

.date { /* date & author */
	color: #E6E7E8;
	float:left;
	line-height:2.8em;
	margin:1em 0 5px 0;
	font-size:0.97em;
	text-align:center;
	position:relative;
	right:0;
	font-family: 'Helvetica Condensed', 'Helvetica Narrow', 'Arial Narrow', 'DejaVu Sans Condensed', sans-serif;
	font-weight: bold;
}

.date_day {
	display:block;
	font-size:3em;
	text-align:right;
}

.date_month {
	display:block;
	font-size:3em;
	text-align:right;
}

.date_year {
	display:block;
	font-size:1.4em;
	line-height:1.6em;
}

.postmetadata {
	margin:0;
	color:#515151;
	list-style-type:none;
}

#content .postmetadata a {
	color : #FF3C00;
	border:none;
	text-decoration:none;
}

#content .postmetadata a:hover {
	border-bottom:1px dotted silver;
}

.gravatar {
	float:left;
	margin:0 5px 0 0;
	border:1px solid lightgray;
	vertical-align:middle;
}

#content .commentlist dt{
	/*	clear:both;*/
	position:absolute;
}

html > body #content .commentlist dt{
	position:static;
}

#content .commentlist dd {
	margin:0;
	padding:10px 3em 10px 10px; /* for ie not overlapping the comment with the date */
	font-size:1em;
	line-height:1.5em;
	color:silver;
	margin:0 0 1em 0;
}

html > body #content .commentlist dd {
	padding:10px;
}

#content .commentlist .comment {
	color:#000000;
}

#content .commentlist .date {
	margin-right:5px;
	font-size:.5em;
}

#content .commentlist .comment_text {
	margin-top:5px;
	display:block;
}

html > body #content .commentlist dd.author_comment {
	background:url(images/transp-80.png) #c9e45a !important;
	width:auto;
}

#content .commentlist dd.author_comment {
	background-color:#c9e45a !important;
	filter:alpha(opacity=20);
	width:510px;
}

#content .commentlist .author_comment .author,
#content .commentlist .author_comment .author a {
	color:#c9e45a !important;
	border-color:#c9e45a !important;
}


#content .commentlist dd.author_comment * { /* ie */
	filter:alpha(opacity=100);
	position:relative;
}

#content .commentlist dt.author_comment .date {
	color:#a5ba52 !important;
	border-color:#a5ba52 !important;
}

#content ul {
	list-style-position: inside;
}

#content textarea#comment {
	font-size:1em;
	line-height:1.3em;
}

#commentform small {
	color:#515151;
}

.commentmetadata {

}

.entry {
	margin:0;
	text-align:justify;
	float: right;
	width: 484px;
}

.entry p {
	margin:1em 0 1em 0;
}

#title .description {
	text-align: right;
}

.clear {
	clear: both;
}

#wp-calendar caption {
	text-transform: uppercase;
} 

#wp-calendar table th {
	color: #AA9ACA;
}

#ec3_publish {
	display: none;
}

#wp-calendar .ec3_eventday a {
    color: #0087C6 !important;
}

.ec3_popup table {
    background-color: #DEEAF5 !important;
    border: 1px solid #999999;
    color: #333 !important;
    font-size: 1em !important;
    text-align: left;

}

table.ec3_schedule {
    border: 1px solid #808184 !important;
    border-collapse: collapse;
    float: left;
    margin: 0.5ex 1ex 0.5ex 0;
}
table.ec3_schedule td {
    color: #808184 !important;
    padding: 0 0.5ex;
}

.parni small {
	margin-left: 10px;
	display: block;
}

.parni img {
	margin-left: 5px;
}

#content ol.wp-paginate li {
	list-style-type: none;
	float: left;
	 -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
          border-radius: 5px;
	border: 1px solid #E6E7E8;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 9px;
	
}

#content ol.wp-paginate li a {
	border: none;
	display: block;	
	color: #808184;
	 -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
          border-radius: 5px;
}

#content ol.wp-paginate li a:hover, #content ol.wp-paginate li span.current  {
	background-color: #A99ACA;
	color: #fff;
	display: block;
	 -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
          border-radius: 5px;
}

#content ol.wp-paginate li:first-child {
	display: none;
}

#footer {
	border-top: 1px solid #E6E7E8;
}

.donji_menu {
	margin: 20px 0 40px 0;
	float: left;
	width: 600px;
}

.donji_menu li {
	list-style-type: none;
	background: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	text-transform: uppercase;
}

.donji_menu li a:hover {
	text-decoration: underline;
}

#footer p {
	float: left;
	width: 160px;;
	margin: 20px 0 50px 0;
}

#follow {
	float: right;
	margin-right: 2px;
	margin-top: 6px;
}

.zavrseni_natjecaji {
	text-decoration: line-through;
}

