/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Fixed Footer _-_-_- */
* {margin:0;padding:0;} 
html, body, #container {height: 100%;}
body > #container {height: auto;min-height: 100%;}
#main {padding-bottom: 30px;}
#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	background:url(../img/footer-bg.gif) repeat-x #525252;
	line-height:30px;
	text-transform: uppercase;
} 
/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Fixed Footer _-_-_- */

/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Toolkit _-_-_- */
.left{float:left;margin-right:1em;}
.right{float:right;margin-left:1em;}
.center{text-align:center;}

.clear{clear:both;}
.first{margin-left:0 !important;}
.last{margin-right:0 !important;}
.top{margin-top:0 !important;}
.bottom{margin-bottom:0 !important;}	
.hidden, .print{display:none;}
.graphic{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Toolkit _-_-_- */

/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Layout _-_-_- */
body {
	background:url(../img/body-bg-repeat.jpg) repeat-x 0 125px #fff;
	font-family:Helvetica, Arial;
	color:#333;
	font-size:12px;
}
#container {

	position:relative;
}
#index #container {
	background:url(../img/body-bg.jpg) no-repeat 0 125px;
}
.textrow {height:25px;position:relative;}
.textrow.a {background:url(../img/constancek.png) repeat-x 100px 2px;}
.textrow.b {background:url(../img/constancek.png) repeat-x 0 2px;}
.textrow.c {background:url(../img/logo.png) repeat-x 111px -31px;}
.textrow.d {background:url(../img/title.png) repeat-x 59px -31px;}
.textrow.e {background:url(../img/music.png) repeat-x 12px -30px;}
.textrow.f {background:url(../img/style.png) repeat-x 12px -31px;}
.textrow.g {background:url(../img/people.png) repeat-x 35px -30px;}

.textrow.c.blur {background-position:111px 100%;}
.textrow.d.blur {background-position:59px 100%;}
.textrow.e.blur {background-position:12px 100%;}
.textrow.f.blur {background-position:35px 100%;}
.textrow.g.blur {background-position:35px 100%;}


.standout {height:100%;position:absolute;left:345px;width:100px;}
.c .standout a{width:234px;background:url(../img/logo.png) repeat-x 	0 3px;}
.d .standout {width:471px;background:url(../img/title.png) repeat-x 0 3px; left:58px;}
.e .standout a{width:83px;background:url(../img/music.png)  repeat-x 0 3px;}
.f .standout a{width:83px;background:url(../img/style.png)  repeat-x 0 3px;}
.g .standout a{width:103px;background:url(../img/people.png) repeat-x 0 4px;}

  
.c .standout a:hover{background-position:0 -65px;}
.e .standout a:hover{background-position:0 -65px;}
.f .standout a:hover{background-position:0 -65px;}
.g .standout a:hover{background-position:0 -64px;}


.standout a {display:block;height:100%;width:100%;}

/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Layout _-_-_- */
/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Clearfix _-_-_- */
.fixed:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.fixed {display: inline-block;}
/* Hides from IE-mac \*/
* html .fixed { height: 1%;}

/* _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- SCROLLPANE _-_-_- */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable-wrap {
	position:relative;
	height:232px;
}
.left-fade,
.right-fade {
	height:232px;
	width:118px;
	background:url(../img/endfades.png) no-repeat top right;
	right:0;
	top:0;
	position:absolute;
	z-index: 111;
}
.left-fade {
	left:0;
	background-position:left top;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height:171px;

	top:28px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	padding:2px;
	cursor:pointer;
/*	width:251px;
	height:167px;*/
	background-color:#999;
}
.scrollable img.hover {background-color:#333;}

.items a { 
    display:block; 
    float:left; 
    margin:0 10px; 
}
a img {border:none;}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	top:100px;
	cursor:pointer;
	font-size:1px;
	z-index: 999;
}

/* right */
a.right 		{ background-position: 0 -30px; right:10px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ left: 10px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/* position and dimensions of the navigator */ 
.centerfix {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}
.navi { 
    height:20px; 
	bottom:-40px;
	text-align: center;
	margin:40px auto 0 auto;
	position:relative;
	left:50%;
} 
.navi a { 
    width:8px; 
    height:8px; 
	display:inline;
    margin:3px; 
    background:url(../img/navigator.png) 0 0 no-repeat; 
	float:left;
    font-size:1px; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}


/* scrollable should not disable gallery navigation */ 
#gallery .disabled { 
    visibility:visible !important; 
} 
 
#gallery .inactive { 
    visibility:hidden !important; 
}

/* active item */ 
.scrollable .active { 
    /* these two settings makes it visible over the mask */ 
    z-index:9999; 
    position:relative; 
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../img/h80.png) repeat-x;		
}


#footer {
	padding:0 5px;
	font-weight:bold;
	color:#333;
	font-size:15px;
}
#footer a,#footer span {
	color:#d7d7d7;
}