﻿/*
* STYLESHEET DEFACTO.NL
* BY MATTHIJS KUIPER
* INFO@MATTHIJSKUIPER.NL
*/

/* NEWS HOME */

.newsblock {
	float: left;
	width: 325px;
	margin: 7px;
	padding: 8px;
	border-bottom: 1px solid #d8d8d8;
}
* html .newsblock { /* ie6 */
	width: 315px;
	margin-right: 12px;
	margin-left: 3px;
}

#newsarchivebutton {
	text-align: center;
	/*margin: 10px 0 10px 10px;*/
}

.morenews-button a {
	padding: 2px 5px;
	color: #565656;
	font-weight: bold;
	text-decoration: none;
	background-color: #ebebeb;
}

.morenews-button a:hover {
	color: #5ea6eb;
}

/* blog home */
.morenews-button .blogs-pagechooser {
	display: none;
}




/* NEWS ARCHIVE */

#contentwide #newsarchive, #contentnarrow #newsarchive {
	margin-left: 0;
}

#newsarchive li {
	padding-left: 15px;
	padding-bottom: 0;
	list-style: none;
	background-color: #fff;
	border-bottom: 1px solid #d8d8d8;
	background-image: url(../uploads/defacto/img/bullet-arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
}

#newsarchive li a {
	position: relative;
	display: block;
	padding: 7px 0 5px 10px;
	text-decoration: none;
}

#newsarchive li a:hover {
	background-color: #f3f9ff;
}

#newsarchive img {
	display: none;
}

#newsarchive .newsdate {
	position: absolute;
	font-weight: bold;
	right: 5px;
}
* html #newsarchive .newsdate { /* ie6 */
	right: 15px;
}

.newspagenav {
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
}

.newspagenav a {
	padding: 0 3px;
	font-family: sans-serif, Arial;
	font-weight: bold;
	color: #565656;
	text-decoration: none;
	background-color: #ebebeb;
}

.newspagenav a:hover {
	color: #5ea6eb;
}

.postdate {
	margin: -8px 0 8px 0;
	padding-bottom: 5px;
	color: #e1a900;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
}

.returnurl {
	margin-top: 8px;
}

.returnurl a {
	font-weight: bold;
	color: #5ea6eb;
	text-decoration: none;
}


/* NEWS LINKER KOLOM */

#leftcolumn #recentnews {
	margin-left: 0;
}

#leftcolumn #recentnews li {
	padding: 8px 0;
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	background-image: url(../uploads/defacto/img/bullet-arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
}

#leftcolumn #recentnews li p {
	text-indent: 15px;
}

#leftcolumn #recentnews li a {
	text-decoration: none;
	color: #5ea6eb;
}

#leftcolumn .morenews-button {
	text-align: left;
	margin-top: 10px;
}


/* NEWS RECHTER KOLOM */
#rightcolumn #newsletter-archief li {
	background: transparent url(../uploads/defacto/img/bullet-arrow-grey.gif) no-repeat 0 9px;
	text-indent: 15px;
	list-style: none;
	padding: 3px 0 2px;
}

#rightcolumn #recentnews {
	margin-left: 0;
	padding: 0 8px;
	background-color: #fff1c6
}

#rightcolumn #recentnews li {
	padding: 8px 0;
	list-style: none;
	border-bottom: 1px solid #bab298;
	background-image: url(../uploads/defacto/img/bullet-arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
}

#rightcolumn #recentnews li p {
	text-indent: 15px;
}

#rightcolumn #recentnews li a {
	/*text-decoration: none;
	color: #e1a900;*/
	text-decoration: underline;
	font-weight: normal;
	color: #3b3b3b;
}

#rightcolumn .morenews-button {
	text-align: left;
	margin: 10px 0 10px 5px;
}

#rightcolumn .morenews-button a {
	background-color: transparent;
}

#rightcolumn .morenews-button a:hover {
	color: #e1a900;
}