/*
	common.css - the primary styles
	
	Author: Laza
*/



/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

  
html {
	height:100%;
}
body {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:13px;
	line-height:1.385;
	background-color:#000000;
	color:#999999;
	height:100%;
}
select, input, textarea {  
	color: #444;
}
a, a:active, a:visited {
	color:#dddddd;
	text-decoration:none;
}
a:hover {
	color:#ffdddd;
}
a img {	border:none; text-decoration:none; }
h1,h2,h3 { font-weight: normal; margin:0 0 0.2em 0; line-height:1.2; }
h4,h5,h6 { font-weight: bold; margin:0 0 0.5em 0; }
h1 { font-size:300% }
h2 { font-size:200%; }
h3 { font-size:140%; }
h4 { font-size:115%; }
h5 { font-size:100%; }
h6 { font-size:90%; }

.addtop { margin-top:10px; }

.hook { 
	position:absolute;
	display:none;
}

/******************************************* Hint */

.hint {
	position:absolute;
	left:0;
	top:0;
	padding:6px;
	color:#000;
	max-width:240px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:rgba(255,255,255,0.8);
	z-index:99999;
}
.no-rgba .hint {
	background-color:transparent;
	background-image:url(w80.png);
}
.hint a {
	color:#000;
}
.hint span.nr {
	font-weight:bold;
	font-style:normal;
	padding:1px 3px;
	color:#ddd;
	background-color:#222;
	-moz-border-radius:3px;
	border-radius:3px;
}
.hint .breadcrumb a {
	display:block;
	padding:3px 5px;
}
.hint .breadcrumb a:hover {
	background-color:#000;
	color:#fff;
}
.hint.fotomoto {
	min-width:82px;
	background-image:url(fotomoto_logo.png);
	background-repeat:repeat-x;
	background-position:top center;
	padding-top:20px;
}
.hint.regions a {
	display:block;
	font-size:85%;
	color:#000;
	padding:2px 4px;
	line-height:1.8;
}
.hint.regions a:hover {
	color:#fff;
	background-color:#000;
}
.hint small b {
	background-color:#ddd;
	padding:1px 2px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.hint form.searchpage {
	position:relative;
	margin:3px;
}
.hint .searchpage input {
	background-color:#fff;
	vertical-align:middle;
}
.hint .searchpage input.searchtext {
	padding:2px 20px 2px 6px;
	width:120px;
	height:20px;
	line-height:20px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #bbb;
}
.hint .searchpage a.searchbtn {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:24px;
	height:24px;
	background-image:url(search.png);
	background-position:center center;
	background-repeat:no-repeat;	
	z-index:99999;
	cursor:pointer;
}
.hint p.info {
	margin:0;
	max-width:160px;
	color:#666;
	font-size:80%;
	line-height:1;
}

/******************************************* Modal windows v2 */

._m_window {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	overflow: hidden;
	background-color: rgba(0,0,0,0.2);
}
.no-rgba ._m_window {
	background-color: transparent;
	background-image: url(k20.png);
}
._m_panel {
	position: absolute;
	/*left: -10000px;*/
}
._m_head {
	position: relative;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #bbb;
	background-color: #d8d8d8;
	background-image: -moz-linear-gradient(top, #fff 0%,#eee 50%,#e8e8e8 50%,#ccc 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%,#eee 50%,#e8e8e8 50%,#ccc 100%);
	background-image: -o-linear-gradient(top, #fff 0%,#eee 50%,#e8e8e8 50%,#ccc 100%);
	background-image: -ms-linear-gradient(top, #fff 0%,#eee 50%,#e8e8e8 50%,#ccc 100%);
	background-image: linear-gradient(top, #fff 0%,#eee 50%,#e8e8e8 50%,#ccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF',endColorstr='#CCCCCC');
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box; 
}
._m_head h5 {
	position: absolute;
	text-align: center;
	margin: 0;
	left: 35px;
	right: 35px;
	color: #777;
	overflow: hidden;
}
._m_head a.close {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	min-width: 30px;
	height: 30px;
	-moz-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
	background-color: rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.2);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNzNBNEFFOERGQzJERTExQUUzOEI0RERFNEJCN0IxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MzExQkMyNEUxMzExMUUxOUY5MkFGRDhFNTA1MUZCNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MzExQkMyM0UxMzExMUUxOUY5MkFGRDhFNTA1MUZCNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlERUQ2OEU0QTVFMEUxMTFCRUJFOUQ2RjlBQjE0QUZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA3M0E0QUU4REZDMkRFMTFBRTM4QjREREU0QkI3QjE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ohwhwwAAAUVJREFUeNpi/P//PwM5gImBTADXyMjIyAzEyUCMYRhIDIjTQGpgYixI8imGhoapQKdbABWkA+l/ME1Aqk9HR8dGRUVFCshuQLHx9evXe3x8fF6amZkZGhgYzITaAtcUHBz8YtWqVZpAvirYQOTAef/+veuECRPyX7x4IXHq1KnzFy5c+ArTVFlZ+ZWdnX0JUNlmDI3omu/fv89gZWWFoQlrqAoJCe09dOjQGxBbUVERLPbr1y8UTRgaYX568+aNjqSk5AtxcfGXz58/l7Czs/NDD20WdE3Ifvrz58+Jzs5OF1CAAeVmIoc2A8iPUH9mAjWdqa+v3/Ljx4+VQDFfkPi7d+9ca2trt6alpZ1xdHSshauHMe7evas2ZcqUFciaYBikGST37du3ZUC+OkgMPVQjgfgLekBAgT8QcwHxcqzRQSwACDAASGq/y7cDxPsAAAAASUVORK5CYII=);
	background-position: center center;
	background-repeat: no-repeat;
}
.no-rgba ._m_head a.close {
	background-color: transparent;
	background-image: url(k10.png);
	border-left: 1px solid #aaa;
}
._m_head a.close:hover {
	background-color: rgba(0,0,0,0.2);
}
.no-rgba ._m_head a.close:hover {
	background-color: transparent;
	background-image: url(k20.png);
}
.no-cssgradients ._m_head a.close {
	border-radius: 0;
}
._m_cont {
	position: relative;
	overflow: hidden;
	background-color: #f4f4f4;
	padding-bottom: 16px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border-top: 1px solid #fff;
}
._m_cont_i {
	padding: 16px 16px 0 16px;
	overflow: auto;
	color: #444;	
}
._m_panel a.resize {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	background-color: #f4f4f4;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNzNBNEFFOERGQzJERTExQUUzOEI0RERFNEJCN0IxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NTUzMDU0QUUxRjYxMUUxQjc2REE2NzlCNzQ3ODBEMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NTUzMDU0OUUxRjYxMUUxQjc2REE2NzlCNzQ3ODBEMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNENjEwNDg5RjVFMUUxMTFBNzZDQkRFOUM0NTRDNzBFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA3M0E0QUU4REZDMkRFMTFBRTM4QjREREU0QkI3QjE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+UsSLZwAAANdJREFUeNpi/P//PwM5gIlYhaysrLwKCgou6enpjGABkI2EMAsLC6+srGxca2ur88OHD8PBriRF04MHD3KAYhwgcSZCzpOUlAwMCAj4CHSmN5A/Fyj8A68fkTUZGBi4rl69utfKysoa5kcmYjRt3ry5/ezZs85paWn/q6urw7BqxKUpIyPjaXR0tKacnNxGDI24NOH1Iz5N2PzIgqwJ5BygU3zWrl0Ldx46PyYmBuTHleC4Akq6weLp6dOnnPj4sHgEawSGFuOjR48iYIKE+CDMSG4iBwgwAOI960HmaAubAAAAAElFTkSuQmCC);
	cursor: se-resize;
	z-index: 99999;
}

#dialog ._m_cont_i {
	text-align: center;
}

/******************************************* Buttons for modal windows */

.buttons {
	display:block;
	clear:both;
	margin-top:10px;
	text-align:center;
	line-height:30px;
}
.buttons a {
	padding:0 10px;
	margin:5px 2px;
	display:inline-block;
	color:#eee;
	white-space:nowrap;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#555;
	background-image:-moz-linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1) );
	background-image:-webkit-linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1) );
	background-image:-o-linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1) );
	background-image:-ms-linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1) );
	background-image:linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1) );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF666666,EndColorStr=#FF0F0F0F);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF666666,EndColorStr=#FF0F0F0F)";
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

