body { font-family: TrajanProRegular, Georgia, Arial, Verdana; background: #333 url(/img/photography.png) no-repeat center -4px; background-attachment: fixed; }

b, strong { font-family: TrajanProBold; }

h1 { text-transform: uppercase; color: #eee; font-family: TrajanProBold, Arial, Verdana; font-size: 25px; font-weight: bold; width: 268px; border-bottom: 1px #f8e300 solid; padding: 10px 0 0 5px; }
a { text-decoration: none; }

#debug { position: fixed; bottom: 0; right: 0; width: 300px; height: 40px;/* background: #333;*/ color: #fff; font-family: Courier New; }

#header_wrapper { position: fixed; left: 0; z-index: 10; width: 100%; background: #111; border-bottom: 1px #f8e300 solid; }
	#header { width: 960px; margin: auto; background: url(/img/photography.png) no-repeat center top; }
		#logo { margin-top: 12px; display: block; width: 291px; height: 88px; background: url(/img/logo.png) no-repeat; float: left; }
			/*#logo:hover { background-position: left -30px; }*/
		#menu { border: 0px red solid; margin-top: 70px; float: right; }
			#menu li { float: left; }
				#menu li a { display: block; color: #ccc; font-size: 15px; font-family: TrajanProBold; padding: 10px 12px;/* background-color: #000;*/ }
					#menu li a:hover { background: #9D9001; }
					#menu li a.active { background-color: #f8e300; color: #000; }
		#facebook_logo { float: right; width: 20px; margin: 9px 0 0 4px; cursor: pointer; }

div.section { width: 960px; margin: auto; padding-top: 120px; min-height: 1000px; border: 0px white solid; }
	div.section.dark { background: #111; }
	div.section.light { background: #fafafa; }

/******
Főoldal
******/

#montage {
	height: 510px;
	margin: 20px auto 0 auto;
	position: relative;
	width: 800px;
}
	#montage .image {
		cursor: pointer;
		border: 1px #f8e300 solid;
		position: absolute;
		z-index: 1;
		background-position: -1px -1px;
	}
	#montage .image-ff {
		border: 1px #000 solid;
		position: absolute;
		z-index: 2;
		background-position: -1px -1px;
	}

#big_logo { margin: auto; margin-top: 170px; text-align: center; font-size: 50px; color: #555; }


/****
Rólam
****/

p.quote { width: 450px; text-align: center; color: #aaa; line-height: 24px; font-style: italic; }

#about_me { float: left; font-family: Georgia; text-transform: uppercase; margin-top: 40px; width: 450px; color: #ddd; text-align: justify; line-height: 26px; font-size: 13px; }


/******
Galéria
******/

#close_gallery { float: right; cursor: pointer; height: 30px; margin-top: 10px; display: none; }

#gallery_folders { padding-top: 20px; }
#gallery_folders ul { width: 610px; margin: auto; }
	#gallery_folders ul li { float: left; cursor: pointer; width: 200px; text-align: center; height: 190px; padding: 20px 0 20px 0; border: 1px #333 solid; }
		#gallery_folders ul li div.image { display: block; width: 100px; height: 150px; margin: 0 auto 8px auto; border: 1px #666 solid; }
		#gallery_folders ul li span { font-size: 14px; letter-spacing: 2px; color: #ccc; }
	
#folders { margin-top: 20px; float: left; width: 200px; }
	#folders li a { border-top: 1px #444 solid; color: #ccc; font-size: 14px; display: block; background: #333; padding: 8px 0 8px 10px; }
	#folders li:first-child a { border: 0; }
	#folders li a:hover { color: #eee; background: #2d2d2d; }
	#folders li a.active { color: #fff; background: #222; }
		#folders li a img { height: 20px; float: left; margin-right: 8px; }
		#folders li a span { padding-left: 20px; display: block; font-size: 10px; color: #aaa; font-family: Verdana; }
	
#pictures { width: 740px; margin: 20px 0 0 220px; }
	#pictures .viewport { width: 720px; height: 432px; overflow: hidden; position: relative; background: #222; }
		#pictures .overview { list-style: none; position: absolute; left: 0; top: 0; }
			#pictures .overview ul { width: 720px; padding: 3px 5px; } 
				#pictures .overview ul li { display: block; float: left; width: 120px; height: 120px; border: 3px #000 solid; margin: 8px; cursor: pointer; }
					#pictures .overview ul li:hover { border-color: #f8e300; }
	#pictures .thumb .end,
	#pictures .thumb { background-color: #f8e300; }
	#pictures .scrollbar { position: relative; float: right; width: 15px; }
	#pictures .track { background-color: #333; height: 100%; width: 13px; position: relative; padding: 0 1px; }
	#pictures .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
	#pictures .thumb .end { overflow: hidden; height: 5px; width: 13px; }
	#pictures .disable { display: none; }

#gallery_wrapper { z-index: 20; position: fixed; width: 100%; top: 0; left: 0; background: #222; }
	#gallery_frame { width: 100%; height: 100%;  }


/******
REFERENCIÁK
******/

.references { }
.references ul { }
	.references ul li { cursor: pointer; display: block; width: 400px; text-align: left; padding: 15px; border: 1px #555 solid; margin-top: 20px; }
		.references ul li td { vertical-align: top; }
		.references ul li:hover, .references ul li.active { background: #222; border: 1px #f8e300 solid; }
		.references ul li div.image { float: left; width: 100px; height: 100px; margin: 0 10px 10px 0; border: 1px #333 solid; }
		.references ul li h2, .references ul li span { color: #fff; font-size: 14px; font-weight: bold; }
		.references ul li p { font-family: Georgia; text-transform: uppercase; color: #ccc; font-size: 12px; line-height: 20px; text-align: justify; }
		.references ul li p.description { width: 400px; clear: both; display: none; }
		.references ul li div.images-container {
			display: none;
			margin-left: 40px;
			width: 480px;
		}
		.references ul li img {
			border: 3px #000 solid;
			margin: 0 5px 5px 0;
		}
			.references ul li img:hover { border-color: #f8e300; }

#lightbox-container-image-data-box { display: none; }


/******
Kapcsolat
******/

#contact {
	padding-top: 50px;
	text-align: center;
}
	#contact span {
		color: #fff;
		display: block;
		padding: 10px;
		text-align: center;
	}
			#contact span.name {
				font-size: 25px;
				font-weight: bold;
				padding-bottom: 0;				
			}
			#contact span.email {
				margin-top: 20px;
			} 
			#contact span.facebook {
				margin-top: 20px;
			}
	#contact a {
		color: #fff;
	}
		#contact a:hover {
			text-decoration: underline;
		}
		
#send {
	margin-top: 70px;
}

