/* ------------------------------------------------------------------------- *\
	 _____ _____ _____ _____ __ __ _____    _____ _____ _____ 
	|  |  |  _  |  |  |  |  |  |  |  _  |  |     |   | |   __|
	|     |     |    -|  |  |_   _|     |  |  |  | | | |   __|
	|__|__|__|__|__|__|_____| |_| |__|__|  |_____|_|___|_____|

	css layout formatting for just-moments.de
	written by the left hand of mtness

	2012-03-01

*/
/* ------------------------------------------------------------------------- */ /* global */

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

}


* { margin: 0; padding: 0; }

html,body {
	background:#000;
	overflow: hidden;
}
body{ 
	position: absolute; 
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	min-height: 600px;
	min-width: 480px;
	color: #888;
}

header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 2;
	font-family: 'VivaldiMedium';
	text-align: center;
	background-color: rgba(0,0,0,0.33);
}

#gv header { position: absolute; z-index: 10000; width: 100%; }

header h1 {
	font-weight: normal;
	line-height: 50px;
	font-size: 36px;
	margin: 0 0 0 0;
}
header h1 a { text-decoration: none; color: #fff; }
header h1 span { font-weight: normal; font-size: 18px; margin: 0 0 0 8px; }
/* 
header h1 span:before { 
	content: '~ ';
	font-family: Georgia; 
	font-size: 19px; 
}
 */
/* ------------------------------------------------------------------------- */ /* footer */

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	display: block;
	font-family: trebuchet MS, sans-serif;
	z-index: 10;
	background-color: rgba(0,0,0,0.33);
}

nav ul {
	display: inline;
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
	text-align: left;
}
nav li:before {
	content: ' ';
	color: #fff;
	font-size: 18px;
	font-family: Georgia;
}
nav li:first-child:before {
	content: '';
}
nav li {
	display: inline;
}
nav * :focus { outline: 0; }

nav li a {
	color: #E2DAB6;
	text-decoration: none;
	font-size: 26px;
	font-weight: 400;
	margin: 0 16px;
}
nav ul ul {
	margin: 0;
}
nav ul ul li {
	display: none;
}
nav ul li.active li {
	display: inline;
}
nav ul ul li:before {
	content: '';
} 
nav ul ul li a {
	color: #ccc;
	font-size: 20px;
	margin: 0 8px;
} 

nav.main ul {
	position: relative;
	bottom: 10px;
	margin: 0;
}
nav.main li:first-child:before {
	content: 'Galleries: ';
	color: #E2DAB6;
	font-family: 'VivaldiMedium';
	font-size: 26px;
	padding: 0 30px 0 0;
}

nav.topics ul {
	position: absolute;
	bottom: 9px;
	left: 14px;
	margin: 0;
	line-height: 9px;
	font-family: trebuchet MS, sans-serif;
}
nav.topics li:before {
	content: '';
}
nav.topics li a {
	color: #E2DAB6;
	font-size: 11px;
	margin: 0 6px;
}

footer .legal {
	position: absolute;
	bottom: 2px;
	right: 14px;
}

footer .legal ul {
	list-style: none;
}

footer .legal li {
	display: inline;
}

footer .legal a {
	text-decoration: none;
	color: #E2DAB6;
	line-height: 9px;
	font-family: trebuchet MS, sans-serif;
	font-size: 11px;
	margin: 0 4px;
}
footer .legal a:hover { color: #fff; }


#controls { display: none; }

/* ------------------------------------------------------------------------- */ /* social */

	#social
	{
		position: relative;
		text-align: center;
		width: 160px;
		height: 25px;
		margin: 0 auto;
	}
		#st div
		{
			float: left;
			margin: 3px 4px 0;
			font-size: 11px;
			color: #333; 
			padding: 3px 6px 3px 25px; 
			-moz-border-radius: 2px;
			border-radius: 2px;
		}
		#st span
		{
			padding: 0 3px;
		}
		#st a
		{
			text-decoration: none;
			color: #625A46;
			outline: 0;
		}
		#fb-button { background: #111 4px center no-repeat url(/fileadmin/templates/images/share.png); }
		#tw-button { background: #111 4px center no-repeat url(/fileadmin/templates/images/tweet.png); }

		#st a:hover
		{
			color: #fff; 
		}


/* ------------------------------------------------------------------------- */ /* content */

#main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

#content {
	position: absolute;
	display: block;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 80px;
	padding: 0 50px;
	overflow: auto;
	font: 12px trebuchet MS;
	outline: 0 !important;
	overflow:hidden;
	z-index: 1;
}

.ui-accordion {
	margin: 20px 0;
}
.ui-accordion-header {
	padding: 10px 0 0 0;
	outline: 0 !important;
}

.ui-accordion-content {
	padding: 6px 0 0 0;
}

/* ------------------------------------------------------------------------- */ /* misc */

#content p { max-width: 480px; margin: 0 0 12px 0; }

#content a { color: #888; text-decoration: none; border-bottom: 1px dotted #888; }
#content a:hover { border-bottom: 1px solid #888; }

a:hover { color: #fff; }

.ovh { overflow: hidden; }

#c61 h1 { display: none; }
#c61 a {
	display: block;
	position: fixed;
	top: 20px;
	right: 0;
	width: 400px;
	height: 0;
	padding: 100px 0 0 0;
	text-indent: -9999em;
	overflow: hidden;
	background: 0 0 no-repeat url(../images/shooting-button-r.png);
}

/* ------------------------------------------------------------------------- */

#mtness{}