/* CSS - Cascading StyleSheet for Templates: pixelpost-dark */

body {
	background: #262626;
	color: #828282;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
table {
align: center;
background: white;
}

A:link {color: #828282; text-decoration: none}
A:visited {color: #828282; text-decoration: none}
A:hover {color: #FF8C00; text-decoration: underline}
A:active {color: #828282; text-decoration: none}

#addcomment {
	background: #262626;
	border-bottom: 0px dotted #828282;
	border-left: 0px dotted #828282;
	border-right: 0px dotted #828282;
	border-top: 0px;
	font-family: trebuchet ms, arial, sans-serif;
	padding: 10px;
}

#comment-body {
	background: #262626;
	color: #262626;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

#comment-imageinfo {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
	font-style: italic;
}

#comments {
	border: 0px solid #828282;
	font-family: trebuchet ms, arial, sans-serif;
	width: 100%;
}

#comments li {
	border-bottom: 1px dotted #828282;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
}

#comments li a {
	color: #828282;
	text-decoration: none;
}

#comments li:hover {
	background: #262626;
}

#comments ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#comment-wrapper {
	border: 1px dotted #828282;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	width: 400px;
}

#header {
	border-bottom: 0px dotted #828282;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #999;
}

#image {
	background: #ffffff;
	border: 2px solid #666666;
	padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}

#image-info {
	border: 0px;
	color: #828282;
	display: block;
	font-size: 11px;
	padding: 0px;
	width: 100%;
}
#info-notes {
    border: 0px;
	background: #ffffff;
	color: #828282;
	height: 75px;
	display: block;
	float: right;
	font-size: 11px;
	padding: 0px;
}

#image-info a {
	color: #828282;
	text-decoration: none;
		font-family: trebuchet ms, arial, sans-serif;
}
#image-info a:hover {
	color: #FF8C00;
	text-decoration: underline;
		font-family: trebuchet ms, arial, sans-serif;
}

#title {
background: #fff;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#wrapper {
	margin: 0px auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}
.input {
	font-size:12px;
	font-family:trebuchet ms, arial, sans-serif;
	border:1px solid #828282;
}

.thumbnails {
    padding:2px;
    border:2px solid #FFF;
    }
.current-thumbnail {
    padding:2px;
    border:2px solid #FFF;
    }	
#poweredby {
vertical-align:middle;
}
