/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Logo */
#logo .custom-logo {
	width: 285px;
	height: 80px;
	background: url(../../../images/yootheme/luxim-logo-branded.png) 0 0 no-repeat;
}

.level2 .separator { font-style: italic; }

/* Frontpage Demo Content */
.demo-slide {
	min-height: 400px;
	padding: 1px 0 0 0; /* unsure why this is necessary, but it is! */
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.demo-slide h1, .demo-slide h2, .demo-slide p { margin: 0 }

.demo-slide h1 {
	font-size: 40px;
}

.demo-slide h2 {
	font-size: 24px;
	line-height: 30px;
}

.dark-bg p {
	color: #8bcdfa;
}

.dark-bg h2, .dark-bg h1, .dark-bg a {
	color: white;
}

table#applications {
	margin: auto;
}

table#applications a {
	display: block;
	height: 100%;
	color: black;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}

table#applications a span {
	display: block;
	width: 100%;
	height: 24px;
	padding: 8px 0 0 0;
	background-image: url(/images/home/half-transparent.png);
	text-align: center;
}

table#applications a:hover span {
	background: white;
}

table#applications td {
	border-left: 1px solid white;
}

table#applications tr td:first-child {
	border-left: none;
}

table#applications tbody tr:first-child td {
	border-bottom: 1px solid white;
}

table#applications tbody tr:first-child+tr a {
	padding-top: 166px;
}
	
table#applications td {
	width: 198px;
	height: 198px;
	padding: 0;
}


/*
.demo-slide h1 {
	font-size: 40px;
	margin: 0 0 10px 0;
}

.demo-slide h2 {
	font-size: 26px;
	margin: 0 0 50px 0;
}

.demo-slide h3 {
	margin-bottom: 5px;
	font-size: 24px;
}
.demo-slide p { margin: 0; }

.demo-slide .demo-box {
	position: relative;
	min-height: 62px;
	padding-top: 20px;
}

.demo-slide ul.check > li {
	padding-left: 25px;
	background: url(../images/icon_check.png) 0 50% no-repeat;
	line-height: 32px;
	font-size: 18px;
}
*/
.demo-box-article {
	position: relative;
	float: left;
	width: 300px;
	margin-bottom: 10px;
	padding-top: 20px;
}

.demo-box img,
.demo-box-article img {
	position: absolute;
	top: 10px;
	left: 0;
}

.demo-box h3,
.demo-box-article h3 { margin-top: 0; }

.demo-box h3,
.demo-box p,
.demo-box-article h3,
.demo-box-article small { margin-left: 72px; }

.demo-list ul.line > li { line-height: 30px; }