/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* General
----------------------------------------------------------------------------------------------------*/

#system .title a { color: #444; }

#system small { color: #999; }


/* Item
----------------------------------------------------------------------------------------------------*/

#system .item > header .meta { color: #999; }
#system .item > header .subtitle { color: #777; }
#system .item > .links a:after {
	content: " »";
	font-size: 16px;
}


/* Items
----------------------------------------------------------------------------------------------------*/

#system .items .item {
	margin-top: 12px;
	padding-top: 18px;
	border-top: 1px solid #ddd;
}

#system .items .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-width: 0;
}


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination {padding:0; margin-bottom:30px;}
#system .pagination a, #system .pagination strong {
    margin-left:0;
}



/* Search Box
----------------------------------------------------------------------------------------------------*/

.searchbox {
	width: 120px;
	height: 32px;
	padding: 0 25px 0 5px;
	border:0;
	background:url(../images/searchbox_magnifier.png) 100% 50% no-repeat;
}

.searchbox input {
	height: 30px;
	color: #fff;
	font-size:12px;
}

.searchbox input:-moz-placeholder { color: #fff; }
.searchbox input:-ms-input-placeholder { color: #fff; }
.searchbox input::-webkit-input-placeholder { color: #fff; }
.searchbox input.placeholder { color: #fff; }

.searchbox.filled button {
	width: 26px;
	background:url(../images/searchbox_reset.png) 50% 50% no-repeat; 
}

/* Drop-Down Results */
.searchbox .results {
	top: 35px;
	right: -5px;
	width: 307px;
	color:#fff;
	line-height:normal;
}

.searchbox .results li.results-header { background: url(../images/transparent.png) 0 100% repeat-x; }
.searchbox .results li.more-results { background: url(../images/transparent-line.png) 0 0 repeat-x; }
.searchbox .results li.result { background: url(../images/transparent-line.png) 0 0 repeat-x; }
.searchbox .results li.results-header + li.result { }

.searchbox .results li.result.selected { background: url(../images/transparent.png); }


/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/

.breadcrumbs a,
.breadcrumbs > span {
	padding-right: 10px;
	background: url(../images/breadcrumbs.png) 100% 50% no-repeat;
}

/* 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) 0 0 no-repeat; }

/* 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; }