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

}

body, html {
	margin:0px;
	min-height:101%;
	font-family: 'Segoe UI', Trebuchet MS, sans-serif;
	background: #333 url(images/background.png);
}
 
h2 {
	font-size: 15px;
	font-weight:bold;
	text-align: center;
	color: #666;
	padding:10px;
}
 
h3 {
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	color: #333;
	padding:0px;
	margin: 0px;
} 
 
#wrapper {
	margin-top: 20px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.cleared { clear:both; }

#header-space {
	height: 2px;
}

.sitename a{
	float:right;
	font-family: BebasNeueRegular, Verdana, Arial;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;	
	text-transform: uppercase;
	padding: 7px 20px 4px 20px;
	margin-bottom: -10px;
	background: #fff;
	border: 1px solid #111;
	border-radius: 8px;
	box-shadow: 0px 0px 20px #000;
	-webkit-transition: all .2s ease-in-out;
}

.sitename a:hover {
	border: 1px solid #036;
	background: #fff;
}

.sitename a:hover  .foto{
	color: #369;
	text-shadow: 0 0 5px #258;
}

.sitename a:hover  .trophy{
	color: #69c;
	text-shadow: 0 0 5px #58b;
}

.sitename a .foto {
	color: #777;
	text-shadow: 0 0px 3px #888;
}

.sitename a .trophy {
	color: #999;
	text-shadow: 0 0px 3px #aaa;
}

#main {
	display:block;
	z-index: 1;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: -1px;
	background: #fff;
	border-top: none;
	border-radius: 8px;
	border-top-left-radius: 0px;
	box-shadow: 0px 0px 20px #000;
}

#picture-navigation {
	clear: both;
	display:block;
	z-index:1;
	position:absolute;
	width: 822px;
	height: 36px;
	margin-top: -38px;
	margin-left: -62px;
	border-radius: 8px;
	border: 1px solid #111;
	box-shadow: 0 0 20px #000;
}

