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

/*
 * layout
 */

#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%;
}
 
/*
 * alpha-index
 */

#yoo-zoo .alpha-index {
	height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}

#yoo-zoo .alpha-index a,
#yoo-zoo .alpha-index span {
	display: block;
	width: 21px;
	height: 25px;
	background: url(../images/alpha_index_item.png) 100% 50% no-repeat;
	float: left;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
}
#yoo-zoo .alpha-index :last-child { background: none; }

#yoo-zoo .alpha-index a:link,
#yoo-zoo .alpha-index a:visited {
	color: #646464;
	text-decoration: none;
}

#yoo-zoo .alpha-index a:hover {
	color: #000000;
	text-decoration: underline;
}

#yoo-zoo .alpha-index span {
	color: #C8C8C8;
	cursor: default;
}

/*
 * details
 */
 
#yoo-zoo .details {
	margin: 0px 10px 0px 10px;
	padding: 10px;
/*	background: url(../images/square_bg.png); */
	text-shadow:1px 1px 0px #FFF;
}
#yoo-zoo .details .title {
}

#yoo-zoo .details h1.title {
	margin: 0px;
	font-weight: normal;
}

#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;
}

/*
 * categories
 */

#yoo-zoo .categories {
	margin: 0px -10px 0px -10px;
	overflow: hidden;
}

#yoo-zoo .categories .category { padding: 0px 10px 20px 10px; }

#yoo-zoo .categories h2.title {
	height: 28px;
	margin: 0px 0px 5px 0px;
	line-height: 29px;
	text-indent: 7px;
	font-size: 17px;
	font-weight: normal;
	overflow: hidden;
}

#yoo-zoo .categories h2.title a { text-decoration: none; }

#yoo-zoo .categories h2.title span {
	font-size: 13px;
	font-weight: normal;
	color: #969696;
}

#yoo-zoo .categories div.description {
	margin-bottom: 5px;
	padding-left: 7px;
}

#yoo-zoo .categories a.teaser-image {
	display: block;
	margin-bottom: 5px;
	text-align: center;

	border-top:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:0px solid #fff;
	border-left:5px solid #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0 0, 0, .3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3); 
}

#yoo-zoo .categories ul.sub-categories {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#yoo-zoo .categories ul.sub-categories li { text-indent: 10px; }

#yoo-zoo .categories ul.sub-categories span {
	color: #969696;
	font-size: 11px;
}

/*
 * items
 */

#yoo-zoo .items { }

#yoo-zoo .items-separator {
	padding-top: 20px;
	border-top: 1px solid #D2D3D4;
}

#yoo-zoo .items .row { 
	padding-bottom: 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}

#yoo-zoo .items div.teaser-item {
	padding: 15px;
	margin:0 10px 10px 10px;
	overflow: hidden;
	border: 1px solid #E9E9E9;
}

/* position: media */
#yoo-zoo .items div.pos-media {  }

#yoo-zoo .items div.pos-media > * {
}
#yoo-zoo .items div.pos-media > a {
	display: block;	
 }
#yoo-zoo .items div.pos-media > a > img { 
	display: block;	
	border:1px solid #dedede;
	padding:6px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
 }

#yoo-zoo .items div.media-left {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .items div.media-right {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .items div.media-center { text-align: center; }
#yoo-zoo .items div.media-center > * { display: block; }

/* position: title */
#yoo-zoo .items h2.pos-title {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
}

#yoo-zoo .items h2.pos-title a { text-decoration: none; color:#405F9F; }

/* position: subtitle */
#yoo-zoo .items p.pos-subtitle {
	margin: 0px;
	font-style: italic;
}

/* position: description */
#yoo-zoo .items div.pos-description {}
#yoo-zoo .items div.pos-description .element { margin-top: 7px; }

/* element type: textarea */
#yoo-zoo .items div.pos-description .element-textarea > * { margin: 0px 0px 7px 0px; }
#yoo-zoo .items div.pos-description .element-textarea *:last-child { margin-bottom: 0px; }

/* position: links */
#yoo-zoo .items p.pos-links { margin: 7px 0px 10px; }

#yoo-zoo .items p.pos-links span a:after {
	content: " »";
	font-size: 14px;
}

/*
 * pagination
 */
 
#yoo-zoo .pagination { text-align: center; }

#yoo-zoo .pagination div.pagination-bg {
	display: inline-block;
	cursor: pointer;
}

#yoo-zoo .pagination a { text-decoration: none; }


/* 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 */
@media (max-width: 767px) {

	/* Alignment */
	#yoo-zoo .items div.media-left,
	#yoo-zoo .items div.media-right {
		margin: 0 auto 10px 0;
		float: none;
		text-align: center;
	}

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

	/* Alpha Index */
	#yoo-zoo .alpha-index a,
	#yoo-zoo .alpha-index span {
		width: 15px;
		font-size: 12px;
	}

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* Alpha Index */
	#yoo-zoo .alpha-index a,
	#yoo-zoo .alpha-index span {
		width: 10px;
		background: none;
		font-size: 11px;
	}

	/* 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;
	}
}

.pos-links a  {
	-moz-box-shadow:inset 0px 1px 0px 0px #7BA5E0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7BA5E0;
	box-shadow:inset 0px 1px 0px 0px #7BA5E0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4D79B7), color-stop(1, #39629C) );
	background:-moz-linear-gradient( center top, #4D79B7 5%, #39629C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D79B7', endColorstr='#39629C');
	background-color:#4D79B7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #264A7C;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #313D4F;
}
.pos-links a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #39629C), color-stop(1, #4D79B7) );
	background:-moz-linear-gradient( center top, #39629C 5%, #4D79B7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39629C', endColorstr='#4D79B7');
	background-color:#39629C;
	text-decoration:none;
	color:#AECBEF;
	text-shadow:-1px -1px 0px #313D4F;
}
pos-links a:active {
	position:relative;
	top:1px;
}
.pos-description .teaser-text {
	font-size:10px;
	line-height:normal;
	font-family:Verdana, Geneva, sans-serif;
}