/* 	
	common.css
	
*/

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201c" "\201d" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* HTML5 Boilerplate prefix styles - h5bp.com */
html,button,input,select,textarea{color:#222}
body{font-size:1em;line-height:1.4}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
img{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}



	@font-face {
	  font-family: 'Open Sans Condensed';
	  font-style: normal;
	  font-weight: 300;
	  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/licensed/font?kit=gk5FxslNkTTHtojXrkp-xAIvpZTBrPayhGpGeqVgVbx4EocdSNxEBJNz9FF8VeBtXcZU-UXxiMvebEFhpByF2U_8A0RL6ODuv-r_ZY2pnKYw4zTg5t9oi0WMNkjUwIQ4ttC_Xn5Nj1DnW-R9U4eBGA) format('woff2'), url(http://themes.googleusercontent.com/licensed/font?kit=gk5FxslNkTTHtojXrkp-xPcNHqEIP_bKh_8_ErUm4FJ4EocdSNxEBJNz9FF8VeBtXcZU-UXxiMvebEFhpByF2U_8A0RL6ODuv-r_ZY2pnKYw4zTg5t9oi0WMNkjUwIQ4ttC_Xn5Nj1DnW-R9U4eBGA) format('woff');
	}
	h1, h2 { 
		font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
		font-weight: 300;
	}
	

h1, h2 {
	-webkit-font-smoothing: antialiased;
}

html, body {
	height: 100%;
}

body {
	background-color: #000;
	color: #fff;
	font-family: Segoe, "Segoe UI", Tahoma, Geneva, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	overflow: hidden;
}

h1 {
	font-size: 400%;
	line-height: 1;
	font-weight: 300;
}
h2 {
	font-size: 300%;
	line-height: 1.1;
	font-weight: 300;
}
h3 {
	font-size: 200%;
	line-height: 1.2;
	font-weight: 400;
}
h4 {
	font-size: 150%;
	font-weight: 400;
}
h5 {
	font-size: 120%;
	font-weight: 700;
}
h6 {
	font-size: 100%;
	font-weight: 700;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, 
h5:first-child, h6:first-child, p:first-child {
	margin-top: 0;
}

a {
	color: #aaa;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

#logo img {
	float: left;
	display: inline-block;
}

.left-top, .right-top, .left-bottom, .right-bottom {
	position: absolute;
	display: inline-block;
}
.left-top, .right-top {
	top: 0;
}
.left-bottom, .right-bottom {
	bottom: 0;
}
.left-top, .left-bottom {
	left: 0;
}
.right-top, .right-bottom {
	right: 0;
}
.full-page {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

/* --------- PICTURES ----------- */

.carousel {
	position: absolute;
	overflow: hidden;
	left: 0;
	
}

#pictures {
	-webkit-transform: translateZ(0);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

#pictures img {
	-webkit-transform: translateZ(0);
	float: left;
	height: 100%;
	opacity: 0.2;
}

/* --------- THUMBNAILS ----------- */

#thumbs {
	display: none;
}

/* --------- NAVIGATION ----------- */

#navigation {
	padding: 30px;
}

#navigation nav a {
	display:inline-block;
	width:45px;
	height:70px;
	background-image:url(nav.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#navigation nav a.icon-next {
	background-position:-45px 0;
}	
#navigation nav a.icon-prev:hover {
	background-position:0 -70px;
}
#navigation nav a.icon-next:hover {
	background-position:-45px -70px;
}
#navigation nav a.icon-prev.disabled {
	background-position:0 -140px;
}
#navigation nav a.icon-next.disabled {
	background-position:-45px -140px;
}

/* --------- SIDEBAR ----------- */

#sidebar {
	padding: 30px;
	z-index: 999;
}

#sidebar h1, #sidebar h2 {
	font-size: 400%;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 1px 2px 4px rgba(0,0,0,.25);
}

#folders {
	position:relative;
	float: left;
	color: #fff;
}

.title {
	position:relative;
}

.folderTitle {
	color:#fff;
}



#imageInfo {
	padding: 30px;
	color: #fff;
	text-align: right;
}

#imageCount {
	font-size: 400%;
	margin: 0;
	display: inline-block;
	line-height: 1;
	text-shadow: 1px 2px 4px rgba(0,0,0,.25);
}
#imageCount span {
	margin-left: .2em;
	padding-left: .2em;
	border-left: 1px solid #fff;
}
#imageName {
	margin: 10px 0 0 0;
}


#jalbum {
	padding: 30px;
	color: #fff;
	z-index: 998;
}

/* 
	styles.css - custom styles for the skin's Page templates
	
*/

/************** About page */

#about-page {
	margin:10px 10%;
}
#about-page aside {
	float:left;
	display:inline;
	margin:10px 5% 10px 0;
	max-width:25%;
}
#about-page aside img {
	max-width:100%;
}
#about-page .texts {
	overflow:hidden;
}
#about-page .texts p {
	line-height:1.5em;
}

