/* .............................. */
/* Basic */
/* .............................. */

body {
	background:#000000;
	background-image: url("inback.jpg");
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	font-size:11px;
	font-family:Verdana, Arial;
	letter-spacing:0.5px;
	color:#999;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}



/* .............................. */
/* Links */
/* .............................. */

a {
	color:#999;
	text-decoration:none;
	}

a:hover {
	text-decoration:bold;
	color:#eee;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#999;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#999;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#999;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#999;
	text-align:center;
	}
	
h4 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#999;
	text-align:left;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#222;
	border-bottom:2px solid #222;
	padding:5px;
	height:30px;
	margin-bottom:0px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
.menu a {
	padding:7px;
	padding-left:5px;
	padding-right:5px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#eee;
	}
	
	#navigation2 {
    background:#111;
	border-bottom:2px solid #111;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}

.menu2 {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
.menu2 a {
	padding:7px;
	padding-left:5px;
	padding-right:5px;
	}
		
.menu2 a:hover {
	text-decoration:none;
	color:#eee;
	}	
	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}
	
#photo {
    background:#111;
    padding:5px;
	}

#image-navigate {
    background:#000;
	padding:20px;
	height:15px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
    background:#000;
	padding:20px;
	text-align:justify;
	width:40%;
	margin:0px auto;
	margin-bottom:10px;
	line-height:16px;
	color:#999;
	}
	
#image-notes {
	width:40%;
	vertical-align:justify;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	

/* .............................. */
/* Browse */
/* .............................. */

#page {
    background: transparent;
	padding:20px;
	text-align:left;
	width:85%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background: transparent;
    padding:5px;
	}

.column{
	width:50%;
	text-align:justify;
	vertical-align:top;
	}
	
.thumbnails {
	padding:3px;
	margin:3px;
	}


/* .............................. */
/* Footer */
/* .............................. */

.warn {
	text-align: center;
	font-size:10px;
	color:#666;
	}
	
#footer {
   text-align: center;
   margin-bottom:20px;
   font-size:10px;
   }

