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

@import url(system-1.css);
@import url(system-2.css);

/*
 * item
 */

#system .title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 26px;
}

#system .item > .meta { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	font-style: italic;
	color: #649ED9;
}

#system .item > .links a {
	display: inline-block;
	height: 24px;
	margin-right: 5px;
	padding: 0 15px 0 22px;
	background: #6594C2 url(readmore.png) 0 0 no-repeat;
	line-height: 24px;
	font-size: 12px;
	color: #F2F1F0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#system .item > .links a:hover {
	background-color: #3C6A99;
	background-position: 0 -34px;
	color: #FFFFFF;
	text-decoration: none;
}

#system .item > .links a:after { content: ""; }
 
#system .items .item {
	margin-top: 29px;
	padding-top: 30px;
	border: none;
	background: url(article_separator.png) 0 0 repeat-x;
}

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

#system .items .item > .meta { margin-top: 20px; }

/*
 * pagination
 */

#system .pagination a,
#system .pagination strong {
	height: 25px;
	border: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	background: url(pagination_bg.png) 0 0 no-repeat;
	-moz-border-radius: 13px;
	border-radius: 13px;
	overflow: hidden;
}

#system .pagination a {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

#system .pagination a:hover {
	color: #ffffff;
	background-position: 0 -25px;
}

#system .pagination strong { 
	color: #28292A;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

#system .pagination .first,
#system .pagination .last { display: none; }

#system .pagination a.previous,
#system .pagination a.next {
	width: 15px;
	text-indent: 50px;
}

#system .pagination a.previous { background-position: 0 -50px; }
#system .pagination a.previous:hover { background-position: 0 -75px; }

#system .pagination a.next { background-position: 0 -100px; }
#system .pagination a.next:hover { background-position: 0 -125px; }

/* Joomla 1.5/1.6 only */
#system .item > .icon { margin-top: 7px; }

#system .item-list { 
	margin-top: 29px;
	padding-top: 15px;
	border: none;
	background: url(article_separator.png) 0 0 repeat-x;
}

#system .items.leading {
	padding-bottom: 29px;
	margin-bottom: 29px;
	border: none;
	background: url(article_separator.png) 0 100% repeat-x;
}

/*
 * searchbox
 */

#searchbox {
	width: 165px;
	height: 50px;
	padding: 5px 0 0 5px;
	background: url(searchbox_bg.png) 0 0 no-repeat;
}
#searchbox:hover  { background-position: 0 0; }

#searchbox input {
	width: 100px;
	height: 30px;
	color: #E2E2E7;
	font-size: 12px;
	line-height: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

#searchbox:hover input,
#searchbox input:focus { color: #FFFFFF; }

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

#searchbox button.magnifier { background: url(searchbox_magnifier.png) 50% 50% no-repeat; }

#searchbox button.reset { background: url(searchbox_reset.png) 50% 50% no-repeat; }
#searchbox .loading button.reset { background-image: url(searchbox_loader.gif); }

#searchbox .results {
	top: 65px;
	right: 0px;
	border-color: #FFFFFF;
	background: #F8F8FA;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#searchbox .results li.results-header,
#searchbox .results li.more-results {
	height: 40px;
	line-height: 40px;
	color: #72727F;
	font-size: 16px;
}

#searchbox .results li.results-header {
	border: none;
	background: #E8E8EA;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#searchbox .results li.result { 
	border: none;
	color: #969FAA;
	background: url(search_result_item.png) 0 0 repeat-x;
}
#searchbox .results li.result.selected { 
	color: #8C8CA0;
	background-color: #E8E8EA;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

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

#searchbox .results li.more-results {
	padding-left: 30px;
	border-color: #ffffff;
	font-size: 14px;
	background: #E8E8EA url(searchbox_more_results.png) 13px 0 no-repeat;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#searchbox .results li.more-results:hover {
	color: #68ACF8;
	background-position: 13px -40px;
}

/*
 * table zebra
 */
 
table.zebra th,
table.zebra td {
	padding: 9px;
	border-color: #CDCDCF;
	border-color: rgba(0,0,0,0.15);
}

table.zebra tbody tr.odd { background: #E8E8E9; background: rgba(0,0,0,0.03); }
table.zebra tbody tr:nth-of-type(odd) { background: #E8E8E9; background: rgba(0,0,0,0.03); }

table.zebra tbody tr.even { background: #DEDEE0; background: rgba(0,0,0,0.08); }
table.zebra tbody tr:nth-of-type(even) { background: #DEDEE0; background: rgba(0,0,0,0.08); }

/*
 * list style line
 */

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

/*
 * breadcrumbs
 */

.breadcrumbs {
	margin: 0px 0px 30px 0px;
	font-size: 12px;
	line-height: 20px;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs strong {
	height: 23px;
	padding: 0 10px 0 10px;
	line-height: 23px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.breadcrumbs a,
.breadcrumbs span {
	margin-right: 14px;
	background: url(breadcrumbs.png) 0 0 repeat-x;
	color: #5A5C5E;
}

.breadcrumbs a:hover { 
	color: #F0F4F9;
	background: #6594C2;
}

.breadcrumbs strong {
	color: #F0F4F9;
	font-weight: normal;
	background: #6594C2;
}

/*
 * readmore button
 */
 
a.readmore {
	height: 24px;
	padding: 0 15px 0 22px;
	border: none;
	background: #6594C2 url(readmore.png) 0 0 no-repeat;
	line-height: 24px;
	font-size: 12px;
	color: #F0F4F9;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.readmore:hover {
	background-color: #3C6A99;
	background-position: 0 -34px;
	color: #FFFFFF;
}

#bottom a.readmore {
	background-color: transparent;
	background-position: 0 -68px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}

#bottom a.readmore:hover {
	color: #ffffff;
	background-color: transparent;
	background-position: 0 -102px;
}