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

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

/*
 * item
 */
 
#system .title {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#system .item > .date {
	margin-right: 10px;
	width: 36px;
	height: 36px;
	background: url(templates/cs_abbey/images/system_date.png) 0 0 no-repeat;
	float: left;
	text-align: center;
	color: #FFFFFF;
}

#system .item > .date .day {
	margin-top: 2px;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1px;
}

#system .item > .date .month { 
	margin: 0px 3px 0px 3px;
	padding-bottom: 1px;
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#system .item > .date + .title { 
	margin: 0 0 15px 0;
	line-height: 36px;
}

#system .item > .meta { 
	font-size: 12px;
	line-height: 15px;
	color: #ACACAD;
}

#system .item > .links a { margin-right: 5px; }

#system .item > .links a:after { content: ""; }

#system .items { margin: 0px -20px 0 -20px; }

#system .items .item {
	margin: 29px 0px 0px 0px;
	padding: 30px 20px 0px 20px;
	border-color: #E5E5E5;
}

#system .item-list { 
	margin-top: 29px;
	padding-top: 15px;
	border-color: #E5E5E5;
}

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

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

#system .items.leading {
	padding-bottom: 29px;
	margin-bottom: 29px;
	border-color: #E5E5E5;
}

/*
 * searchbox
 */

#searchbox {
	width: 170px;
	height: 27px;
	background: url(templates/cs_abbey/images/searchbox_bg.png) 0 0 no-repeat;
}
#searchbox:hover  { background-position: 0 0; }

#searchbox input {
	padding: 3px 0px 3px 0px;
	width: 122px;
	height: 20px;
	color: #909096;
	font-size: 12px;
	line-height: 20px;
}

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

#searchbox button { height: 26px; }

#searchbox button.magnifier {
	width: 26px;
	background: url(templates/cs_abbey/images/searchbox_magnifier.png) 50% 50% no-repeat;
}

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

#searchbox .results {
	top: 33px;
	right: -7px;
	border: none;
	background: url(templates/cs_abbey/images/search_bg.png) 0 0 repeat;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,1);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,1);
	box-shadow: 0 3px 3px rgba(0,0,0,1);
}

#searchbox .results li.results-header,
#searchbox .results li.more-results {
	height: 40px;
	border: none;
	line-height: 40px;
	color: #F2F1F0;
	font-size: 18px;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	background: url(templates/cs_abbey/images/search_results_header.png) 0 0 repeat-x;
}

#searchbox .results li.result { 
	border-color: #000000;
	border-color: rgba(0,0,0,0.7);
	color: #969FAA;
}
#searchbox .results li.result.selected { 
	color: #ffffff;
	background: url(templates/cs_abbey/images/search_result_selected.png) 0 0 repeat-x;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}

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

#searchbox .results li.more-results {
	padding-left: 20px;
	border-color: #222426;
	font-size: 14px;
	background-position: 0 -40px;
}

#searchbox .results li.more-results:hover {	color: #AC0000; }

/*
 * table zebra
 */
 
table.zebra th,
table.zebra td {
	padding: 9px;
	border-bottom: 1px solid #E0E0E1;
}

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

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

/*
 * list style line
 */

ul.line > li {
	border-top-style: solid;
	border-color: #E5E5E5;
	color: #525252;
}
ul.line li a {
	color: #525252;
	text-decoration: none;
}
ul.line li a:hover,
#bottom ul.line li a:hover { color: #AC0000; }

#bottom ul.line > li {
	color: #7A7A81;
	border-color: #252525;
}
#bottom ul.line li a { color: #7A7A81; }

/*
 * pagination
 */

#system .pagination a,
#system .pagination strong {
	height: 16px;
	min-width: 16px;
	margin: 0px 3px 0px 3px;
	padding: 0px;
	border: none;
	line-height: 16px;
	overflow: hidden;
}

#system .pagination a { color: #ACACAD; }
#system .pagination strong { color: #AC0000; }
#system .pagination a:hover { 
	color: #525254;
	text-decoration: underline;
}

#system .pagination .previous,
#system .pagination .next {
	width: 16px;
	background: url(templates/cs_abbey/images/pagination_bg.png) 0 0 no-repeat;
	text-indent: 50px;
}

#system .pagination .previous:hover { background-position: 0 -20px; }
#system .pagination .next { background-position: 0 -40px; }
#system .pagination .next:hover { background-position: 0 -60px; }

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

/*
 * breadcrumbs
 */

.breadcrumbs {
	height: 20px;
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #E8E8E9;
	line-height: 20px;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs strong {
	height: 20px;
	padding: 0 10px 0 0;
	line-height: 20px;
}

#page .breadcrumbs a,
#page .breadcrumbs span {
	margin-right: 10px;
	border-right: 1px solid #E8E8E9;
	color: #ACACAC;
}

#page .breadcrumbs a:hover { 
	color: #525252;
	text-decoration: underline;
}

.breadcrumbs strong { 
	color: #AC0000;
	font-weight: normal;
}

/*
 * readmore button
 */

a.readmore,
a.readmore span.readmore-1,
a.readmore span.readmore-2  { background: url(templates/cs_abbey/images/readmore.png) 0 0 no-repeat; }

a.readmore {
	border: none;
	padding: 0px;
	font-size: 10px;
	color: #F2F1F0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	background: url(templates/cs_abbey/images/readmore.png) 0 0 no-repeat;
}

a.readmore span.readmore-1 {
	padding: 0px 10px 0px 10px;
	background-position: 100% -30px;
	display: block;
}

a.readmore span.readmore-2 {
	height: 25px;
	line-height: 25px;
	color: #464648;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	background-position: 0 -60px;
	background-repeat: repeat-x;
	display: block;
}

a.readmore:hover { background-position: 0 -90px; }
a.readmore:hover span.readmore-1 { background-position: 100% -120px; }
a.readmore:hover span.readmore-2 {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	background-position: 0 -150px;
}

a.readmore:active { background-position: 0 -180px; }
a.readmore:active span.readmore-1 { background-position: 100% -210px; }
a.readmore:active span.readmore-2 {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	background-position: 0 -240px;
}/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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

/* BACKGROUND */
#page.background-desert { 
	background-image: url(templates/cs_abbey/images/background/desert_bg.jpg);
	background-color: #130F0C;
	background-repeat: no-repeat;
}

#page.background-grass {
	background-image: url(templates/cs_abbey/images/background/grass_bg.jpg);
	background-color: #0A0C07;
	background-repeat: no-repeat;
}

#page.background-stadium {
	background-image: url(templates/cs_abbey/images/background/stadium_bg.jpg);
	background-color: #19191B;
	background-repeat: no-repeat;
}

#page.background-worldmapblue {
	background-image: url(templates/cs_abbey/images/background/worldmapblue_bg.png);
	background-color: #010115;
	background-repeat: repeat-x;
}
.background-worldmapblue #page-body { background: url(templates/cs_abbey/images/background/worldmapblue_img.jpg) 50% 0 no-repeat; }

#page.background-worldmapwhite {
	background-image: url(templates/cs_abbey/images/background/worldmapwhite_bg.png);
	background-color: #DFE0E2;
	background-repeat: repeat-x;
}
.background-worldmapwhite #page-body { background: url(templates/cs_abbey/images/background/worldmapwhite_img.jpg) 50% 0 no-repeat; }

#page.background-street {
	background-image: url(templates/cs_abbey/images/background/street_bg.jpg);
	background-color: #19191B;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#page.background-fabricdark {	background-image: url(templates/cs_abbey/images/background/fabricdark_bg.png); }
.background-fabricdark #page-body { background: url(templates/cs_abbey/images/background/fabricdark_img.jpg) 50% 0 no-repeat; }

#page.background-squares {	background-image: url(templates/cs_abbey/images/background/squares_bg.png); }
.background-squares #page-body { background: url(templates/cs_abbey/images/background/squares_img.jpg) 50% 0 no-repeat; }

#page.background-grid {	
	background-image: url(templates/cs_abbey/images/background/grid_img.jpg);
	background-repeat: no-repeat;
	background-color: #D3D4D8;
}
.background-grid #page-body { background: url(templates/cs_abbey/images/background/grid_bg.png) 50% 0 repeat; }

#page.background-concert { 
	background-image: url(templates/cs_abbey/images/background/concert_bg.jpg);
	background-color: #0B0B09;
	background-repeat: no-repeat;
}

