/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* General
----------------------------------------------------------------------------------------------------*/

#system small { color: #8A8C8C; }


/* Item
----------------------------------------------------------------------------------------------------*/

#system .item > header .meta {
	margin-top: 4px;
	color: #8A8C8C;
	font-size: 11px;
	text-transform: uppercase;
}

#system .item > header .subtitle { color: #d6dadd; }

#system .item > .links a:after {
	content: " »";
	font-size: 16px;
}


/* Items
----------------------------------------------------------------------------------------------------*/

#system .items .item {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #444;
	border-top: 1px solid rgba(255,255,255,0.1);
}

#system .items .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-width: 0;
}


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination a,
#system .pagination strong { border-radius: 2px; }

#system .pagination a {
	background: #333;
	background: rgba(255,255,255,0.1)
}

#system .pagination a:hover {
	background: #3f3f3f;
	background: rgba(255,255,255,0.2)
}

#system .pagination strong { font-weight: bold; }

#system .pagination a,
#system .pagination strong,
#system .pagination a.previous,
#system .pagination a.next {
	line-height: 24px;
	font-size: 15px;
}


/* Search Box
----------------------------------------------------------------------------------------------------*/

.searchbox {
	width: 100px;
	height: 30px;
	padding: 5px 30px;
	border: 1px solid #333;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 2px;
	background-color: #222;
	background-color: rgba(0,0,0,0.2);
	background-position: 0 50%;
	background-repeat: no-repeat;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.searchbox:hover {
	border-color: #383838;
	border-color: rgba(255,255,255,0.12);
	background-color: #202020;
	background-color: rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
}

.searchbox input {
	height: 30px;
	color: #d6dadd;
	font-size: 14px;
}

.searchbox input:-moz-placeholder { color: #8A8C8C; }
.searchbox input::-webkit-input-placeholder { color: #8A8C8C; }
.searchbox input.placeholder { color: #8A8C8C; }

.searchbox.filled button {
	width: 34px;
	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: 45px;
	right: 0;
	width: 300px;
}

.searchbox .results li.more-results { text-transform: none; }
.searchbox .results li.result {
	margin-top: 1px;
	background-color: #222;
	background-color: rgba(0,0,0,0.4);
}

.searchbox .results li.result.selected {
	background-color: #111;
	background-color: rgba(0,0,0,0.6);
}


/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/

.breadcrumbs * {
	font-size: 12px;
	text-transform: uppercase;
}

.breadcrumbs a,
.breadcrumbs > span {
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/breadcrumbs.png) 100% 50% no-repeat;
}

/* Author Box
----------------------------------------------------------------------------------------------------*/

#system .author-box {
	padding: 15px;
	border: 1px dashed #414345;
	border: 1px dashed rgba(255,255,255,0.25);
	border-radius: 3px;
	background: #191919;
	background: rgba(0,0,0,0.4);
}


/* Comments
----------------------------------------------------------------------------------------------------*/

/* Head */
#system #comments .comment-head {
	padding: 5px;
	border: 1px dashed #414345;
	border: 1px dashed rgba(255,255,255,0.25);
	border-radius: 3px;
	background: #191919;
	background: rgba(0,0,0,0.4);
}

/* Body */
#system #comments ul.level1 ul { background: url(../images/comments_arrow.png) 0 0 no-repeat; }


/* Latest Comments
----------------------------------------------------------------------------------------------------*/

.comments-list > article {
	border-top: 1px solid #444;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.comments-list > article:first-child { border: none; }

.comments-list .meta { color: #8A8C8C; }


/* Latest Comments
----------------------------------------------------------------------------------------------------*/

#system .item > p.links a,
#system .item div.reply a {
	border-radius: 2px;
	padding: 3px 6px;
}