.buttons a.active,
.buttons a:hover {
	color:#fff;
	background-image:-moz-linear-gradient(top, rgba(102,153,204,1), rgba(15,102,153,1) );
	background-image:-webkit-linear-gradient(top, rgba(102,153,204,1), rgba(15,102,153,1) );
	background-image:-o-linear-gradient(top, rgba(102,153,204,1), rgba(15,102,153,1) );
	background-image:-ms-linear-gradient(top, rgba(102,153,204,1), rgba(15,102,153,1) );
	background-image:linear-gradient(top, rgba(102,153,204,1), rgba(15,102,153,1) );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF6699CC,EndColorStr=#FF0F6699);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF6699CC,EndColorStr=#FF0F6699)";
}

/******************************************* Search results window */

.searchresults a {
	margin:4px 0;
	clear:both;
	display:block;
	color:#555;
	text-align:left;
	padding:6px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#fff;
	zoom:1;
}
.searchresults a:before, 
.searchresults a:after { content: "\0020"; display: block; height: 0; visibility: hidden; } 
.searchresults a:after { clear:both; }
.searchresults a:hover,
.searchresults a:focus {
	padding:4px;
	border:2px solid #999;
	color:#222;
}
.searchresults a aside {
	float:left;
	display:inline-block;
	width:20%;
	min-width:60px;
	margin-right:10px;
}
.searchresults a aside img {
	max-width:100%;
	height:auto;
}
.searchresults a h5,
.searchresults a p {
	margin:0 0 0.5em 0;
	overflow:hidden;
}

/******************************************* Help window */

ul.help { 
	clear:both;
	margin:20px 0;
	min-height:145px;
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 360px;
	list-style:none;
}
ul.help.index {
	background-image:url(helpsplash.png);
}
ul.help.gall { 
	background-image:url(helpgallery.png);
}
ul.help:after { 
	clear:both;
}
ul.help:first-child {
	margin-top:0;
}
ul.help:last-child {
	margin-bottom:0;
}
ul.help li {
	text-align:left;
	text-indent:-30px;
	line-height:2;
}
ul.help li em {
	-moz-border-radius:4px;
	border-radius:4px;
	padding:2px 5px;
	margin-left:10px;
	font-style:normal;
	font-size:85%;
	white-space:nowrap;
	border:1px solid #999;	
}
ul.help li b {
	-moz-border-radius:4px;
	border-radius:4px;
	padding:2px 5px;
	font-style:bold;
	white-space:nowrap;
	background-color:#fff;
}
ul.help li span {
	-moz-border-radius:4px;
	border-radius:4px;
	padding:2px 5px;
	margin-right:10px;
	background-color:#333;
	color:#ddd;
	font-weight:bold;
}
#help ._m_cont p {
	text-align:center;
	margin:0.5em 0 0 0;
}

