/* Copyright (C) JOOlanders SL, http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */

/*
 * layout
 */

#yoo-zoo.yoo-zoo { line-height: 20px; }

#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 {
	margin: 0px 0px 20px 0px;
	background: url(../images/alpha_index.png) 0 0 no-repeat;
}

#yoo-zoo .alpha-index-2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/alpha_index.png) 100% -40px no-repeat;
}

#yoo-zoo .alpha-index-3 {
	height: 35px;
	padding: 0px 0px 0px 5px;
	background: url(../images/alpha_index.png) 0 -80px repeat-x;
	overflow: hidden;
}

#yoo-zoo .alpha-index a,
#yoo-zoo .alpha-index span {
	display: block;
	width: 21px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;	
	text-transform: uppercase;
}

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

#yoo-zoo .alpha-index a:hover {
	background: url(../images/alpha_index.png) 0 -121px no-repeat;
	color: #000000;
	text-decoration: none;
}

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

/*
 * box
 */

#yoo-zoo div.box-t1 { background: url(../images/box.png) 0 0 no-repeat; }

#yoo-zoo div.box-t2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/box.png) 100% -15px no-repeat;
}

#yoo-zoo div.box-t3 {
	height: 9px;
	border-top: 1px solid #C8CBCD;
	background: #ffffff;
}

#yoo-zoo div.box-1 {
	border-left: 1px solid #C8CBCD;
	border-right: 1px solid #C8CBCD;
	background: #ffffff;
	overflow: hidden;
}

#yoo-zoo div.box-b1 { background: url(../images/box.png) 0 -30px no-repeat; }

#yoo-zoo div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/box.png) 100% -45px no-repeat;
}

#yoo-zoo div.box-b3 {
	height: 9px;
	border-bottom: 1px solid #C8CBCD;
	background: #ffffff;
}

#yoo-zoo h1.box-title {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px;
	background: url(../images/box.png) 0 -60px no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #505050;
	line-height: 50px;
}

#yoo-zoo h1.box-title > span {
	display: block;
	padding: 0px 10px 0px 10px;
	background: url(../images/box.png) 100% -115px no-repeat;
}

#yoo-zoo h1.box-title > span > span {
	display: block;
	padding: 0px 5px 0px 5px;
	height: 50px;
	background: url(../images/box.png) 0 -170px repeat-x;
}

#yoo-zoo div.has-box-title div.box-1 { padding-top: 50px; }

#yoo-zoo div.box-1 div.row {
	padding: 15px 5px 15px 5px;
	border-top: 1px solid #E6E7E8;
}

#yoo-zoo div.box-1 div.first-row {
	padding-top: 5px;
	border-top: none;
}

/*
 * details
 */
 
#yoo-zoo .details { margin: 0px 0px 20px 0px; }

#yoo-zoo .details div.box-1 { padding: 0px 14px 4px 14px; }

#yoo-zoo .details h1.title {
	margin: 0px 0px 5px 0px;
	font-size: 35px;
	color: #505050;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: -1px;
}

#yoo-zoo .details div.description { 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 {
	position: relative;
	margin: 0px 0px 20px 0px;
}

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

#yoo-zoo .categories h2.title {
	margin: 0px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

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

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

#yoo-zoo .categories a.teaser-image {
	display: block;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#yoo-zoo .categories p.sub-categories { margin: 10px 0px 0px 0px; }

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

/*
 * items
 */

#yoo-zoo .items { position: relative; }

#yoo-zoo .items div.teaser-item {
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}

/* position: media */
#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; }

/* position: title */
#yoo-zoo .items h2.pos-title {
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

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

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

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

/* position: specification */
#yoo-zoo .items ul.pos-specification {
	list-style: none;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

#yoo-zoo .items ul.pos-specification strong {
	display: inline-block;
	width: 120px;
}

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

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

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

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

#yoo-zoo .pagination a:hover { 
	background-color: #fff;
	color: #666666;	
}

#yoo-zoo .pagination strong {
	background-color: #ededed;
	font-weight: bold;
}

#yoo-zoo .pagination {
	border-top: 1px solid #E6E7E8;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding-top: 7px;
	text-align: center;
}

#yoo-zoo .pagination a { text-decoration: none; }
#yoo-zoo .pagination strong { font-weight: normal; }

#yoo-zoo .pagination a,
#yoo-zoo .pagination span,
#yoo-zoo .pagination strong {
	border: 1px solid #ddd;
	border-top-color: #bbb;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255,255,255,1.0), inset 0 1px 2px rgba(0,0,0,0.1);
	display: inline-block;
	min-width: 15px;
	height: 25px;
	margin-left: 5px;
	padding: 0 5px;
	line-height: 25px;
}
#yoo-zoo .pagination > *:first-child { margin-left: 0; }

