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

body {
	background-color:#000000;
	background-image: url("dynback.jpg");
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	font-size:11px;
	font-family:Century Gothic, Verdana;
	letter-spacing:0.6px;
	color:#777;
	padding:0px;
	margin:20px;
	margin-bottom:16px;
	text-align:right;
	}

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



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

a {
	font-weight:normal;
	font-style:italic;
	color:#aaa;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	color:#660000;
	}

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

h1 {
    float:right;
	clear:right;
	font-weight:normal;
	font-size:14px;
	letter-spacing:1px;
	color:#660000;
	margin-bottom:12px;
	padding:0px;
    font-style:normal;
	}
	
h1 a {
    text-decoration:none;
	color:#aaa;
	font-style:normal;
	}

h1 a:hover {
    text-decoration:none;
	color:#660000;
	}

.title {
	/* font-weight:bold; */
	font-size:14px;
	letter-spacing:1px;
	color:#aaa;
	margin:0px;
	margin-bottom:6px;
	padding:0px;
    font-style:normal;	
	}

h3 {
	font-weight:normal;
	font-style:italic;
	font-size:11px;
	letter-spacing:1px;
	color:#aaa;
	text-align:right;
	}

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

#navigation {
    background:#000;
    width:60%;
	float:center;
    border-bottom:1px dotted #444;
	/* padding:20px; */
	height:66px;
	margin-top:16px;
	margin-bottom:16px;
	text-align:right;
	line-height:16px;
	margin:0px auto;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:12px;
    font-style:normal;	
	}
.menu a {
	padding:0px;
    font-style:normal;	
	}
		
.menu a:hover {
	text-decoration:none;
	color:#660000;
	}
	
/* .............................. */
/* Content*/
/* .............................. */

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

#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;
	border:2px solid #000;
	padding:20px;
	text-align:justify;
	width:40%;
	margin:0px auto;
	margin-bottom:10px;
	line-height:16px;
	color:#888;
	}
	
#image-notes {
	width:40%;
	vertical-align:justify;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	

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

#page {
    background: transparent;
	border:0px solid #111;
	padding:20px;
	text-align:right;
	width:60%;
	margin:0px auto;
	/*margin-bottom:25px;*/
	line-height:14px;
	}

#page a {
    font-weight:normal;
	}
	
#page img {
	background:#111;
    padding:5px;
	border:2px solid #000000;
	}

.column{
	width:50%;
	text-align:right;
	vertical-align:top;
	}
	
.thumbnails {
	border:1px solid #660000;
	padding:3px;
	margin:3px;
	}

#stuffs {
    background: transparent;
	border:0px solid #111;
	padding:20px;
	text-align:right;
	width:60%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:14px;
	display:none;
}

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


#footer {
	width:40%;
	margin:0px auto;
   text-align: center;
   margin-bottom:20px;
   font-size:10px;
   color:#444;
   }


