
/**
Europeers Features Stylesheet
Author: Søren Birkemeyer / webfactory.de
Grid: 7 units á 93px with 18px gutter
Feature base font size: 12px
Colors:
- orange #f37c04
- blue #284A5F
*/


/* =Feature Container & allg. Styles
------------------------------------------------------------ */

#features {
	padding-top: 20px;
	padding-bottom: 215px;
	font-size: 0.857em;
}

#features .feature {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #284A5F;
}

#features p {
	color: #333;
}

#features h4 {
	font-size: 1.167em; /* 14px */
}

#features a.image-url {
	border-bottom-width: 0;
	background: none;
}

#features a.image-url img {
	margin-bottom: 9px;
}



/* =FeatureLinkedTitle
------------------------------------------------------------ */

#features .linkedtitle {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

#features .linkedtitle img {
	margin-right: 9px;
	float: left;
	margin-top: 2px;
}

#features .linkedtitle h4 {
	float: left;
}



/* =Downloads in Features
------------------------------------------------------------ */

#features ul.downloads li p {
	margin-bottom: 0;
}



/* =Sponsor Logos
------------------------------------------------------------ */

#feature_logos {
	position: absolute;
	bottom: 83px;
	right: 7px;
	width: 196px;
	padding-top: 7px;
	text-align: center;
	border: 4px solid #ffcd14;
	background: #fff;
	z-index: 99;
}

#feature_logos a.image-url {
	border-bottom-width: 0;
	background: none;
}