/*
// MAIN
*/

#container {
	width: 100%;
	margin: 0px auto;
}

#header {
	display: none;
}

#header-date {
	position: relative;
	top:0px;
	left:0px;
	float: right;
}

#header-submenu {
	display: none;
}

#header-menu {
	display: none;
}

#menu-categories {
	display: none;
}

#content-main {
	padding: 12px;
}

#breadcrumbs {
	padding: 0px 15px;
	font-size: 11px;
	font-weight: normal;
	color: #666565;
}

#footer {
	display: none;
}

#feeds {
	display: none;
}

#badges {
	display: none;
}

#footnote {
	display: none;
}

/*
// END MAIN
*/

/*
// STRUCTURE
*/

.left-column {
	display: none;
}

.center-column {
	float: none;
	width: 502px;
	display: block;
	padding: 0px 10px;
}

.right-column {
	display: none;
}

.padding-1 {
	padding: 0px 1px;
}

.padding-3 {
	padding: 0px 3px;
}

.padding-10 {
	padding: 7px 10px;
}

.top-border {
	border-top: 1px solid #cdcdcd;
}

.box, .container {
	margin: 10px 0px;
}

.box-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.box-highlight {
	background: url(../images/boxes/smallest-orange.gif) -196px 0px repeat-y;	
}

.center-column div.box-header {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/medium.gif) no-repeat;
	display: block;
}

.center-column div.box-header-title {
	position: relative;
	width: 482px;
	padding: 7px 10px;
	background: url(../images/boxes/medium.gif) -502px 0px repeat-y ;
}

.center-column div.box-header-title-white {
	position: relative;
	width: 482px;
	padding: 7px 10px;
	background: url(../images/boxes/medium.gif) -1004px 0px repeat-y;
}

.center-column div.box-content {
	position: relative;
	background: url(../images/boxes/medium.gif) -1004px 0px repeat-y;
}

.center-column div.box-content img.images {
	width: 500px;
}

.center-column div.box-footer {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/medium.gif) -1506px 0px no-repeat;
}

.hidden {
	display: none;
}

/*
// STRUCTURE CONTENT
*/

/*
// CONTENT
*/

.list {
	list-style: none;
}

.list span.title, .list span.source {
	font-style: italic;
}

em {
	font-size: 11px;
}

ul.list {
	list-style: none;
}

.list {
	font-size: 14px;
}

ul.list li {
	height: 24px;
}

div.highlight {
	background: url(../images/highlight-left.gif) no-repeat;
	height: 19px;
	padding: 0px 0px 0px 2px;
}

div.highlight a, div.highlight span {
	float: left;
	display: block;
	background: #c74708;
	font-size: 11px;
	line-height: 19px;
	height: 19px;
	color: #ffffff;
	padding: 0px 10px;
}

div.highlight div.highlight {
	float: left;
	background: url(../images/highlight-right.gif) no-repeat;
	height: 19px;
	width: 2px;
}

span.highlight, a.highlight, h1.highlight, h2.highlight {
	color: #a64211;
}

div.title-date {
	float: left;
	margin: 0px 10px 0px 0px;
}

div.overlay-description {
	position: absolute;
	width: 500px;
	left: 1px;
	bottom: 0px;
}

div.overlay-description p.title {
	display: block;
	padding: 10px 10px;
	margin: 0px;
	font-size: 24px;
	text-transform: uppercase;
	background: #f8931d;
	color: #ffffff;
}

div.overlay-description p.sub-title {
	display: block;
	padding: 5px 10px;
	margin: 0px;
	font-size: 12px;
	background: #3f3e3c;
	color: #ffffff;
}

p.orange, p.intro {
	color: #c74708;	
}

img.star {
	display: inline;
}

.small-columns {
	list-style: none;
}

.small-columns li {
	float: left;
	width: 144px;
	padding: 0px 12px;
	border-right: 1px dotted #cdcdcd;
	border-left: 1px dotted #cdcdcd;
}

.small-columns li.first {
	padding: 0px 12px 0px 0px;
	border: none;
}