/******************************************* Scroller controls */

.scrup,
.scrdn {
	position:absolute;
	right:0;
	width:20px;
	height:20px;
	line-height:20px;
	background-repeat:no-repeat;
	background-image:url(pg.png);
}
.scrup {
	top:0;
	z-index:990;
	background-position:0 -20px;
}
.scrdn {
	bottom:0;
	z-index:991;
	background-position:0 -40px;
}
.scrup:hover {
	background-position:-20px -20px;
}
.scrdn:hover {
	background-position:-20px -40px;
}
.scrbar {
	position:absolute;
	right:3px;
	width:14px;
	top:20px;
	bottom:20px;
	-moz-border-radius:7px;
	border-radius:7px;
	background-color:rgba(255,255,255,0.3);
}
.no-rgba .scrbar {
	background-color:transparent;
	background-image:url(w40.png);
}
.scrbar div {
	position:absolute;
	top:2px;
	left:2px;
	right:2px;
	height:5px;
	-moz-border-radius:7px;
	border-radius:7px;
	background-color:#000000;
}
.scrbar div img {
	width:100%;
	height:100%;
}

/******************************************* Controls */

.controls a,
a.control {
	background-image:url(controls.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

.controls a:hover,
a.control:hover {
	background-position:-70px inherit;
}

/******************************************* Index page */

#widgetbg {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:25px;
	z-index:1;
}
#mainbg {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:25px;
	z-index:0;
}
#main {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:25px;
	overflow:auto;
	z-index:10;
	-webkit-text-size-adjust:120%;
	zoom:1;
}
#main .container {
	position:relative;
	width:840px;
	height:100%;
	max-height:100%;
	zoom:1;
	margin:0 auto;
}

/******************************************* Header */

#main header {
	position:absolute;
	top:0;
	left:20px;
	width:800px;
	height:220px;
	max-height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,0.2);
	background-size:100% auto;
	background-image:url(../folderimage.jpg);
	-moz-border-radius:0 0 12px 12px;
	border-radius:0 0 12px 12px;
	z-index:10;
}
.no-rgba #main header {
	background-color:#000000;
}
.ie7 #main header {
	max-height:none;
}
.page #main header {
	height:80px;
}
.sub-album #main header {
	height:240px;
}
#main header.empty {
}
#main header .title {
	padding:0 20px;
	max-height:220px;
	overflow:hidden;
	color:#fff;
	background-color:transparent;
	background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0));
	background-image:-moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0));
	background-image:-ms-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0));
	background-image:linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#99000000',endColorstr='#00000000');
}
#main header .title .upbtn {
	float:left;
	margin:20px 20px 0 0;
}
#main header .title aside {

	float:right;
	margin-top:20px;
}
#main header .title .controls {
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	background-color:rgba(0,0,0,0.6);
}
.no-rgba #main header .title .controls {
	background-color:transparent;
	background-image:url(k60.png);
}
#main header .title .controls a {
	display:block;
}
#main header .title .controls:first-child {
	-moz-border-top-left-radius:6px;
	border-top-left-radius:6px;

	-moz-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
}
#main header .title .controls:last-child {
	-moz-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;

	-moz-border-top-right-radius:6px;
	border-top-right-radius:6px;
}
#main header .title .controls:hover {
	background-color:rgba(0,0,0,0.8);
}
.no-rgba #main header .title .controls:hover {
	background-color:transparent;
	background-image:url(k80.png);
}
#main header .share a {
	background-position:-735px -15px;
}
#main header .download a {
	background-position:-835px -15px;
}
#main header .search a {
	background-position:-685px -15px;
}
#main header .about a {
	background-position:-275px -15px;
}
#main header .parent a {
	background-position:-5px -15px;
}
#main header .share a:hover {
	background-position:-735px -85px;
}
#main header .download a:hover {
	background-position:-835px -85px;
}
#main header .search a:hover {
	background-position:-685px -85px;
}
#main header .about a:hover {
	background-position:-275px -85px;
}
#main header .parent a:hover {
	background-position:-5px -85px;
}
#main header hgroup {
	padding-top:20px;
	overflow:hidden;
}
#main header h1 {
	font-weight:normal;
	line-height:1.1;
    text-overflow:ellipsis;
}
#main header h6 {
	display:inline-block;
	margin:0.2em 0 0.4em 0;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:rgba(0,0,0,0.2);
}
.no-rgba #main header h6 {
	background-color:transparent;
	background-image:url(k20.png);
} 
#main header h6 a {
	display:inline-block;
	padding:0.25em 0.5em 0.5em 0.5em;
	color:#ddd;
}
#main header h6 a:hover,
#main header h6 a:focus {
	color:#fff;
	background-color:rgba(0,0,0,0.5);
}
#main header h6 a:first-child {
	-moz-border-top-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
