* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/19px Arial, sans-serif;
	color: #555;
	background: #151515;
}

/* =links
=============================================== */
a:link,
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid;
	color: #999;
}
.more a {
	border-bottom: 1px solid;
}
:-moz-any-link:focus {
	outline: none;
}

/*  =typo
=============================================== */
h1,
h2,
h3,
h4,
h5,
h6
p,
ul,
ol,
dl,
blockquote {
	font-weight: normal;
}
h1,
#default h2,
.date {
	font-size: 11px;
	color: #666;
	padding: 2px 3px;
	line-height: 14px;
	background: #222;
}
h2 {
	font-size: 17px;
	/*color: #614830;*/
	color: #6f5337;
	margin: 35px 0 25px 0;
	padding: 0 0 8px;
	border-bottom: 4px solid #222;
}
h3 {
	font-size: 12px;
	color: #888;
	margin: 0 0 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #222;
}
h4 {
	text-transform: uppercase;
	font-size: 15px;
	color: #999;
	margin: 0 0 15px;
	padding-bottom: 8px;
	border-bottom: 4px solid #222;
}
p {
	margin: 0 0 15px;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#default h2 {
	font-size: 11px;
	color: #888;
	margin: 25px 0 0;
	background: #333;
}
#default .date {
	color: #444;
	margin: 0 0 1px;
	background: #000;
}


/* =header
=============================================== */
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	height: 80px;
	width: 100%;
	background: #000;
}
#logo {
	position: relative;
	left: 35px;
	top: 13px;
}
#logo span,
#logo a {
	display: block;
	width: 208px;
	height: 55px;
	padding: 0;
	border-style: none;
	background: url(/img/logo.gif) no-repeat;
}
#logo img  {
	display: block;
	width: 0;
}
#logo a:hover {
	background-image: url(/img/logo-ho.gif);
}

/* =nav
=============================================== */
.nav {
	position: absolute;
	left: 310px;
	top: 38px;
	/*text-shadow: 0 0 0 #000;*/
}
.nav li {
	float: left;
	margin: 2px 10px 0 0;
}
.nav a {
	font-weight: bold;
}
.nav a.active,
.nav a:hover,
.subnav .active a,
.subnav .active a:hover/*,
.category_list a.active,
.category_list a.active:hover*/ {
	color: #f1f1f1;
}
.nav a:hover,
.subnav .active a:hover/*,
.category_list a.active:hover*/ {
	border: none;
}

/* =sidebar
=============================================== */
#sidebar {
	position: fixed;
	top: 110px;
	left: 35px;
	width: 240px;
}
.title {
	color: #777;
}

/* =content
=============================================== */
#sitewrap {
	position: absolute;
	top: 110px;
	width: 980px;
}
#content {
	width: 635px;
	min-height: 315px;
	margin: 0 35px 0 310px;
}
#default #content,
#portfolio #content{
	width: 670px;
	margin: 0 0 0 310px;
}

#default .news-teaser-small p {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 3px;
	padding: 2px 3px;
	background: #000;
}
#default .teaserbox {
	margin: 0 0 20px;
}
.img-portfolio img {
	margin: 0 0 25px;
}
.jumpbar {
	border-bottom: 1px solid #333;
	margin: 0 0 35px;
}
.filterbar {
	position: absolute;
	left: 35px;
	width: 240px;
	font-size: 11px;
	margin: 0 0 25px 0;
	padding: 3px 0;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	background: #111;
}
#player {
	margin: 0 0 15px;
}
.date {
	margin: 0 0 35px;
}

/* =teaser
=============================================== */
#teaserwrap {
	float: left;
	width: 680px;
	margin: 0 0 0 -10px;
}
.teaser {
	float: left;
	width: 160px;
	margin: 0 0 25px 10px;
}

.teaser-img {
	float: left;
	width: 160px;
	height: 107px;
	margin: 0 0 4px;
	background: #000;
}
.teaser-title {
	font-size: 11px;
	font-weight: bold;
}
.teaser:hover .teaser-title {
	color: #000;
	background: #fd9d3e;
}
a.teaser-title {
	color: #ebebeb;
}
.teaser-category {
	font-size: 11px;
	font-style:italic;
	line-height: 14px;
}
.teaser .current a {
	color: #000;
	background: #fd9d3e;
}
.news_list .current a {
	color: #999;
}

/* =table
=============================================== */
table {
	width:100%;
	border-collapse: collapse;
	table-layout: auto;
	font-size: 11px;
	margin: 0 0 35px;
}
th,
td {
	text-align: left;
	/*vertical-align: top;*/
	padding: 2px 0 2px;
	border-bottom: solid 1px #272727;
}
td:first-child {
	padding: 0 5px 0 0;
}

/* =form
=============================================== */
#contactform {
	width: 565px;
}
#contactform fieldset {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #222;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
#contactform label {
	float: left;
	color: #999;
	/*font-weight: bold;*/
}
#contactform #textarea {
	float: right;
	font: 12px/14px Arial, sans-serif;
	color: #eee;
	margin: 0 0 0 35px;
	padding: 2px;
	width: 350px;
	border: 1px double #555;
	background: #151515;
}
#contactform #email,
#contactform #name {
	float: right;
	font-size: 12px;
	color: #eee;
	margin: 0 0 0 65px;
	padding: 2px;
	width: 350px;
	border: 1px double #555;
	background: #151515;
}
#contactform #submit {
	margin: 20px 0 0;
}
#contactform .note {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}
.filterbar strong,
.note strong {
	color: #666;
}
ul.zemError,
.zemThanks {
	font-size: 11px;
	color: #000;
	margin: 0 0 35px;
	padding: 2px 3px 1px 3px;
	line-height: 14px;
	border-bottom: 1px solid #fd9d3e;
	background: #fd9d3e;
}
.zemThanks {
	padding: 5px 4px 0;
}
.zemError li {
	background: none;
	margin: 0;
	padding: 0;
}

/* =footer
=============================================== */
#footer {
	width: 240px;
	color: #444;
	line-height: 16px;
	border-top: 1px solid #333;
	margin: 0 0 0 35px;
	padding: 5px 0 0;
	font-size: 11px;
}
.rss {
	margin: 0 0 0 0;
}
.rss a img {
	float: left;
	width: 12px;
}


#hidave {
	font-size: 11px;
	color: #444;
	line-height: 14px;
	height: 15px;
	position: fixed;
	bottom: 15px;
	left: 35px;
	background: #151515;
}

/* =misc
=============================================== */
hr {
	display: none;
}
img {
	display: block;
}
a img {
	border: none;
}

/* =slideshow
=============================================== */
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow-images {
	width: 670px;
	height: 446px;
}
.slideshow-images-visible {
	opacity: 1;
}
.slideshow-images-prev {
	opacity: 0;
}
.slideshow-images-next {
	opacity: 0;
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}
.slideshow {
	width: 670px;
	/*height: 446px;*/
	height: 520px;
	margin: 0 0 35px;
}
#default .slideshow {
	height: 446px;
	margin: 0 0 5px;
}
.slideshow a img {
	border: 0;
}

.slideshow-thumbnails img {
	width: 100px;
	height: 67px;
}
.slideshow-thumbnails {
	/*z-index: 999;*/
	left: 0px;
	bottom: 0px;
	position: absolute;
/*	margin-left: auto;
    margin-right: auto;
	left: 0;
	right: 0;*/
	width: 670px;
	height: 69px;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 67px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	padding: 1px;
	position: relative;
}
.slideshow-thumbnails a:hover {
	background-color: #daf4ff !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #fd9d3e;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #777;
	opacity: .2;
}