.small-columns li.last {
	padding: 0px 0px 0px 12px;
	border: none;
}

.small-columns img {
	padding: 0px 0px 10px 0px;
}

.blog-reacties {
	border-top: 1px dotted #cdcdcd;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.eenvandaag-bloggers-reacties a {
	color: #c74708;
}

a.author {
	text-transform: uppercase;
	color: #f99420;
}

p.title {
	font-weight: bold;
}

.pagination {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #cecece;
	word-spacing: 5px;
}

.pagination a {
	font-weight: bold;	
}

.article-title {
	padding: 10px 0px;
	font-size: 16px;
	margin: 0px;
	line-height: 18px;
}

.article-text h1, .article-text h2, .article-text h3 {
	font-size: 14px;
}

.article-text p {
	margin: 10px 0px;
}

.read-more {
	color: #a64211;
}

#info a {
	font-weight: bold;
}

ul.in-coorperation {
	list-style: none;
}

ul.in-coorperation li {
	position: relative;
	float: left;
	vertical-align: middle;
	padding: 5px 10px 0px 0px;
}

ul.in-coorperation li.beeld-geluid {
	padding: 0px 10px 0px 0px;
}

/*
// END CONTENT
*/

/*
// ICONS
*/

.arrow {
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -22px no-repeat;
	display: block;
	float: right;
}

.arrow:hover {
	background-position: -22px -22px;
}

.minus {
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -44px no-repeat;
	display: block;
	float: right;
}

.minus:hover {
	background-position: -22px -44px;
}

.plus {
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -66px no-repeat;
	display: block;
	float: right;
}

.plus:hover {
	background-position: -22px -66px;
}

.help {
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -88px no-repeat;
	display: block;
	float: right;
}

.help:hover {
	background-position: -22px -88px;
}

.rss {
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px 0px no-repeat;
	display: block;
	float: right;
}

.rss:hover {
	background-position: -22px 0px;
}

.text {
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -110px no-repeat;
	display: block;
	float: right;
}

.text:hover {
	background-position: -22px -110px;
}

.right-column span.text {
	float: left;
}

.photo {
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -132px no-repeat;
	display: block;
	float: right;
}

.photo:hover {
	background-position: -22px -132px;
}

.right-column span.photo {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
}

.video {
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -154px no-repeat;
	display: block;
	float: right;
}

.video:hover {
	background-position: -22px -154px;
}

.right-column span.video {
	margin: 0px 5px 0px 0px;
	position: relative;
	float: left;
}

.archive {
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -176px no-repeat;
	display: block;
	float: right;
}

.archive:hover {
	background-position: -22px -176px;
}

.right-column span.archive {
	margin: 0px 5px 0px 0px;
	position: relative;
	float: left;
}

.google {
	width: 64px;
	height: 15px;
	text-indent: 64px;
	overflow: hidden;
	background: url(../images/badges.gif) 0px 0px no-repeat;
	display: block;
	margin: 0px 10px 0px 0px;
}

.live {
	width: 83px;
	height: 15px;
	text-indent: 83px;
	overflow: hidden;
	background: url(../images/badges.gif) 0px -15px no-repeat;
	display: block;
	margin: 0px 10px 0px 0px;
}

.netvibes {
	width: 64px;
	height: 15px;
	text-indent: 64px;
	overflow: hidden;
	background: url(../images/badges.gif) 0px -30px no-repeat;
	display: block;
	margin: 0px 10px 0px 0px;
}

/*
// END ICONS
*/

/*
// FORMS
*/

input, textarea {
	font-size: 11px;
	font-family: 'Trebuchet MS';
}

.input-medium {
	width: 134px;
	border: none;
	background: url(../images/forms/input-medium.gif) no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
}

.btn-search {
	width: 57px;
	height: 20px;
	background: url(../images/forms/buttons.gif) 0px 0px no-repeat;
	border: 0px;
	margin: 0px 0px 0px 10px;
	text-indent: 57px;
	overflow: hidden;
}

.btn-search:hover, .btn-search.hover {
	background-position: -173px 0px;
	cursor: pointer;
}