/* set raster overlays */
.background-stadium #page-body,
.background-street #page-body,
.background-grass #page-body,
.background-concert #page-body { background: url(templates/cs_abbey/images/background/raster.png) 50% 0 repeat;}

/* darker wrappers */
#page.background-desert .wrapper-1,
#page.background-desert .wrapper-2,
#page.background-grass .wrapper-1,
#page.background-grass .wrapper-2,
#page.background-stadium .wrapper-1,
#page.background-stadium .wrapper-2,
#page.background-worldmapblue .wrapper-1,
#page.background-worldmapblue .wrapper-2,
#page.background-fabricdark .wrapper-1,
#page.background-fabricdark .wrapper-2,
#page.background-squares .wrapper-1,
#page.background-squares .wrapper-2 { background-image: url(templates/cs_abbey/images/wrapper_dark_bg.png); }

/* FONTS */
body.font-lucida,
.font-lucida h1,
.font-lucida h2,
.font-lucida h3,
.font-lucida h4,
.font-lucida h5,
.font-lucida h6 { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }

body.font-georgia,
.font-georgia h1,
.font-georgia h2,
.font-georgia h3,
.font-georgia h4,
.font-georgia h5,
.font-georgia h6 { font-family: Georgia, "Times New Roman", Times, serif; }

