@font-face {
    font-family: 'DCC-SharpDistressBlackRegular';
    src: url('fonts/dcc_sharp_distress_black_by_dccanim-webfont.eot');
    src: url('fonts/dcc_sharp_distress_black_by_dccanim-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dcc_sharp_distress_black_by_dccanim-webfont.woff') format('woff'),
         url('fonts/dcc_sharp_distress_black_by_dccanim-webfont.ttf') format('truetype'),
         url('fonts/dcc_sharp_distress_black_by_dccanim-webfont.svg#DCC-SharpDistressBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NasalizationMedium';
    src: url('fonts/nasaliza-webfont.eot');
    src: url('fonts/nasaliza-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nasaliza-webfont.woff') format('woff'),
         url('fonts/nasaliza-webfont.ttf') format('truetype'),
         url('fonts/nasaliza-webfont.svg#NasalizationMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ALLGEMEIN, BG, PAGE, HEADER UND LOGO */

* {
	margin: 0;
	padding: 0;
}
.clearer {
	clear: both;
	height: 0px;
}
a {
	outline: 0;
}
a img,
img {
	border: 0;
}

body {
	background: url(images/body-bg.gif) top center repeat-y;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;  /* edit or erease it */
	font-size: 12px;
	overflow: scroll;
}

#background {
	background: url(images/header-bg.jpg) top center no-repeat;
	min-height: 1800px;
}

#page {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	min-height: 1400px;
}

#logo {
	position: absolute;
	top: 49px;
	left: 226px;
}


/* NAVI */

#navibox {
	height: 87px;
}

#mainnavi {
	position: absolute;
	top: -87px;
	left: 31px;
	height: 87px;
	line-height: 86px;
	font-family: 'NasalizationMedium';
	letter-spacing: 0.15em;
	font-size: 15px;
	list-style-type: none;
}
#mainnavi li {
	float: left;
	margin-right: 45px;
}
#mainnavi strong {
	font-family: 'DCC-SharpDistressBlackRegular';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 29px;
}
#mainnavi a {
	color: #fff;
	text-decoration: none;
}
#mainnavi li.active strong,
#mainnavi a:hover strong,
#mainnavi a:focus strong {
	color: #e2001a;
}

/* METANAVI */

#metanavi {
	position: absolute;
	top: -51px;
	right: 31px;
	height: 19px;
}
#metanavi a {
	float: left;
	margin-right: 21px;
}
#metanavi .mail {
	display: block;
	width: 28px;
	height: 19px;
	background: url(images/mn-mail.png) top left no-repeat;
}
#metanavi .work {
	display: block;
	width: 28px;
	height: 19px;
	background: url(images/mn-work.png) top left no-repeat;
}
#metanavi .facebook {
	display: block;
	width: 91px;
	height: 19px;
	background: url(images/mn-facebook.png) top left no-repeat;
}
#metanavi .twitter {
	display: block;
	width: 90px;
	height: 19px;
	background: url(images/mn-twitter.png) top left no-repeat;
}

/* CONTENT */
#content {
	position: relative;
	width: 600px;
	padding-top: 500px;
	padding-left: 250px;
}


/* FOOTER */

#footer {
	height: 87px;
	padding-top: 5px;
	background: #040404;
	text-align: center;
	color: #ffffff
}

#footer a:hover, a:active {
	color: #fffff;
}




#gallerytitle h2 {
	font-size: 11pt;
}

#gallerytitle span {
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

#gallerytitle A:link,#gallerytitle A:visited {
	text-decoration: underline;
	color: #999;
}

.albumthumb {
	width: 170px;
	height: 204px;
	background: url(images/imageback_m.png) top left no-repeat;
	padding-top: 10px;
	padding-left: 10px;
}

.albumthumb img {
	border: 0px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.imagethumb img,.image img {
	border: 0px;
	margin: 2px;
	padding: 0px;
}

.image {
	margin: 0px;
	padding: 0px;
	float: left;
}

hr {
	clear: both;
	height: 0px;
	border: 0px;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	padding: 0px;
}

.imgnav {
	margin-bottom: 4px;
	font-size: 15pt;
	font-weight: normal;
	color: #CCC;
	text-align: center;
}

.imgnav a {
	display: block;
	height: 1em;
	width: 46%;
	padding: 2%;
	color: #999 !important;
	background-color: #fbfbfb;
}

.imgnav a.prev {
	float: left;
}

.imgnav a.next {
	float: right;
}

.imgnav a:hover,.imagenav a:active {
	background-color: #eee;
	color: #F60 !important;
	text-decoration: none !important;
}

#images {
	margin: 5px 0px 10px;
	clear: both;
}