#main header h6 a:last-child {
	-moz-border-top-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
#main header h5 {
	clear:both;
	display:none;
	font-size:120%;
	font-weight:normal;
}
#main header:hover h5 {
	display:block;
}

/*********************************** Start slideshow */

.startshow {
	position:absolute;
	overflow:hidden;
	bottom:20px;
	right:20px;
	width:90px;
	height:90px;
	-moz-border-radius:6px;
	border-radius:6px;
	background-color:rgba(0,0,0,0.2);
	cursor:pointer;
	-webkit-transition:background-color 500ms linear;
	-moz-transition:background-color 500ms linear;
	-ms-transition:background-color 500ms linear;
	transition:background-color 500ms linear;
}
.no-rgba .startshow {
	background-color:transparent;
	background-image:url(k20.png);
}
.startshow:hover {
	background-color:rgba(0,0,0,0.8);
}
.no-rgba .startshow:hover {
	background-color:transparent;
	background-image:url(k80.png);
}
.starttxt {
	float:right;
	height:90px;
	padding:0 90px 0 20px;
	line-height:84px;
	font-size:200%;
	color:#fff;
	overflow:hidden;
	text-align:right;
    text-overflow:ellipsis;
	white-space:nowrap;
	background-image:url(start.png);
	background-repeat:no-repeat;
	background-position:right 0;
}
.startshow:hover .starttxt {
	background-position:right -90px;
}

/*********************************** Items */

#main .items {
	position:absolute;
	left:18px;
	top:240px;
	bottom:0;
	margin:0;
	width:824px;
	min-height:200px;
	overflow-x:hidden;
	overflow-y:auto;
}
.page #main .items {
	top:100px;
}
.sub-album #main .items {
	top:260px;
}
#main .items .cont {
	display:block;
	width:804px;
	padding-right:20px;
}

/*********************************** Footer */

#main footer {
	clear:both;
	display:block;
	margin:10px 0;
	text-align:center;
}
#main footer .wrap {
	display:inline-block;
	padding:0.5em 1em;
	-moz-border-radius:6px;
	border-radius:6px;
}
#main footer .promotion,
#main footer .footer-links {
	font-size:75%;
}
#main .footer em {
	font-style:italic;
}

/*********************************** Top navigation */


#navigation {
	line-height:40px;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
	border-bottom:1px solid rgba(0,0,0,0.4);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);
	box-shadow:0 1px 1px rgba(0,0,0,0.4);
	z-index:998;
}
.no-rgba #navigation {
	background-color:transparent;
	background-image:url(k80.png);
}
#navigation .logo {
	float:left;
	display:inline-block;
	height:40px;
	max-width:20%;
	margin-right:2%;
	text-align:left;
}
#navigation .logo a {
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
}
#navigation .logo img {
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
	margin-top:-2px;
}
#navigation nav {
	text-align:center;
}
#navigation nav > ul {
}
#navigation nav ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style-type:none;
}
#navigation nav ul a {
	display:block;
	line-height:40px;
	max-width:180px;
    text-overflow:ellipsis;
	white-space:nowrap;
	color:#ccc;
}
#navigation nav > ul > li > a {
	overflow:hidden;
}
#navigation nav > ul > li {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:40px;
}
.ie7 #navigation nav > ul > li {
	float:left;
}
#navigation nav > ul > li.home {
	width:40px;
	height:40px;
}
#navigation nav > ul > li.home a {
	display:block;
	line-height:40px;
	background-position:-785px -15px;
}
#navigation nav > ul > li.home a:hover {
	background-position:-785px -85px;
}
#navigation nav li.actual {
	background-color:#000;
}
#navigation nav .home:hover,
#navigation nav li:hover {
	background-color:rgba(0,0,0,0.8);
}
.no-rgba #navigation nav .home:hover,
.no-rgba #navigation nav li:hover {
	background-color:transparent;
	background-image:url(k90.png);
}
#navigation nav li:hover > a {
	color:#fff;
}
#navigation nav > ul > li > a {
	font-size:110%;
	padding:0 8px;
}
#navigation nav > ul > li ul {
	display:none;
	position:absolute;
	line-height:30px;
	text-align:left;
	z-index:999;
	background-color:rgba(0,0,0,0.8);
}
.no-rgba #navigation nav > ul > li ul {
	background-color:transparent;
	background-image:url(k80.png);
}
#navigation nav > ul > li > ul {
	min-width:100%;
}
#navigation nav > ul > li > ul li {
	position:relative;
	display:block;
}
#navigation nav > ul > li > ul > li a {
	line-height:30px;
	font-size:100%;
	padding:0 8px;
}
#navigation nav > ul > li > ul > li ul {
	position:absolute;
	left:100%;
	top:0;
}
#navigation nav > ul > li:hover > ul,
#navigation nav > ul > li > ul > li:hover > ul,
#navigation nav > ul > li > ul > li > ul > li:hover > ul {
	display:block;
}

/******************************************* Pages */

#main article {
	display:block;
	position:relative;
	margin:0 2px;
	padding:20px;
	color:#999999;
	background-color:rgba(255,255,255,0.1);
	-moz-border-radius:6px;
	border-radius:6px;
}
.no-rgba #main article {
	background-color:transparent;
	background-image:url(w10.png);
}
#main article code {
	font-family:Consolas, "Lucida Console", Monaco, monospace;
	font-size:0.92em;
	background-color:#fff;
	color:#333;
	margin:0 0.3em;
	padding:0.1em 0.3em;
	-moz-border-radius:4px;
	border-radius:4px;
}

