/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * layout
 */
 
#yoo-zoo {
	margin: 44px 0 0;
}

#yoo-zoo .row,
#yoo-zoo .floatbox { overflow: hidden; }

#yoo-zoo .width20 {
	float: left;
	width: 19.999%;
}

#yoo-zoo .width25 {
	float: left;
	width: 24.999%;
}

#yoo-zoo .width33 {
	float: left;
	width: 33.333%;
}

#yoo-zoo .width50 {
	float: left;
	width: 49.999%;
}

/*
 * details
 */

#yoo-zoo .details {
	overflow: hidden;
}

#yoo-zoo .details div.heading {
}

#yoo-zoo .details h1.title {
	margin: 0 0 15px;
	padding: 11px 0 0;
	font: normal normal 400 24px/24px 'DIN30640StdNeuzeitGroteskBoldCond', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	background: url(/templates/gn4/img/bg-sep.png) repeat-x top left;
}

#yoo-zoo .details h2.subtitle {
	margin: 0px;
	font-size: 14px;
	color: #787878;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#yoo-zoo .details div.description {
	margin-top: 10px;
	overflow: hidden;
}

#yoo-zoo .details.alignment-center { text-align: center; }

#yoo-zoo .details.alignment-left .image {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .details.alignment-right .image {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .details.alignment-center .image {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

/* tag title */
#yoo-zoo h3.tag-title {
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #787878;
}

/* subtitle in TOP */
#yoo-zoo p.pos-top {
	margin: 0 0 10px;
	font: normal normal 700 13px/15px 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #000;
}

/*
 * items
 */

#yoo-zoo .items {
	margin: 0;
	overflow: hidden;
}

#yoo-zoo .items div.teaser-item { padding: 0 0 20px; }

#yoo-zoo .items div.teaser-item-bg {
	padding: 0 0 20px;
	/* background: url(../images/line_dotted_h.png) 0 100% repeat-x; */
	border-bottom: solid 1px #cbccc4;
	overflow: hidden;
}

#yoo-zoo .items div.teaser-item:last-child { padding-bottom: 0; }
#yoo-zoo .items div.teaser-item:last-child div.teaser-item-bg {
	padding-bottom: 0;
	border-bottom: none;
}

/* position: title */
#yoo-zoo .items h1.pos-title {
	margin: 0 0 10px;
	font: normal normal 700 24px/30px 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

#yoo-zoo .items h1.pos-title2 {
	margin: 0 0 10px 0;
	font: normal normal 700 18px/22px 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

#yoo-zoo .items h1.pos-title a, #yoo-zoo .items h1.pos-title2 a {
	color: #333;
	text-decoration: none;
}

/* variations depending on column number */
#yoo-zoo .items-col-2 h1.pos-title {
	font-size: 35px;
	line-height: 37px;
}

#yoo-zoo .items-col-3 h1.pos-title {
	font-size: 30px;
	line-height: 32px;
}

#yoo-zoo .items-col-4 h1.pos-title {
	font-size: 25px;
	line-height: 27px;
}

/* position: meta */
#yoo-zoo .items p.pos-meta {
	margin: 0px 0px 23px 0px;
	font-size: 11px;
	color: #969696;
	line-height: 13px;
	font-style: italic;
}

/* position: subtitle */
#yoo-zoo .items h2.pos-subtitle {
	margin: 0px 0px 8px 0px;
	font-size: 14px;
	color: #787878;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

/* position: media */
#yoo-zoo .items div.media-left {
	margin: 0;
	float: left;
}

#yoo-zoo .items div.media-right {
	margin: 0 0 0 10px;
	float: right;
}

#yoo-zoo .items div.pos-media .element,
#yoo-zoo .items div.pos-media2 .element { margin-bottom: 10px; }
#yoo-zoo .items div.pos-media .element.last,
#yoo-zoo .items div.pos-media2 .element.last { margin-bottom: 0; }
#yoo-zoo .items div.pos-media2.media-left {
	/* margin: 0 10px 0 0; */
}
#yoo-zoo .items div.pos-media2.media-right {
	/* margin: 0 0 0 10px; */
}
#yoo-zoo .items div.media-bottom .element { margin: 10px 0 0; }
#yoo-zoo .items div.media-above .element { margin: 0 0 20px; }