#yoo-zoo .pagination a.previous,
#yoo-zoo .pagination a.next {
	font-size: 16px;
	line-height: 23px;
}

/* template boxes */
#yoo-zoo div.white-box, 
#yoo-zoo div.gradient-box {
	background-color:#ffffff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #c8c8c8;
	padding:12px 12px 0;
}

#yoo-zoo div.box-title-box {
	background-color:#ffffff;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	border-radius:0 0 7px 7px;
	border:1px solid #c8c8c8;
	padding:15px 10px 2px;
}

#yoo-zoo h1.box-title-box {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f1f2f3) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f1f2f3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f2f3');
	background-color:#ffffff;
	color: #505050;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-color: #c8c8c8;
	padding: 0 15px;
	margin: 0;
	width: auto;
}

#yoo-zoo div.gradient-box {
	-moz-box-shadow:inset 0px 0px 2px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 2px 0px #ffffff;
	box-shadow:inset 0px 0px 2px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f1f2f3) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f1f2f3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f2f3');
	background-color:#ffffff;
}

#yoo-zoo div.no-box div.row,
#yoo-zoo div.white-box div.row,
#yoo-zoo div.gradient-box div.row,
#yoo-zoo div.box-title-box div.row {
	border-top: 1px solid #E6E7E8;
	padding: 15px 5px 10px;
}

#yoo-zoo div.no-box div.first-row,
#yoo-zoo div.white-box div.first-row,
#yoo-zoo div.gradient-box div.first-row,
#yoo-zoo div.box-title-box div.first-row {
	border-top: medium none;
	padding: 0 5px 10px; 
}

#yoo-zoo .items .no-box div.teaser-item,
#yoo-zoo .items .white-box div.teaser-item,
#yoo-zoo .items .gradient-box div.teaser-item,
#yoo-zoo .items div.box-title-box div.teaser-item { 
	padding: 0; 
}

/* Calendar Module */
#yoo-zoo div.calendar-module {
	margin: 0 0 20px;
}

#yoo-zoo div.calendar-module #zoo-event-calendar {
	margin-top: 0;
	max-width: 900px;
}

#yoo-zoo div.calendar-module.white-box .moduletable #zoo-event-calendar,
#yoo-zoo div.calendar-module.gradient-box .moduletable #zoo-event-calendar {
	padding-bottom: 12px;
}

#yoo-zoo div.calendar-module .moduletable > h3 {
	display: none;
}

#yoo-zoo div.calendar-module #zoo-event-calendar .ui-datepicker td span, 
#yoo-zoo div.calendar-module #zoo-event-calendar .ui-datepicker td a {
	padding: 0.3em 0.6em 4em;
	text-align: right;
}

#yoo-zoo div.calendar-module #zoo-event-calendar .ui-datepicker .ui-state-active {
	background-position: 96% 2px;
}

/* modifications */

#yoo-zoo a:hover, #yoo-zoo a:active, #yoo-zoo a:focus {
	text-decoration: none;
}

#yoo-zoo .item .readmore a,
#yoo-zoo .items .readmore a {
	font-weight: normal;
	margin-top: 0;
	padding: 0;
}

#yoo-zoo .readmore a:link, #yoo-zoo .readmore a:visited, 
#yoo-zoo a.readmore:link, #yoo-zoo a.readmore:visited {
	background-image:none;
	background-color:transparent;
	border: none;
}

#yoo-zoo .readmore a:hover, #yoo-zoo .readmore a:active, 
#yoo-zoo .readmore a:focus, #yoo-zoo a.readmore a:hover, 
#yoo-zoo a.readmore a:active, #yoo-zoo a.readmore a:focus {
	background-image: none !important;
}

#yoo-zoo div.item h1.pos-title,
#yoo-zoo div.details h1.title { 
	border-bottom: 1px solid #AAAAAA;
	font-size: 38px;
	line-height: 38px;
	padding-bottom: 6px;
}

#yoo-zoo.box div.item h1.pos-title,
#yoo-zoo.box div.item h1.pos-title,
#yoo-zoo div.details.white-box h1.title,
#yoo-zoo div.details.gradient-box h1.title { 
	border-bottom: none;
}

#yoo-zoo .items h2.pos-title { font-size: 26px; line-height: 26px; }

#yoo-zoo div.item div.pos-description .element,
#yoo-zoo .items div.pos-description .element {
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	padding: 3px 0 3px 30px;
	vertical-align: bottom;
}

#yoo-zoo .item div.pos-description .element-datepro.first,
#yoo-zoo .items div.pos-description .element-datepro.first {
	margin-top: 5px;
}