/******************************************* Folders */

.folders {
	display:block;
	margin-bottom:8px;
}
.ie7 .folders {
	margin-right:-20px;
}
.folders ul {
	margin:0 -6px 0 0;
	padding:0 2px;
}
.folders ul li {
	float:left;
	display:inline;
	margin:0 6px 6px 0;
	padding:27px 10px 10px 10px;
	width:175px;
	/*min-height:100px;*/
	color:#999999;
	background-color:rgba(255,255,255,0.1);
	-moz-border-radius:6px;
	border-radius:6px;
}
.no-rgba .folders ul li {
	background-color:transparent;
	background-image:url(w10.png);
}
.folders ul li:hover {
	background-color:rgba(255,255,255,0.2);
}
.no-rgba .folders ul li:hover {
	background-color:transparent;
	background-image:url(w20.png);
}
.folders a {
	color:#dddddd;
}
.folders a:hover {
	color:#ffdddd;
	outline:none;
}
.folders aside {
	position:relative;

	margin:0 auto 10px auto;
	text-align:center;
	height:100px;
	width:140px;
	overflow:hidden;
}
.folders aside a {
	display:block;
}
.folders aside img {
	max-width:140px;
	max-height:100px;
	vertical-align:top;
	border:none;
}
.folders .data {

	text-align:center;
	overflow:hidden;
}
.folders h4 {
	margin-bottom:10px;
}
.folders p {
	margin-top:10px;
	margin-bottom:0;
}
.folders p.info {
	font-size:85%;
}
.folders:before, .folders:after, 
.folders ul li:before, .folders ul li:after,
.thumbs:before, .thumbs:after {
	content: ""; 
	display: table; 
}
.folders:after, 
.folders ul li:after,
.thumbs:after {
	clear: both; 
}
.folders, 
.folders ul li,
.thumbs {
	zoom: 1; 
}


/******************************************* Thumbnail grid on index page */

.thumbs {
	display:block;
	margin-bottom:8px;
}
.thumbs ul {
	margin:0 0 0 5px;
	padding:0 2px;
}
.thumbs ul li {
	float:left;
	display:inline;
	position:relative;
	width:156px;
	height:116px;
	overflow:hidden;
	margin:1px;
	text-align:center;
	background-color:rgba(255,255,255,0.1);
}
.no-rgba .thumbs ul li {
	background-color:transparent;
	background-image:url(w10.png);
}
.thumbs ul li > a {
	display:block;
	position:relative;
	height:100px;
	line-height:92px; 
	padding:8px;
	overflow:hidden;
	text-align:center;
}
.thumbs ul li > a:hover, 
.thumbs ul li > a:focus {
	background-color:rgba(255,255,255,0.2);
	color:#ffdddd;
	outline:none;
}
.no-rgba .thumbs ul li > a:hover, 
.no-rgba .thumbs ul li > a:focus {
	background-color:transparent;
	background-image:url(w20.png);
}
.thumbs ul li > a.active {
	background-color:rgba(255,255,255,0.4);
}
.no-rgba .thumbs ul li > a.active {
	background-color:transparent;
	background-image:url(w40.png);
}
.thumbs ul li > a img {
	display:inline;
	vertical-align:middle;
	max-width:140px;
	max-height:100px;
	border:0;
	outline:none;
}
.thumbs ul li > a b {
	vertical-align:middle;
	display:inline-block;
	height:100%;
	font-size:1px;
}
.thumbs ul li > p {
	margin:0;
	padding:0.5em;
	line-height:1.3;
	/*max-width:94%;*/
	overflow:hidden;
	max-height:10em;
}
.thumbs ul li > p span.nr {
	font-weight:bold;
	font-style:normal;
	padding:0px 3px;
	color:#aaa;
	background-color:#000;
	-moz-border-radius:3px;
	border-radius:3px;
}
.thumbs ul li > p small {
	line-height:0.9;
}
.newlabel {
	display:inline;
	position:absolute;
	line-height:1.2;
	padding:2px 4px;
	right:8px;
	top:8px;
	background-color:#000;
	background-color:rgba(32,32,32,0.6);
	color:#ccc;
	font-size:66.7%;
}
.folders .newlabel {
	right:0;
	top:0;
}

/******************************************* Share box */

.shares a {
	display:block;
	font-size:85%;
	color:#000;
	padding:2px 4px;
	line-height:20px;
	background-image:url(share.png);
	background-repeat:no-repeat;
}

.shares a:hover {
	color:#fff;
	background-color:#000;
}
.shares .likebtn {
	display:block;
	width:110px;
	height:20px;
	margin-bottom:4px;
	background-color:rgba(255,255,255,0.6);
	overflow:hidden;
}
.shares a.facebook,
.shares a.twitter,
.shares a.gplus,
.shares a.digg,
.shares a.delicious,
.shares a.myspace,
.shares a.stumbleupon,
.shares a.email,
.shares a.reddit,
.shares a.tumblr {
	background-image:url(share.png);
	padding-left:28px;
}
.shares a.facebook { background-position:0 -24px; }
.shares a.twitter { background-position:0 -48px; }
.shares a.digg { background-position:0 -72px; }
.shares a.myspace { background-position:0 -96px; }
.shares a.delicious { background-position:0 -120px; }
.shares a.stumbleupon { background-position:0 -144px; }
.shares a.email { background-position:0 -168px; }
.shares a.reddit { background-position:0 -192px; }
.shares a.tumblr { background-position:0 -216px; }
.shares a.gplus { background-position:0 -288px; }

