/*
	author: Luka Cvrk (www.solucija.com)
	project: Open Source Web Design contest, Theme: Fall (Autumn)
*/

/* {START CSS BARBECUE} */


body {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	font-family: "Arial", Tahoma, Sans-Serif;
	background: #353F49;
	color: #000;
}

 /* LINKS */
a {
	
        color: #768C00;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	
        color: #000;
	background-color: inherit;

}


/* HEADINGS */
h1 {
	padding: 0px 0px 22px 0px;
	font-size: 1.4em;
}

h2 {
	margin: 0px;
}

h3 {
	width: 90%;
	font-size: 100%;
	color: #404240;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
	padding: 0px 0px 0px 40px;
	background-color: inherit;
	background-image: url("titlebg.gif");
	background-repeat: no-repeat;
	background-position: center left;
}


.red {
	color: #8B1714;
	/*background-color: inherit;*/
       
}

/* PARAGRAPH */
p {
	font-size: 1em;
	color: #353F49;
	line-height:1.6em;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background-color: inherit;
}


/*-------------------------
DIVS IN ORDER OF APPEARANCE
-------------------------*/

#outline {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	background: url("middle.gif") repeat-y;
	
}
#container      {
        margin: 0px auto;
	padding: 0px;
	width: 670px;
	
}

#info {
	border-bottom: 1px solid #f0f0f0;
        }



#partners {
    border-bottom: 1px solid #f0f0f0;
    background-image: url("partners.gif");
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 1.1em;
}

#header {
       width: 670px;
       height: 106px;
       background-image: url("logo_new.png");
}


#left-container {
    float: left;
    width: 170px;
    height: 200px;

}

#right-container {
    width: auto;
    margin-left: 180px;
    margin-right: 5px;
    height: auto;
    font-size: 1.1em;


}

#right-container h3 {
   font-size: 1.2em;
    }

.size-table {
    text-align: center;
    font-size: 1.2em;
    padding: 15px;
}

.table-yellow {
    font-weight: bold;
    background-color: #fdf7df;
}

.table-green {
    background-color: #eeeeee;
}

/* HORIZONTAL MENU */
#hmenu {
	margin: 0 1px 0 0px;
	padding: 10px 0 20px 0;
	background: #ffffff url("hmenu.gif") repeat-x;
	color: #808080;
	
}
#hmenu a {
	color: #74879A;
	margin: 0px 3px 0px 8px;
	padding: 0 0px 0 9px;
	background-color: transparent;
	background-image: url("arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	
	
}

#hmenu a:hover {
	color: #F0F2F4;	
	background-color: transparent;
}

.foto {
    width: 100px;
    height: auto;
    /*border: 1px solid red;*/


}


.describe {
   
    float: right;
    height: auto;
    width: 350px;


}


.textright {
    text-align: right;
    font-size: 0.8em;
    margin-right: 5px;
    font-weight: bold;
    color: #8B1714;;
    background-color: inherit;
    
}



/* MAIN MENU (LEFT) */
#menu {
 font-size: 0.9em;
}

#menu a {
	display: block;
	line-height: 20px;
	padding: 0px 0px 0px 30px;
	color: #353F49;
	background-image: url("mini-star.gif");
	background-repeat: no-repeat;
	background-position: center left;
	
}

#menu a:hover {
	color: #8B1714;
	background-image: url("mini-star.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

/* LINK TITLE - visible on hover */
.underline {
	border-bottom: 1px dotted #74879A;
}




/* FOOTER */

#footer {
	
	margin: auto;
	padding: 15px 0px 0px 0px;
	width: 700px;
	background-color: inherit;
	background-image: url("bottom.gif");
	background-repeat: no-repeat;
	text-align: center;
	color: #919FAE;
}
#top {
	
  	margin: auto;
	width: 700px;
	padding-top: 5px;
	background-color: inherit;
	background-image: url("top.gif");
	background-repeat: no-repeat;
	color: #919FAE;
	
}
#date {
    text-align: right;

    width: 685px;

}


#footer a {
	color: #BDC6CE;
	background-color: inherit;
	

}

/*------------------------------------------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	
	}

#lightbox a img{ border: none;  }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	
        }

#imageContainer{
	padding: 10px;
        }

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* {END BARBECUE} */

/* Block Styles */

	

       #block a {
        font-size: 0.9em;
         }

		
	#block h2 {
	  font-size: 1.1em;
	  font-weight: bold;
	}
	#block {
            margin-top: 10px;
            margin-left: 5px;
            color: #505050;
            font-size: 1.1em;
            line-height: 1.5em;
        }
	
	
	.xtop, .xbottom {
	  display: block;
	  background: transparent;
	  
	  }
	
	.xb1-yellow, .xb2-yellow, .xb3-yellow, .xb4-yellow {
	  display: block;
	  overflow: hidden;
	  }
	
	.xb1-yellow, .xb2-yellow, .xb3-yellow {
	  height: 1px;
	  }
	
	.xb2-yellow, .xb3-yellow, .xb4-yellow {
	  background: #fdf7df;
	  }
	
	.xb1-yellow {
	  margin: 0 5px;
	  background: #fdf7df;
	  }
        .xb2-yellow {
	  margin: 0 5px;
	  background: #fdf7df;
	  }
	
	.xb2-yellow {
	  margin: 0 3px;
	  border-width: 0 2px;
	  }
	
	.xb3-yellow {
	  margin: 0 2px;
	  }
	
	.xb4-yellow {
	  height: 2px;
	  margin: 0 1px;
	  }
	
	.blockcontent-yellow {
         padding: 5px;
         display: block;
         background: #fdf7df;	
        }

	.xb1-green, .xb2-green, .xb3-green, .xb4-green {
	  display: block;
	  overflow: hidden;
	  }
	
	.xb1-green, .xb2-green, .xb3-green {
	  height: 1px;
	  }
	
	.xb2-green, .xb3-green, .xb4-green {
	  background: #eeeeee;
	  }
	
	.xb1-green {
	  margin: 0 5px;
	  background: #eeeeee;
	  }
        .xb2-green {
	  margin: 0 5px;
	  background: #eeeeee;
	  }
	
	.xb2-green {
	  margin: 0 3px;
	  border-width: 0 2px;
	  }
	
	.xb3-green {
	  margin: 0 2px;
	  }
	
	.xb4-green {
	  height: 2px;
	  margin: 0 1px;
	  }
	
	.blockcontent-green {
         padding: 5px;
         display: block;
         background: #eeeeee;	
        }

