/*
Delicious_kj Template for Pixelpost
Based on Delicious Template for Pixelpost, by JaySoto (http://www.sotolicious.com/delicious) - jason.m.soto@gmail.com

Author: Carlo 'kajyr'
Email: carlo@nightodrops.com

*/
/*############################################## MAIN ##############################################*/
body {
	background-color:black;
	font: 9px Verdana, Geneva, sans-serif;
	color: #818181;
	margin: 0px auto;
	position:relative;
}
	
a, a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

a:hover {
	color: white;
}

img {
	border: 0;	
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: white;
	text-align: left;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size:12px;
	color:#3F7795;
	padding-top: 0;
	margin:5px;
}

h3 small {
	font-weight: normal;
}


p {
	padding: 0px;
	margin: 10px 0px;
}

/*############################################## HEADER ##############################################*/
#header {
	width:100%;
	margin-bottom: 5px;
}
#titolo {
	font-size:24px;
	letter-spacing: -.05em;
	margin-right: 10px;
}

#nav {
	text-align:right;
	padding:0px;
	margin:0px;
}
/*############################################## IMAGE TEMPLATE ##############################################*/

#photo {
	float: left;
}

#thumbnails{
	position: absolute;
	right: 0px;
	z-index: 100;
	display: none;
}

.image .thumbnails, .image .current-thumbnail {
	background: black;
	border: 2px solid black;
	margin: 2px;
}
/**/
#info {
	background-color: black;
	position: absolute;
	left:0;
	z-index: 200;
	padding: 8px;
	/*filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;*/
	display:none;
}

h2 .date {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.exif { color: #1C627A; }
.normal { color: #818181; }

#comments ul {
	list-style-image:url(../images/comment.gif);
}
	
#comments li {
	color:#666;
	margin:0px 0px 15px 0px;
}
#addcomment {
	display:none;	
}
input, textarea {
	width:250px;
	color:black;
	background:#464646;
	border: 0;
}

input:hover, input:focus, textarea:hover {
	background:#aaa;
}

#submit{
	width: 125px;
}
/*############################################## BROWSE TEMPLATE ##############################################*/
.browse .thumbnails {
	margin: 2px;
}
/*############################################## ABOUT TEMPLATE ##############################################*/
#about {
	position:relative;
}

#panel {
	width: 250px;
	height: 363px;
	text-align: justify;
	background: #303030;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

#about p {
	margin:5px;
}

#about img {
	margin-bottom: 10px;
}

/*############################################## FOOTER ##############################################*/
#footer {
	clear:both;
	text-align:right;
	margin: 20px 10px;
}