.btn-login {
	width: 57px;
	height: 20px;
	background: url(../images/forms/buttons.gif) 0px -20px no-repeat;
	display: block;
	text-indent: 57px;
	overflow: hidden;
}

.btn-login:hover {
	background-position: -173px -20px;
}

.btn-signup {
	width: 72px;
	height: 20px;
	background: url(../images/forms/buttons.gif) 0px -40px no-repeat;
	display: block;
	border: none;
	text-indent: 72px;
	overflow: hidden;
}

.btn-signup:hover {
	background-position: -173px -40px;
	cursor: pointer;
}

.btn-signup-highlight {
	width: 72px;
	height: 20px;
	background: url(../images/forms/buttons.gif) 0px -140px no-repeat;
	display: block;
	border: none;
	text-indent: 72px;
	overflow: hidden;
}

.btn-signup-highlight:hover {
	background-position: -173px -140px;
	cursor: pointer;
}

.btn-send {
	width: 84px;
	height: 20px;
	background: url(../images/forms/buttons.gif) 0px -60px no-repeat;
	display: block;
	border: none;
	text-indent: 84px;
	overflow: hidden;
}

.btn-send:hover {
	background-position: -173px -60px;
	cursor: pointer;
}

.btn-browse {
	width: 57px;
	height: 20px;
	background: url(../images/forms/buttons.gif) 0px -100px no-repeat;
	border: 0px;
	text-indent: 57px;
}

.btn-browse:hover, .btn-browse.hover {
	background-position: -173px -100px;
	cursor: pointer;
}

.btn-vote {
	width: 173px;
	height: 20px;
	background: url(../images/forms/buttons.gif) 0px -80px no-repeat;
	display: block;
	border: none;
	text-indent: 173px;
	overflow: hidden;
	margin: 0px auto;
}

.btn-vote:hover {
	background-position: -173px -80px;
	cursor: pointer;
}

.btn-react {
	width: 154px;
	height: 20px;
	background: url(../images/forms/buttons.gif) 0px -120px no-repeat;
	display: block;
	border: none;
	text-indent: 173px;
	overflow: hidden;
	margin: 0px auto;
}

.btn-react:hover {
	background-position: -173px -120px;
	cursor: pointer;
}

.btn-beeldcanon {
	width: 117px;
	height: 20px;
	background: url(../images/forms/buttons.gif) 0px -160px no-repeat;
	display: block;
	border: none;
	text-indent: 117px;
	overflow: hidden;
}

.btn-beeldcanon:hover {
	background-position: -173px -160px;
	cursor: pointer;
}

#newstip-form {
	padding: 10px 0px;
	margin: 0px;
	width: 420px;
}

#newsletter label, #newstip label {
	float: left;
	width: 140px;
}

#newsletter input, #newstip input {
	width: 259px;
	border: none;
	background: url(../images/forms/input-largest.gif) no-repeat;
	height: 18px;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 10px 0px;
}

#newstip textarea {
	width: 259px;
	height: 132px;
	border: none;
	background: url(../images/forms/textarea-largest.gif) no-repeat;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 10px 0px;
}

#newsletter button.btn-signup {
	margin: 0px 0px 0px 140px;
}

#newstip label.newstip-code {
	width: 200px;
}

#newstip img.newstip-code {
	padding: 0px 0px 0px 200px;
}

#newstip input#newstip-code {
	width: 134px;
	border: none;
	background: url(../images/forms/input-medium.gif) no-repeat;
	height: 18px;
	padding: 3px 5px 0px 5px;	
}

#newstip input#newstip-faketext {
	float: left;
	width: 190px;
	border: none;
	background: url(../images/forms/input-file.gif) no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
	margin: 0px 12px 10px 0px;
}

#search-archive-form ul {
	list-style: none;
}

#search-archive-form ul li {
	float: left;
}

#search-archive-form ul li.select {
	padding: 0px 15px 0px 0px;
}

#search-archive-form button {
	float: left;
}

#search-archive-form input {
	width: 134px;
	border: none;
	background: url(../images/forms/input-medium.gif) no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
	margin: 0px 0px 0px 10px;	
}

