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

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

body {
	background-image:url(../images/background_page.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#0f0f0f;
	font-size:10px;
	font-family: Helvetica,Arial,sans-serif;
	letter-spacing:0px;
	color:#666;
	padding:0px;
	margin:0px;
	margin-bottom:40px;
	}

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

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

a:hover {
	color:#fff;
	}

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

#navigation {
	height:100px;
	margin:0 auto 0 auto;
	width:800px;
	}

.thumbnails {
	border:0;
	margin:0;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
	}
	
.current-thumbnail {
	border:0;
	margin:0;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	}
	
.thumbnails:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

.menu {
	float:right;
	position:relative;
	top:53px;
	}
	
.menu a img {
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3;
	}

.menu a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

.menu img {
	border:0;
	margin:0;
	padding:0;
	}
	
	

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


#image-wrapper {
	position:relative;
	overflow:hidden;
	background-image:url(../images/loader.gif);
	top:0px;
	left:0px;
	width:800px;
	text-align:left;
	margin:0px auto 0 auto;
	}
	
#image-info {
	text-align:left;
	width:800px;
	margin:0 auto 0 auto;
	margin-top:13px;
	margin-bottom:24px;
	line-height:12px;
	color:#666;
	}

#info-wrapper {
	width:410px;
	float:left;
	}

#thumbnav-wrapper {
	width:360px;
	float:right;
	}

.title {
	font-weight:bold;
	font-size:11px;
	color:#999;
	letter-spacing:.03em;
	padding-bottom:1px;
	margin-bottom:12px;
	border-bottom: 1px solid #222;
	}

.category-info {
	font-style: normal;
	font-size:9px;
	color:#666;
	letter-spacing:.04em;
	margin-bottom:10px;
	}
	
.image-notes {
	font-size:10px;
	width:400px;
	color:#555;
	letter-spacing:0px;
	line-height:13px;
	letter-spacing:.04em;
	margin-bottom:12px;
	}

.tag-list {
	font-size:9px;
	word-spacing:.5em;
	font-weight:normal;
	margin-bottom:12px;
	color:#666;
	display:block;
	}

.date-info {
	font-size:9px;
	font-weight:normal;
	color:#666;
	letter-spacing:.01em;
	margin-bottom:20px;
	padding-bottom:16px;
	border-bottom: 1px solid #222;
	}

.currently-browsing {
	font-weight:normal;
	font-size:10px;
	color:#666;
	letter-spacing:.04em;
	padding-bottom:1px;
	margin-bottom:12px;
	border-bottom: 1px solid #222;
	}

#browse-wrapper {
	position:relative;
	overflow:hidden;
	background-image:url(../images/background_pattern.gif);
	width:800px;
	height:auto;
	padding:0px;
	margin:0px auto 0 auto;
	}

#browse-list {
	float:left;
	width:115px;
	padding:20px;
	}

#browse-list li {
	font-size:10px;
	}
	
#browse-thumbs {
	float:right;
	width:605px;
	padding:20px;
	}
	
#browse-thumbs .thumbnails {
	border:0;
	margin:0 1px 1px 0;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
	}
	
#browse-thumbs .thumbnails:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

.popular {
	float:left;
	width:120px;
	padding:0px 7px 20px 0px;
	height:160px;
	border:0;
	margin:0;
	font-size:11px;
	line-height:12px;
	}

#popular-thumbs {
	width:762px;
	padding:20px;
	}

#popular-thumbs .thumbnails {
	border:0;
	margin:0 1px 5px 0;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
	}
	
#popular-thumbs .thumbnails:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

.about-wrapper {
	float:left;
	padding:20px;
	}

.about-text {
	font-size:11px;
	line-height:15px;
	color:#666;
	text-align:left;
	margin:5px 0 5px 0;
	letter-spacing:.01em;
	}





#image-navigate a {
	padding:10px;
	}


.share-icon {
	vertical-align:text-baseline;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
	margin: 0 0 0 2px;
	}

.share-icon:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

.related-images {
	font-size:24px;
	font-weight: normal;
	letter-spacing:-1px;
	color:#333;
	margin-top:24px;
	text-transform:lowercase;
	text-shadow: black 2px 2px 1px;
	margin-bottom:8px;
	}
	
	
/* .............................. */
/* Comments */
/* .............................. */


#comments {
	display:none;
	margin-top:16px;
	}

#image_comments {
	float:left;
	width:100%;
	text-align:left;
	margin:0;
	padding:0px
	}

ul {
	padding:0;
	}

li {
	font-size:9px;
	color:#444;
	line-height:13px;
	margin:0 0 10px 0;
	list-style:none;
	}

.comment_content {
	font-size:11px;
	color:#666;
	line-height:15px;
	}

.input {
	font-style: normal;
    width:40%;
	font-size:10px;
	border:1px solid #333;
	background-color:#181818;
	color:#999;
	padding:4px;
    }
	
#addcomment {
	float:left;
	text-align:left;
	padding:0px;
	margin:20px 0 0 0;
	}

#addcomment textarea {
	font-style: normal;
	width:370px;
	height:60px;
	font-size:10px;
	border:1px solid #333;
	background-color:#181818;
	color:#999;
	padding:4px;
	margin:10px 0 10px 0;
	}

#addcomment input {
	font-style: normal;
	width:112px;
	font-size:10px;
	border:1px solid #333;
	background-color:#181818;
	color:#999;
	margin:5px 0 0px 0;
	}

#addcomment .comment-button {
	letter-spacing:1px;
	text-align:center;
	width:auto;
	font-size:8px;
	background-color:#2a2a2a;
	color:#999;
	padding:4px;
	margin-top:20px;
	}

#sendmessage {
	float:right;
	text-align:left;
	padding:20px;
	margin:0 0 20px 0;
	}

#sendmessage textarea {
	font-style: normal;
	width:410px;
	height:180px;
	font-size:10px;
	border:1px solid #333;
	background-color:#181818;
	color:#999;
	padding:0;
	margin:0 0 10px 0;
	}

#sendmessage input {
	font-style: normal;
	width:112px;
	font-size:10px;
	border:1px solid #333;
	background-color:#181818;
	color:#999;
	margin:5px 0 0px 0;
	}

#sendmessage .comment-button {
	letter-spacing:1px;
	text-align:center;
	width:auto;
	font-size:8px;
	background-color:#2a2a2a;
	color:#999;
	padding:4px;
	margin-top:20px;
	}


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

#footer {
	text-align:left;
	width:800px;
	font-size:10px;
	border:2px;
	line-height:14px;
	margin:25px auto 20px auto;
	padding-top: 20px;
	border-top: 1px solid #222;
   }