#yoo-zoo .item div.pos-description .element-datepro.first p,
#yoo-zoo .items div.pos-description .element-datepro.first p {
	margin: 10px 0;
	line-height: 20px;
}

#yoo-zoo .item div.pos-description .element-datepro.first a.modal_plus,
#yoo-zoo .items div.pos-description .element-datepro.first a.modal_plus {
	font-size: 14px;
	line-height: 14px;
	position: relative;
	top: -10px;
}

#yoo-zoo div.item div.pos-description .element-datepro,
#yoo-zoo .items div.pos-description .element-datepro {
	color: #404040;
	font-size: 18px;
	background: url(../images/calendar-bw_24.png) 0 50% no-repeat;
	display: table;
}

#yoo-zoo div.item div.pos-description .pos-location .element,
#yoo-zoo .items div.pos-description .pos-location .element {
	color: #404040;
	font-size: 18px;
	background: url(../images/location-bw_24.png) 0 50% no-repeat;
	display: table;
}

#yoo-zoo div.item div.pos-description .element-textarea,
#yoo-zoo .items div.pos-description .element-textarea,
#yoo-zoo div.item div.pos-description .element-textareapro,
#yoo-zoo .items div.pos-description .element-textareapro {
	padding-left: 0;
	line-height: 26px;
}

#yoo-zoo div.items p.pos-links span a:after,
#yoo-zoo div.pos-related p.sub-pos-links span a:after { 
	content: none; 
}

#yoo-zoo .items p.pos-links,
#yoo-zoo .item p.pos-specification {
	color: #505050;
	font-size: 18px;
	margin-top: 7px;
	padding: 5px 0;
}

#yoo-zoo .item p.pos-specification {
	font-size: 22px;
	line-height: 22px;
	margin: 10px 0 5px;
}

#yoo-zoo .items span.readmore { 
	float: right;
	font-size: 16px;
	padding-right: 10px;
	letter-spacing: 0;
	line-height: 24px;
}

#yoo-zoo .item .googlemapspro > div:first-child,
#yoo-zoo .item .pos-media img,
#yoo-zoo .items .pos-media img,
#yoo-zoo .item .sub-pos-media img {
	-moz-transition: border-color 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	max-width: 98.8%;
	padding: 3px;
}

#yoo-zoo .item .pos-media img:hover,
#yoo-zoo .items .pos-media img:hover,
#yoo-zoo .item .sub-pos-media img:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	border: 1px solid rgba(0, 0, 0, 0.9);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

#yoo-zoo .item div.pos-media .element.first {
	margin-top: 15px;
}

#yoo-zoo .items div.media-right {
	margin-top: 5px;
}

#yoo-zoo .item div.pos-media .element.last {
	margin-bottom: 0;
}

#yoo-zoo .item div.pos-bottom .element.first {
	margin-top: 0;
}

#yoo-zoo div.item .element-textarea h3,
#yoo-zoo div.item .element-textareapro h3 {
	color: #505050;
	font-size: 22px;
	line-height: 24px;
	margin: 15px 0 5px;
}
#yoo-zoo .item div.pos-bottom .element-googlemaps.first {
	margin-top: 10px;
}
#yoo-zoo div.item div.pos-related > div.element-relateditems {
	margin-bottom: 20px;
}
#yoo-zoo div.item div.pos-related .element-relateditems > div {
	margin-bottom: 0;
}
#yoo-zoo div.item div.pos-related h3 {
	color: #505050;
	font-size: 22px;
	padding-bottom: 6px;
	border-bottom: 1px solid #AAAAAA;
}
#yoo-zoo div.pos-related h4.sub-pos-title {
	line-height: 22px;
	margin-top: 0;
}
#yoo-zoo .item .sub-pos-media img {
	margin-top: 0;
}
#yoo-zoo div.pos-related p.sub-pos-links {
	margin: 5px 0 0;
}
#yoo-zoo div.item.venue div.pos-related {
	margin: 20px 0;
	overflow: hidden;
}
#yoo-zoo div.item > div.floatbox {
	margin-bottom: 0;
}
#yoo-zoo div.item div.pos-related .element-datepro {
	min-width: 150px;
}
#yoo-zoo div.item div.pos-description .element-relateditems, 
#yoo-zoo .items div.pos-description .element-relateditems {
	margin-top: 0;
	padding: 0;
}

#yoo-zoo .item .googlemapspro img {
	max-width: none;
}

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

select.menu-responsive { margin-top: 15px; }

/* 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 { width: 50%; }
	
	#yoo-zoo .width50 { width: 100%; }

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

	#yoo-zoo .frontpage-categories div.category { margin-bottom: 15px; }

}


