/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Header
 *  5. Content
 *  6. Sidebar
 *  7. Footer
 *  8. Navigation
 *  9. Forms
 * 10. Modules
 * 11. Print styles
 *
 */

@media screen, projection {

	/* Reset  - do NOT modify!
	-------------------------------------*/
	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 {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q {	quotes: none; }

	:active { outline: 0; }
	
	a:link, a:visited, a:hover { outline: normal; }

	/* remember to highlight inserts somehow! */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}




	/* Basic Elements
	-------------------------------------*/
	html, body { height: 100%; }

	body {
		font-family: verdana, arial, sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.5em;
		color: #333;
		background: white;
        background: url('/images/backgrounds/main-bg.jpg') no-repeat;
        background-attachment: fixed;
        background-size: cover;
	}
	
	#container {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
        background: #fff;
	}




	/* Generic Classes
	-------------------------------------*/

	/* --- News list --- */
	
	#text-content-container .news-list {
		float: left;
		width: 100%;
		margin-bottom: 1em;
	}

	#text-content-container .news-list li {
		float: left; /* float clearer */
		width: 100%;
	}

	.news-list .title { display: inline }

	.news-list .date {
		float: left;
		padding-right: .5em
	}

	.news-list a:link, .news-list a:visited, .news-list a:hover, .news-list a:active { color: #faa61a }

	.news-list a:visited { color: #5f4646 }

	.news-list.news-archive li {
		list-style-type: none !important;
	}
	
	#text-content-container .msgPhoto { 
		margin-top: -15px; 
		margin-bottom: 10px;
	}


	/* --- Attachments list --- */

	.attachments-list .extension {
		color: #666;
	}

	/* --- Messages --- */

	.error {
		display: block;
		color: #faa61a;
		font-weight: bold;
		margin: 1em 0
	}

	.notice {
		display: block;
		color: #00A600;
		font-weight: bold;
		margin: 1em 0
	}

	/* --- Other --- */

	/* use to clear floats */
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px
	}


	/* Header
	-------------------------------------*/
	#header {
		float: left;
		width: 100%;
		height: 350px;
        position: relative;
	}
	
	#header strong.logo {
		position: absolute;
		width: 160px;
		height: 178px;
		left: 43px;
		top: 112px;
		text-transform: uppercase;
		z-index: 20;
		display: block;
	}

	#header strong.logo a:link, #header strong.logo a:visited, #header strong.logo a:hover, #header strong.logo a:active {
		background: url("../images/backgrounds/logo.png") no-repeat scroll left top transparent;
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: -9999px;
		width: 100%;
	}
	
	#random-images {
		width: 1000px;
		height: 350px;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	
	#random-images-area {
		/*float: left;*/
		height: 213px;
		overflow: hidden;
		position: relative;
		width: 320px;
		z-index: 2;
	}
	
	
	#random-images-area a:link, #random-images-area a:visited, #random-images-area a:hover, #random-images-area a:active {
		position: absolute;
		width: 37px;
		height: 37px;
		outline: none;
		text-indent: -9999px;
		/*overflow: hidden;*/
		display: block;
		z-index: 100;
		display: block;
	}
	
	#random-images-area a#prev:link, #random-images-area a#prev:visited, #random-images-area a#prev:hover, #random-images-area a#prev:active {
		background: url('../images/sprites/sprites-button-prev.png') left top no-repeat;
		top: 83px;
		left: 24px;
	}
	
	#random-images-area a#next:link, #random-images-area a#next:visited, #random-images-area a#next:hover, #random-images-area a#next:active {
		background: url('../images/sprites/sprites-button-next.png') left top no-repeat;
		top: 83px;
		right: 24px;
	}	
	
	#random-images-area a#prev:hover, #random-images-area a#next:hover { background-position: left bottom; }


	#random-images-impressions {
		width: 320px;
		height: 213px;
		overflow: hidden;
	}
	


	/* Content
	-------------------------------------*/

	#content {
		width: 1000px;
		float: left;
		color: #007ea2;
		font-size: 1.4em;
		line-height: 1.4em;
        background: #fff;
	}
	
	#body-entry #content { background: url('../images/backgrounds/bgnd-content.gif') left top repeat-y; }
	
	#body-entry .entry-news a[rel="lightbox"] {
		pointer-events:none;
	}
	
	#body-entry #content #col2 { color: white; }
	
	.column {
		float: left;
		width: 305px;
		min-height: 200px;
		padding-left: 6px;
		padding-right: 9px;
		padding-top: 29px;
	}
	
	#col1 { padding-bottom: 150px; }
	
	#welcome {
		float: left;
		width: 100%;
	}
	
	#welcome a:link, #welcome a:visited, #welcome a:hover, #welcome a:active {
		color: #faa61a;
		text-decoration: underline;
	}
	
	#welcome img {
		margin-left: -6px;
	}
	
	#impressions {
		margin-top: 44px;
		float: left;
		width: 100%;
	}
	
	#random-images-area {
		margin-left: -6px;
	}
	
	#col1 #impressions h2 { padding-bottom: 23px; }
	
	#col1 a.more:link, #col1 a.more:visited, #col1 a.more:hover, #col1 a.more:active {
		color: #faa61a;
		text-decoration: underline;
		margin-top: 5px;
		float: left;
	 }
	 
	 #col1 a.more:hover { text-decoration: none; }
	
	#impressions img { 
		float: left;
	}
	
	#col2 { 
		padding-bottom: 40px; 
		min-height: 500px;
		padding-right: 4px;
		padding-left: 9px;
		width: 307px;
	}
	
	#col2 img {
		float: left;
		margin: 14px -4px 25px -9px;
	}
	
	#col3 { padding-bottom: 300px; }
	
	#col3 h3 {
		/*background: url(../images/backgrounds/bgnd-menu.jpg) right top no-repeat;*/
		color: #007ea2;
		
	}

	#content h1 {
		font-family: Calibri, arial, sans-serif;
		font-size: 1.7em;
		line-height: 1.1em;
		color: #faa61a;
		font-weight: normal;
		padding-top: 0px;
		padding-bottom: 28px;
	}
	
	#body-entry #content h1 { 
		color: white; 
	}
	
	#content h2 {
		font-family: Calibri, arial, sans-serif;
		font-size: 1.7em;
		line-height: 1.1em;
		font-weight: normal;
		color: #007ea2;		
	}
	
	#content h2 a:link, #content h2 a:visited, #content h2 a:hover, #content h2 a:active {
		color: #007ea2;
		text-decoration: none;
	}
	
	#content h2 a:hover { color: #faa61a; }
	
	#col1 h2 { padding-bottom: 29px; }
	
	#col3 h2 {
		float: left;
		width: 100%;
		padding-bottom: 3px;
		font-size: 1.3em;
	}
	
	#col3 h2.h2-open a:link, #col3 h2.h2-open a:visited, #col3 h2.h2-open a:hover, #col3 h2.h2-open a:active { color: #FAA61A; }
	
	#col3 h3 {
		float: left;
		width: 100%;
		padding-bottom: 10px;
		font-size: 1.1em;
	}
	
	#col3 .break {
		float: left;
		width: 100%;
		height: 27px;
	}
	
	#col3 .toggle-content {
		padding: 3px 0px 30px 0px;
		float: left;
		width: 100%;	
		color: #007ea2;
		font-size: 0.75em;
		line-height: 1.4em;
		display: none;
	}
	
	#col3 #toggle-content-open { 
		display: block;
		padding-bottom: 10px;
	}
	
	#col3 .toggle-content img {
		float: left;
		margin-left: -4px;
	}
	
	#col3 .toggle-content a:link, #col3 .toggle-content a:visited, #col3 .toggle-content a:hover, #col3 .toggle-content a:active {
		text-decoration: none;
		color: #faa61a;
	}
	
	#col3 .toggle-content a.email:link, #col3 .toggle-content a.email:visited, #col3 .toggle-content a.email:hover, #col3 .toggle-content a.email:active { color: #007ea2; }
	
	#col3 .toggle-content a:hover { text-decoration: underline; }

	#text-content-container {
		font-size: 0.9em;
	}

	#text-content-container p {
		padding-bottom: 1em;
	}
	
	/*#text-content-container p.abstract { font-style: italic; }*/

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: #faa61a;
		text-decoration: underline;
	}
	
	#text-content-container a:hover { text-decoration: none; }

	/* external link */
	#text-content-container a.external {
		padding-right: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 100% 65% no-repeat;
	}


	/* --- video --- */

	span.video-placeholder {
		clear: both;
		padding: .7em 0px .7em 0px;
		display: block;
	}


	/* --- unsorted list --- */

	#text-content-container ul { padding-bottom: 1em; }

	#text-content-container ul li {
		margin-bottom: .3em;
		list-style-type: disc;
		list-style-position: inside;
	}
	
	#text-content-container ul#other-categories {
		margin-top: 15px;
		font-size: 1.4em;
		padding-bottom: 0;
	}	
	
	#text-content-container ul#other-categories li {
		list-style-type: none;
		padding: 1px 0px 2px 0px;
	}
	
	#text-content-container ul#other-categories li a:link, #text-content-container ul#other-categories li a:visited,
	#text-content-container ul#other-categories li a:hover, #text-content-container ul#other-categories li a:active {
		text-decoration: none;
	}
	
	#text-content-container ul#other-categories li a:hover { text-decoration: underline; }


	/* --- numbered list --- */

	#text-content-container ol {}

	#text-content-container ol li {
		margin-bottom: .3em;
		list-style-type: decimal;
		list-style-position: inside;
	}


	/* --- Attachments list --- */

	#text-content-container ul.attachments-list li { list-style-type: none; }


	/* --- tables --- */

	#text-content-container table th {
		padding: .3em .5em;
		border: 1px solid #999;
		font-weight: bold;
		text-align: left;
	}

	#text-content-container table td {
		padding: .3em .5em;
		border: 1px solid #999;
	}

	#text-content-container table caption {
		margin-bottom: .3em;
		text-align: left;
		font-weight: bold;
	}


	/* --- Icons in content --- */

	#text-content-container a.lipdf {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/pdf.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/doc.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lixls,
	#text-content-container a.lixlsx {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/xls.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lippt {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ppt.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lizip {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/zip.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liai {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ai.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liexe {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/exe.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liimage {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/file.gif) 0% .2em no-repeat;
	}



	/* --- Photogallery --- */

	#photo-gallery-container { 
		float: left;
		width: 100%;
		margin: 0 0 1em 0;
	}

	.photo-gallery-item {
		position: relative;
		float: left;
		width: 130px;
		padding: 7px;
		margin-right: 7px;
		margin-bottom: 7px;
		/*-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;*/
		text-align: center;
	}

	#text-content-container .photo-gallery-item img.photo-gallery { margin: 0 auto }

	#text-content-container .photo-gallery-item p {
		margin-top: .7em;
		text-align: center;
		line-height: 1.1em;
		font-size: .85em;
		overflow: hidden;
		display: block;
		padding-bottom: 0;
		float: left;
		width: 100%;
	}

	.photo-gallery-item p strong { display: block }
	

	/* Footer
	-------------------------------------*/
	#footer { 
		clear: both; 
		position: relative;
		float: left;
		width: 100%;
		padding: 30px 0px 27px 0px;
		background: #faa61a;
		color: black;
		font-size: 1.05em;
		line-height: 1.1em;
	}
	
	#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
		text-decoration: none;
		color: black;
	}
	
	#footer a:hover { text-decoration: underline; }
	
	#sys-menu {
		float: left;
		width: 50%;
		padding-left: 19px;
	}
	
	#sys-menu li {
		float: left;
		padding-right: 12px;
	}
	
	#copyrights {
		float: right;
		width: 350px;
	}
	
	#banners-left {
		position: absolute;
		bottom: 80px;
		left: 0;
		width: 270px;
		padding-left: 11px;
		padding-right: 19px;
		color: #007ea2;
	}
	
	#banners-right {
		position: absolute;
		bottom: 77px;
		right: 0;
		width: 349px;
		padding-left: 11px;
		padding-right: 0px;
		color: #007ea2;
	}	
	
	#footer h3 {
		font-family: Calibri, arial, sans-serif;
		font-size: 1.15em;
		line-height: 1.3em;
		font-weight: normal;	
		margin-bottom: 0px;
		margin-left: -4px;
		width: 100%;
		clear: both;
	}
	
	#banners-left img, #banners-right img { float: left; }
	
	#banner-obcina-divaca { margin: 0px 0px 0px -2px; }
	
	#banner-kinoteka { margin: 2px 0px 0px 14px; }
	
	#banner-norway-grants { margin: 12px 0px 4px -6px; }
	
	#banner-m-kulturo { margin: 16px 0px 14px -4px; }
	
	#banner-sluzba-razvoj { margin: 17px 0px 0px -1px; }
	
	#banners-list {
		float: left;
		width: 363px;
		margin-left: -13px;
		margin-top: 10px;
	}
	
	#banners-list li {
		float: left;
		width: 170px;
		margin-left: 10px;
		margin-bottom: 10px;
	}




	/* Navigation
	-------------------------------------*/

	/* --- Sitemap --- */

	ul#sitemap { list-style-type: none; }

	#sitemap ul {
		margin-bottom: 2em;
		margin-left: 1em;
		padding-bottom: 0;
		list-style-type: none;
	}
	
	#sitemap ul li.picture { display: none; }


	/* --- Main Menu --- */
	
	#menu-area {
		float: left;
		width: 100%;
		height: 26px;
		background: #faa61a url(../images/backgrounds/bgnd-menu.jpg) right top no-repeat;
		font-family: Calibri, arial, sans-serif;
		position: relative;
		left: 0;
		z-index: 30;
	}

	#main-menu {
		width: 640px;
		float: left;
	}
	
	#menu-addon {
		float: left;
		width: 350px;
		padding-left: 10px;
		font-size: 2.3em;
		line-height: 1.1em;
		color: white;		
	}


	/* Level 1 */

	#main-menu li.menu-level1 {
		float: left;
		width: 160px;
	}

	#main-menu a.menu-level1:link, #main-menu a.menu-level1:visited, #main-menu a.menu-level1:hover, #main-menu a.menu-level1:active {
		float: left;	
		color: white;
		text-decoration: none;
	}

	#main-menu li.menu-level1-open a.menu-level1:link, 
	#main-menu li.menu-level1-open a.menu-level1:visited, 
	#main-menu li.menu-level1-open a.menu-level1:hover, 
	#main-menu li.menu-level1-open a.menu-level1:active,
	#main-menu li.menu-level1 a.menu-level1:hover,
	#body-entry #main-menu li#slo-16 a.menu-level1:link {
		background-color: #000;
	}

	#main-menu span.menu-level1 {
		display: block;
		width: 149px;
		padding: 0px 0px 1px 11px;
		font-size: 2.3em;
		line-height: 1.1em;
		letter-spacing: 0.5px;
		cursor: pointer;
	}

	/* Level 2 */
	
	#main-menu ul.menu-level2 {
		position: absolute;
		top: 26px;
		left: 0px;
		float: left;
		width: 290px;
		background: #000;
		padding: 30px 21px 0px 9px;	
	}
	
	#main-menu ul.menu-level2 li {
		float: left;
		width: 100%;
		padding-top: 3px;
	}
	
	#main-menu ul.menu-level2 li.picture { 
		margin-left: -9px; 
		min-height: 20px;
		margin-top: 5px;
	}
	
	#main-menu ul.menu-level2 li.picture img { float: left; }

	#main-menu a.menu-level2:link, #main-menu a.menu-level2:visited, #main-menu a.menu-level2:hover, #main-menu a.menu-level2:active {
		float: left;
		color: #faa61a;
		text-decoration: none;
	}

	#main-menu li.menu-level2-open a.menu-level2:link, 
	#main-menu li.menu-level2-open a.menu-level2:visited, 
	#main-menu li.menu-level2-open a.menu-level2:hover, 
	#main-menu li.menu-level2-open a.menu-level2:active,
	#main-menu li.menu-level2 a.menu-level2:hover {
		color: white;
	}

	#main-menu span.menu-level2 {
		display: block;
		width: 100%;
		padding: 2px 0px 2px 0px;
		font-size: 2.3em;
		line-height: 1.1em;
		cursor: pointer;
	}


	/* Forms
	-------------------------------------*/

	input {
		position: relative;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	#text-content-container form {
		width: 98%;
		margin-bottom: 1em;
		padding: 1em 1%;
		background-color: #F6F6F6;
	}

	input.input-text {
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	#text-content-container input.input-text {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
	}

	input.input-submit {
		margin-top: 1em;
		padding: .2em .5em;
		border-width: 1px;
		border-style: solid;
		border-color: #808080 #404040 #404040 #808080;
		font-size: 100%;
		background-color: #606060;
		color: white;
		cursor: pointer;
	}

	input.input-submit:hover {
		border-color: #E60000 #600000 #600000 #E60000;
		background-color: #faa61a;
	}
	
	input.input-datepicker {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
		width: 6em;
	}

	#text-content-container input.input-submit { font-size: .9em; }

	textarea {
		position: relative;
		height: 10em;
		padding: .3em;
		border: 1px solid #AAA;
		line-height: 1.1;
		background-color: #EEE;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	select {
		position: relative;
		padding: .1em 0 .1em .3em;
		border: 1px solid #AAA;
		background-color: #EEE;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	.racun {}

	form span.mandatory { color: #faa61a }


	/* Vertical form */

	.vertical-form {}

	.vertical-form dt {
		margin-top: 1em;
		margin-bottom: .3em;
	}


	/* Horizontal form */

	.horizontal-form { float: left }

	.horizontal-form dt {
		clear: left;
		float: left;
		width: 25%;
		padding-top: .5em;
		margin-top: .6em;
		margin-bottom: .2em;
		margin-right: 2%;
		text-align: right;
	}

	.horizontal-form dt label { text-align: right }

	.horizontal-form dd {
		float: left;
		width: 72.9%;
		margin-top: .6em;
		margin-bottom: .2em;
	}

	fieldset.checkboxes label {
		float: left;
		display: block;
	}

	form dt.alt, 
	form dd.alt {
		text-align: left
	}

	.horizontal-form dt.alt, 
	.horizontal-form dd.alt {
		width: 72.9%;
		padding-top: 0;
		padding-left: 27%;
		margin-right: 0;
	}

	.sidebar-module input,
	.sidebar-module select,
	.sidebar-module textarea {
		font-family: inherit;
		font-size: 1.1em;
	}

	.form-notice {
		margin: 1em 0;
		padding: .3em 1em;
		border: 1px solid #007700;
		font-weight: bold;
		color: #007700;
		background-color: #F0FFF0;
	}

	.form-error {
		margin: 1em 0;
		padding: .3em 0;
		border: 1px solid #faa61a;
		color: #faa61a;
		background-color: #FFF0F0;
	}

	.form-error li {
		padding: .3em 1em;
		font-weight: bold;
		line-height: 1.2;
	}


}

/* Print styles
-------------------------------------*/

@media print {

	body {
		font-size: 1em;
		font-family: "Times New Roman", serif;
		background-color: white;
		color: black;
	}

	h1, strong.logo, h2, h3, h4 { font-family: "Times New Roman", serif; }
	
	#header h1, strong.logo { font-size: 2em; }

	h1 { font-size: 1.6em; }

	h2 { font-size: 1.4em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	#text-content-container a:link:after,
	#text-content-container a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: black !important;
		text-decoration: none !important;
	}
	
	#random-images, #main-menu, #menu-addon, #random-images-impressions { display: none; }
	
}




/* Plugins
-------------------------------------*/


@media projection, screen {

	/**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http://leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 22px; 
		float: right;
		padding-bottom: 0.7em;	
	}
	
	
	/**
	 * The "classic" theme CSS for Shadowbox.
	 *
	 * This file is part of Shadowbox.
	 *
	 * Shadowbox is an online media viewer application that supports all of the
	 * web's most popular media publishing formats. Shadowbox is written entirely
	 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
	 * authors can showcase a wide assortment of media in all major browsers without
	 * navigating users away from the linking page.
	 *
	 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
	 * Noncommercial-Share Alike license. This means that it is absolutely free
	 * for personal, noncommercial use provided that you 1) make attribution to the
	 * author and 2) release any derivative work under the same or a similar
	 * license.
	 *
	 * If you wish to use Shadowbox for commercial purposes, licensing information
	 * can be found at http://mjijackson.com/shadowbox/.
	 *
	 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
	 * @copyright   2007-2008 Michael J. I. Jackson
	 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
	 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
	 */

	/*_____________________________________________________  container & overlay  */
	#shadowbox_container, #shadowbox_overlay {
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	}
	#shadowbox_container {
	  position: fixed;
	  display: block;
	  visibility: hidden;
	  z-index: 999;
	  text-align: center; /* centers #shadowbox in quirks and IE */
	}
	#shadowbox_overlay {
	  position: absolute;
	}

	/*_______________________________________________________________  shadowbox  */
	#shadowbox {
	  position: relative;
	  margin: 0 auto;
	  text-align: left; /* reset left alignment */
	}

	/*____________________________________________________________________  body  */
	#shadowbox_body {
	  position: relative;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #333;
	  overflow: hidden;
	}
	#shadowbox_body_inner {
	  position: relative;
	  height: 100%;
	}
	#shadowbox_content.html {
	  height: 100%;
	  overflow: auto; /* make html content scrollable */
	}

	/*_________________________________________________________________  loading  */
	#shadowbox_loading {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}
	#shadowbox_body, #shadowbox_loading {
	  background-color: #060606; /* should match loading image background color */
	}
	#shadowbox_loading_indicator {
	  float: left;
	  margin: 10px 10px 0 10px;
	  height: 32px;
	  width: 32px;
	  background-image: url(loading.gif);
	  background-repeat: no-repeat;
	}
	#shadowbox_loading span {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 10px;
	  float: left;
	  margin-top: 16px;
	}
	#shadowbox_loading span a:link,
	#shadowbox_loading span a:visited {
	  color: #fff;
	  text-decoration: underline;
	}

	/*____________________________________________________________  title & info  */
	#shadowbox_title, #shadowbox_info {
	  position: relative;
	  margin: 0; /* these must have no vertical margin or padding */
	  padding: 0;
	  overflow: hidden;
	}
	#shadowbox_title_inner, #shadowbox_info_inner {
	  position: relative;
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  line-height: 16px;
	}
	#shadowbox_title {
	  height: 26px;
	}
	#shadowbox_title_inner {
	  font-size: 16px;
	  padding: 5px 0;
	  color: #fff;
	}
	#shadowbox_info {
	  height: 20px;
	}
	#shadowbox_info_inner {
	  font-size: 12px;
	  color: #fff;
	}

	/*_____________________________________________________________________  nav  */
	#shadowbox_nav {
	  float: right;
	  height: 16px;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_nav a {
	  display: block;
	  float: right;
	  height: 16px;
	  width: 16px;
	  margin-left: 3px;
	  cursor: pointer;
	}
	#shadowbox_nav_close {
	  background-image: url(icons/close.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_next {
	  background-image: url(icons/next.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_previous {
	  background-image: url(icons/previous.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_play {
	  background-image: url(icons/play.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_pause {
	  background-image: url(icons/pause.png);
	  background-repeat: no-repeat;
	}

	/*_________________________________________________________________  counter  */
	#shadowbox_counter {
	  float: left;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_counter a {
	  padding: 0 4px 0 0;
	  text-decoration: none;
	  cursor: pointer;
	  color: #fff;
	}
	#shadowbox_counter a.shadowbox_counter_current {
	  text-decoration: underline;
	}

	/*___________________________________________________________________  clear  */
	div.shadowbox_clear {
	  clear: both; /* clear floating counter & nav */
	}

	/*________________________________________________________________  messages  */
	div.shadowbox_message {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 12px;
	  padding: 10px;
	  text-align: center;
	}
	div.shadowbox_message a:link,
	div.shadowbox_message a:visited {
	  color: #fff;
	  text-decoration: underline;
	}
	
	
	
	/*  jquery autocomplete  */
	.ac_results {
		padding: 0px;
		background-color: white;
		overflow: hidden;
		z-index: 99999;
		-moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
	}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li {
		margin: 0px;
		padding: 2px 5px;
		cursor: default;
		display: block;
		/* 
		if width will be 100% horizontal scrollbar will apear 
		when scroll mode will be used
		*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/* 
		it is very important, if line-height not setted or setted 
		in relative units scroll will be broken in firefox
		*/
		line-height: 16px;
		overflow: hidden;
	}

	.ac_loading {
		background: white url('indicator.gif') right center no-repeat;
	}

	.ac_odd {
		background-color: #F6F6F6
	}

	.ac_over {
		background-color: #606060;
		color: white;
	}

}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */
