@import url("reset.css");
@import url("lightbox.css");

/* =main
====================================================================== */

html, body {
	background-color: #403E34;
}

body {
	font: normal 75% "Helvetica Neue", Arial, Tahoma, Verdana, Geneva, sans-serif; /* 12px */
	color: #403e34;
}

a {
	color: #b3ca2d;
	text-decoration: none;
}

/* =site
====================================================================== */

#main {
	position: relative;
	padding-top: 31px;
	width: 963px;
}

#main:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* =breacrumbs
====================================================================== */

.breadcrumbs {
	position: absolute;
	left: 300px;
	top: 20px;
	font-size: 0.85em;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs li a {
	color: #403e34 !important;
	text-transform: lowercase;
	text-decoration: underline;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:focus {
	text-decoration: none;
}


/* =navigation
====================================================================== */

#navigation {
	width: 179px;
	margin-top: 77px;
	padding: 5px 0;
	float: left;
	text-transform: lowercase;
	opacity: 0.9999;
}

#navigation img {
  vertical-align: middle;
}

#navigation li a {
	display: block;
	text-align: right;
	padding: 2px 17px;
}

#navigation li a span {
	padding: 2px;
	line-height: 130%;
	color: #fff;
}

#navigation li a:hover span {
	color: #b4cc2c;
	text-decoration: underline;
}

#navigation li a.selected span {
	color: #b3ca2d;
}

#navigation li li {
	text-transform: none;
}

#navigation li li a span {
	color: #b3ca2d;
	background: url(i/nav.png) no-repeat 5px 5px;
	text-decoration: none;
	padding-left: 14px;
}

#navigation li li a:hover span {
	text-decoration: underline;
	color: #fff;
}

#navigation li a.selected:hover span {
	color: #fff;
}

#navigation li li a.selected span {
	background-image: url(i/nav-selected.png);
}

/* =content
====================================================================== */

#content {
	float: right;
	width: 784px;
	position: relative;
	padding: 48px 0 28px 0;
	background: #b4cc2c url(i/content-right-space.png) repeat-y 100% 0;  
}

#content a {
	color: #fff;
}

#content #name h1,
#content #name p,
#content #name em {
	position: absolute;
}

#content #name h1,
#content #name p a {
	text-indent: -1000em;
}

#content #name h1,
#content #name p {
	top: 0;
	left: 0;
	width: 260px;
	height: 48px;
	background-color: #37372e;
	background-image: url(i/atelier-kunc-logo.png);  
	background-repeat: no-repeat;
}

#content #name p a {
	display: block;
	width: 100%;
	height: 100%;
}

#content #name em {
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: #403e34;
	padding: 5px 4px 0 20px;
	text-transform: lowercase;
	font-size: 1.5em;
	font-style: normal;
	color: #b3ca2d;
}

#content #name em span {
	color: #fff;
}

/* =form-grid
====================================================================== */

.grid {
	padding: 10px 20px;
}

.grid .line {
	margin: 10px 0;
}

.grid .line:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.grid label {
	float: left;
	width: 100px;
	padding-top: 5px;
}

.grid .field,
.grid .fields {
	margin-left: 100px;
}

/* =layout
====================================================================== */

.gallery-intro-news .gallery {
	margin: 29px 5px 20px 29px;
}

.gallery-intro-news .intro {
	margin: 0 5px 35px 29px;
}

.gallery-intro-news .news {
	margin: 0 5px 0 29px;
	padding-right: 290px;
}

.description-gallery .description {
	margin: 42px 36px 0 13px;
}

.description-gallery .carousel {
	margin: 29px 5px 13px 13px;
	float: right;
}

.js .description-gallery .carousel {
	margin-top: 0;
}

.gallery-thumbnails .gallery-linked {
	margin: 0 5px 0 13px;
}

/* =carousel
====================================================================== */

.js .carousel-controls {
	margin: 0 0 3px;
	background-color: #b4cc2c;
}

.js .carousel-controls:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.js .carousel-controls span {
	display: block;
	float: left;
	width: 16px;
	height: 25px;
	cursor: pointer;
	background: url(i/carousel-controls.png) no-repeat;
	text-indent: -1000em;
	margin-right: 4px;
}

.js .carousel-controls span.selected {
	background-position: -16px 0;
}

.js .jcarousel-container {
	position: relative;
}

.js .jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.js .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 480px
}

.js .jcarousel-list li,
.js .jcarousel-item {
	float: left;
	list-style: none;
}

.js .jcarousel-item {
	width: 480px;
}

.js .jcarousel-prev {
	background-position: 0 50%;
}

.js .jcarousel-next {
	background-position: 100% 50%;
}

.js .jcarousel-prev,
.js .jcarousel-next {
	width: 25px;
	height: 37px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;	
	cursor: pointer;
}

.js .jcarousel-prev,
.js .jcarousel-next {
	top: 28px;
	padding-top: 172px;
	padding-bottom: 171px;
	display: none;
}

.js .jcarousel-prev-disabled,
.js .jcarousel-next-disabled {
	cursor: default;
}

.js .jcarousel-next {
	background-image: url(i/gallery-next.png);
	right: -5px;
}

.js .jcarousel-prev {
	background-image: url(i/gallery-prev.png);
	left: -5px;
}

.js .jcarousel-next {
	padding-left: 150px;
}

