@charset "utf-8";
/* Stylesheet File													*/
/* content.css 														*/
/* Modified May 06th 2010								 			*/
/* http://www.heder.nu/		 									    */

/* fundamental style */

.clear {
	float: none;
	clear: both;
}
.spacer {
	margin: 0;
	padding-top: 10px;
	clear: both;
}
.spacer.tall {
	padding-top: 20px;
}
.hidden {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -9999em;
	top: 0;
}

/* divider style */

.divider {
	height: 26px;
	background: transparent url(../images/divider_dotted.png) repeat-x 0 9px;
	line-height: 1px;
	font-size: 1px;
	float: none;
	clear: both;
}
.single .divider {
	height: 10px;
	background-position: 0px 9px;
}

/* hr style */

hr {
	height: 0;
	max-height: 0;
	margin: 12px 0;
	border: 0 solid #b0b0b0;
	border-top-width: 1px;
	line-height: 0;
	font-size: 0;
	clear: both;
}
*:first-child + html hr {  /* be nice to Internet Explorer 7.0 */
	margin: 1px 0;
}
* html hr { /* be nice to Internet Explorer 6.0 */
	margin: 1px 0;
}

/* entry style */

.entry {
	width: 490px;
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom: 1px #d5d5d5 solid;
	position: relative;
	overflow: hidden;
}
.entry .card {
	width: 160px;
	height: auto;
	padding-top: 4px;
	display: inline;
	line-height: 0;
	float: left;
}
.entry .info {
	width: 320px;
	display: inline;
	position: relative;
	float: right;
}
.entry dl {
	width: 320px;
	font-size: 11px;
	padding: 0;
}
.entry dl dt {
	width: 100px;
}
.entry dl dd {
	width: 220px;
}

/* list style */

.list .entry p {
	margin: 0;
	margin-top: 1px;
	line-height: 20px;
}
.list .entry p a {
	text-decoration: none;
	color: #303030;
}
.list .entry p a:hover {
	text-decoration: none;
	color: #686868;
}
.list .entry p a span {
	padding: 0px 5px;
	background: transparent url(../images/action_arrow.png) no-repeat right 5px;
}
.list .entry h4, .list .entry h4 a {
	padding-top: 2px;
	margin-bottom: 2px;
	font-size: 16px;
	color: #4d7143;
}
.list .entry h4 a:hover {
	color: #686868;
}
.list .entry h5 {
	margin: 6px 0;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #686868;
}

/* list pages style */

.list.pages .entry h4 {
	padding-top: 4px;
	margin-bottom: 6px;
}
.list.pages .entry p {
	margin-bottom: 8px;
}

/* list special style */

.list.border {
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d5d5d5;
}
.list .entry .vcard {
	position: absolute;
	right: 0;
	top: 5px;
}

/* list line style */

.list .entry.line .card {
	width: auto;
	margin-right: 8px;
	padding-top: 4px;
}
.list .entry .size {
	position: absolute;
	right: 0;
}
.list .entry.line h4, .list .entry.line h4 a {
	padding-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
}
.list .entry.line p, .list .entry.line span {
	margin: 0;
	margin-top: 1px;
	font-size: 11px;
}
.list.cards .entry.line .card {
	padding-top: 6px;
}
.list.cards .entry.line h5 {
	margin-top: 2px;
}

/* list result style */

.list.result {
	padding-top: 6px;
	border-top: 1px solid #d5d5d5;
}
.list.result .entry p {
	min-height: 54px;
}
.list.result .relevance {
	margin-top: 12px;
	padding-top: 2px;
	border-top: 1px dotted #d5d5d5;
	font-size: 12px;
}
.list.result .entry strong {
	font-weight: normal;
	color: #21759b;
}

/* list resume style */

.list .entry .resume h1, .list .entry .resume h2,
.list .entry .resume h3, .list .entry .resume h4,
.list .entry .resume h5 {
	margin: 10px 0;
	margin-bottom: 4px;
	text-transform: uppercase;
	line-height: normal;
	font-size: 11px;
	color: #4d7143;
}

/* slideshow style */

.slideshow {
	width: 984px;
	height: 246px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.slideshow .slider {
	width: 984px;
	height: 246px;
	position: absolute;
	display: none;
	z-index: 0;
	left: 0;
	top: 0;
}
.slideshow .slider strong {
	width: 984px;
	position: absolute;
	font-weight: normal;
	text-align: center;
	line-height: 60px;
	font-size: 54px;
	display: block;
	color: #ffffff;
	top: 38%;
}
.slideshow .slider:first-child {
	display: block;
}

/* file style */

.file {
	height: 16px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.file a {
	width: auto;
	padding-left: 22px;
	text-decoration: none;
	overflow: hidden;
	display: block;
	color: #686868;
}
.file span {
	width: auto;
	margin-right: 14px;
	font-size: 12px;
	cursor: pointer;
	display: block;
	float: left;
}
.file span.size {
	width: 60px;
}
.file span.date {
	width: 70px;
}
.file:hover a span {
	color: #303030;
}
.file a:hover {
	text-decoration: none;
	color: #303030;
}

/* pagination style */

.pagination {
	width: 490px;
	padding-top: 2px;
	overflow: hidden;
	cursor: default;
}
.pagination a,
.pagination span,
.pagination strong {
	margin-right: 3px;
	padding: 2px 7px;
	font: normal 12px/16px Tahoma, Arial, sans-serif;
	display: block;
	float: left;
}
.pagination a,
.pagination span {
	text-decoration: none;
	border: 1px solid #d5d5d5;
	color: #575757;
}
.pagination a:visited {
	color: #575757;
}
.pagination a:hover, .pagination a:visited:hover {
	text-decoration: none;
	background-color: #f0f0f0;
	border: 1px solid #c2c2c2;
	color: #575757;
}
.pagination strong {
	font-weight: normal;
	background-color: #f0f0f0;
	border: 1px solid #d5d5d5;
	color: #575757;
}
.pagination em {
	padding-top: 3px;
	font: normal 12px/16px Tahoma, Arial, sans-serif;
	display: block;
	float: right;
	color: #575757;
}

