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

body {
	background: #212121;
	color: #a1a1a1;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
table {
align: center;
background: #ffffff;
}

A:link {color: #a1a1a1; text-decoration: none}
A:visited {color: #a1a1a1; text-decoration: none}
A:hover {color: #FF8C00; text-decoration: underline}
A:active {color: #a1a1a1; 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: 0px solid #2e2e2e;
	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: #212121;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#wrapper {
background: #fff
	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:0px;
    border:1px solid #FFF;
    }
.polaroid {
background: #fff;
}
.current-thumbnail {
    padding:2px;
    border:2px solid #FFF;
    }	
#poweredby {
vertical-align:middle;
}
/* ----- NICE TITLES ----- */

#nicetitlecontainer{
border: 2px solid #a1a1a1;
background-color: #212121;
}
div.nicetitle{
font-size: 11px;
left: 0;
padding: 7px;
position: absolute;
top: 0;
text-align:left;
width: 25em;
z-index: 100;
width: auto;
height: auto;
}	
div.nicetitle p {
margin: 0;
padding-bottom: 3px;
font-weight:bold;
font-size:11px;
color:#fff;
}
div.nicetitle p.destination {
color: #a1a1a1;
font-weight: normal;
font-size: 11px;
padding-bottom: 0px;
text-align: left;
}