﻿body
{	color: #000000;
	background-color: #FFFFFF;
	font-family: Calibri, Helvetica, sans-serif;
	margin: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 0;	}

p
{	margin: 0px;
	text-align: justify;	}

a 
{	text-decoration: none;	}
	
.black_link
{	color: #000000;	}

.preLoadDimmed
{	display: hidden;	}

/* index.php */
	
#bg_photo
{	width: 100%;
	min-height: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1;	}
	
#web_title
{	font-weight: bold;
	font-size: 30px;
	line-height: 10px;
	text-align: left;
	color: #000000;
	position: fixed;
	top: 5%;
	left: 3%;
	z-index: 2;	}
	
#web_title_enter
{	font-weight: bold;
	position: fixed;
	bottom: 50%;
	right: 50%;
	z-index: 2;
	font-size: 26px;
	color: #000000;	}
	
#web_title_enter a
{	font-weight: bold;
	color: #000000;
	text-decoration: none;	}
	
#web_title_enter a:hover
{	font-weight: bold;
	color: #999999;
	text-decoration: none;	}

#copyright
{	position: fixed;
	bottom: 0%;
	right: 1%;
	width: auto;
	text-align: right;
	font-size: 12px;
	z-index: 3;	}

#web_title_gotomain
{	font-size: 12px;
	text-align: left;
	color: #333333;
	position: fixed;
	top: 0%;
	right: 0%;
	padding: 0px 10px;
	z-index: 2;	}

#web_title_gotomain a
{	color: #333333;
	text-decoration: underline;	}
	
/* menus */

.menu1, .menu2, .menu3, .menu4, .menu5, .menu6, .menu7
{	line-height: 20px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	height: 24px;
	width: auto;
	font-size: 20px;
	display: block;
	position: absolute;
	left: 3%;
	background-color: rgba(0, 0, 0, 0.15);
	padding: 0px 5px;
	z-index: 3;
	margin: 0px;	}

.menu1:hover, .menu2:hover, .menu3:hover, .menu4:hover, .menu5:hover, .menu6:hover, .menu7:hover
{	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.35);	}

.menu1
{	top: 15%;	}

.menu2
{	top: 20%;	}
	
.menu3
{	top: 25%;	}

.menu4
{	top: 30%;	}

.menu5
{	top: 35%;	}

.menu6
{	top: 40%;	}

.menu7
{	top: 45%;	}

.menu_selected
{	background-color: rgba(0, 0, 0, 0.60) !important;
	color: #FFFFFF !important;	}


/* galleries */

.gal1, .gal2, .gal3, .gal4, .gal5
{	line-height: 16px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	height: 20px;
	width: auto;
	font-size: 16px;
	display: block;
	position: absolute;
	top: 20%;
	background-color: rgba(0, 0, 0, 0.15);
	padding: 0px 5px;
	z-index: 3;
	margin: 0px;	}

.gal1:hover, .gal2:hover, .gal3:hover, .gal4:hover, .gal5:hover
{	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.35);	}

.gal1
{	left: 10%;	}

.gal2
{	left: 20%;	}
	
.gal3
{	left: 28%;	}

.gal4
{	left: 35%;	}

.gal5
{	left: 40%;	}


/* photos */

#photo_background
{	background-color: #FFFFFF;
	width: auto;
	height: auto;
	display: inline;
	position: fixed;
	top: 10%;
	right: 5%;
	bottom: 10%;
	left: 50%;
	text-align: center;
	v-align: center;
	z-index: 4;	}

#prev_photo, #next_photo
{	width: 100px;	}

#prev_photo
{	position: absolute;
	bottom: 1px;
	left: 3px;
	text-align: left;	}

#next_photo
{	position: absolute;
	bottom: 1px;
	right: 3px;
	text-align: right;	}

.vertical
{	height: 98%;
	border: 1px solid #000000;
	margin: 1% auto;	}

.horizontal
{	width: 98%;
	border: 1px solid #000000;
	margin: 10% 1%;	}
	
/* description */

#description
{	color: #CCCCCC;
	position: fixed;
	left: 3%;
	top: 50%;
	bottom: 10%;
	right: 55%;
	z-index: 2;
	padding: 10px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.75);	}

#description_header
{	font-weight: bold;
	font-size: 120%;
	text-indent: 20px;
	color: #FFFFFF;	}
	
/* author */

#author_background
{	background-color: rgba(0, 0, 0, 0.90);
	color: #CCCCCC;
	width: auto;
	height: auto;
	position: fixed;
	top: 15%;
	right: 10%;
	bottom: 10%;
	left: 30%;
	z-index: 4;
	padding: 20px 50px;
	}

#author_photo
{	position: absolute;
	top: 20px;
	right: 20px;
	border: 1px solid #000000;
	width: 20%;
	z-index: 2;	}
