/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL
General
----------------------------------------------------------------------------------------------------*/
#system .title A
{
	color: #444;
}
#system .title A:hover
{
	color: #8CBD2E;
}
#system SMALL
{
	color: #999;
}
/*Item
----------------------------------------------------------------------------------------------------*/
#system .item > HEADER .subtitle
{
	color: #777;
}
#system .item > .links A:after
{
	content: " »";
	font-size: 16px;
}
#system .item HEADER
{
	/*border-bottom: 1px solid #DFDFDF;*/
	/*padding-bottom: 5px;*/
}
#system .item > HEADER .meta
{
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 5px;
}
#system > .item HEADER .icon
{
	margin: 12px 0 0 5px;
	float: right;
}
/*Items
----------------------------------------------------------------------------------------------------*/
#system .items .item
{
	margin-top: 12px;
	padding-top: 18px;
	border-top: none;
	position: relative;
}
#system .items .item:first-child
{
	margin-top: 10px;
	padding-top: 0;
	border-width: 0;
}
#system .items .item .above-image
{
	margin-bottom: 20px;
}
#system .items TIME > SPAN:first-of-type
{
	display: block;
	text-align: center;
	color: #8CBD2E;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 25px;
}
#system .items HEADER .title
{
	margin-bottom: 0;
	font-size: 24px;
}
#system .items .item .content > P
{
	margin-top: 0px;
}
/*Blog Styling*/
.isblog #system .items .item .meta
{
	position: absolute;
	margin-top: 15px;
	display: block;
	text-align: center;
	border-right: 1px dotted #DDDDDD;
	width: 125px;
}
.isblog #system .items .item .meta TIME
{
	display: hide;
	text-align: center;
	text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.2);
	padding-bottom: 15px;
	padding-top: 8px;
}
.isblog #system .items .item HEADER
{
	border-bottom: none;}
/*	margin-left: 150px;
}
.isblog #system .items .item .content
{
	margin-left: 150px;
}
.isblog #system .items .item .continue-reading
{
	margin-left: 150px;
}*/

.news-layout #system .items .item HEADER
{
	border-bottom: none;
	margin-left: 150px;
}
.news-layout #system .items .item .content
{
	margin-left: 150px;
}
.news-layout #system .items .item .continue-reading
{
	margin-left: 150px;
}

/*Pagination
----------------------------------------------------------------------------------------------------*/
#system .pagination
{
	text-align: left;
	margin-top: 40px;
}
#system .pagination A, #system .pagination STRONG
{
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 11px;
	color: #444444;
	padding: 2px 8px;
}
#system .pagination A:hover
{
	background-color: #8CBD2E;
	color: #FFFFFF;
}
#system .pagination STRONG
{
	background-color: #8CBD2E;
	text-align: center;
	vertical-align: middle;
	margin-left: 7px;
	font-size: 11px;
	color: #FFFFFF;
}
#system .pagination A.previous, #system .pagination A.next
{
	font-size: 16px;
	line-height: 1.5;
}
/*Search Box
----------------------------------------------------------------------------------------------------*/
.searchbox
{
	width: 100px;
	height: 30px;
	padding: 0 25px;
	border: 1px solid #DDD;
	background: url(../images/searchbox_magnifier.png) no-repeat 0 50%;
}
.searchbox INPUT
{
	height: 30px;
	color: #333;
	font-size: 14px;
}
.searchbox INPUT:-moz-placeholder
{
	color: #999;
}
.searchbox INPUT:-ms-input-placeholder
{
	color: #999;
}
.searchbox INPUT::-webkit-input-placeholder
{
	color: #999;
}
.searchbox INPUT.placeholder
{
	color: #999;
}
.searchbox.filled BUTTON
{
	width: 25px;
	background: url(../images/searchbox_reset.png) no-repeat 50% 50%;
}
.searchbox.loading BUTTON
{
	background: url(../images/searchbox_loader.gif) no-repeat 50% 50%;
}
/*Drop-Down Results*/
.searchbox .results
{
	top: 41px;
	right: -1px;
	width: 300px;
	border: 1px solid #DDD;
	background: #FFFFFF;
}
.searchbox .results LI.results-header
{
	border-bottom: 1px solid #DDD;
}
.searchbox .results LI.more-results
{
	border-top: 1px solid #DDD;
}
.searchbox .results LI.result
{
	border-top: 1px solid #EEE;
}
.searchbox .results LI.results-header + LI.result
{
	border-top: none;
}
.searchbox .results LI.result.selected
{
	background-color: #FAFAFA;
}
/*Breadcrumbs
----------------------------------------------------------------------------------------------------*/
.breadcrumbs A, .breadcrumbs > SPAN
{
	padding-right: 10px;
	background: url(../images/breadcrumbs.png) no-repeat 100% 50%;
}
/*Author Box
----------------------------------------------------------------------------------------------------*/
#system .author-box
{
	padding: 15px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #FAFAFA;
}
#system .author-box .avatar
{
	padding: 3px;
	border: 1px solid #DDD;
	background: #FFF;
}
#system .author-box .name
{
	color: #444;
}
/*Comments
----------------------------------------------------------------------------------------------------
Head*/
#system #comments .comment-head
{
	padding: 5px;
	border: 1px solid #E6E6E6;
	background: #FAFAFA;
}
#system #comments .comment-byadmin .comment-head
{
	border: 1px solid #DCE6BE;
	background: #FAFFE6;
}
#system #comments .comment-head .author
{
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
/*Body*/
#system #comments UL.level1 UL
{
	background: url(../images/comments_arrow.png) no-repeat 0 0;
}
/*Respond*/
#system #respond H3
{
	color: #444;
}
/*Latest Comments
----------------------------------------------------------------------------------------------------*/
.comments-list > ARTICLE
{
	border-top: 1px solid #DDD;
}
.comments-list > ARTICLE:first-child
{
	border: none;
}
.comments-list .meta
{
	color: #999;
}