/*********************************** Regions */

.regions-cont {
	position:absolute;
}
.regions-cont a {
	position:absolute;
	display:block;
	-moz-border-radius:10px;
	border-radius:10px;
	border:3px solid #fff;
	opacity:0;
	cursor:pointer;
	background-image:url(blank.gif);
}
.regions-cont a,
.regions-cont a:hover,
.regions-cont a.active 
.regions-cont.active a,
.regions-cont.active a.active,
.regions-cont.active a:hover {
	transition:opacity 500ms ease;
	-webkit-transition:opacity 500ms ease;
	-moz-transition:opacity 500ms ease;
	-ms-transition:opacity 500ms ease;
}
.regions-cont a:hover,
.regions-cont a.active,
.regions-cont.active a.active,
.regions-cont.active a:hover {
	opacity:1;
}
.regions-cont.active a {
	opacity:0.3;
}
.regions-cont a span {
	position:absolute;
	top:0;
	right:0;
	max-width:85%;
	padding:0 0.3em 0.3em 0.6em;
	-moz-border-radius:0 6px 0 6px;
	border-radius:0 6px 0 6px;
	background-color:#fff;
	font-size:80%;
	color:#333;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}


/**************************************************************** Images page */

.gallery {
	position:absolute;
	display:none;
	left:0;
	right:0;
	top:0;
	bottom:25px;
	z-index:10000;
	background-color:#000000;
	-webkit-text-size-adjust:120%;
}
#slide .gallery {
	display:block;
}
.gallery a {
	color:#fff;
	text-decoration:none;
	outline:none;
}
.gallery .navigation {
	position:absolute;
	left:0;
	right:0;
	margin:0;
	z-index:10;
}
.gallery .navigation nav {
	position:relative;
	display:none;

	padding-top:6px;
	margin:0 auto;
	-moz-border-radius:0 0 12px 12px;
	border-radius:0 0 12px 12px;
	height:70px;
	background-color:rgba(0,0,0,0.8);
	overflow:hidden;
	white-space:nowrap;
}
.no-rgba .gallery .navigation nav {
	background-color:transparent;
	background-image:url(k80.png);
}
#slide .gallery .navigation nav {
	display:block;
	width:240px;
}
.gallery .navigation nav a {
	display:inline-block;
	width:50px;
	height:70px;
	line-height:70px;
	background-image:url(controls.png);	
	background-repeat:no-repeat;
	background-position:-50px 0;
}
.hook-c {
	background-image:url(controls.png);	
}
.gallery .navigation nav a.prev {
	background-position:-50px 0;
	width:70px;
}
.gallery .navigation nav a.prev:hover {
	background-position:-50px -70px;
}	
.gallery .navigation nav a.up {
	background-position:-120px 0;
}
.gallery .navigation nav a.up:hover {
	background-position:-120px -70px;
}
.gallery .navigation nav a.resize {
	background-position:-170px 0;
}
.gallery .navigation nav a.resize:hover {
	background-position:-170px -70px;
}
.gallery .navigation nav a.noresize {
	display:none;
	background-position:-220px 0;
}
.gallery .navigation nav a.noresize:hover {
	background-position:-220px -70px;
}
.gallery .navigation nav a.showinfo {
	background-position:-270px 0;
}
.gallery .navigation nav a.showinfo:hover {
	background-position:-270px -70px;
}
.gallery .navigation nav a.hideinfo {
	display:none;
	background-position:-320px 0;
}
.gallery .navigation nav a.hideinfo:hover {
	background-position:-320px -70px;
}
.gallery .navigation nav a.showthumbs {
	background-position:-370px 0;
}
.gallery .navigation nav a.showthumbs:hover {
	background-position:-370px -70px;
}
.gallery .navigation nav a.hidethumbs {
	display:none;
	background-position:-420px 0;
}
.gallery .navigation nav a.hidethumbs:hover {
	background-position:-420px -70px;
}
.gallery .navigation nav a.play {
	width:70px;
	background-position:-470px 0;
}
.gallery .navigation nav a.play:hover {
	background-position:-470px -70px;
}
.gallery .navigation nav a.pause {
	display:none;
	width:70px;
	background-position:-540px 0;
}
.gallery .navigation nav a.pause:hover {
	background-position:-540px -70px;
}
.gallery .navigation nav a.next {
	width:70px;
	background-position:-610px 0;
}
.gallery .navigation nav a.next:hover {
	background-position:-610px -70px;
}

