/* Copyright (C) CLICA GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Default Style Sheet
 */

.yoo-zoo .items .title a,
.yoo-zoo .items .title > h2 {font-size:18px;line-height:18px;}
.yoo-zoo .item > header .meta { font-size:12px !important;}
.yoo-zoo .item:first-child {margin-top:0px !important;}
.yoo-zoo .item .title {margin-top:25px !important;}
.yoo-zoo .item .titleteaser {margin-top:10px !important;margin-bottom: 0px;text-transform:uppercase;
}
.yoo-zoo .item .titleteaser a {
	color: #2A313A;
}
.yoo-zoo .item .titleteaser a:hover {
	color: #F0CE47;
}

/* General
----------------------------------------------------------------------------------------------------*/

/* Position Headings */
.yoo-zoo .item .element > h3,

/* Element Type: Textarea */
.yoo-zoo .item .element-textarea > * { margin: 8px 0 0 0; }
.yoo-zoo .item .element-textarea > *:first-child { margin-top: 0; }


/* Positions
----------------------------------------------------------------------------------------------------*/

/* Position: Media */
.yoo-zoo .item .media-top .element { margin-bottom: 15px; }
.yoo-zoo .item .media-bottom .element { margin-top: 15px; }
.yoo-zoo .item .pos-media a,
.yoo-zoo .item .pos-media img { display: block; margin-bottom:0px}
.yoo-zoo .item .pos-media img { border: 1px solid #cecece;padding: 5px;
}


/* Position: Content */
.yoo-zoo .item .pos-content .element { margin-top: 15px; margin-right:15px;}
.yoo-zoo .item .pos-content .element:first-child { margin-top: 0; margin-bottom:20px }


/* Position: Bottom */
.yoo-zoo .item .pos-bottom .element { margin-top: 35px; }

.yoo-zoo .item .pos-taxonomy .element { color:#999; font-size:12px }

.yoo-zoo .item .pos-related {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-top:10px;
	margin-right: 15px;
	padding:0 15px 15px;
	background:none repeat scroll 0 0 #FAFAFA;
}

.yoo-zoo .item .pos-related > h4 { margin: 18px 0 8px; }

.element-itemprevnext .page-nav { margin-right:15px }

/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Hide from IE8 */
@media (min-width: 1px) {
	.yoo-zoo img {
		max-width: 100%;
		height: auto;
	}
}