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

body {
	background-color:#BBBBBB;
	font-size:12px;
	font-family: Georgia, serif;
	color:#666666;
	padding:0px;
	margin: 13px 13px 33px 13px;
	text-align:center;
	}

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

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

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

a:hover {
	text-decoration:underline;
	}

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

h1 {
	font-weight:bold;
	font-size:14px;
	padding: 0px;
	margin: 0px;
	}
	
h3 {
	font-weight:bold;
	font-size:12px;
	color:#666666;
	}

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

#container { width: 780px; text-align: center; }
#navigation {
    background:#BBBBBB;
    height: 63px;
}

.menu {
	float: left;
	padding: 45px 0 0 15px;
	color: #DDDDDD;
	}
	
.menu a, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
		
.menu a:hover {
	color: #666666;
	}
	
.menu ul { margin: 0px; padding: 0px; }
.menu ul li { display: inline; }

.logo {
	float: right;
	padding: 20px 15px 0 0;
}
	
/* .............................. */
/* Content */
/* .............................. */

#body { background-color: #FFFFFF; clear: both; }
#photo {
	margin-top: 15px;
	}

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

#image-navigate {
	float: right;
	text-align: right;
	padding: 19px 15px 0px 0px;
	}
	#image-navigate p { margin: 9px 0px 0px 0px; }
	
#image-navigate a {
	}

.image-previous {
	}

.image-next {
	}

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

#image-info {
	float: left;
	text-align: left;
	width: 60%;
	padding: 19px 0px 13px 15px;
	}
	#image-info p { margin: 9px 0px 0px 0px; }
		
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

.addcomment {
	color: #999999;
	}	
	.addcomment a, .addcomment a:visited { color: #999999; }

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

#page {
	text-align: left;
	padding: 23px 15px 33px 15px;
	}
	#page select { font-family: georgia, serif; font-size: 12px; }

#page a {
	}
	
#page img {
	}

#page .column{
	float: left;
	width:46%;
	text-align:left;
	vertical-align:top;
	padding: 0px 29px 0px 0px;
	line-height: 150%;
	}
	#page .column ul { list-style-type: none; padding: 0px; margin: 0px; }
	#page .column ul li { }
	
.thumbnails {
	border-width: 0px;
	margin: 0px 3px 9px 0px;
	}

/* .............................. */
/* Comments */
/* .............................. */

#commentscontainer { margin: 19px 13px 19px 13px; }
#commentsbody {  padding: 9px; background-color: #FFFFFF; text-align: left; }
	#commentsbody h1 { margin-top: 19px; }

#comment-top {
	text-align: left;
	}    

#comments {
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-top:10px;
	border-left: 5px solid #DDDDDD;
	padding: 4px 0px 5px 4px;
	text-decoration:none;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#f5f5f5;
	}
	
#comments li a:hover {
	background:#f5f5f5;
	}

#comment-middle {
    background:#fff;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
	text-align:left;
	padding: 3px 0px 13px 0px;
	}

.input {
    width:45%;
	font-size:12px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:2px;
	font-family: georgia, serif;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:2px;
	font-family: georgia, serif;
	}

.comment-button {
	}

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

#footer {
   margin-bottom:20px;
   }
	#utility { float: left; padding: 3px 0px 0px 15px; color: #DDDDDD; }
		#utility a, #utility a:visited { color: #FFFFFF; text-decoration: none; }
		#utility a:hover { color: #666666; }
		#utility ul { margin: 0px; padding: 0px; }
		#utility ul li { display: inline; }
	#logofooter { float: right; padding-right: 15px; }
