<?php 
/**
* @package   ZOO Component
* @file      zoo.css.php
* @version   2.0.0 May 2010
* @author    YOOtheme http://www.yootheme.com
* @copyright Copyright (C) 2007 - 2010 YOOtheme GmbH
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/

if (extension_loaded('zlib') && !ini_get('zlib.output_compression')) @ob_start('ob_gzhandler');
header('Content-type: text/css; charset=UTF-8');
header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT');

define('DS', DIRECTORY_SEPARATOR);
define('PATH_ROOT', dirname(__FILE__) . DS);

/* category styling */
include(PATH_ROOT . 'category.css');

/* item styling */
include(PATH_ROOT . 'item.css');

/* employee styling */
include(PATH_ROOT . 'employee.css');

?>

/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme License (http://www.yootheme.com/license) */

/*
 * item
 */

/* position headings */
#yoo-zoo .item h3 {
    margin-top: 0px;
    font-size: 21px;
    font-weight: normal;
}

/* element type: textarea */
#yoo-zoo .item .element-textarea > * { margin: 0px 0px 10px 0px; }
#yoo-zoo .item .element-textarea > *:last-child { margin: 0px; }

/* position: top */
#yoo-zoo .item div.pos-top { overflow: hidden; }
#yoo-zoo .item div.pos-top .element { margin-bottom: 20px; }

/* position: sidebar */
#yoo-zoo .item div.pos-sidebar { width: 264px; }

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

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

#yoo-zoo .item div.pos-sidebar .element {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #D2D3D4;
}
#yoo-zoo .item div.pos-sidebar .element.last { margin-bottom: 0px; }

#yoo-zoo .item div.pos-sidebar .element h3 { color: #464646; }

/* element type: image */
#yoo-zoo .item div.pos-sidebar .element-image {
    padding: 0px;
    border: 6px solid #F0F1F2;
}

#yoo-zoo .item div.pos-sidebar .element-image > * {
    display: inline-block;
    border: 1px solid #D2D3D4;
    background: #ffffff;
}

/* title */
#yoo-zoo .item h1.pos-title {
    margin: 0px 0px 5px 0px;
    font-weight: normal;
    color: #323232;
    font-size: 30px;
    line-height: 30px;
}

/* position: subtitle */
#yoo-zoo .item p.pos-subtitle {
    margin: 0px;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
}

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

/* element type: rating */
#yoo-zoo .item div.pos-description .element-rating { margin-top: 10px; }

#yoo-zoo .item div.pos-description div.rating { overflow: hidden; }
#yoo-zoo .item div.pos-description div.rating div.rating-container {
    margin-right: 10px;
    float: left;
}
#yoo-zoo .item div.pos-description div.rating div.vote-message { line-height: 20px; }

/* position: address, contact */
#yoo-zoo .item div.address {
    margin-top: 20px;    
    overflow: hidden;
}

#yoo-zoo .item div.pos-address,
#yoo-zoo .item div.pos-contact { float: left; }

#yoo-zoo .item div.pos-address { margin-right: 40px; }

#yoo-zoo .item div.address ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#yoo-zoo .item div.address ul strong {
    display: inline-block;
    width: 80px;
}

/* position: author */
#yoo-zoo .item div.pos-employee {
    margin-top: 20px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
    background: #fafafa;
    overflow:hidden;
}

#yoo-zoo .item div.pos-employee .element-relateditems > div {
    margin-bottom: 15px;
    overflow: hidden;
}
#yoo-zoo .item div.pos-employee .element-relateditems > div:last-child { margin-bottom: 0px; }

/* related item */
#yoo-zoo .item div.pos-employee div.sub-pos-media {
    margin: 0px 15px 0px 0px;
    padding: 3px;
    border: 1px solid #E6E6E6;
    background: #ffffff;
    float: left;
}
#yoo-zoo .item div.pos-employee div.sub-pos-media > a { display: inline-block; }

#yoo-zoo .item div.pos-employee h4.sub-pos-title {
    margin: 3px 0px 0px 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #323232;
}

#yoo-zoo .item div.pos-employee p.sub-pos-subtitle {
    margin: 0px;
    font-style: italic;
    color: #969696;
}

#yoo-zoo .item div.pos-employee p.sub-pos-links { margin: 5px 0px 0px 0px; }

/* position: bottom */
#yoo-zoo .item div.pos-bottom { overflow: hidden; }
#yoo-zoo .item div.pos-bottom .element { margin-top: 20px; }

/* element type: maps */
#yoo-zoo .item div.googlemaps p.mapinfo {
    margin: 0px 0px 5px 0px;
    color: #969696;
    font-style: italic;
}

/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme 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%;
}
 
/*
 * details
 */
 
#yoo-zoo .details {
    margin: 0px 0px 30px 0px;
    overflow: hidden;
}

#yoo-zoo .details div.heading {
    padding-bottom: 5px;
    border-bottom: solid 3px #323232;
}

#yoo-zoo .details h1.title {
    margin: 0px 0px 10px 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 55px;
    line-height: 55px;
    font-weight: normal;
    color: #323232;
    letter-spacing: -2px;
}

#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.align-center { text-align: center; }

#yoo-zoo .details.align-left .image {
    margin-right: 15px;
    float: left;
}

#yoo-zoo .details.align-right .image {
    margin-left: 15px;
    float: right;
}

#yoo-zoo .details.align-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;
}

/*
 * items
 */

#yoo-zoo .items {
    margin: 0px -7px 0px -7px;
    overflow: hidden;
}

#yoo-zoo .items div.teaser-item { padding: 0px 7px 20px 7px; }

#yoo-zoo .items div.teaser-item-bg {
    padding: 0px 0px 10px 0px;
    background: url(../images/line_dotted_h.png) 0 100% repeat-x;
    overflow: hidden;
}

/* position: title */
#yoo-zoo .items h1.pos-title {
    margin: 0px 0px 8px 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 42px;
    color: #323232;
    letter-spacing: -2px;
}

#yoo-zoo .items h1.pos-title a {
    color: #323232;
    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;
    letter-spacing: -1px;
}

/* 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: 0px 15px 0px 0px;
    float: left;
}

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

#yoo-zoo .items div.pos-media .element { margin-bottom: 12px; }
#yoo-zoo .items div.media-bottom .element { margin: 12px 0px 0px 0px; }

/* position: content */
#yoo-zoo .items div.pos-content {}
#yoo-zoo .items div.pos-content .element { margin-bottom: 18px; }
#yoo-zoo .items div.pos-content .element.last { margin-bottom: 0px; }

#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 > * { margin: 0px 0px 8px 0px; }
#yoo-zoo .items div.pos-content .element-textarea > *:last-child { margin: 0px; }

/* element type: video */
#yoo-zoo .items div.pos-content .element-video { text-align: center; }
#yoo-zoo .items div.pos-content .element-video object { outline: none; }

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

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