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

body {
	background: black;
	color: #aaa;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

#addcomment {
	background: #000;
	border-bottom: 0px dotted #444444;
	border-left: 0px dotted #444444;
	border-right: 0px dotted #444444;
	border-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 10px;
}

#comment-body {
	background: #F5F5F5;
	color: #444444;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

#comment-imageinfo {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
}

#comments {
	border: 0px solid #444444;
	font-family: Verdana, Helvetica, sans-serif;
	width: 100%;
}

#comments li {
	border-bottom: 1px dotted #444444;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
}
ul {
 list-style: bullet;
}

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

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

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

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

#header {
	border-bottom: 0px dotted #111111;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	display: block;
	float: right;
	margin: 0px;
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #ccc;
}

#header a {
	color: #e0e0e0;
	text-decoration: none;
}

#image {
	position: relative;
}

#image-info, #info-notes {
border: 0px;
	color: white;
	display: block;
	font-size: 10px;
	padding: 10px;
	width: 990px;
}

#image-info a {
	color: #e0e0e0;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
}

#title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: none;
	color: #eee;
}

#wrapper {
	margin: 0px auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	width: 1010px;
}

#poweredby {
vertical-align:middle;
}

.thumbnails {
border: 1px solid black;
margin: 5px 0px 0px 5px;
}
.current-thumbnail {
border: 1px solid #f02020;
margin: 5px 0px 0px 5px;
}

.navigation
{
width: 250px;
color: white;
vertical-align: top;
}

.images
{
width: 900px;
vertical-align: top;
}

#microstockbuylink
{
 float: right;
 padding-top: 3px;
}

.categorytable
{
    text-align: right ;
    width: 100%; 
    margin: 0px 5px 25px 0px;
}

.categorytitle
{
  color: white;
  font-weight: bold;
  margin: 10px 0px 4px 0px;
  font-size: 12px;
}

.archivetitle
{
  font-weight: bold;
  width: 100%;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}

.fisheye{
	text-align: center;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
	height:100%
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	height: 100px;
	width: 200px;
	left: 500px;
	position: absolute;
}

#menu_browse{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	}
#menu_browse a{ outline: none;}
#menu_browse_prev, #menu_browse_next{
	width: 				49%;
	height: 			99%;
	background: 		transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: 			block;
	}
#menu_browse_prev {
	left: 				0;
	float: 				left;	
	}
#menu_browse_next {
	right: 				0;
	float: 				right;	
	}
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: 		url('prev.gif') no-repeat left 45%;
	cursor: 			pointer;
	}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: 		url('next.gif') no-repeat right 45%;
	cursor: 			pointer;
	}