#search-archive-form input.date {
	width: 27px;
	border: none;
	background: url(../images/forms/input-small.gif) no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
	margin: 0px 0px 10px 0px;	
}

#search-archive-form input.small-date {
	width: 17px;
	border: none;
	background: url(../images/forms/input-smallest.gif) no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
	margin: 0px 0px 10px 0px;	
}

#comment-react {
	display: none;
}

#comment-list {
	display: none;
}

#comment-result {
	display: none;
}

/*
// END FORMS
*/

/*
// TAGS
*/

#tagcloud div {
	text-align: center;
	display: none;
}

.tag1 {
	line-height: 24px;
	font-size: 12px;
}

.tag2 {
	line-height: 24px;
	font-size: 14px;
}

.tag3 {
	line-height: 24px;
	font-size: 18px;
}

.tag4 {
	line-height: 24px;
	font-size: 20px;
}

/*
// END TAGS
*/

/*
// CAROUSEL
*/

.carousel-left {
	float: left;
	width: 19px;
	height: 134px;
	display: block;
	text-indent: 20px;
	overflow: hidden;
	background: url(../images/btn-carousel.gif) no-repeat 0px 0px;
}

.carousel-left:hover {
	background-position: -19px 0px;
}

.carousel-right {
	float: left;
	width: 19px;
	height: 134px;
	display: block;
	text-indent: 20px;
	overflow: hidden;
	background: url(../images/btn-carousel.gif) no-repeat 0px -134px;
}

.carousel-right:hover {
	background-position: -19px -134px;
}

.carousel-list {
	position: relative;
	float: left;
	width: 444px;
	height: 160px;
	overflow: hidden;
}

.carousel-list div {
	position: absolute;
}

.carousel-list div.carousel-image:hover div.description, .carousel-list div.carousel-image.hover div.description {
	display: block;
}

.carousel-list div.description {
	background: #f8931d;
	width: 170px;
	padding: 5px;
	color: #ffffff;
	display: none;
}

.carousel-min2 {
	top: 0px;
	left: -238px;
}

.carousel-min1 {
	top: 0px;
	left: -53px;
}

.carousel-center {
	top: 0px;
	left: 132px;
}

.carousel-plus1 {
	top: 0px;
	left: 317px;
}

.carousel-plus2 {
	top: 0px;
	left: 502px;
}

/*
// END CAROUSEL
*/

/*
// EXTERNAL SITE ICONS
*/

#articles-external-sites h2 {
	float: left;
}

img.external-icon {
	display: inline;
	margin: 0px 0px -4px 0px;
}

/*
// END EXTERNAL SITE ICONS
*/

/*
// Banners
*/

.banner_180 {
	width: 180px;
	display: block;
	margin: 0px auto;
}

/*
// End Banners
*/

/*
// RATING
*/

#stars {
	cursor: pointer;
}

#bookmarks:hover {
	text-decoration: underline;
	cursor: pointer;
}

#star-rating {
	float: right;
}

.star-rating{
	list-style: none;
	margin: 3px;
	padding: 0px;
	width: 70px;
	height: 14px;
	position: relative;
	background: url(../images/star_rating.gif) bottom left repeat-x;
}

.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}

.star-rating li a{
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: -20px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}

.star-rating li a:hover{
	background: url(../images/star_rating.gif) left top;
	z-index: 1;
	left: 0px;
}

.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:14px;
}
.star-rating a.two-stars{
	left:14px;
}
.star-rating a.two-stars:hover{
	width: 28px;
}
.star-rating a.three-stars{
	left: 28px;
}
.star-rating a.three-stars:hover{
	width: 42px;
}
.star-rating a.four-stars{
	left: 42px;
}
.star-rating a.four-stars:hover{
	width: 56px;
}
.star-rating a.five-stars{
	left: 56px;
}
.star-rating a.five-stars:hover{
	width: 70px;
}

/*
** BOOKMARKS
*/

#bookmarks-list {
	list-style: none;
}

#bookmarks-list li {
	float: left;
	width: 16px;
	padding: 0px 5px;
}