.gallery .scrollbox {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:800px;
	height:87px;
	max-width:80%;
	margin:0 auto;
	-moz-border-radius:0 0 12px 12px;
	border-radius:0 0 12px 12px;
	overflow:hidden;
	background-color:rgba(0,0,0,0.6);
}
.rgba.touch .gallery .scrollbox,
.rgba .gallery .scrollbox:hover {
	background-color:rgba(0,0,0,0.8);
}
.no-rgba .gallery .scrollbox {
	background-color:transparent;
	background-image:url(k60.png);
}
.no-rgba .gallery .scrollbox:hover {
	background-color:transparent;
	background-image:url(k80.png);
}
.gallery .scrollbox .wrap {
	position:relative;
	top:5px;
	margin:0 40px;
	height:77px;
	overflow:hidden;
}
.gallery .scrollbox ul.cont  {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:0;
	padding:0;
	white-space:nowrap;
}
.gallery .scrollbox ul.cont li {
	float:left;
	display:inline;
	position:relative;
	width:101px;
	height:75px;
	overflow:hidden;
	margin:1px;
	text-align:center;
}
.gallery .scrollbox .cont a {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	padding:4px;
	margin-right:2px;
	width:93px;
	height:67px;
	text-align:center;
}
.gallery .scrollbox .cont a img {
	max-width:93px;
	max-height:67px;
	vertical-align:middle;
}
.gallery .scrollbox .cont a:hover, 
.gallery .scrollbox .cont a:focus {
	background-color:rgba(255,255,255,0.2);
	outline:none;
}
.no-rgba .gallery .scrollbox .cont a:hover, 
.no-rgba .gallery .scrollbox .cont a:focus {
	background-image:url(w20.png);
}
.gallery .scrollbox .cont a.active {
	background-color:rgba(255,255,255,0.4);
}
.no-rgba .gallery .scrollbox .cont a.active {
	background-color:transparent;
	background-image:url(w40.png);
}
.hook-s,
.gallery .scrollbox .scleft,
.gallery .scrollbox .scright {
	position:absolute;
	top:10px;
	width:24px;
	height:67px;
	background-image:url(scroll.png);
	background-repeat:no-repeat;
	background-position:left center;
}	
.gallery .scrollbox .scleft {
	left:10px;
	background-position:0 center;
}
.gallery .scrollbox .scright {
	right:10px;
	background-position:-48px center;
}
.gallery .scrollbox .scleft:hover {
	background-position:-24px center;
}
.gallery .scrollbox .scright:hover {
	background-position:-72px center;
}