/************** Sitemap page */

#sitemap-page {
	margin:0 20px;
}
#sitemap-page aside {
	float:left;
	display:inline;
	margin:10px 5% 10px 0;
	max-width:25%;
}

#sitemap-page aside img {
	max-width:100%;
}

#sitemap-page .sitemap {
	font-size:120%;
	overflow:hidden;
}

#sitemap-page .caption {
	margin:0 0 1em 0;
}

#sitemap-page .sitemap .title {
	margin:1em 0;
}

#sitemap-page .sitemap.showthumbs .title a.home {
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url(controls.png);
	background-repeat: no-repeat;
	background-position: -793px -23px;
}

#sitemap-page .sitemap ul {
	padding-left:2em;
}

#sitemap-page .sitemap.showthumbs ul {
	padding-left:0;
	list-style-type:none;
}

#sitemap-page .sitemap li {
	clear:both;
	padding:0.5em 0;
}
#sitemap-page small {
	margin-top:0.5em;
	display:block;
}

#sitemap-page .sitemap li a.thumb {
	float:left;
	display:inline-block;
	width:10%;
	max-height:48px;
	margin-right:2%;
	text-align:center;
	overflow:hidden;
}

#sitemap-page .sitemap li a.thumb img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	height:auto;
}

#sitemap-page .sitemap li div {
	overflow:hidden;
}

/************** Contact page */

#contact-page {
	margin:10px 10px 10px 5%;
}
#contact-page aside {
	float:right;
	display:inline;
	margin:0 0 10px 5%;
	max-width:25%;
}
#contact-page aside img {
	max-width:100%;
}
#contact-page .texts {
	overflow:hidden;
}
#contact-page .texts blockquote {
	font-size:80%;
	line-height:1.5em;
	padding-left:12px;
	border-left:10px solid rgba(255,255,255,0.1);
}
#contact-page .texts > div {
	font-size:120%;
	padding:15px 5px;
	border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#contact-page .texts blockquote,
#contact-page .texts a {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
#contact-page .texts a {
	font-size:80%;
	padding:5px 5px 5px 26px;
	line-height:14px;
	-moz-border-radius:6px;
	border-radius:6px;
	background-color:rgba(255,255,255,0.1);
	
	background-image:url(share.png);
	background-repeat:no-repeat;
}
#contact-page .facebook a { background-position:0 -24px; }
#contact-page .twitter a { background-position:0 -48px; }
#contact-page .digg a { background-position:0 -72px; }
#contact-page .myspace a { background-position:0 -96px; }
#contact-page .delicious a { background-position:0 -120px; }
#contact-page .stumbleupon a { background-position:0 -144px; }
#contact-page .email a { background-position:0 -168px; }
#contact-page .reddit a { background-position:0 -192px; }
#contact-page .tumblr a { background-position:0 -216px; }
#contact-page .flickr a { background-position:0 -240px; }
#contact-page .foursquare a { background-position:0 -264px; }
#contact-page .google a { background-position:0 -288px; }
#contact-page .linkedin a { background-position:0 -312px; }
#contact-page .picasa a { background-position:0 -336px; }
#contact-page .skype a { background-position:0 -360px; }
#contact-page .vimeo a { background-position:0 -384px; }
#contact-page .youtube a { background-position:0 -408px; }
#contact-page .phone a { background-position:0 -432px; }
#contact-page .jalbum a { background-position:0 -456px; }
#contact-page .pinterest a { background-position:0 -480px; }
#contact-page .instagram a { background-position:0 -504px; }
#contact-page .github a { background-position:0 -528px; }
#contact-page .rss a { background-position:0 -552px; }



article {
	margin:0 30px 0 30%;
	padding:30px 30px;
	min-height:300px;
	background-color:#111;
}
article .texts {
	text-align:left;
	overflow: hidden;
}
article aside {
	float: left;
	display: inline;
	margin-right: 30px;
	max-width: 30%;
}
article aside img {
	max-width: 100%;
	height: auto;
}

/* HTML5 Boilerplate postfix styles - h5bp.com */
.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}
.ir:before{content:"";display:block;width:0;height:150%}
.hidden{display:none !important;visibility:hidden}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
.invisible{visibility:hidden}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}
@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}
	a,a:visited{text-decoration:underline}
	a[href]:after{content:" (" attr(href) ")"}
	abbr[title]:after{content:" (" attr(title) ")"}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}
	pre,blockquote{border:1px solid #999;page-break-inside:avoid}
	thead{display:table-header-group}
	tr,img{page-break-inside:avoid}
	img{max-width:100% !important}
	@page{margin:.5cm}
	p,h2,h3{orphans:3;widows:3}
	h2,h3{page-break-after:avoid}
}





