@charset "UTF-8";
/* CSS Document */

/* import layout */
@import url("../global/layouts/1-col-lg.css");

h2#subHeader {
	position:absolute;
	top:0px;
	left:15px;
	width:489px;
	height:84px;
	background-color:transparent;
	background-image: url(../../img/entries/index/headers/view-vote.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

	h2#subHeader span {
	
		display:none;
	
	}
	
div#enterPhoto {	
	position:absolute;
	top:0px;
	right:-15px;
	z-index: 10;
}

div#enterPhoto a#enterPhoto {
	display:block;
	
	height:96px;
	width:184px;
	
	background-color:transparent;
	background-image: url(../../img/global/buttons/enter-your-photo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

 a#enterPhoto span {
	
		display:none;
	
	}


	a#linkRight span {
	
		display:none;
	
	}	
	
a.galleryThumbLnk {
	display:block;
	/* float:left; */
	padding:4px;
	border:1px solid #000000;
	/*margin:0px 16px 16px 0px;*/
	height:88px;
	width:88px;
	clear:both;
}

	img.galleryThumbImg {
	
		display:block;
	
	}
	
#indexTree {

	width:374px;
	height:411px;
	
	background-color: transparent;
	background-image: url(../../img/entries/index/tree.png);
	background-repeat: no-repeat;
	background-position: left bottom;
		
}

#sortBy {

	position:absolute;
	right:200px;
	top:50px;
	z-index:99;

}

/* Paging */
div.paging {
	/*background:#fff;
	color: #ccc;
	margin-bottom: 2em;*/

	background-color:#000000;
	background-image:url(../../img/global/red-sliver.jpg);
	background-repeat:repeat-x;
	bottom:-25px;
	color:#FFCD4A;
	font-size:10pt;
	font-weight:bold;
	height:27px;
	padding-top:10px;
	position:absolute;
	right:50px;
	text-align:center;
	width:215px;
	
}

div.paging a {

	color:#FFCD4A;
	text-decoration:none;

}

div.paging a:hover {

	text-decoration:underline;

}

div.paging div.disabled {
	/* color: #ddd; */
	display: inline;
}

div.paging span {
}

div.paging span.current {
	/* color: #000; */
}

div.paging span a {
}

#pageJS {
	z-index: 10;
}

#pageNoJS {
	z-index: 9;
}