/*
Theme Name: PHOTON WordPress Theme
Theme URI: http://themeforest.net/user/DDStudios
Description: The Ultimate photography showcase theme
Author: DDStudios
Version: 1.0
*/

/* reset all elements */
@import url("reset.css");


/*------------------------------------
---------------------------- MAIN TAGS
------------------------------------*/

body {
	
	font: normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

.gainLayout {
	
	height: 1%;
	
}




/*------------------------------------
----------------------------- MAIN BAR
------------------------------------*/

#main-bar {
	
	bottom: 0;
	float: left;
	height: 80px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 20;
	
}

	#main-bar .left {
		
		margin-left: 30px;
		display: inline;
		
	}

	#main-bar .right {
		
		margin-right: 30px;
		display: inline;
		
	}

#logo {
	
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	
}




	/*------------------------------------
	----------------------------- MENU
	------------------------------------*/

	#menu {
		
		float: left;
		position: relative;
		z-index: 1000;
		
	}
	
		#menu ul {
			
			float: left;
			list-style: none;
			margin: 0;
			
		}
		
			#menu ul li {
				
				float: left;
				margin: 0;
				position: relative;
				
			}
			
			#menu ul li a {
				
				display: block;
				font-size: 12px;
				font-weight: bold;
				height: 48px;
				margin: 0;
				outline: none;
				padding: 0 15px;
				padding-top: 32px;
				text-transform: uppercase;
				
			}
			
				#menu ul li ul {
					
					position: absolute;
					float: left;
					display: none;
					bottom: 80px;
					width: 220px;
					padding-bottom: 20px;
					left: 25px;
				
				}
				
					#menu ul li ul li {
						
						margin: 0 !important;
						display: block;
						float: none !important;
						position: relative;
						
					}
					
					#menu ul li ul li a {
						
						display: block;
						font: normal 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
						height: auto;
						padding: 5px 15px;
						
					}
					
						#menu ul li ul li ul {
							
							left: 220px;
							bottom: 0;
							padding: 0 0 0 20px;
							margin: 0;
							position: absolute;
							z-index: 15;
							
						}
						
						
						
						
	/*------------------------------------
	---------------------------- COPYRIGHT
	------------------------------------*/
	
	#copyright {
		
		font: light 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin-top: 31px;
		
	}

/*------------------------------------
------------------------- IMAGE HOLDER
------------------------------------*/

#image-holder {
	
	overflow: hidden !important;
	text-align: left !important;
	position: relative;
	height: 200px;
	
}

#open-externally {
	
	float: left;
	cursor: pointer;
	position: absolute;
	font-size: 10px;
	height: 24px;
	width: 24px;
	outline: none;
	top: 10px;
	right: 10px;
	z-index: 14;
	
}

#open-externally span {
	
	display: none;
	position: absolute;
	padding: 7px 10px;
	text-transform: uppercase;
	top: 36px; right: 12px;
	width: 85px;
	
}

#open-externally span span {
	
	display: block;
	height: 6px;
	width: 6px;
	top: -6px;
	right: 0;
	
}

#previous-photo, #previous-photo div,
#next-photo, #next-photo div {
	
	cursor: pointer;
	float: left;
	width: 200px;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 13;
	
}

#previous-photo {
	
	left: 0;
	
}

#previous-photo div {
	
	display: none;
	
}

#next-photo {
	
	right: 0;
	
}

#next-photo div {
	
	display: none;
	
}

#image-tooltip {
	
	position: absolute;
	display: none;
	padding: 20px;
	top: 50px;
	left: 50px;
	width: 260px;
	
}

#image-tooltip span {
	
	width: 300px;
	height: 9px;
	position: absolute;
	top: -9px;
	left: 0;
	
}

.description {
	
	float: left;
	display: none;
	
}




/*------------------------------------
-------------------------- PHOTO ALBUM
------------------------------------*/

#photo-album-container {
	
	float: left;
	width: 100%;
	position: absolute;
	height: 141px;
	bottom: 80px;
	overflow: hidden;
	z-index: 15;
	
}

#photo-album-wrapper {
	
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	padding-top: 25px;
	bottom: -111px;
	z-index: 15;
	
}

	.thumb-icon {
		
		float: left;
		height: 20px;
		width: 16px;
		position: absolute;
		top: 106px;
		left: 10px;
		z-index: 10;
		
	}

	#photo-album {
		
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
		height: 121px;
		
	}
	
		#album-thumbs {
			
			padding: 0 0 0 30px;
			position: absolute;
			z-index: 10;
			
		}
		
			#album-thumbs ul {
				
				list-style: none;
				margin: 0;
				overflow: hidden;
				width: 9999px;
				
			}
			
				#album-thumbs ul li {
					
					float: left;
					margin: 30px 30px 30px 0;
					position: relative;
					
				}
				
				.currentArrow {
					
					height: 6px;
					left: 26px;
					width: 11px;
					position: absolute;
					top: -6px;
					
				}
				
				#album-thumbs ul li img {
					
					cursor: pointer;
					
				}
				
	#more-thumbs, #less-thumbs {
		
		float: left;
		cursor: pointer;
		position: absolute;
		width: 100px;
		height: 126px;
		top: 0;
		z-index: 15;
		
	}
	
	#more-thumbs {
		
		right: 0;
		
	}
	
	#less-thumbs {
		
		left: 0;
		
	}




/*------------------------------------
----------------------- CONTENT HOLDER
------------------------------------*/

#content-wrapper {
	
	display: none;
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	
}

#content-holder {
	
	position: absolute;
	display: none;
	z-index: 16;
	top: 20px;
	width: 920px;
	padding: 20px;
	
}

#content-area {
	
	overflow: auto;
	position: relative;
	
}




/*------------------------------------
---------------------- COLUMN TEMPLATE
------------------------------------*/

.group {
	
	float: left;
	margin-bottom: 20px;
	
}

.one-half, .one-third, .two-thirds {
	
	float: left;
	margin: 0 30px 0 0;
	
}

.one {
	
	width: 100%;
	float: left;
	
}

.one-half {
	
	width: 435px;
	
}

.one-third {
	
	width: 280px;
	
}

.two-thirds {
	
	width: 590px;
	
}

.last {
	
	margin-right: 0 !important;
	
}




/*------------------------
---------------- FORMS
------------------------*/

label { 

	font: bold 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;

}

label em {
	
	font-size: 10px;
	
}

input, textarea, select {
	
	display: block;
	font: italic 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 8px 0px;
	padding: 6px 5px;
	width: 90%;
	
}

input:focus, textarea:focus, select:focus {
	
	font-style: normal;
	
}

.medium { width: 50%; }

.short { width: 30%; }

input.submit, input.reset {
	
	display: block;
	font-size: 11px !important;
	width: 20%;
	margin: 0 20px 8px 0;
	padding: 6px 0px 6px 0px;
	font: bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	
}

input.checkbox {
	
	float: left;
	margin: 3px 4px 0 0;
	padding: 0;
	width: 20px;
	
}

.search_field {
	
	width: 65%;
	
}