#picture-navigation .prev  a{
	float:left;
	border-top-left-radius: 8px; 
	-moz-border-radius-topleft:8px; 
	-webkit-border-radius-topleft:8px;
	border-bottom-left-radius: 8px; 
	-moz-border-radius-bottomleft:8px; 
	-webkit-border-radius-bottomleft:8px;
	border-right:1px solid #012;
	background:linear-gradient(left, #003366, #336699);
	background: -moz-linear-gradient(left, #003366, #336699);
	background: -webkit-gradient(linear, left top, right top, from(#003366), to(#336699));
	background:-o-linear-gradient(left, #003366, #336699); 
	background:-ms-linear-gradient(left, #003366, #336699); 
}

#picture-navigation .next  a{
	float:right;	
	border-top-right-radius: 8px; 
	-moz-border-radius-topright:8px; 
	-webkit-border-radius-toptight:8px;
	border-bottom-right-radius: 8px; 
	-moz-border-radius-bottomright:8px; 
	-webkit-border-radius-bottomright:8px;
	border-left:1px solid #012;
	background:linear-gradient(right, #003366, #336699);
	background: -moz-linear-gradient(right, #003366, #336699);
	background: -webkit-gradient(linear, right top, left top, from(#003366), to(#336699));
	background:-o-linear-gradient(right, #003366, #336699); 
	background:-ms-linear-gradient(right, #003366, #336699); 
	
}

#picture-navigation a {
	display:inline;
	padding-top:7px;
	padding-bottom:1px;
	width: 60px;
	height: 29px;
	color: #fff;
	background:#036;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#003366), to(#336699));
	text-transform:lowercase;
	font-size:11pt;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	text-shadow: 0px 1px 2px #333;
}

#picture-navigation .prev   a:hover {
	border-right:1px solid #036;
	background: -moz-linear-gradient(left, #205070, #5080A0);
	background: -webkit-gradient(linear, left top, right top, from(#205070), to(#5080A0));
	background:-o-linear-gradient(left, #205070, #5080A0); 
	background:-ms-linear-gradient(left, #205070, #5080A0); 
	background:linear-gradient(left, #205070, #5080A0);
}
#picture-navigation .next  a:hover {
	border-left:1px solid #036;
	background: -moz-linear-gradient(right, #205070, #5080A0);
	background: -webkit-gradient(linear, right top, left top, from(#205070), to(#5080A0));
	background:-o-linear-gradient(right, #205070, #5080A0); 
	background:-ms-linear-gradient(right, #205070, #5080A0); 
	background:linear-gradient(right, #205070, #5080A0);
}

#picture-navigation a:hover {
	background:#5080A0;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 0 3px #cde;
}

#navigation {
	clear: both;
	margin-left: -1px;
	font-family: 'Segoe UI', Trebuchet MS, sans-serif;
}

#navigation ul {
	z-index: 0;
	position:absolute;
	margin: 0;
	margin-top:-1px;
	padding: 0;
	list-style: none;
}

#navigation li {
	float: left;
	margin-right: 8px;
	box-shadow: 0 0 20px #000;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	border-top-left-radius: 8px; 
	-moz-border-radius-topleft:8px; 
	-webkit-border-radius-topleft:8px;
	border-top-right-radius: 8px; 
	-moz-border-radius-topright:8px; 
	-webkit-border-radius-topright:8px;
}

* html #navigation li a { float: left; text-decoration: none;}

#navigation li a  {
	display:block;
	margin-left:0px;
	padding-left:10px;
	padding-right:12px;
	line-height:28px;
	font-weight:bold;
	height:28px;
	color:#FFF;
	background:#036;
	text-transform:lowercase;
	font-size:11pt;
	text-decoration: none;
	text-shadow: 0px 1px 2px #456;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#003366), to(#336699));
	background: -moz-linear-gradient(top, #003366, #336699);
	border-bottom:1px solid #012;
	border-top-left-radius: 8px; 
	-moz-border-radius-topleft:8px; 
	-webkit-border-radius-topleft:8px;
	border-top-right-radius: 8px; 
	-moz-border-radius-topright:8px; 
	-webkit-border-radius-topright:8px;
}

#navigation li a:hover  {
	background:#5080A0;
	text-shadow: 0 0 3px #cde;
	cursor: pointer;
	text-decoration: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#205070), to(#5080A0));
	background: -moz-linear-gradient(top, #205070, #5080A0);
	background: -webkit-gradient(linear, left top, left bottom, from(#205070), to(#5080A0));
	background:-o-linear-gradient(top, #205070, #5080A0); 
	background:-ms-linear-gradient(top, #205070, #5080A0); 
	background:linear-gradient(top, #205070, #5080A0);
	border-bottom:1px solid #036;
}

#navigation li.current_page a:hover  { cursor:default; }

#navigation li.current_page a {
	background:#FFF;
	border-bottom:1px solid #fff;
	color: #000;
	text-shadow: 0 1px 2px #ccc;
}

.header {
	display:block;
	position:relative;
	z-index:2;
	margin-top:30px;
	border-top-right-radius: 8px;
	background: #fff;
}

.imgnavi {
	font-size: 11px;
	color: #369;
	text-align:left;
	padding-top: 0px;
}

.imgnavi select {
	font-family: 'Segoe UI', Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #036;
	text-align:left;
	background-color: #f0f9ff;
	margin-top:-3px;
}

.imgnavi img {
	border: none;
}

#trow {
	border-top: 1px dashed #999;
	padding-left: 92px;
	padding-top:9px;
	padding-bottom:9px;
	background:#d0d9df;
}

#trow img {
	opacity:0.7;
	filter:alpha(opacity=70);
	margin: 3px;
	border: 1px solid #123;
}
#trow img:hover {
	opacity:1;
	filter:alpha(opacity=100);
	border: 1px solid #def;
}

.links a {
	text-decoration:none;
	font-weight:bold;
	color:#036;
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #789;
	background: #cde;
	border-radius: 4px;
	text-shadow: none;
}

.links a:hover {
	color:#f60;
	border: 1px solid #f60;
	background: #fec;
}

.archive_active_page_number  a{
	color:#360;
	border: 1px solid #693;
	background: #cf9;
}

#mainphoto { 
	min-height:400px;
	background-color: #111; 
	background-image: url(images/loading.gif); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 700px;
	text-align: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.image {
	display:block;
	position:relative;
	z-index:2;
	width: 700px;
	min-height: 400px;
}

.image img {
	width: 700px;
	border-right: none;
	border-left: none;
	padding:0px;
}

.image-thumb {
	width: 700px;
	text-align: left;
}

.image-thumb img {
	border-top: 1px solid #AAA;
	border-right: none;
	border-bottom: 1px solid #AAA;
	border-left: none;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 8px #012;
}

.title-text, .notes-text, .details-text,.social-text, .info-text, .copyright-text {
	display:block; 
	float:left;
	width: 60px;
	text-align: right;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	border-right: 1px solid #aaa;
	text-shadow: 0px 1px 1px #999;
	margin-right: 10px;
	padding-right: 10px;
}

.title-text {
	padding-top: 0px;
}

.description { 
	margin: 0px 0px 5px 80px;
	padding-top: 6px;
}

#exif-data {
	display:block;
	line-height: 23px;
	margin-left: 80px;
}

#exif-data ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#exif-data li{
	float: left;
	color: #333;
	margin-right: 8px;
	font-weight: normal;
	text-shadow: 0 1px 1px #69C;
}

.image-title {
	display:block;
	min-height: 23px;
	font-family: 'Segoe UI', Trebuchet MS, sans-serif;
	color:#000;
	padding: 20px 6px 6px 15px;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
	text-shadow: 0px 1px 2px #666;
}

.image-headline {
	font-family: 'Viga', 'Segoe UI', Trebuchet MS, sans-serif;
	display:block;
	color:#000;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
	text-shadow: 0px 1px 2px #ccc;
}

.image-notes, .details, .social, .info, .tags {
	display:block;
	min-height: 24px;
	font-family: 'Segoe UI', Trebuchet MS, sans-serif;
	color:#000;
	background:#eee;
	padding: 6px 6px 6px 15px;
	text-align:left;
	text-decoration: none;
	border-top: 1px dashed #999;
	font-size: 11px;
	font-weight: normal;
	text-shadow: 0px 1px 1px #bbb;
}

.details { border-top: none; height:50px;}
.navi, .details { background: #e0e9ef; }
.tags { background: #d0d9df;}
.choose { background: #ddd; }
.value { color: #036; padding: 2px 4px; border: 1px dotted #abc; background: #cde; border-radius:3px; margin-left: 2px; margin-right: 2px;line-height:25px;}
.page { color: #444; padding: 2px 4px; border: 1px solid #888; background: #ddd; border-radius:3px; margin-right: 10px;}
.visitor { color: #333; padding: 2px 4px; border: 1px solid #999; background: #e3e6e9; border-radius:3px; margin-right: 2px; font-weight: bold; text-shadow: 0 0 2px #999;}
.alert { color: #900; }
.archive { margin-top:5px;}

.social {
	background:#ddd;
	vertical-align: middle;
}

.share { padding-top: 2px; }

.topline { border-top: 1px dashed #999;}

.copyright {
	display:block;
	font-family: 'Segoe UI', Trebuchet MS, sans-serif;
	color:#000;
	min-height:35px;
	padding: 6px 6px 6px 15px;
	text-align:left;
	text-decoration: none;
	text-shadow: 0px 1px 2px #111;
	border-top: 1px dashed #999;
	font-size: 11px;
	font-weight: normal;
	text-shadow: 0px 1px 1px #999;
}

.copyright a {
	text-decoration:none;
	font-weight:bold;
	color:#036;
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #789;
	background: #cde;
	border-radius: 4px;
	text-shadow: none;
}

.copyright a:hover {
	color:#f60;
	border: 1px solid #f60;
	background: #fec;
}

.link { 
	float:right; 
	display:block;
	margin:10px;
	margin-top:-14px;
}

.link a, .link a:hover  {	
	background:none;
	border:none;
}

/* TAG SUPPORT */
.tags00
{
	font-size: 10px !important;	color: #333;
	text-decoration: none;

}

.tags01
{
	font-size: 11px !important;	color: #333;
	text-decoration: none;

}

.tags02
{
	font-size: 12px !important;	color: #333;
	text-decoration: none;

}

.tags03
{
	font-size: 13px !important;	color: #333;
	text-decoration: none;

}

.tags04
{
	font-size: 14px !important;	color: #333;
	text-decoration: none;

}

.tags05
{
	font-size: 15px !important;
	color: #333;
	text-decoration: none;
}

.tags06
{
	font-size: 16px !important;
	color: #333;
	text-decoration: none;
}

.tags07
{
	font-size: 17px !important;
	color: #333;
	text-decoration: none;
}

.tags08
{
	font-size: 18px !important;
	color: #333;
	text-decoration: none;
}

.tags09
{
	font-size: 19px !important;
	color: #333;
	text-decoration: none;
}

.tags10
{
	font-size: 22px !important;
	text-decoration: none;
	color: #333;
}

#tag_cloud {
	margin-bottom: 8px;
}

#tag_cloud a {
	font-weight:normal;
	color:#369;
	padding: 0px 2px;
	text-decoration:none;
	margin: 2px;
	border-radius: 4px;
	text-shadow: 0 0 1px #69C;
}

#tag_cloud a:hover {
	color:#f60;
	text-shadow: 0 1px 1px #c30;
	}

#about img {
	float: right;
	margin-left:10px;
	border: none;
}
#about span {
	float: right;
	font-size: 10px;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
	width: 250px;
}