#albums {
	clear: both;
	margin: 5px 0px 10px;
	padding: 0px;
}

.pagenav {
	margin: 5px 0px 5px;
	font-size: 8pt;
	font-weight: bold;
	color: #CCC;
	clear: both;
}

.pagenav A:link,.pagenav A:visited {
	color: #333;
	text-decoration: none;
}

.disabled_nav {
	visibility: hidden;
}

.disabledlink {
	color: #ddd;
	cursor: default;
}

.albumtitle H3 {
	margin: 0px;
	padding: 0px;
}

A:link,A:visited {
	text-decoration: none;
	color: #3366CC;
}

#gallerytitle A:hover,#gallerytitle A:active,.pagenav A:hover,.pagenav A:active
	{
	text-decoration: underline;
	color: #FF6600;
	background-color: #FFFCF4;
}

UL.pagelist {
	padding: 0px;
	margin: 5px 0px 5px;
	list-style-type: none;
	height: 2em;
}

UL.pagelist LI {
	display: inline;
	font-weight: bold;
}

UL.pagelist LI A,UL.pagelist LI span.disabledlink {
	display: block;
	float: left;
	padding: 2px 4px;
	text-decoration: none;
	color: #555;
}

UL.pagelist LI span.disabledlink {
	color: #ddd;
	cursor: default;
}

UL.pagelist LI A:hover {
	color: black;
}

UL.pagelist LI.current A {
	color: #FFF;
	cursor: default;
}

#comments {
	border: 1px solid #f0f0f0;
	padding: 15px 20px;
	margin: 15px 0px;
	width: 360px;
	display: block;
	clear: both;
	padding-top: 10px;
}

.comment {
	margin: 15px 0px;
	padding: 10px 10px;
	border: 1px solid #f0f0f0;
	background-color: #f8f8f8;
}

.commentcount {
	font-weight: normal;
	font-size: 11pt;
	margin-top: 10px;
}

.commentmeta {
	color: #999;
}

.commentauthor {
	font-weight: bold;
}

.commentbody {
	margin: 5px 0px;
	line-height: 1.3em;
}

.commentform INPUT {
	margin-top: 4px;
	border: none;
}

.commentform TEXTAREA {
	margin-top: 4px;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	border: 1px solid #eee;
}

.error {
	color: #C33;
	font-weight: bold;
}

#admin,#admin_data {
	position: fixed;
	_position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	background: #fff;
	width: 120px;
}

#admin_data {
	top: 15px;
}

#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #E6E6DF;
	margin: 0;
	padding: 0;
}

#search {
	float: right;
	width: 150px;
	margin-top: -15px;
}

#search #search_input {
	width: 75px;
}

#search ul {
	position: absolute;
	margin-top: 0px;
	text-align: left;
}

#search ul .item {
	display: none;
}

#search ul:hover .item {
	display: block;
	padding: 1px;
	margin: 1px;
}

#search ul:hover .item a {
	color: #000;
	text-decoration: none;
}

#search ul:hover .item a:hover {
	color: #999;
}

#search ul {
	width: 20px;
	float: left;
	margin: 0px;
	padding: 2px;
	list-style: none;
}

#search li {
	width: 150px;
}

.clear {
	clear: both;
	height: 10px;
}

#map {
	margin-top: 25px;
}

#imagemetadata {
	text-align: right;
	position: relative;
	display: none;
}

#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fafafa;
}

#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}

#fullsize_download_link {
	font-size: 8pt;
	text-align: right;
	float: right;
}

#meta_link {
	font-size: 8pt;
	text-align: left;
	float: left;
}

#image_data {
	margin-bottom: 15px;
}

/* Archive View  */
#archive {
	width: 300px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.archive .year {
	margin-top: 10px;
	text-align: center;
	color: #FF6600;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}

ul.archive .month {
	font-size: 14px;
	list-style: none;
	border-top: 2px solid #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud */
#tag_cloud {
	width: 300px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	color: #FF6600;
	padding: 10px 0;
	margin: 20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Tags */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url(tag.png) no-repeat left center;
	list-style-type: none;
	line-height: 18px;
	padding-left: 18px;
	float: left;
	padding-right: 5px;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

.rating {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}

.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}