/*
                   \\"""//
                    (0 0)
    +-------oOO------(_)------------------+
    |    Stylesheet for the biwook.net    |
    |           dynamic gallery           |
    |        computer screen version      |
    |    ------------------------------   |
    |     Ioan Sameli, 11.11.2005 17:19   |
    +---------------------------oOO-------+
                   |__|__|
                    || ||
                   ooO Ooo
*/


  /************************/
 /***   Basic styles   ***/
/************************/

	body{
		background-color:#2e3436;
		background-color:#3D4547;
		color:#AAAAAA;
		font-family:lucida sans unicode, helvetica, verdana, arial;
		font-size:.8em;
		}

	/* links presentation */
	a{
		color:#AAAAAA;
		text-decoration:none;
		}
	a:visited{
		color:#666666;
		}
	a:hover{
		color:#FFFFFF;
		text-decoration:underline;
		}

	/* Misc elements */
	hr{
		clear:both;
		border:1px solid #999999;
		}
	h1,h2,h3,h4,h5,h6{
		/*color:white;*/
		}


  /**************************/
 /***   Details styles   ***/
/**************************/
	/* the path line at the top of the page */
	#path{
		border-bottom:1px dotted #666666;
		padding-bottom:4px;
		margin-bottom:8px;
		}

	/* Links to select thumbnails size */
	#thsize{
		float:right;
		}

	/* The stats at the bottom of the page */
	#overallStats{
		clear:both;
		border-top:1px dotted #666666;
		padding-top:4px;
		margin-top:8px;
		}

	#exifInfos b{
		display:block;
		float:left;
		clear:both;
		width:15em;
		}

  /**************************/
 /***   Gallery styles   ***/
/**************************/


	#gallery a{
		display:block;
		float:left;
		text-align:center;

		padding:7px;

		-moz-border-radius:8px;
		/*border:1px solid #777777;*/
		margin:5px;
		background-color:#2b2c29;

		}
	#gallery a:visited{
		border-color:#444444;

		}
	#gallery a:hover{
		background-color:#000000;
		border-color:#BBBBBB;

		}

	#gallery a img{
		margin:4px;
		border:1px solid #777777;
		display:block;
		text-align:center;
		}

	#gallery a b{
		display:block;
		text-align:center;
		font-weight:normal;
		}

	#gallery a i{
		display:block;
		text-align:center;
		font-size:.7em;
		font-style:normal;
		}

	#gallery .group{
		float:left;
		width:auto;
		border:1px solid #555555;
		background-color:#3D4547;
		margin:4px;
		margin-top:30px;
		padding:5px;
		-moz-border-radius:8px;
		}
	#gallery .group h3{
		float:left;
		margin:0px;
		margin-bottom:-5em;
		margin-left:1.5em;
		padding:0px;
		top:-5px;
		margin-top:-1.5em;
		position:relative;
		font-size:1em;
		font-weight:normal;

		}

	#gallery .group h3 a{
		margin:0px;
		/*padding:0px;
		padding-left:.5em;
		padding-right:.5em;
		padding-top:.2em;
		padding-bottom:.3em;*/
		padding-top:5px;
		padding-bottom:5px;
	}

