/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Frontpage Showcase */
.frontpageshowcase {
	position: absolute;
	top: 100px;
	left: 25px;
	z-index: 1;
	width: 330px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.roadwayshowcase {
	position: absolute;
	top: 20px;
	left: 325px;
	margin-right:10px;
	z-index: 1;
	width: 325px;
	float:right;
	color: #0056a5;
	font-size: 28px;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.highbayshowcase {
	position: absolute;
	top: 20px;
	left: 355px;
	margin-right:10px;
	z-index: 1;
	width: 290px;
	float:right;
	color: #0056a5;
	font-size: 28px;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.moviecaption {
	position: absolute;
	top: 215px;
	left: 5px;
	z-index: 1;
	width: 350px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.moviecaption a{
	color: #FFFFFF;
}

.moviecaption a:hover{
	color: #FF8000;
}

.frontpageshowcase.black { color: #444; }

/* Frontpage List */
.frontpagelist img { margin: -20px -20px -20px 0; }

.frontpagelist h2 {
	font-size: 28px;
	line-height: 28px;
	color: #1D3B62;
	text-decoration: none;
}

/* Frontpage Botton */
#page .frontpagebottom {
	min-height: 124px;
	margin: -13px;
	padding: 13px 120px 13px 13px;
	border-radius: 7px;
	overflow: hidden;
}


/* Frontpage Separator */
#page .frontpageseparator {
	margin: -3px;
	overflow: hidden;
	text-transform: uppercase;
}

.frontpageseparator > div > div {
	padding-left: 15px;
	border-left: 1px solid #ddd;
	box-shadow: inset 1px 0 0 #fff;
	overflow: hidden;
}

.frontpageseparator > div:first-child > div {
	border-left: none;
	box-shadow: none;
}

.frontpageseparator img {
	margin: 4px 15px 0 0;
	float: left;
}