div.input {
	clear: both;
	margin-bottom: 10px;
}		
label {
	color: #ccc;
	float: left;
	font-size: 12px;
	line-height: 26px;
	padding-right: 10px;
	width: 100px;
	text-align: right;
}
input[type=text] {
	background: #222;
	border: 1px #555 solid;
	color: #ddd;
	font-family: Verdana, Arial;
	height: 26px;
	padding: 0 5px;
	line-height: 26px;
	width: 220px;
}
textarea {
	background: #222;
	border: 1px #555 solid;
	color: #ccc;
	font-family: Verdana, Arial;
	height: 200px;
	padding: 5px;
	width: 220px;
}
div.submit {
	padding-left: 110px;
}
	input[type=submit] {
		background: #222;
		border: 1px #555 solid;
		color: #ddd;
		cursor: pointer;
		font-family: Verdana, Arial;
		padding: 5px;
	}
		input[type=submit]:hover {
			border-color: #ccc;
		}

		

@font-face {
    font-family: 'TrajanProBold';
    src: url('/css/fonts/trajanpro-bold-webfont.eot');
    src: url('/css/fonts/trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/trajanpro-bold-webfont.woff') format('woff'),
         url('/css/fonts/trajanpro-bold-webfont.ttf') format('truetype'),
         url('/css/fonts/trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TrajanProRegular';
    src: url('/css/fonts/trajanpro-regular-webfont.eot');
    src: url('/css/fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('/css/fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}