

.category-selector
{
	position: absolute;
	bottom:10px;
	left:10px;
}

.category-selector ul
{
	margin:0;
	padding:0;
}

.category-selector li
{
	text-transform: lowercase;
	display: inline;
	font-size:11px;
	margin:0;
	padding:0;
}

.category-selector li a
{
	padding:2px 4px;
	color:#fff;
	text-decoration: none;
	background-color: #86b51a;
}

.category-selector li a:hover,
.category-selector li.current a
{
	background-color: #000;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

#footer
{
	padding-top:40px;
	padding-bottom:6px;
	text-align: center;
}

#footer p
{
	margin:0;
	padding:0;
	font-size:11px;
}


ul.paging
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.paging li
{
	display:inline;
	font-size:11px;
}

ul.paging li.paging-back
{

}

ul.paging li.paging-nrs
{
	text-align: center;
	margin:0 8px;
}

ul.paging li.paging-nrs span.act
{
	color:#f00;
	padding:0 3px;
}

ul.paging li.page-label
{
	font-style: italic;
}

ul.paging li.paging-next
{

}

ul.paging li a
{
	padding:0 2px;
	color:#fff;
	text-decoration: none;
	background-color: #86b51a;
}

ul.paging li.current a,
ul.paging li a:hover
{
	background-color: #000;
}

/*ul.paging li.paging-back a,
ul.paging li.paging-next a
{
	padding:3px;
	border:1px solid #09c;
	text-decoration: none;
} */

/*html {overflow-y: scroll;}*/
html {overflow: -moz-scrollbars-vertical;}

body
{
	background-attachment: fixed;
	background-position:top right;
	font-family:Georgia;
	margin:0;
	padding:0;
}

a img
{
	border:0;
}

p, a, dt, dd
{
/*	font-size:12px;
	line-height:1.5em; */
}

#about
{
	position: fixed;
	top:225px;
	right:0;
	width:338px;
	color:#fff;
	text-align: right;
	font-size:12px;
	line-height:1.5em;
}

#about .flaptekst
{
	margin-right:10px;
}

#about a
{
	color:#d93b1f;
	text-decoration: none;
}

#about .flaptekst a.mugshot
{
	background-color:none;
	padding:0;
	text-decoration:none;
}

#about a.mugshot img
{
	border:none;
}

#about .flaptekst a
{
	color:#fff;
	background-color:#000;
	padding:2px;
	text-decoration: none;
}

#about address p
{
	padding:0;
	margin:0;
/*	margin:0 10px 0 0; */
	font-style: normal;
}

#about address p span
{
	padding:2px;
	color: #000;
	background-color:#fff;
}

#about address p span.email
{
	color: #fff;
	background-color:#000;
}

#about address p span.email a
{
	color: #fff;
}

.links
{
/*	margin:0 10px 0 0; */
}

#content
{
	margin-left:150px;
	width:760px;
	background: url(../contents/images/content.bg.gif) repeat-y;
}

#footer
{
	color: #fff;
}

#footer a
{
	color: #fff;
}

.items
{
	position:fixed;
	z-index:888;
	height: 36px;
	width:520px;
	background-image: url(../assets/images/bg.tfff.85.png);
/*	background-color: #fff; */
	border-bottom:1px dotted #000;
}

.items-spacer
{
	padding-top: 35px;
}

.item
{
	position: relative;
}

.byebye
{
	position: absolute;
	bottom:0;
	left:520px;
	background:#fff;
	font-size:12px;
	font-style: italic;
	padding:9px 9px 9px 0px;
}

.byebye a
{
	padding:0px 4px 2px 4px;
	margin:0 2px;
	color:#fff;
	text-decoration: none;
	background-color: #86b51a;
}

.item .gallery
{
	position: relative;
	border-bottom:1px dotted #000;
	padding:10px;
	float:left;
	width:500px;
/*	background-color: #fff;*/
}

.items ul.paging
{
	position: absolute;
	bottom:10px;
	right:10px;
}

.item .gallery p
{
	position: absolute;
	bottom:10px;
	right:10px;
	background:#fff;
	margin:0;
	padding:7px 0px 0px 6px;
	font-size:12px;
	font-style: italic;
}

.item .gallery a
{
	text-decoration: none;
	color: #000;
}

.item .gallery a span
{
	color: #86b51a;
	padding:0px 4px 3px 4px;
	margin:0 0 0 2px;
	color:#fff;
	text-decoration: none;
	background-color: #86b51a;
}

.item .gallery a:hover span
{
	color: #fff;
	background-color: #000;
}

.nav
{
	text-align: center;
	margin-bottom: 10px;
}

.nav a
{
	padding: 0 2px;
	text-decoration: none;
	color: #000;
}

.nav a.activeSlide
{
	color: #f00;
}

.nav a:focus
{
	outline: none;
}

.item .meta h3
{
	display: inline;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #000;
	color: #fff;
	padding:0 3px;
}

.item .meta dt,
.item .meta dd
{
	font-size:12px;
	text-transform: lowercase;
}

.item .meta dt
{
	margin-top:10px;
	font-style: italic;
}

.item .meta dt span,
.item .meta dd span
{
	background-color: #fff;
	padding: 2px 12px 2px 2px;
	padding: 2px;
}

/*.item .meta a
{
	color: #86b51a;
}*/

dl
{
	line-height:1.1em;
}

dd
{
	text-transform:lowercase;
}

dd a
{
	color:#000;
	background-image: url(../contents/images/external.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:14px;
}