
#photoDispaly {
    margin:20px 0 0px 0px;
    }


#photo {
	border:5px solid #fff;
	}

.image-navigate {
    font-size:1.4em;
    margin:36px 0 29px 0;

	}
	
.image-info  {
    padding-bottom:15px;
	border-bottom:0px #ccc dotted;
    margin-bottom:5px;
    text-transform:none ;
    font-size: 1.2em;

	}

.image-info  a {
    font-weight:bold !important;
	}

.image-categories {
    padding:15px 15px 20px 15px;
	border-top:0px #ccc dotted;

	}

.photo-categories {
    position:absolute;
    top:405px;
	}



#image-notes {
	width:70%;
	vertical-align:top;
	}

#image-exif {
	padding-top:10px;
	text-align:right;
	width:25%;
	vertical-align:top;
	}

h2 {
  color:#fff;
}


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


#thumbnails  {
    position:relative;
	padding:0 0 20px 0;
    display:block;
	}

#thumbnails  a {
	text-decoration:none;
	border:5px solid #eee;
	float:left;
	margin:7px;
    display:block;
	}


#thumbnails  a:hover {
	text-decoration:none;
	border:5px solid #f7bb06;
	float:left;
	margin:7px;
    display:block;
	}

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

#comment-top {
    background:#333;
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}

#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:#eee;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}
	
#comments li:hover {
	background:#515151;
	}

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

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #aaa;
	background:#515151;
	
	}

.input {
    	width:45%;
	font-size:10px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
    }
	
.image-info textarea {
	width:95%;
	height:50px;
	font-size:12px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
	}

.image-info select {
	width:95%;
	font-size:14px;
	background-color:#CCCCCC;
	color:#000;
	margin:2px;
	}

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