.gallery .img {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
.gallery .img .main {
	position:relative;
	display:inline-block;
	background-color:#ffffff;
	padding:0px;
	/*border:none;*/
}
.gallery .img .image img {
	vertical-align:top;
	width:100%;
	height:100%;
	-ms-interpolation-mode:bicubic;
}
.gallery .img .other {
	width:280px;
	text-align:center;
	background-color:rgba(240,240,240,0.85);
	color:#555;
	-moz-border-radius:6px;
	border-radius:6px;
}
.no-rgba .gallery .img .other {
	background-color:transparent;
	background-image:url(w80.png);
}
.gallery .img .other a {
	display:block;
	margin:15px 15px 0 15px;
	padding:20px 0;
	border-bottom:1px solid #ccc;
}
.gallery .img .other a > img {
	min-height:128px;
}
.gallery .img .other p {
	margin:10px 15px 15px 15px;
	overflow:hidden;
}
.gallery .wait {
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:25px;
	background-image:url(wait.gif);
	background-position:center center;
	background-repeat:no-repeat;
	z-index:3;
}
.gallery .bottom {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:9;
}
.gallery .bottom .cont {
	position:relative;
	width:770px;
	max-width:80%;
	margin:0 auto;
	padding:5px 15px 10px 15px;
	text-align:left;
	color:#fff;
	-moz-border-radius:12px 12px 0 0;
	border-radius:12px 12px 0 0;
	color:#999999;
	background-color:rgba(0,0,0,0.4);
}
.no-rgba .gallery .bottom .cont {
	background-color:transparent;
	background-image:url(k40.png);
}
.rgba.touch .gallery .bottom .cont,
.gallery .bottom .cont:hover {
	background-color:rgba(0,0,0,0.9);
}
.no-rgba .gallery .bottom .cont:hover {
	background-image:url(k80.png);
}
.gallery .bottom .cont:before, 
.gallery .bottom .cont:after { content: "\0020"; display: block; height: 0; visibility: hidden; } 
.gallery .bottom .cont:after { clear:both; }
.gallery .bottom h2 {
	margin-top:10px;
	font-size:140%;
}
.gallery .bottom .comment {
	margin-top:10px;
	max-height:12em;
}
.gallery .bottom .comment a {
	color:#dddddd;
}
.gallery .bottom .comment a:hover {
	color:#ffdddd;
}
.gallery .bottom nav {
	float:right;
	display:inline;
	margin:5px 0 5px 15px;
	height:28px;
	line-height:24px;
	font-size:85%;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #333;
	color:#bbb;
	background-color:#333;
	z-index:999;
	background-image:-webkit-linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1));
	background-image:-moz-linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1));
	background-image:-o-linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1));
	background-image:-ms-linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1));
	background-image:linear-gradient(top, rgba(102,102,102,1), rgba(15,15,15,1));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF666666',EndColorStr='#FF0F0F0F');
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 
}
.gallery .bottom nav a {
	display:inline-block;
	width:32px;
	height:28px;
	line-height:28px;
	padding:0;
	white-space:nowrap;
	background-image:url(buttons.png);
	background-position:center 0;
	background-repeat:no-repeat;
	border-left:1px solid #000;
	cursor:default;
}
.gallery .bottom nav a:first-child {
	border-left:none;
	-moz-border-top-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.gallery .bottom nav a:last-child {
	-moz-border-top-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.gallery .bottom nav a:hover {
	color:#fff;
}
.gallery .bottom nav a.active {
	background-color:#000;
	border-left-color:#222;
}
.gallery .bottom .nr {
	float:right;
	display:inline;
	margin:5px 0 5px 15px;
	line-height:32px;
	padding:0;
	white-space:nowrap;
	-moz-border-radius:6px;
	border-radius:6px;
}
.gallery .bottom .meta .icon,
.gallery .bottom nav a.meta-icon {
	background-position:center -1px;
}
.gallery .bottom .map .icon,
.gallery .bottom nav a.map-icon {
	background-position:center -33px;
}
.gallery .bottom .shop .icon,
.gallery .bottom nav a.shop-icon {
	background-position:center -65px;
}
.gallery .bottom nav a.link-icon {
	background-position:center -97px;
}
.gallery .bottom .share .icon,
.gallery .bottom nav a.share-icon {
	background-position:center -129px;
}
.gallery .bottom .print .icon,
.gallery .bottom nav a.print-icon {
	background-position:center -161px;
}
.gallery .bottom .comment .icon,
.gallery .bottom nav a.comment-icon {
	background-position:center -193px;
}
.gallery .bottom .regions .icon,
.gallery .bottom nav a.regions-icon {
	background-position:center -225px;
}
.gallery .bottom .fotomoto .icon,
.gallery .bottom nav a.fotomoto-icon {
	background-position:center -257px;
}
.gallery .bottom .panel {
	clear:both;
	position:relative;
	font-size:85%;
	color:#ccc;
	margin-top:10px;
	padding-left:30px;
	color:#999999;
}
.gallery .bottom .icon {
	position:absolute;
	left:0;
	top:-6px;
	width:20px;
	height:26px;
	background-image:url(buttons.png);
	background-repeat:no-repeat;
}
.gallery .bottom .meta b {
	color:#fff;
}
.gallery .bottom .map .mapcont {
	position:relative; 
	overflow:hidden;
	height:240px;
}
.gallery .bottom .shop .icon {
	top:-1px;
}
.gallery .bottom .shop form {
	float:left;
	display:inline;
	line-height:30px;
}
.gallery .bottom .shop input,
.gallery .bottom .shop select {
	vertical-align:middle;
	margin:0 10px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:none;
	padding:3px 6px;
}
.gallery .bottom .shop select {
	background-color:#ddd;
	margin-left:0;
}
.gallery .bottom .shop .total,
.gallery .bottom .shop .copies {
}
.gallery .bottom .shop .copies {
	width:24px;
}
.gallery .bottom .shop .total {
	width:40px;
	background-color:#999;
	font-weight:bold;
	text-align:right;
	color:#fff;
}

#bgaudio {
	position:fixed;
	right:5px;
	top:5px;
	width:60px;
	height:20px;
	z-index:99999;
}


.fb-comments {
	margin-top:10px;
	min-height:120px;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}


/* 
	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 30px 10px 0;
	max-width:40%;
}
#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;
	padding-left:10px;
	border-left:80px solid rgba(255,255,255,0.1);
}

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

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

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

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

#contact-page {
	margin:10px 10px 10px 60px;
}
#contact-page aside {
	float:right;
	display:inline;
	margin:0 0 10px 20px;
	max-width:40%;
}
#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; }



/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.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; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

@charset "utf-8";

#mainbg, .gallery {
	background:#000000 url(bg.jpg) center top no-repeat;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
#widgetbg {
	background:#000000 url(bg.jpg) center top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.no-backgroundsize #widgetbg, .no-backgroundsize #mainbg, .no-backgroundsize .gallery {
	background-repeat:repeat;
}

.rgba #main header .title {
	background-image:none;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
}
.no-rgba #main header .title {
	background-image:url(k40.png);
	color:#fff;
}

.rgba .folders ul li {
	background-color:rgba(255,255,255,0.2);
}
.no-rgba .folders ul li {
	background-color:transparent;
	background-image:url(w20.png);
}
.rgba .folders ul li:hover {
	background-color:rgba(255,255,255,0.4);
}
.no-rgba .folders ul li {
	background-image:url(w40.png);
}
.rgba .thumbs ul li,
.rgba .gallery .scrollbox .cont a, 
.no-rgba .thumbs ul li,
.no-rgba .gallery .scrollbox .cont a {
	background-color:transparent;
	background-image:none;
}
.rgba .thumbs ul li > a:hover,
.rgba .thumbs ul li > a:focus,
.rgba .gallery .scrollbox .cont a:hover,
.rgba .gallery .scrollbox .cont a:focus {
	background-color:rgba(255,255,255,0.6);
}
.no-rgba .thumbs ul li > a:hover,
.no-rgba .thumbs ul li > a:focus,
.no-rgba .gallery .scrollbox .cont a:hover,
.no-rgba .gallery .scrollbox .cont a:focus {
	background-color:transparent;
	background-image:url(w60.png);
}
.rgba .thumbs ul li > a.active,
.rgba .gallery .scrollbox .cont a.active {
	background-color:rgba(255,255,255,0.4);
}
.no-rgba .thumbs ul li > a.active,
.no-rgba .gallery .scrollbox .cont a.active {
	background-image:url(w40.png);
}


footer {
	color:#999999;
}


