/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* General
----------------------------------------------------------------------------------------------------*/

	#system .title a { color: inherit; }
	#system small { color: #999; }

/* Item
----------------------------------------------------------------------------------------------------*/

	#system .item > header .meta { 
		color: rgba(0,0,0,0.5); 
		padding-bottom: 0px; 
		padding-left: 0;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 10px;
		line-height: 2.5;

	}
	.yoo-zoo .item > header .meta { padding-left: 0 !important;}
	#system .item > header.results .meta { margin-left: 0;}
	#system .item > header .subtitle{ color: #777; }

/* Items
----------------------------------------------------------------------------------------------------*/

	#system .items .item {
		margin-bottom: 12px;
		padding-bottom: 18px;
		background: url(../images/body/hr-dotted.png) repeat-x scroll 0 100% transparent;
	}

	#system .items .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}


/* Pagination
----------------------------------------------------------------------------------------------------*/

	#system .pagination a.last{padding:0 10px; }
	#system .pagination a, #system .pagination strong{line-height: 27px;}

/* Search Box
----------------------------------------------------------------------------------------------------*/

	.searchbox {
		width: 160px;
		height: 19px;
		padding: 0 10px;
		margin: 5px 0 0px;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		    -ms-border-radius: 5px;
		     -o-border-radius: 5px;
		        border-radius: 5px;
	}

	.searchbox input {
		height: 15px;
		font-size: 11px;
	}

	.searchbox input{color: #F4F4F4;}

	.searchbox input:-moz-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) 50% 50% no-repeat; 
	}
	.searchbox.loading button { background: url(../images/searchbox_loader.gif) 50% 50% no-repeat; }

	/* Drop-Down Results */
	.searchbox .results {
		top: 41px;
		right: -1px;
		width: 300px;
		border: 1px solid #ddd;
		background: #ffffff;
	}

	.searchbox .results li.results-header, .searchbox .results li.more-results { 
		border-bottom: 1px solid #dfdfdf; border-top: 1px solid #fefefe; color: #666;
		background: #e5e5e5;
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 81%, #e5e5e5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(81%,#ffffff), color-stop(100%,#e5e5e5));
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 81%,#e5e5e5 100%);
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 81%,#e5e5e5 100%);
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 81%,#e5e5e5 100%);
		background: linear-gradient(top,  #e5e5e5 0%,#ffffff 81%,#e5e5e5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 );
		text-shadow: 0 1px 0 #FFFFFF;
	}
	.searchbox .results li.more-results { color: #999;}
	.searchbox .results li.result {border-bottom: 1px solid #dfdfdf; border-top: 1px solid #FFF;
		background: #EFEFEF;
		background: -moz-linear-gradient(top,  #EFEFEF 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #EFEFEF 0%,#ffffff 100%);
		background: -o-linear-gradient(top,  #EFEFEF 0%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #EFEFEF 0%,#ffffff 100%);
		background: linear-gradient(top,  #EFEFEF 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#ffffff',GradientType=0 );
		-webkit-box-shadow: 0 0 3px #FFFFFF inset;
		   -moz-box-shadow: 0 0 3px #FFFFFF inset;
		        box-shadow: 0 0 3px #FFFFFF inset;
	}
	.searchbox .results li.results-header + li.result { border-top: none; }
	.searchbox .results li.result.selected { background: #FFFFFF ; }
	li.result, li.more-results, li.results-header {margin-bottom: 0}

/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/

	.breadcrumbs a,
	.breadcrumbs > span {
		padding-right: 24px;
		background: url(../images/body/breadcrumb-sep.png) no-repeat scroll 92% 53% transparent;
		height: 35px;
		margin-right: 7px;
		
	}
     .breadcrumbs { color: #999; }
	.breadcrumbs > a {height: 35px; color:#f1f1f1; }
	.breadcrumbs > a:hover { color: #236fba; }

/* 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: 10px;
		border: 1px solid rgba(0,0,0,0.1);
		background: none repeat scroll 0 0 rgba(255,255,255,0.2);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2);
		   -moz-box-shadow: 0 1px 0 rgba(255,255,255,.2);
		        box-shadow: 0 1px 0 rgba(255,255,255,.2);
	}

	#system #comments .comment-byadmin .comment-head {
		border: 1px solid #dce6be;
		background: #faffe6;
	}

	#system #comments h3.comments-meta, .yoo-zoo .item .element > h3, .yoo-zoo .item .pos-related > h3{
		font-size: 24px; background: url(../images/body/hr-dotted.png) repeat-x scroll 0 100% transparent; padding-bottom: 15px;
	}

	#system #comments .comment-head .author { text-shadow: 1px 1px 0 rgba(255, 255, 255, 1); font-weight: normal;}

	/* Body */
	#system #comments ul.level1 ul { background: url(../images/comments_arrow.png) 0 0 no-repeat; }

	/* Respond */
	#system #respond h3 { color: #444; font-size: 24px; background: url(../images/body/hr-dotted.png) repeat-x scroll 0 100% transparent; padding-bottom: 15px;}


/* Latest Comments
----------------------------------------------------------------------------------------------------*/

	.comments-list > article { border-top: 1px solid #ddd; }
	.comments-list > article:first-child { border: none; }

	.comments-list .meta { color: #999; }
	.zoo-comments-list .author {font-size: 16px;}
	/*error*/

	#system-message dd.error{
		background-color: #DCA49C;
		text-shadow: 0 1px 0 rgba(255,255,255,0.4); 
		border: 1px solid #CA7266;
	}