/* CSS - Cascading StyleSheet for Templates: pixelcandy */

/* General content*/
body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
	text-align: center;
	text-transform: uppercase;	
}

img {
	border: none;
}

a:hover {
	text-decoration:underline;
}

a {
		text-decoration:none;
}

/*Comments area of the image_template*/
#comment-wrapper {
	text-align: left;
	border: none;
	margin:auto;
}

#comments {
	padding: 10px;
}

#addcomment {
	padding: 10px;
}

#comment-imageinfo {
	padding: 10px;
}

#comment-title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

#comment-thumb {
	float: left;
}

#comment-thumb-and-image{
	height: 75px;
}

#comment-thumb a img{
	text-decoration:none;
	border: none;
	padding-right: 10px;
}
#comment-thumb-info {
	font-size: 10px;
	text-align: justify;	
}

#comments li {
	padding:10px;
}

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

#comments ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/*page views area*/
#views {
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}
/*image border*/
#image { 
	border: 0px;
}
/* for centering all content in image_template*/
#wrapper {
	margin: auto;
	position: relative;
}
/*stuff for browse_template*/
#thumbs-wrapper a{
	color: white;
}

#thumbs a img{ 
	border: none;
}

#thumbs {
	text-align: left;
	background: black;
}

#thumbs-wrapper {
	margin: auto;
	width: 600px;
}

#wrapper-center {
	text-align: center;
}
/*about_template*/
#about{
	margin: auto;
	width: 600px;
	background-color: #999999;
}
#about a{
	color: white;
}

/* for navigation */
#menu_browse{
	position: absolute;
	top: 28px;
	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.png') no-repeat left;
	cursor: 			pointer;
	}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: 		url('next.png') no-repeat right;
	cursor: 			pointer;
	}
