/* Gthumb "Classic" style, v. 2005-02-25 */
/* Edit by Sanchez */

/* Common */

body {
	background-color: #354B00;
	background-image: url('background2.png');
	color: white; font-family: Lucida Sans Unicode, sans-serif;
}

span.title {
	font-weight: bold;
	font-size: 150%;
}

span.page_index {
	font-weight: bold;
	font-size: small;
}

span.file_name {
	font-family: monospace;
}

span.copyright {
	font-size: small;
}


/* image.gthtml */


img.preview {
	border: solid 2px white;
}

img.thumbnail {
	border: solid 2px white;
}

div.preview_comment {
	text-align: justify;
}

span.comment {
	font-size: small;
}

div.properties {
	width: 80%;
}

span.property {
	font-size: small;
	font-weight: bold;
	color: #969696;
}

span.property_value {
	font-size: small;
	color: white;
}

/* index.gthtml */

td.td_index {
	color: #969696;
}

td.td_index span.image_dim {
	font-weight: bold;
}


/* links */

a:link { 
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a:visited { 
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFD700;
}
.standardcontent a{
 text-decoration:underline;}
 
 /* Custom czyli moje */
 h1{background-color:#000; background-color:rgba(53,75,0,0.9);padding:0.2em;margin-bottom:0px;}
 
 .menu {width:18%;float:left; padding: 0px; }
 .menu div {background-color:#000;background-color:rgba(53,75,0,0.9);margin: 0px; padding-top: 0.5em; padding-bottom: 0.5em; margin-bottom: 1em;}
 .menu ul {padding-left:1em; list-style-type: none;padding-right:1em;}
 .menu hr {width:20%;}
 
 .main {margin-left:20%; background-color:#000; background-color:rgba(53,75,0,0.9);padding:0.5em;}
 
 .disklajmer{margin: 1% 10%;border: solid 1px #FFD700;padding:1em; background-color:#000; background-color:rgba(100,100,0,0.8);}
 .minitytul{background-color:#000; background-color:rgba(53,75,0,0.9);margin-top:0px; padding: 0.5em 0em 0.5em 0.5em;}
 
 .center {text-align: center;} 
