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

@import url(../warp/css/system.css);
@import url(../warp/systems/joomla/css/system.css);

/*
 * item
 */
 
#system .item > .meta {
	font-size: 10px;
	color: #646464;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#system .items .item { 
	border: none;
	background: url(../images/article_separator.png) 50% 0 repeat-x;
}

#system .items .item:first-child { background: none; }

/*
 * Joomla 1.6 only
 */
 
#system .items.leading {
	border: none;
	background: url(../images/article_separator.png) 50% 100% repeat-x;
}

#system .item-list {
    border-top: none;
	padding-top: 12px;
	background: url(../images/article_separator.png) 50% 0 repeat-x;
}

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

/*
 * search
 */
 
#searchbox {
	width: 120px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(../images/searchbox_bg.png) 0 0 no-repeat;
}

#searchbox:hover { background-position: 0 -18px; }

#searchbox input {
	width: 84px;
	height: 18px;
	line-height: 18px;
	color: #646464;
}

#searchbox button {
	width: 18px;
	height: 18px;
}

#searchbox button.magnifier { background: url(../images/search_magnifier_icon.png) 0 0 no-repeat; }

#searchbox .results {
	top: 32px;
	right: 0px;
	border-color: #C8C8C8;
	border-top: none;
	background: #FAFAFA;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}

#searchbox .results li.results-header,
#searchbox .results li.more-results {
	height: 25px;
	border: none;
	color: #ffffff;
	line-height: 25px;
	background: url(../images/search_header_bg.png) 0 0 repeat-x;
}

#searchbox .results li.more-results {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}

#searchbox .results li.result { border: none; }
#searchbox .results li.result.selected { background: #E6E7E8; }

/*
 * list style
 */

ul.line > li {
	border-top-style: solid;
	border-color: #DCDCDC;
}

/*
 * pagination
 */

div.pagination { margin-bottom: 10px; }

.pagination a,
.pagination strong { 
	border-color: #DCDCDC;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*
 * breadcrumbs
 */

.breadcrumbs a,
.breadcrumbs strong { margin-right: 0px; }

.breadcrumbs strong { font-weight: normal; }

/* 
 * readmore button 
 */
 
p.readmore { overflow: hidden; }
div.module p.readmore {	margin-bottom: 0px; }

a.readmore {
	width: 100px;
	height: 20px;
	padding: 0px;
	border: none;
	background: transparent url(../images/readmore.png) 0 0 no-repeat;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
	color: #505050;
}

a.readmore:hover {
	background-position: 0 -25px;
	color: #000000;
}

div.mod-rounded-header-grey a.readmore {
	background-position: 0 -50px;
	color: #dcdcdc;
}

div.mod-rounded-header-grey a.readmore:hover {
	background-position: 0 -75px;
	color: #ffffff;
}