/*------------------------------------
---------------------------- MAIN TAGS
------------------------------------*/

body {
	background: #272321;
	color: #e1d6d1;
	font-size: 10px;
}

a {
	
	color: #e1d6d1;
	
}

h1 ,h2, h3, h4, h5, h6 {
	
	color: #09f;
	
}




/*------------------------------------
----------------------------- MAIN BAR
------------------------------------*/

#main-bar {
	
	background: #202020;
	
}




	/*------------------------------------
	----------------------------- MENU
	------------------------------------*/
			
			#menu ul li a:hover, #menu ul li.hovered a {
				
				color: #09f;
				
			}
			
			#menu ul li a {
				
				color: #978783;
				
			}
			
				#menu ul li ul {
					
					background: url(images/dark/dropdown_arrow_down.png) no-repeat bottom left;
					
				}
				
					#menu ul li ul li {
						
						background: #151110;
						
					}
					
					#menu ul li ul li a:hover {
						
						color: #09f;
						
					}
					
						#menu ul li ul li ul {
							background: url(images/dark/dropdown_arrow_left.png) no-repeat bottom left;
							
						}
						
						
						
						
	/*------------------------------------
	---------------------------- COPYRIGHT
	------------------------------------*/
	
	#copyright {
		
		color: #978783; 
		
	}
	
	
	
/*------------------------------------
------------------------- IMAGE HOLDER
------------------------------------*/

#image-holder {
	
	background: #000000;
	
}

.loading {
	
	background-image: url(images/dark/loading.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	
}

.errorLoading {
	
	background: #272321 url(images/dark/errorLoading.gif) no-repeat !important;
	background-position: center center !important;
	
}

#previous-photo div {
	
	background: url(images/dark/prev-photo.png) no-repeat left center;
	
}

#next-photo div {
	
	background: url(images/dark/next-photo.png) no-repeat right center;
	
}

#image-tooltip {
	
	background: url(images/dark/80-bg.png);
	
}

#image-tooltip span {
	
	background: url(images/dark/tooltip_bg.png) no-repeat top left;
	
}




/*------------------------------------
-------------------------- PHOTO ALBUM
------------------------------------*/

	.thumb-icon {
		
		background: url(images/dark/thumbnail_icon.png) no-repeat center center;
		
	}

	#photo-album {
		
		background: url(images/dark/album-bg.png);
		
	}
				
				.currentArrow {
					
					background: url(images/dark/currentArrowThumb.gif) no-repeat bottom center;
					
				}
				
				#album-thumbs ul li img {
					
					border: 3px solid #cccccc;
					
				}
				
				#album-thumbs ul li img.hovered {
					
					border: 3px solid #66ccff;
					
				}
				
				#album-thumbs ul li.current img {
					
					border: 3px solid #09f;
					
				} 
	
	#more-thumbs {
		
		background: url(images/dark/more_thumbs_arrow.png) no-repeat top left;
		
	}
	
	#less-thumbs {
		
		background: url(images/dark/less_thumbs_arrow.png) no-repeat top left;
		
	}




/*------------------------------------
----------------------- CONTENT HOLDER
------------------------------------*/

#content-wrapper {
	
	background: url(images/dark/80-bg.png);
	
}

#content-holder {
	
	background: #151110;
	
}




/*------------------------
---------------- FORMS
------------------------*/

input, textarea, select {
	
	background: #272321;
	color: #ffffff;
	
}

input:focus, select:focus, textarea:focus {
	
	background: #272321;
	
}

input.submit, input.reset {
	
	background: #272321;
	color: #ffffff;
	
}
input.submit:hover, input.reset:hover {
		
	background: #ad1e1e;
	
}

.alert {
	
	border: 1px solid #ad1e1e;
	
}
