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

/* General
----------------------------------------------------------------------------------------------------*/

#system .title a { color: #444; }

#system small { color: #999; }


/* Item
----------------------------------------------------------------------------------------------------*/

#system .item > header { margin-bottom: 10px; }

#system .item > header time {
	width: 30px;
	padding: 2px 5px 2px 5px;
	margin-right: 15px;
	border-right: 1px solid #AFAFB0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	text-align: center;
}

#system .item > header time .month {
	display: block;
	margin-bottom: 1px;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

#system .item > header time .day {
	display: block; 
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

#system .item > header .meta {
	margin-top: 15px;
	color: #999;
}

#system .item > header .subtitle{ color: #777; }

#system .item > .links a {
	padding-left: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 15px;
}

#system .item > .links a:hover { background-position: 0 -50px; }
#system .item > .links a + a { background-position: 0 -100px; }
#system .item > .links a + a:hover { background-position: 0 -150px; }

/* Items
----------------------------------------------------------------------------------------------------*/

#system .items .item {
margin-top: 15px;
padding-top: 0px;
border: 1px solid #eee;
padding: 10px;
background: #fbfbfb
}

#system .items .item:first-child {
	margin-top: 0;
}

#system .items > .width50 .title { padding-top: 5px; }
#system .items > .width33 .title { padding-top: 7px; }
#system .items > .width25 .title { padding-top: 9px; }


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination { margin-top: 20px; margin-bottom: 20px;}

#system .pagination a,
#system .pagination strong { 
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FDFEFF; 
	-moz-box-shadow: 0 1px 0 #fff inset;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
}

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

#system .pagination a:hover { 
	border-color: #C8C8C8;
	background: #EEEEEE;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2) inset;
	box-shadow: 0 0 4px rgba(0,0,0,0.2) inset;
	color: #505050;
}


/* Search Box
----------------------------------------------------------------------------------------------------*/

#searchbox {
	width: 165px;
	height: 21px;
	padding: 0 25px;
	background: url('/images/design/search_button_bg.png') no-repeat 179px 0px #fff;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	top: 5px;
}


#searchbox input {
	height: 21px;
	color: #999;
	font-size: 12px;
}

#searchbox input:-moz-placeholder { color: #999; }
#searchbox input::-webkit-input-placeholder { color: #999; }
#searchbox input.placeholder { color: #999; }

#searchbox.filled button {
	width: 25px;
	background: #fff url(../images/searchbox_reset.png) 50% 49% no-repeat; 
	
}
#searchbox.loading button { background: #000 url(../images/searchbox_loader.gif) 50% 50% no-repeat; width: 25px; height:21px}

/* Drop-Down Results */
#searchbox .results {
	top: 27px;
right: -1px;
width: 300px;
border: 1px solid #c8c8c8;
border-top: none;
background: #2C2D2E url(../images/searchbox_results.png) 0 0 repeat-x;
-moz-border-radius: 3px;
border-radius: 3px;
color: #B9B9B9;
text-transform: none;
line-height: 150%;
-webkit-box-shadow: #fff 0px 0px 12px;
box-shadow: #fff 0px 0px 12px;
}

#searchbox .results li.more-results,
#searchbox .results li.result { background: url(../images/searchbox_results_item.png) 0 0 repeat-x; }

#searchbox .results li.result.selected { background-color: #424243; }

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



/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/

.breadcrumbs { font-size: 12px; }

.breadcrumbs a,
.breadcrumbs > span {
	padding-right: 15px;
	background: url(../images/breadcrumbs.png) 100% 50% no-repeat;
	text-decoration: underline;
	color: #888;
}

.breadcrumbs a:hover {color: #ED1C24}

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