#yoo-zoo .items div.pos-media a,
#yoo-zoo .items div.pos-media2 a { display: block; }

/* position: content */
#yoo-zoo .items div.pos-content,
#yoo-zoo .items div.pos-content2 {}
#yoo-zoo .items div.pos-content2 { margin-bottom: 10px; }
#yoo-zoo .items div.pos-content .element,
#yoo-zoo .items div.pos-content2 .element { margin-bottom: 20px; }
#yoo-zoo .items div.pos-content .element.last,
#yoo-zoo .items div.pos-content2 .element.last { margin-bottom: 0; }

#yoo-zoo .items div.pos-content h3 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #323232;
}

/* element type: textarea */
#yoo-zoo .items div.pos-content .element-textarea > *,
#yoo-zoo .items div.pos-content2 .element-textarea > * { margin: 0 0 10px 0; }
#yoo-zoo .items div.pos-content .element-textarea *:last-child,
#yoo-zoo .items div.pos-content2 .element-textarea *:last-child { margin-bottom: 0; }

#yoo-zoo .items div.pos-content .element-textarea p,
#yoo-zoo .items div.pos-content2 .element-textarea p {
	font: normal normal 400 14px/20px 'Droid Serif', Georgia, serif;
}

/* element type: video */
#yoo-zoo .items div.pos-content .element-video,
#yoo-zoo .items div.pos-content2 .element-video { text-align: center; }
#yoo-zoo .items div.pos-content .element-video object,
#yoo-zoo .items div.pos-content2 .element-video object { outline: none; }

/* position: links */
#yoo-zoo .items p.pos-links {
	margin: 10px 0 0;
	font: normal normal 700 13px/18px 'Droid Sans', Arial, Helvetica, sans-serif;
}

#yoo-zoo .items a {
	color: #9b0058;
	text-decoration: none;
}

#yoo-zoo .items a:hover {
	color: #333;
	text-decoration: underline;
}

#yoo-zoo .items p.pos-links span a:after {
	content: " »";
}

/*
 * pagination
 */

#yoo-zoo .zoo-pagination {
	margin: 10px 0 0;
	text-align: right;
}

#yoo-zoo .zoo-pagination div.pagination-bg {
	display: inline-block;
	padding: 5px;
	background: #333;
	color: #FFF;
	cursor: pointer;
	font: normal normal 400 16px/24px 'Droid Sans', Arial, Helvetica, sans-serif;
	opacity: .5;
}

#yoo-zoo .zoo-pagination div.pagination-bg:hover {
	opacity: 1;
}

#yoo-zoo .zoo-pagination a, #yoo-zoo .zoo-pagination strong {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 2px 9px 0;
	color: #FFF;
	text-decoration: none;
	background: #666;
}

#yoo-zoo .zoo-pagination a:last-child, #yoo-zoo .zoo-pagination strong:last-child {
	margin: 0;
}

#yoo-zoo .zoo-pagination a:hover { text-decoration: underline; }

/* bootstrap reset */
#yoo-zoo .row { margin-left: 0; }

/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Hide from IE8 */
@media (min-width: 1px) {
	.yoo-zoo img {
		max-width: 100%;
		height: auto;
	}
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#yoo-zoo .width20,
	#yoo-zoo .width25 { width: 50%; }

	#yoo-zoo .width50 .width50 { width: 100%; }

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* Layout */
	#yoo-zoo .width20,
	#yoo-zoo .width25,
	#yoo-zoo .width33,
	#yoo-zoo .width50 { width: 100%; }

	/* Alignment */
	#yoo-zoo .details.alignment-left .image,
	#yoo-zoo .details.alignment-right .image {
		display: block;
		margin: 0 auto 10px 0;
		float: none;
	}
	#yoo-zoo .items div.media-left,
	#yoo-zoo .items div.media-right {
		margin: 0 auto 20px 0;
		float: none;
	}

	/* Article Separator */
	#yoo-zoo .items div.teaser-item:last-child { padding-bottom: 20px; }
	#yoo-zoo .items div.teaser-item:last-child div.teaser-item-bg {
		padding-bottom: 10px;
		background: url(../images/line_dotted_h.png) 0 100% repeat-x;
	}

}