body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.4em;
	letter-spacing: 0px
}


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

#display{

	background-image: url(http://www.genestho.ca/genestho/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 

.photo {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

.exif {
	font-size: 10px;
	color: #999999;
	text-align: right;
	line-height: 1.2em;
}
#text{
	color: #FFFFFF;
	text-align:justify;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0px
}
h3 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.title{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

td {
	color: #FFFFFF;
	text-align:justify;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0px
}


hr {
	border: 1px dashed #8E8E8E;
}


.copyright {
	color: #555555;
	font-size: 11px;
}
.strikethrough {
	text-decoration: line-through;
}
.thumbnails {
	border:1px solid #FFF;
	margin:5px 5px 0px 0px;
	}


.smalltext {
	font-size: 11px;
	line-height: 1.2em;

}
.subHeader {
	font-style: italic;
	font-weight: bold;
}
#2006 {
	border: 0px solid FFFFFF;
	margin: 0px;
}

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

#comment-top {
    background:#000000;
	border-bottom:1px solid #eee;
	padding:5px;
	margin-bottom:25px;
	height:32px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#444;
	text-decoration:none;
	padding:10px;
	border:1px solid #eee;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#f5f5f5;
	}
	
#comments li a:hover {
	background:#f5f5f5;
	}

#comment-middle {
    background:#000000;
	border-top:1px solid #eee;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
	width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #999999;
	color: #000000;
	background: #FFFFFF;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #999999;
	background-color:#fff;
	color:#666;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #999999;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

