/**
 * @author              Steven Palmer and Bradley Silk
 * @author url          http://coalaweb.com
 * @author email        support@coalaweb.com
 * @version             Version 0.0.1 January 2013
 * @copyright           Copyright (c) 2013 Steven Palmer and Bradley Silk All rights reserved.
 */

/* 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 a,
#system .pagination strong { border: 1px solid #ddd; }


/* Search Box
----------------------------------------------------------------------------------------------------*/
    
.searchbox {
	width: 150px;
	height: 30px;
	padding: 0 25px 0 30px;
	margin-top: -3px;
	background:  url(../images/searchbox_magnifier.png) 0 50% no-repeat;
}

.searchbox input {
	height: 30px;
	color: #444;
	font-size: 14px;
        box-shadow:none;
}

.searchbox input:-moz-placeholder { color: #444; }

.searchbox input::-webkit-input-placeholder { color: #444; }

.searchbox input.placeholder { color: #444; }

.searchbox.filled button {
	width: 25px;
	background: url(../images/searchbox_reset.png) 50% 50% no-repeat;
        box-shadow:none;
}
.searchbox.loading button { 
        background: url(../images/searchbox_loader.gif) 50% 50% no-repeat;
        box-shadow:none;
}

/* Drop-Down Results */
.searchbox .results {
	top: 41px;
	right: -10px;
	width: 300px;
	color: #646464;
	background: #ffffff;
        border-radius: 7px;
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        
}

.searchbox .results li.results-header { 
	background: #efefef;
        border-radius: 7px 7px 0 0;
}

.searchbox .results li.more-results { 
	background: #efefef;
        border-radius: 0 0 7px 7px;
}

.searchbox .results li.result { 
	border-top: 1px solid #dfdfdf;
	line-height: 20px;
}

.searchbox .results li.results-header + li.result { border-top: none; }

/* This is the hover for the search results */
.searchbox .results li.result.selected { background-color: #f9f9f9; }

/* 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; }

