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

body {
	background-color:#C7C0B8;
        color: #444; 
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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

h1, h2 { margin-top: 0px;}

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

#navigation a,
#image-navigate a,
#image-info a,
#categories a {
color: #A0726E;
text-decoration: none;
}

#navigation a:hover,
#image-navigate a:hover,
#image-info a:hover,
#categories a:hover {
border-bottom: 1px dotted;
}

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

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	

h2 {
 	clear:left;
	font-weight:bold;
font-size:11px;	
margin:0px;
	padding:0px;
color: #A0726E;
text-transform: uppercase;
display:inline;
}

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

#navigation {
    background:#d4d0c8;
	border-bottom:1px solid #AEAAA2;
	padding:5px;
	height:40px;
	margin-bottom:20px;
	}

#navigation img {
border:0
}

#navigation a:hover {
border:0
}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
	


	
/* .............................. */
/* Content */
/* .............................. */

#photo img{
    background:#d4d0c8;
    padding:5px;
    border: 1px solid #AEAAA2;
	}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
	padding:20px;
	height:15px;
	width:600px;
	margin:0px auto;
	}
	

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
    background:#d4d0c8;
	border:1px solid #AEAAA2;
	padding:10px;
	width:600px;
	margin:0px auto;
	margin-bottom:25px;
text-align:left;
	}
		
#image-info img {
vertical-align:bottom;
}

.image-date {
color: #444
}

#image-notes {
margin:0px auto;
text-align:justify;
vertical-align:top;
}
	
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

/* .............................. */
/* Pages */
/* .............................. */

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

#page a {
    font-weight:bold;
	}
	
#page img {
    background:#d4d0c8;
    padding:5px;
    border: 1px solid #AEAAA2;

	}

.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}

.title {
 	clear:left;
	font-weight:bold;
font-size:11px;	
margin:0px;
	padding:0px;
color: #A0726E;
text-transform: uppercase;
display:inline;
}

#page select {
background:  #AEAAA2;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
	
#page .thumbnails {
	margin:3px;
    padding:5px;
    border:1px solid #fff;
	filter: alpha(opacity=50);
	opacity: 0.50;
    }

#page a:hover img{
	padding:5px;
	filter:alpha(opacity=99);
	opacity:0.99;
	border: 1px solid #AEAAA2;

    }

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

#footer,
#footer a,
#footer a:hover {
   color: #444; 
   text-align:center;
   text-decoration: none;
   margin-bottom:20px;
   }

#footer img {
	border: 0;
}