/* --- Reset --- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
}

body,
		html {
	height: 100%;
}

body {
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
	line-height: 19px;
	background: #242424 url(images/bg_tile.gif) top center;
	color: #868686;
	-webkit-text-stroke: 1px transparent;
}

@media only screen and (max-device-width:480px) {

	body {
		-webkit-text-stroke: 0 black;
	}

}

/* --- Typography --- */

h1 {
	font-family: Helvetica, Arial, san-serif;
	font-size: 28px;
	font-weight: 300;
	margin: 0 0 40px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: 300;
	margin: -20px 0 0 10px;
	color: #121212;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 14px;
}

p {
	font-size: 12px;
	margin: 0 0 14px;
}

.content ul, .content ol {
	margin: 0 0 14px;
}

.content ul li, .content ol li {
	margin: 0 0 0 25px;
	font-size: 13px;
}

.content ul li {
	list-style-type: disc;
}

.content ol li {
	list-style-type: decimal;
}

blockquote {
	margin: 0 14px 14px;
	font-size: 14px;
	font-style: italic;
}

small {
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
}

a {
	text-decoration: none;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in;
}

.content a:hover {
	opacity: 0.5;
}

/* --- Layout --- */

#glow {
	overflow: hidden;
	position: relative;
	background: url(images/glow.gif) no-repeat top center;
}

.section {
	width: 100%;
	min-height: 120px;
	margin: 0 auto;
	padding: 34px 0 0;
	display: block;
	position: relative;
	overflow: hidden;
	background: url(images/bg_gallery.png) repeat-x 0 0;
}

#header-container {
	width: 100%;
	overflow: hidden;
	background: url(images/header_glow.gif) no-repeat top center;
}

#header {
	width: 808px;
	margin: 40px auto 20px;
	color: #272727;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#header a {
	color: #272727;
}

#header a:active {
	position: relative;
	top: 1px;
}

#site-title h1 {
	font-size: 39px;
	position: relative;
	display: block;
}

#site-title h1 a {
	padding: 0 5px 1px 54px;
	background: url(images/icon_header.png) no-repeat center left;
}

#loading {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: url(images/loader.gif) no-repeat center center;
	left: 0;
	position: absolute;
}

#gallery {
	position: relative;
	text-align: center;
}

#gallery ul#directories {
	width: 1000px;
	margin: 0 auto;
}

#gallery ul#directories li {
	width: 252px;
	height: 161px;
	margin: 0 13px;
	padding: 0 0 26px;
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
}

#gallery ul#directories li a {
	height: 161px;
	overflow: hidden;
	display: block;
	position: relative;
	color: #fff;
	z-index: 1;
	background-color: #000;
}

#gallery ul#directories li a img {
	width: 250px;
	position: relative;
	opacity: 1;
	margin: 0px !important;
	padding: 0px !important;
	vertical-align: bottom;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
}

#gallery ul#directories li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#gallery ul#directories li span {
	width: 252px;
	height: 161px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/img_overlay.png);
}

#gallery ul#directories li a span label {
	width: 146px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 5px 10px;
	position: absolute;
	z-index: 5;
	top: 55px;
	left: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #000;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: url(images/thumb_label.png) no-repeat top center;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-border-radius: 20px;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition-property: opacity;
	-moz-transition-duration: 2s;
}

#gallery ul#directories li a span label {
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=100);
}

#gallery ul#directories li a span label:active {
	top: 56px;
	color: #fff !important;
}

#gallery ul#thumbs {
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	display: block;
}

#gallery ul#thumbs li {
	width: 120px;
	height: 120px;
	margin: 0 10px;
	padding: 0 0 15px;
	float: left;
}

#gallery ul#thumbs li.end-thumb {
	margin-right: 0;
}

#gallery ul#thumbs li a {
	width: 106px;
	height: 68px;
}

#gallery ul#thumbs li a img {
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
	-moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
}

#gallery ul#thumbs li span {
	width: 106px;
	height: 69px;
	background-image: url(http://static.tumblr.com/wwkunix/eO1kzr0r6/img_overlay_thumb.png);
}

#large-photo {
	height: 200px;
	margin: 0 auto 22px;
	padding: 0 0 5px;
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#large-photo img {
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

#pagination {
	width: 100%;
	height: 100%;
	z-index: 999;
	position: absolute;
}

#pagination a {
	width: 47px;
	height: 47px;
	display: block;
	position: absolute;
	top: 45%;
	display: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#pagination a#prev {
	left: 20px;
	background-image: url(images/btn_prev_post.png);
}

#pagination a#next {
	right: 20px;
	background-image: url(images/btn_next_post.png);
}

.content {
	width: 810px;
	margin: 0 auto;
	text-align: left;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}

.content strong {
	color: #fff;
}

.content a {
	color: #fff;
	font-weight: bold;
}

.box {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	float: left;
	background: url(images/hr.gif) no-repeat bottom center;
}

.bottom {
	background-image: none;
}

.section-title {
	line-height: 26px;
	padding: 0 0 4px 0;
	clear: both;
}

.about-icon, .services-icon, .contact-icon, .photo-icon {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.about-icon {
	background-image: url(images/icon_about.png);
}

.services-icon {
	background-image: url(images/icon_camera.png);
}

.contact-icon {
	background-image: url(images/icon_contact.png);
}

.photo-icon {
	line-height: 34px;
	background-image: url(images/icon_gallery.png);
}

a#back-button {
	margin: 5px 0 10px;
	float: left;
}

a#back-button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

a#back-button:active {
	top: 1px;
	position: relative;
}

