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

/*
 * item
 */

/* position headings */
#yoo-zoo .item h1 {
	padding-bottom:25px;
	padding-top:10px;
}
#yoo-zoo .item h2 {
	padding-bottom:25px;
	padding-top:10px;
}
#yoo-zoo .item h3 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #323232;
	padding-top:5px;
	padding-bottom: 20px;
}


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

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

/* position: title */


/* position: meta */
#yoo-zoo .item p.pos-meta {
	margin: 0px 0px 23px 0px;
	font-size: 11px;
	color: #969696;
	line-height: 13px;
	font-style: italic;
}

/* position: subtitle */
#yoo-zoo .item 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 .item div.media-left {
	margin: 0px 15px 0px 0px;
	float: left;
}

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

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

#yoo-zoo .item div.pos-media a { display: block; }

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

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

/* position: taxonomy */
#yoo-zoo .item ul.pos-taxonomy {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#yoo-zoo .item ul.pos-taxonomy strong { color: #323232; }

/* position: bottom */
#yoo-zoo .item div.pos-bottom { overflow: hidden;}
#yoo-zoo .item div.pos-bottom .element {
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(../images/line_dotted_h.png) 0 100% repeat-x;
}

/* element type: socialbookmarks */
#yoo-zoo .item div.socialbookmarks {
	display: inline-block;
	cursor: pointer;
}

/* position: related */
#yoo-zoo .item div.pos-related {
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(../images/line_dotted_h.png) 0 100% repeat-x;
}

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

#yoo-zoo .item div.pos-related li {
	padding-left: 10px;
	background: url(../images/arrow.png) 0px 50% no-repeat;
}

/* position: author */
#yoo-zoo .item div.pos-author {
	padding: 15px 0px 15px 0px;
	background: #fafafa url(../images/line_dotted_h.png) 0 100% repeat-x;
	overflow: hidden;
}

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

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

#yoo-zoo .item div.pos-author 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-author div.sub-pos-description {}

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

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




/* News Article Full View
--------------------------------*/

.news-article h2.pos-subtitle {
    margin-top: 15px;
    margin-bottom: 50px;
}

.news-article .element-image {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-article .pos-author {
    background-color: #F3F3F3;
    border: 1px solid #E3E3E3;
    padding: 20px;
    margin-top: 50px;
}


.news-article .pos-top{
    color: #999999;
    float: right;
    font-size: 0.9em;
    margin: 0;
    text-align: right;
    width: 90px;
}

.news-article .pos-author h2 {
    margin: -10px 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #2BB0D8;
}

.news-article .pos-article_author_pic {
    float: left;
    margin-right: 20px;
}

.news-article .pos-article_author_title {
    font-family: "RobotoLight";
    font-size: 2.5em;
    letter-spacing: -1px;
    line-height: 1.3em;
}

.news-article .pos-article_author_links li{
    list-style: none;
    float: left;
}

.news-article .pos-article_author_links .first {
    font-family: "RobotoLight";
    font-size: 1.5em;
    padding-bottom: 15px;
    width: 60%;
    color: #2BB0D8;
}

.news-article .pos-author a:hover {
    text-decoration: none;
}

.news-article .pos-article_author_links .element-email{
    width: 60%;
}

.news-article .pos-taxonomy li{
    display: block;
    cursor: pointer;
    width: 75%;
    padding: 10px;
    text-align: center;
    background-color: #f0f0f0;
    color: #666666;
    border-bottom: 4px solid #2BB0D8;
    font-size: 1.3em;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 40px;
    margin-top: -30px;
    
    -webkit-transition:all 1s ease-in;  
    -moz-transition:all 1s ease-in;
    -o-transition:all 1s ease-in;
    transition:all 1s ease-in;
}

.news-article .pos-taxonomy li a {
    display: block;
    text-decoration: none;
}

.news-article .pos-taxonomy li a:hover {
    text-decoration: none;
    text-shadow: none;
}

.news-article .pos-taxonomy li:hover {
    color: #333333;
    background-color: #ffffff;
    text-decoration: none;
    border-left: 1px solid #2BB0D8;
    border-right: 1px solid #2BB0D8;
    border-top: 1px solid #2BB0D8;
}



/* Resource Full View
--------------------------------*/

.resource .main_content {
    /*width: 70%;
    float: left;*/
}

.resource .pos-meta {
    float: right;
    padding: 20px;
    width: 20%;
}

.resource .pos-date {
    color: #999999;
    float: right;
    font-size: 0.9em;
    margin: 0;
    text-align: right;
    width: 90px;
}

.resource .pos-meta li {
      list-style: none;
      background-color: #f6f6f6;
      border-radius: 5px;
      padding: 5px;
}

.resource .pos-media {
    margin:20px 0;
}

.resource .pos-link li{
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    background-color: #f0f0f0;
    color: #666666;
    border-bottom: 4px solid #D5216C;
    font-size: 1.3em;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 20px;
    
    -webkit-transition:all 1s ease-in;  
    -moz-transition:all 1s ease-in;
    -o-transition:all 1s ease-in;
    transition:all 1s ease-in;
}

.resource .pos-link li:hover {
    color: #333333;
    background-color: #ffffff;
    text-decoration: none;
    border-left: 1px solid #D5216C;
    border-right: 1px solid #D5216C;
    border-top: 1px solid #D5216C;
}

.resource .pos-link a{
    display: block;
    text-decoration: none;
}

.resource .pos-link a:hover{
    text-decoration: none;
    text-shadow: none;
}

#yoo-zoo h2{
border-bottom: 1px solid #DEDEDE;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 5px;
	}
	
.events_page .event .pos-content {
    padding: 0 10px 20px;
    width: 540px;
}