@font-face {
	font-family: "LBDFontTitle";
	src: url("LBDFontTitle.eot");
	src: local('?'), 
        url('LBDFontTitle.ttf') format('truetype');
}

html, body
{
	margin: 0;
	padding: 0;
	font: 11px/13px "LBDFontTitle", Arial, Helvetica, Verdana, "sans-serif";
	background-color: #222425;
	color: white;
	border-top: 1px solid black;
	height: 99%;
}

a
{
	text-decoration: none;
	color: white;
	outline: none;
	border-bottom: 1px solid #dddddd;
}

p a,
.editabletext a
{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

a:hover
{
	border-color: #777777;
}

img
{
	border-width: 0;
	margin: 0;
	padding: 0;
	display: block;
}

h1,
h2, 
h3, 
h4, 
h5, 
h6
{
	font-family: "LBDFontTitle", Arial, Helvetica, Verdana, "sans-serif";
	letter-spacing: 2px;
}


h1
{
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

h2
{
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px 0;
}

h3
{
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
	font-weight: normal;
	padding: 10px 20px;
	font-size: 14px;
}

h4
{
	font-size: 12px;
	padding: 0;
	margin: 0;
}

/* ========== page ========== */

.container
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* ========== logo ========== */

#logo a,
.fashioncollection .logo a
{
	display:block;
	width: 130px;
	height: 60px;
	margin: 0 auto 40px auto;
	position: relative;
	background: transparent url('../images/general/lbd_logo.png') no-repeat center center;
	text-indent: -500px;
	overflow: hidden;
	border: 0 !important;
}

/* ========== mainnavigation ========== */

#mainnavigation
{
	margin: 90px 0 0 0;
	height: 45px;
	position: relative;
}

#mainnavigation>div
{
	float: right;
	position: relative;
	left: -50%;
}

#mainnavigation ul
{
	margin: 0;
	display: block;
	padding: 0;
	list-style-type: none;
	left: 50%;
	position: relative;
}

#mainnavigation li
{
	float: left;
	display: block;
	margin: 0 10px;
	padding: 0;
}

#mainnavigation a
{
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing:2px;
	padding-bottom: 6px;
	border-bottom: 1px solid #212324;
	font-size: 10px;
}

#mainnavigation a 
{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#mainnavigation a:hover 
{
	color: white;
    border-color: white;
}

#mainnavigation a.active span 
{
	background: transparent url('../images/general/mainnavigation-a-active-bg.gif') repeat-x 0 3px;
}



/* ========== start-image ========== */

#start-image
{
	width: 720px;
	margin: 0 auto 20px auto;
	position: relative;
}

#start-image .logo
{
	width: 720px;
	height: 450px;
	position: absolute;
	background: transparent url('../images/general/start-image-logo.png') no-repeat center center;
	top: 0;
	left: 0;
	z-index: 100;
}

#start-image a
{
	display: block;
	width: 720px;
}

#start-image-content
{
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
}

/* ========== textcontent ========== */

#textcontent
{
	width: 720px;
	margin: 10px auto 40px auto;
}

#textcontent table
{
	border-collapse: collapse;
}

#textcontent table td
{
	width: 50%;
	background-color: white;
	border-bottom: 4px solid #222425;
	vertical-align: top;
}

#textcontent table td:last-child
{
	border-right: 0;
}

#textcontent .rscms_contentelement
{
	margin-bottom: 4px;
	color: #5f6365;
	font: 11px/15px Arial, Helvetica, Verdana, "sans-serif";
}

#textcontent .editabletext
{
	padding: 25px;
}

#textcontent .editabletext p
{
	margin: 0 0 10px 0;
}

#textcontent .editabletext p:last-child
{
	margin: 0;
}

#textcontent .rscms_content_type_TableElement,
#textcontent .editabletext
{
	background-color: white;
}

#textcontent .rscms_content_type_TableElement td
{
	width: 50%;
	vertical-align: top;
}

#textcontent a
{
	color: #46494b;
	border-bottom: 1px solid #dddddd;
}

#textcontent a:hover
{
	border-color: #aaaaaa;
}

/* ========== fashioncollection ========== */

#textcontent .fashioncollection
{
}

#textcontent .fashioncollection .previews
{
	position: relative;
	height: 430px;
	width: 720px; 
	overflow: visible;
}

#textcontent .fashioncollection .panel
{
	position: absolute;
	left: -80px;
	top: 0;
	height: 410px;
	width: 880px; 
	overflow: hidden;
}

#textcontent .fashioncollection .panel a.paging
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	overflow: hidden;
	z-index: 120;
	border: 0;
	text-indent: -1000px;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
}

#textcontent .fashioncollection .panel a.paging.left
{
	left: 0;
	background: transparent url('../images/interface/fashioncollection.png') no-repeat -288px 185px;
}

#textcontent .fashioncollection .panel a.paging.right
{
	right: 0;
	background: transparent url('../images/interface/fashioncollection.png') no-repeat -188px 185px;
}

#textcontent .fashioncollection .mask
{
	position: absolute;
	left: 30px;
	top: 0;
	right: 30px;
	bottom: 0;
	overflow: hidden;
}

#textcontent .fashioncollection .mask .fadeout
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	z-index: 50;
}

#textcontent .fashioncollection .mask .fadeout.left
{
	left: 0;
	background: transparent url('../images/interface/fashioncollection.png') repeat-y 0 0;
}

#textcontent .fashioncollection .mask .fadeout.right
{
	right: 0;
	background: transparent url('../images/interface/fashioncollection.png') repeat-y -90px 0;
}


#textcontent .fashioncollection .pages
{
	position: absolute;
	top: 0;
	left: 0;
	width: 3000px;
}

#textcontent .fashioncollection .page
{
	width: 860px;
	float: left;
}

#textcontent .fashioncollection .page .inner
{
	padding: 10px 40px;
}


#textcontent .fashioncollection .page a
{
	display: block;
	width: 128px;
	height: 175px;
	overflow: hidden;
	border: 0;
	float: left;
	margin: 10px;
	background-color: white;
}

#textcontent .fashioncollection .page a,
#textcontent .fashioncollection .page a img
{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#textcontent .fashioncollection .page a
{
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#textcontent .fashioncollection .page a:hover
{
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

#textcontent .fashioncollection .page a:hover img
{
	opacity: 0.9;
}

#textcontent .fashioncollection .navigation
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#textcontent .fashioncollection .navigation .inner
{
	float: right;
	position: relative;
	left: -50%;
}

#textcontent .fashioncollection .navigation .inner div
{
	display: block;
	padding: 0;
	list-style-type: none;
	left: 50%;
	position: relative;
}

#textcontent .fashioncollection .navigation a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	border: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url('../images/interface/fashioncollection.png') no-repeat -394px -10px;
	opacity: 0.1;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#textcontent .fashioncollection .navigation a.active
{
	background: transparent url('../images/interface/fashioncollection.png') no-repeat -394px -10px;
	opacity: 1;
}

#textcontent .fashioncollection .overlay
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../images/interface/fashioncollection-overlay-bg.png');
	background: rgba(34, 36, 36, 0.8);
	z-index: 100;
}

#textcontent .fashioncollection .overlay .image
{
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 780px;
	max-height: 1190px;
	color: white;
}

#textcontent .fashioncollection .overlay .image .number
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	margin: 20px 0 10px 0;
}

#textcontent .fashioncollection .overlay .image .description
{
	color: #777777;
	background-color: #222425;
	position: absolute;
	right: 0;
	left: 150px;
	width: 480px;
	bottom: 90px;
	text-align: center;
	height: 30px;
	overflow: hidden;
}

#textcontent .fashioncollection .overlay .image .logo
{
	position: absolute;
	bottom: 0;
	width: 100%;
}

#textcontent .fashioncollection .overlay .image .logo a
{
	margin: 0 auto 20px auto;
}


#textcontent .fashioncollection .overlay .fullimagecontainer
{
	position: absolute;
	width: 100%;
	top: 40px;
	bottom: 130px;
	overflow: hidden;
}

#textcontent .fashioncollection .overlay .image img
{
	position: relative;
	height: 100%;
	margin: 0 auto;
}

#textcontent .fashioncollection .images
{
	display: none;
}

/* ========== blog ========== */

.blog .entry
{
	margin-bottom: 30px;
}

.blog .image
{
	background-color: black;
		-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
	margin: 20px auto;
}

.blog img
{
	margin: 0 auto;
}

.blog table
{
	width: 100%;
}

.blog table td
{
	width: 50%;
}

.blog .text
{
	padding: 25px;
}

.blog .text p
{
	margin: 0 0 10px 0;
}

.blog .text
{
	background-color: white;
}

.blog .date
{
	display: block;
	margin-bottom: 5px;
}

