/* 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 .items .item {
	margin-top: 15px;
	border: none;
	background: url(../images/article_separator.png) 50% 0 no-repeat;
}
#system .items .item:first-child { background: none; }

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

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

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

/*
 * searchbox
 */

#searchbox {
	height: 18px;
	background: url(../images/yoosearch/searchbox_bg.png) 0 0 no-repeat;
}
#searchbox:hover  { background-position: 0 -18px; }

#searchbox input {
	padding-top: 3px;
	width: 84px;
	height: 15px;
	line-height: 15px;
}
#searchbox:hover input,
#searchbox input:focus { color: #676869; }

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

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

#searchbox .results {
	top: 25px;
	border-color: #53565D;
	border-top: none;
	color: #646464;
	background: #ECEFF0;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#searchbox .results li.results-header,
#searchbox .results li.more-results {
	height: 25px;
	line-height: 25px;
	background: url(../images/yoosearch/header_bg.png) 0 0 repeat-x;
	color: #ffffff;
	text-shadow: 0px -1px 2px rgba(0,0,0,0.3);
}

#searchbox .results li.result { border: none; }
#searchbox .results li.result.selected { background-color: #ffffff; }


#searchbox .results li.result.selected h3 {
	color: #545557;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

/*
 * table zebra
 */
 
table.zebra th,
table.zebra td { border-color: #c8c8c8; }

table.zebra tbody tr.odd { background: #fafafa; }
table.zebra tbody tr:nth-of-type(odd) { background: #fafafa; }

table.zebra tbody tr.even { background: #FFFFFF; }
table.zebra tbody tr:nth-of-type(even) { background: #FFFFFF; }

/*
 * list styling
 */

ul.line > li { 
	border: none;
	background: url(../images/line_bg.png) 0 0 repeat-x;
}
ul.line > li:first-child { background: none; }
div.mod-rider ul.line > li a { text-decoration: none; }

/*
 * pagination
 */

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

/* 
 * readmore button
 */

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

#page a.readmore {
	width: 100px;
	height: 20px;
	padding: 0;
	border: none;
	background: transparent url(../images/readmore.png) 0 0 no-repeat;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
	text-decoration: none;
	text-shadow: 0px -1px 1px #ffffff, 0px 2px 2px #b4b4b4;
}

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

#page a.readmore:hover {
	background: transparent url(../images/readmore.png) 0 -25px no-repeat;
	color: #000000;
	text-shadow: 0px 1px 1px #ffffff, 0px 2px 2px #969696;
}

/*
 * breadcrumbs
 */
 
.breadcrumbs a,
.breadcrumbs > span { margin-right: 0px; }

.breadcrumbs a:hover { text-decoration: underline; }

#breadcrumbs .current { background-position: 0 -75px; }
#breadcrumbs .current .box-2 { background-position: 100% -100px; }
#breadcrumbs .current .box-3 { padding-right: 0px; background-position: 0 -125px; }