/* 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 {
	margin: 0 0 15px 0;
	font-size: 80%;
	color: #646464;
	line-height: 150%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*
 * items
 */

#system .items .item {
	padding-top: 25px;
	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: 11px;
	background: url(../images/article_separator.png) 50% 0 repeat-x;
}

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

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

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

#searchbox input {
	height: 20px;
	width: 80px;
	padding: 0px 0px 0px 4px;
	line-height: 20px;
}

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

#searchbox button.magnifier { background-image: url(../images/yoosearch/magnifier_icon.png); }
#searchbox button.reset { background-image: url(../images/yoosearch/close_icon.png); }

#searchbox .results {
	right: 0px;
	top: 25px;
	border: 1px solid #666666;
	border-top: none;
	background: #41403F;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#searchbox .results li.results-header {
	height: 26px;
	border-color: #555453;
	color: #ffffff;
	background: url(../images/yoosearch/header_bg.png);
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	line-height: 26px;
}

#searchbox .results li.result {
	border: none;
	color: #969696;
}

#searchbox .results li.result.selected {
	color: #ffffff;
	background: #666666;
}

#searchbox .results li.result h3 {
	font-size: 14px;
	font-weight: bold;
	color: #969696;
}

#searchbox .results li.result.selected h3 { color: #ffffff; }

#searchbox .results li.more-results {
	height: 26px;
	border: none;
	color: #ffffff;
	background: url(../images/yoosearch/header_bg.png);
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	line-height: 26px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#searchbox .results li.more-results:hover { text-decoration: underline; }

/* 
 * lists 
 */

ul.line > li { border-top: 1px solid #DCDCDC; }
div.mod-sidebar ul.line > li,
div.mod-rounded ul.line > li { border-color: #535353; }
div.mod-rounded-templatecolor ul.line > li { border-color: #faf9f8; }
div.mod-rounded-white ul.line > li,
div.mod-rounded-lightgrey ul.line > li { border-color: #C7C6C5; }

div.mod-sidebar ul.line > li a,
div.mod-rounded ul.line > li a { color: #969696; }
div.mod-rounded-templatecolor ul.line > li a { color: #ffffff; }
div.mod-rounded-white ul.line > li a,
div.mod-rounded-lightgrey ul.line > li a { color: #646464; }

div.mod-sidebar ul.line > li a:hover,
div.mod-rounded ul.line > li a:hover { color: #ffffff; text-decoration: none; }
div.mod-rounded-templatecolor ul.line > li a:hover { text-decoration: underline; }
div.mod-rounded-white ul.line > li a:hover,
div.mod-rounded-lightgrey ul.line > li a:hover { color: #505050; text-decoration: underline; }

/*
 * pagination
 */

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

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

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

a.readmore {
	width: 120px;
	border: none;
	background: url(../images/readmore.png) 0 0 no-repeat;
	font-size: 90%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
}

#page a.readmore:link,
#page a.readmore:visited { color: #969696; }

#page a.readmore:hover {
	background-position: 0 -30px;
	color: #ffffff;
}