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

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

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

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

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

a:hover {
	text-decoration:underline;
	}

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

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#eee;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#eee;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#eee;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#ddd;
	text-align:center;
	}

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

#navigation {
    background: rgb(0,0,0);
	border-bottom:1px solid #aaa;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#CCC;
	}
	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}
	
#photo {
   background: rgb(69,78,83);
    padding:2px;
	border:6px solid #000;
	}

#image-navigate {
    background:#;
	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: rgb(0,0,0);;
	border:1px solid #333333;
	padding:20px;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#ccc;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}


.feed-button {
  padding: 10px 0;
}

.feed-button a {
  color: #666;
  padding: 10px 15px 10px 36px;
  background: #ccc url("../images/feed-icon-14x14.png") no-repeat 15px 50%;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #565656;
  border-left: 1px solid #d7d7d7;
}


	

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

#page {
    background:#515151;
	border:1px solid #aaa;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

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

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

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

#commentnavigation {
	font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	color:#aaa;
	font-size:11px;
	width: 100%;
	margin:0 auto;
	background-color: #fff;
	border-bottom:1px solid #ccc;
	}
#imageinfo {
    font-size:12px;
	height:auto;
	width:420px;
	padding:10px;
	border-bottom: 1px solid #999;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 10px;
    }	
#comments {
    border:0px solid #444;
	font-size: 10px;
	margin: 0 auto;
	margin-left:20px;
	width:410px;
    }
#comments ul {
    padding:0px;
    display:block;
	margin:0;
	margin-top:10px;
    list-style:none;
    }
#comments li {
    width:100%;
    padding-bottom:10px;
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
	margin:0;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-bottom:1px dotted #444;
	background:#fff;
    }
#comments li:hover {
    background:#eee;
    }
#comments li a {
    text-decoration:none;
    color:#444;
    }

#addcomment {
	margin-left: 15px;
	margin-right: 15px;
    border:1px solid #aaa;
	font-size: 12px;
    background:#fff;
    padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    }

.input {
    width:40%;
	font-size:10px;
	padding:3px;
	border:1px solid #aaa;
	background: #eee;
	color:#666;
    }
.text {
    width:95%;
	font-size:11px;
	padding:3px;
	border:1px solid #aaa;
	background: #eee;
	color:#666;
    }
.commentbutton {
    background:#eee;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}	


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

#footer {
   text-align:center;
   margin-bottom:20px;
   }


/* CSS- Cascading Style Sheet for the Template: fancyarchive */
/* ADD THIS TO YOU OWN STYLE SHEET!!! */
.thumbnails {
    padding:5px;
    border:0px;
    }

#searchbar {
    font-size: 8pt;
    font-family:Tahoma;
    color: white;
    position: absolute;
    top: 10px;
    left: 80px;
	width:550px;
	text-align:left;
	padding: 4px;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
	}

#images {
    font-size: 8pt;
    font-family:Tahoma;
    color: white;
    position: absolute;
    top: 75px;
    left: 80px;
	width:550px;
	text-align:left;
	padding: 4px;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
	}

#links {
    font-size: 8pt;
    font-family:Tahoma;
    color: white;
    position: absolute;
    top: 30px;
    left: 500px;
	width:220px;
	text-align:left;
	padding: 4px;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
	}


