/*==============================================================================

	This website/webapplication is developed by:
	Occhio Group
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70

	STYLESHEET FOR CCS1 (fonts, colors, sizes)
==============================================================================*/

/* ============================================================================= 
	STYLES FOR CONTENT
============================================================================= */


/* Search results - BIG */
#results-big-container {
	position: absolute;
	height: 183px;
	width: 666px;
	top: 10px;
	left: 225px;
}

.result-big {
	float: left;
	height: 168px;
	width: 328px;
	margin-right: 10px;
}

#results-big-container .last{
	width:327px;
}

.result-big .result-content {
	height: 160px;
}

.image-big {
	float: left;
	margin: 5px;
}

.result-big .result-title {
	width: 189px;
	padding-top: 1px;
}

/* Search results - MEDIUM */
#results-medium-container {
	position: absolute;
	height: 135px;
	width: 890px;
	top: 200px;
	left: 0px;
}

.result-medium {
	height: 108px;
	float: left;
	width: 215px;
	margin-right: 10px;
}

.result-medium .result-content,
.result-small .result-content {
	height: 100px;
	padding: 0;
}

.image-medium {
	float: left;
	margin: 5px;
}

.result-medium .result-title {
	width: 140px;
	padding-top: 1px;
}

.result-medium .result-date {
	font-size: 7pt;
}

/* Search results - SMALL */
#results-small-container {
	position: absolute;
	height: 255px;
	width: 890px;
	top: 330px;
	left: 0px;
}

.result-small {
	float: left;
	width: 102px;
	margin-right: 10px;
	margin-bottom: 6px;
}

#results-small-container .even {
	margin-right: 11px;
}

#results-small-container .last {
	margin-right: 0;
}

.result-small .result-title {
	width: 94px;
	font-size: 7pt;
	padding-top: 2px;
}

/* General result settings */
.result-body {
	padding: 2px 5px 0px 0px;
	line-height: 19px;
}

.result-header {
	display: block;
	height: 18px;
}

.result-title {
	height: 18px;
	float: left;
	background-color: #5B3E1B;
	color: white;
	padding: 0 5px;
}

.result-date {
	height: 18px;
	float: left;
	color: #5B3E1B;
	padding: 0 5px;
}

.result-content {
	background: white;
	color: #5E5E5E;
	width: 100%;
	border: 1px solid #5B3E1B;
	padding: 0;
}

#content .last {
	margin: 0;
}

a.read-more,
a.read-more-small,
a.read-more:link,
a.read-more-small:link,
a.read-more:visited,
a.read-more-small:visited {
	font-style: italic;
	text-decoration: none;
	color: #7883BB;
	background-image: url('/images/layout/arrow-icon.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 2px 25px 2px 0;
}

a.read-more-small,
a.read-more-small:visited,
a.read-more-small:link {
	padding: 10px 20px 2px 0;
	background-position: 100% 0;
}

a.read-more:hover {
	text-decoration: none;
}

/* No results */
div.no-results {
	margin: 100px;
	color: #5B3E1C;
}