
/* -- Main layout definitions ------------- */

body{
	padding:0px 0px 0px 0px;
	margin:0;
	font:11px Verdana;
	background:#ffffff url(images/background.gif) top left repeat;
}
a {
	color: #993399;
	text-decoration:none;
}

a:hover {
	color: #993399;
	text-decoration:underline;s
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 1px 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	float: left;
	color: #A154A2;
	font-weight:bold;
	font:15px Verdana;
	padding-bottom:1px;
	margin:10px 0px 0px 0px;
}
.breadcrumb span{
	font-weight:bold;
}
.header {
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}

.footer {
	font-size: 0.8em;
	color: #999;
	margin-top: 4em;
	padding-top: 1.5em;
	border-top: 1px solid #ddd;
}

.gallery h2 {
	clear: both;
	margin: 1.5em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ddd;
	font-size: 1.5em;
}

.gallery h3 {
	clear: both;
	margin: 1.5em 0 1em 0;
	font-size: 1.2em;
}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 0px auto;
	text-align: center;

}
.floater{	float:left;}

.gallery-thumb img {
	background-color: #ffffff;
	border: 1px solid #DDD5A6;
	padding: 4px;
	margin: 5px;
}

.gallery-thumb a img {
	border: 1px solid #DDD5A6;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #B380B3;
	margin: 4px;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 0;
	font-size: 1.1em;
}


.gallery-album {
	width: 20%; /* Change to 96% if you want 1 Album per line */
	padding:0;
	display: table;
	float: left;
	text-align:center;
	margin:0 2%;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin: 3px 0;
	color: #999;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	margin-bottom:30px;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
	font-size: 1.2em;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #333;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

table.gbDataTable td {
	padding: 0.2em 0.5em 0.2em 0;
	border-bottom: 1px solid #eee;
}

table.gbDataTable td.gbEven {
	font-weight: bold;
}

.gbBusy {
    background-color: #ae9 !important;
}

/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
	margin: 1.5em 0;
	padding: 0.5em;
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	padding: 0.3em;
}


/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}


/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

.gallery-admin h4 {
	margin-bottom: 0.5em;
}

.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 1.5em 0 2em 0;
}

#gsSidebar {
	width: 13em;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #fff;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 172, 0);
    margin-bottom: -1px;
    margin-top: 0px;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}

/* SVATBATA */
#wrapper{
	width: 970px;
	padding:0 5px;
	margin: 0 auto 0px auto;
	position:relative;
	background:#FFFFFF url(images/background_master.gif) repeat-y top left;
}
#clearheader{
	width:100%;
	height:166px;
}
#header{
	position:absolute;
	top:0;
	left:4px;
	width:972px;
	padding:1px;
	height:106px;
	background:#FFFFFF url(images/bg.header.png) repeat-x top left;
}
#menu{
	position:absolute;
	top:108px;
	left:4px;
	width:972px;
	height:27px;
	background-color:#F7F3ED;
	margin:0;
	padding:0;
}
#menu_bottom{
	position:absolute;
	top:135px;
	padding:1px 0 4px 8px;
	left:4px;
	width:964px;
	height:25px;
	line-height:23px;
	margin:0;
	color:#F9DAEC;
	background:#ad60ae url(images/menu_bg.gif) repeat-x bottom left;
}
#footer{
	border-top:1px solid #FFC8E7;
	background-color:#FFFFFF;
	width:960px;
	padding:5px;
	margin:0px 0px 0px 0px;
}
#footer_footer{
	background:#FFFFFF url(images/bg_footer.png) no-repeat bottom left; 
	width:978px; 
	line-height:2px;
	height:2px; 
	margin:0px auto 0px auto; 
	padding:0px 0px 0px 0px;
}
* html #footer_footer{margin-top:-11px;}

#menu .n_menu_left{
	line-height:27px;
	height:27px; 
	background:url(images/menu/menu_left.gif) top left;
	width:22px;
	float: left;
}
#menu .n_menu_center{
	line-height:27px;
	height:19px; 	
	background:url(images/menu/menu_center.gif) repeat-x ;
	margin:0;
	float: left;
	padding: 4px 2px 5px 3px;
}
* html #menu .n_menu_center{padding:9px 2px 0px 3px;}
#menu .n_menu_center a{
	font: 12px Verdana;
	color: #963197;
	text-decoration: none;
	font-weight:bold;
}
#menu .n_menu_center a:focus, #menu .n_menu_center a:hover, #menu .n_menu_center a:active {
	text-decoration: underline;
}


#menu .n_menu_right{
	height:27px; line-height:22px;
	background:url(images/menu/menu_right.gif) top right;
	width:22px;
	float: left;
	margin:0 6px 0 0;
}
#menu .n_menu_left_active{
	background:url(images/menu/menu_left_active.gif) top left;
	width:27px;
	height:27px;
}
#menu .n_menu_center_active a{
	color: #FFFFFF;
}
#menu .n_menu_center_active{
	background:url(images/menu/menu_center_active.gif) repeat-x ;
	height:27px;
}
#menu .n_menu_right_active{
	background:url(images/menu/menu_right_active.gif) top right;
	width:27px;
	height:27px;  
}
#menu .n_menu_left_konkurs{
	background:url(images/menu/menu_left_konkurs.png) top left;
	width:22px;
	height:27px;
}
#menu .n_menu_center_konkurs{
	background:url(images/menu/menu_center_konkurs.png) repeat-x ;
	height:27px;
}
#menu .n_menu_right_konkurs{
	background:url(images/menu/menu_right_konkurs.png) top right;
	width:22px;
	height:27px;
}



.clearer{
	height:0px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
	width: 100%;
}


/*INNER PAGES LEFT NAVIGATIO MENU*/
#left_column ul{
	margin: 1px ;padding: 0px ;
}

#left_column ul li{
	margin: 1px ; margin-top: 10px;
	padding: 1px ;
	list-style: none;
}
#left_column ul li.current a {
	color:red;
}
#left_column ul li ul li.current a {
	color:red;
}
#left_column ul li.current a {
	color:red;
}
#left_column ul li a {
	color: #A8007B;
	background-color: #F6F3EE;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#left_column ul li a:hover {text-decoration: underline;}
#left_column ul li ul li{
	/*list-style: circle outside;*/
	margin: 7px 1px 3px 12px;
	padding: 0px ;
}
#left_column ul li ul li a{
	font-weight: normal;
	font-size: 11px;
	color: #A8007B;
	font-family:tahoma;
}
#left_column ul li ul li ul li{
	/*list-style: disc outside;*/
	margin: 3px 0px 3px 5px; 
	padding: 0px ;
}
#left_column ul li ul li ul li a{
	/*font-style: italic;*/
	font-weight: normal;
	font-family: Tahoma;
	color: #bc2c96;
}
#left_column ul li a.current{
	color:#FFFFFF;
	background-color:#F6F3EE;
	width:100%;
	padding:1px;
	display:block;
	font-weight:bold;
	padding-left:3px;
}
#left_column ul.small li{margin-top:2px;}
#left_column ul.small li a{
	font-weight:normal;
	font-size:10px;
}
.gbNavigatorMicroThums img{border:0px; margin:5px;}

#leftbackground{background:#ffffff url(images/background-left.gif) top left repeat-y;}
#dottedmini{background: url(images/dotted-mini.gif) top left no-repeat; height:5px;padding:0; margin:0;}
#dottedmaxi{background: url(images/dotted.gif) top left no-repeat; height:5px;padding:0; margin:0;}