body.font-trebuchet,
.font-trebuchet h1,
.font-trebuchet h2,
.font-trebuchet h3,
.font-trebuchet h4,
.font-trebuchet h5,
.font-trebuchet h6 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; }/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* typography */
h2,
h4,
h6,
a:link,
a:visited { color: #7DAB00; }
ul.links li { background-image: url(templates/cs_abbey/images/styles/green/typography/list_links.png); }
ul.links li:hover a,
#bottom ul.links li:hover a { color: #7DAB00; }

/* menus */
#toolbar .menu li a { background-image: url(templates/cs_abbey/images/styles/green/topmenu_item_bg.png); }
#footer .menu li a { background-image: url(templates/cs_abbey/images/styles/green/footermenu_item_bg.png); }
#menu a.level3.current span.bg,
#menu li.level3 a.level3:hover span.bg { color: #8AC600; }
#menu a.level3 span.bg,
#menu span.level3 span.bg {	background-image: url(templates/cs_abbey/images/styles/green/menu_level3_item.png); }
div.mod-line ul.menu a:hover span.bg,
div.mod-line ul.menu span:hover span.bg { color: #7DAB00; }
div.mod-line ul.menu a.level1,
div.mod-line ul.menu span.level1 { background: url(templates/cs_abbey/images/styles/green/submenu_level1_item.png); }
div.mod-line ul.menu li.parent .level1 span.bg { background-image: url(templates/cs_abbey/images/styles/green/submenu_level1_item_parent.png); }
div.mod-line ul.menu li.level2 span.bg { background-image: url(templates/cs_abbey/images/styles/green/submenu_level2_item.png); }

/* modules */
.module h3.header span.color { color: #7DAB00; }
div.mod-box-templatecolor div.box-1 { 
	background-image: url(templates/cs_abbey/images/styles/green/module_box_templatecolor_bg.png);
	background-color: #6C9A01;
}
div.mod-box-templatecolor h3.header span.subtitle { color: #4D8100; }
div.mod-box-templatecolor a { color: #385E00; }
#system .item > .date {	background-image: url(templates/cs_abbey/images/styles/green/system_date.png); }
#searchbox .results li.more-results:hover,
ul.line li a:hover,
#bottom ul.line li a:hover,
#system .pagination strong { color: #7DAB00; }
#system .pagination .previous,
#system .pagination .next { background-image: url(templates/cs_abbey/images/styles/green/pagination_bg.png); }
.breadcrumbs strong { color: #7DAB00; }
a.readmore,
a.readmore span.readmore-1,
a.readmore span.readmore-2  { background-image: url(templates/cs_abbey/images/styles/green/readmore.png); }/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
	display: block;
	width: 240px;
	height: 100px;
	background: url(images/yootheme/logo.png) 0 0 no-repeat;
}
.style-blue #logo a.logo-icon { background-image: url(images/yootheme/logo_blue.png); }
.style-green #logo a.logo-icon { background-image: url(images/yootheme/logo_green.png); }
.style-orange #logo a.logo-icon { background-image: url(images/yootheme/logo_orange.png); }
.style-pink #logo a.logo-icon { background-image: url(images/yootheme/logo_pink.png); }
.style-turquoise #logo a.logo-icon { background-image: url(images/yootheme/logo_turquoise.png); }

/* rss + twitter toolbar icons */
#toolbar a.rss,
#toolbar a.twitter {
	display: inline-block;
	margin-top: 7px;
}

/* demo content: spotlight teaser */
#headerbar .spotlight .teaser {
	height: 300px;
	background: url(images/yootheme/home_header_spotlight_blog.jpg) 0 0 no-repeat;
}

.background-desert #headerbar .spotlight .teaser { background-image: url(images/yootheme/home_header_spotlight_desert.jpg) }
.background-grass #headerbar .spotlight .teaser { background-image: url(images/yootheme/home_header_spotlight_grass.jpg) }
.background-stadium #headerbar .spotlight .teaser { background-image: url(images/yootheme/home_header_spotlight_stadium.jpg) }
.background-worldmapblue #headerbar .spotlight .teaser { background-image: url(images/yootheme/home_header_spotlight_worldmapblue.jpg) }
.background-worldmapwhite #headerbar .spotlight .teaser { background-image: url(images/yootheme/home_header_spotlight_worldmapwhite.jpg) }
.background-street #headerbar .spotlight .teaser { background-image: url(images/yootheme/home_header_spotlight_street.jpg) }
.background-fabricdark #headerbar .spotlight .teaser { background-image: url(images/yootheme/home_header_spotlight_fabricdark.jpg) }
.background-squares #headerbar .spotlight .teaser { background-image: url(images/yootheme/home_header_spotlight_squares.jpg) }
.background-concert #headerbar .spotlight .teaser { background-image: url(images/yootheme/home_header_spotlight_concert.jpg) }


/* demo content: icons page */
.iconbox {
	padding: 19px;
	border: 1px solid #E5E5E5;
	background: #FAFBFB;
	overflow: hidden; 
}

/* demo content: social bookmarks */
#socialbookmarks a {
	display: block;
	height: 30px;
	width: 30px;
	background: url(images/yootheme/socialbookmarks.png) 0 0 no-repeat;
}

#socialbookmarks a.twitter:hover { background-position: 0 -30px; }
#socialbookmarks a.facebook { background-position: 0 -60px; }
#socialbookmarks a.facebook:hover { background-position: 0 -90px; }
#socialbookmarks a.flickr { background-position: 0 -120px; }
#socialbookmarks a.flickr:hover { background-position: 0 -150px; }
#socialbookmarks a.linkedin { background-position: 0 -180px; }
#socialbookmarks a.linkedin:hover { background-position: 0 -210px; }
#socialbookmarks a.myspace { background-position: 0 -240px; }
#socialbookmarks a.myspace:hover { background-position: 0 -270px; }#advanced-search {
	text-align:left;
	width:100%;
	padding:5px 0 15px;
}

#advanced-search-toggle {
	cursor:pointer;
}

#search-query-explained {
	padding:10px 0;
}

#search-query-explained span.term,
#search-query-explained span.date,
#search-query-explained span.when,
#search-query-explained span.branch,
#search-query-explained span.node,
#search-query-explained span.op {
	font-weight:bold;
}

#search-query-explained span.op {
	text-transform:uppercase;
}

#search-results li.search-result .mime-pdf {
	padding-left:20px;
	background:url(media/com_finder/images/mime/pdf.png) no-repeat;
}

#search-results .search-pagination,
#search-results .pagination,
#search-results .search-pages-counter {
	clear:both;
	margin:0 auto;
}

#highlighter-start, #highlighter-end {
	display:none;
	height:0;
	opacity:0;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 4px;
}

ul.autocompleter-choices {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #EEEEEE;
	background-color:white;
	border-right-color:#DDDDDD;
	border-bottom-color:#DDDDDD;
	text-align:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:50;
}

ul.autocompleter-choices li {
	background:none;
	position:relative;
	padding:0.1em 1.5em 0.1em 1em;
	cursor:pointer;
	font-weight:normal;
	font-size:1em;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color:#444;
	color:#fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	font-weight:bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:#9FCFFF;
}

ul#finder-filter-select-list {
	top: 4em !important;
}