.js .jcarousel-prev {
	padding-right: 150px;
}

.js .jcarousel-container-horizontal {
	width: 480px;
	background-color: transparent;
}

/* =gallery
====================================================================== */


.gallery li {
	float: left;
}

.gallery img {
	display: block;
	vertical-align: top;
}

.gallery {
	overflow: auto;
	position: relative;
}

.gallery ul {
	width: 10000px;
}
/*
.gallery ul li {
	margin-left: 5px;
}

.gallery ul li.first {
	margin-left: 0;
}
*/
.js .gallery {
	overflow: hidden;
}

.js .gallery-wrap {
	overflow: hidden;
}

.js .gallery ul li img {
	margin: 0 0 0 5px;
}

.js .gallery-prev,
.js .gallery-next {
	width: 25px;
	height: 37px;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	z-index: 3;	
	cursor: pointer;
}

#carouselGalleryWrapper {
	position: relative;
}

.js .gallery-prev,
.js .gallery-next {
	top: 0;
	height: 100px;
	display: block;
	padding-top: 45px;
	padding-bottom: 45px;
}

.js .gallery-prev {
	padding-right: 50px;
	background-position: 0 50%;
	background-image: url(i/gallery-prev.png);
	left: 25px;
	cursor: w-resize;
}

.js .gallery-next {
	padding-left: 50px;
	background-position: 100% 50%;
	background-image: url(i/gallery-next.png);
	right: 0px;
	cursor: e-resize;
}

/* =gallery-linked
====================================================================== */

.gallery-linked li {
	float: left;
	padding: 20px;
	width: 130px;
	margin-right: 20px;
	height: 100px;
}

.gallery-parent li {
	height: 200px;
}

.gallery-linked a,
.gallery-linked a span,
.gallery-linked a img {
	display: block;
	text-align: center;
}

.gallery-parent a {
	border-bottom: 1px solid #8e992e;
}

.gallery-linked a img {
	margin: 0 auto;
}

.gallery-linked span {
	font-weight: bold;
	color: #403e34;
}

/* =intro
====================================================================== */

.intro img {
	float: right;
	margin: 60px 30px 0 0;
}

.intro h1,
.description h1 {
	color: #fff;
	font-weight: bold;
	font-size: 1.364em; /* 11px -> 15px */
	text-transform: lowercase;
	margin-bottom: 16px;
}

.intro p {
	line-height: 1.727em; /* 11px -> 19px */
}

/* =news
====================================================================== */

.js .news {
	height: 180px;
}

.news li {
	margin-top: 15px;
	overflow: hidden;
}

.js .news li {
	height: 60px;
}

.news .header {
	float: left;
	width: 40px
}

.news .header * {
	display: block;
	text-align: right;
	line-height: 100%;
}

.news .header strong {
	font-size: 1.583em; /* 12px -> 19px */
	color: #fff;
}

.news .header span {
	font-weight: bold;
	font-size: 0.917em; /* 12px -> 11px */
}

.news .body {
	margin-left: 50px;
}

.news .body h2 {
	font-weight: normal;
	color: #fff;
	line-height: 160%;
}

.news .body p {
	font-size: 0.917em; /* 12px -> 11px */
}

.news .body a.more {
	font-size: 1.364em; /* 11px -> 15px */
	line-height: 0.733em; /* 15px -> 11px */
	font-weight: bold;
}

/* =description
====================================================================== */

.description h1 {
	margin-bottom: 20px;
	font-size: 1.25em;
}

.description .short {
	background: url(i/description-short.png) no-repeat 0 0.25em;  
}

.description .short,
.description strong {
	color: #fff;
	font-weight: bold;
}

.description p {
	padding-left: 15px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

/* =sitemap
====================================================================== */

.sitemap {
  margin: 25px;
  font-weight: bold;
}

.sitemap ul li {
  margin-left: 20px;
  font-weight: bold;
}

.sitemap li a {
  color: #403E34 !important;
}

.sitemap ul li li {
  font-weight: normal;
}

.sitemap ul li li a {
  color: #fff !important;
}

/* =language-selection
====================================================================== */

#language-selection {
	position: absolute;
	right: 0;
  top: 9px;
	margin-right: 5px;
	background-color: #b4cc2c;
	border-top: 5px solid #b4cc2c;
	font-size: 0.75em; /* 12px -> 9px */
}

#language-selection li {
	float: left;
}

#language-selection a {
	display: block;
	color: #b4cc2c;
	background-color: #403E34;
}

#language-selection a:hover,
#language-selection a:focus {
	text-decoration: none;
}

#language-selection li.selected,
#language-selection a {
	padding: 5px 0 0 15px;
}

#language-selection li.selected {
	color: #403E34;
}

/* =footer
====================================================================== */

#footer {
	clear: both;
	width: 784px;
	margin: 85px 0 0 189px;
	background-color: #b3ca2d;
	color: #b3ca2d;
	font-size: 0.833em;
}

#footer:after,
#footer ul:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#footer ul {
	background-color: #403e34;
	float: left;
	margin-left: 22px;
	padding: 2px 10px;
}

#footer li {
	float: left;
}

#footer li:before {
	content: "|";
	padding: 0 1ex;
}

#footer li:first-child:before {
	content: "";
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: underline;	
}

#footer a:hover {
	text-decoration: none;
}