hr
{
	display: none;
}

body
{
	background-image: url('../gui/bg-body.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

.audioholder
{
	cursor: pointer;
	background-color: #0A354C;
	color: #FFF;
	font-weight: bold;
}

.audioholder span.button
{
	display:none;
}

.audioholder span.title
{
	display: block;
	padding: 0px 20px 0px 40px;
	background-image: url('../gui/audio/audio.icon.small.nomask.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.audioholder.stopped span.title
{
	background-image: url('../gui/audio/audio.icon.small.nomask.stopped.gif');
}


#page
{
	width: 920px;
	margin: 0 auto;
	padding-left: 20px;
	background-image: url('../gui/bg-page.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	
	position: relative;
}

#page .video
{
	margin-top:14px;
}


#page span.hide
{
	display:none;
}

/* 
	twitter
*/

.twitter-share-button
{
	position: absolute;
	left: 20px;
	top: 118px;
	display: block;
	width:55px;
	height:20px;
}

.twitter-share-button a
{
	display: block;
	width:55px;
	height:20px;
	background-image: url('../gui/tweet.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.twitter-share-button a:hover
{
	background-position: 0px -42px;
}

.twitter-share-button a span
{
	display:none;
}

/*
	facebook
*/
.facebooklike
{
	position: absolute;
	left: 85px;
	top: 116px;
	display: block;
}

/*
	rss
*/
a.rss
{
	float: left;
	position: relative;
	font-family: Verdana;
	width: 176px;
	display: inline-block;
	padding: 10px 0px 10px 32px;
	/*background-color: #FFE9CF;*/
	color: #f46600;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	background-image: url('../gui/icons/rss.orange.small.png');
	background-repeat: no-repeat;
	background-position: 8px 6px;
	border: 1px #f46600 solid;
}
a.rss:hover
{
	background-image: url('../gui/icons/rss.black.small.png');
	color:#000;
}



#header
{
	width: 900px;
	height: 150px;
}

#header #logo h1 a
{
	float: right;
	display: block;
	text-indent: -2000px;
	width: 440px;
	height: 125px;
}

#main-navigation
{
	font-family: Georgia, Times, serif;
	
	float: right;
	
	width: 210px;
	margin-right: 20px;
	
	min-height: 200px;	
}



	
#sitesearch
{
	width:200px;
	padding: 0 5px;
}

#sitesearch label
{
	display:none;
}



#twitfollow
{
	position:absolute;
	left:-100px;
	top:16px;
}

#tweets
{
	position: absolute;
	left: 20px;
	top: 16px;
	
	width: 350px;
	height: 70px;
	overflow: hidden;
}

#tweets h2
{
	display: none;
}

#tweets div.tweet
{
	height: 70px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #fff;
}

#tweets p a
{
	color: #fff;
	color: #a9a9ac;
}

#tweets p img
{
	float: left;
	margin-right: 10px;
}

#articles
{
	float: left;
	
	width: 440px;
	min-height: 200px;
	
	margin-right: 20px;
	
	font-family: Verdana;
	font-size: 12px;
	line-height: 150%;
}

.video {
  width: 440px;
  height: 278px;
}

#articles.videos {
  float: none;
  width: 100%;
  margin-right: 0;
}

#articles.videos .folder.video-grid {
  display: flex;
  flex-wrap: wrap;
}

#articles.videos .folder.video-grid .content.video-grid {
  width: 25%;
}

#articles.videos .folder.video-grid .content.video-grid .inner {
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, .2);
  line-height: 1.1;
}

#articles.videos .video-grid .inner-thumb {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: gray;
}

#articles.videos .video-grid .inner-thumb p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  margin: 0;
}

#articles.videos .video-grid .inner-thumb p .video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

#articles.videos .video-grid .inner-content {
  min-height: 60px;
  padding: 10px 15px;
}

#articles.videos .video-grid .inner-content h1 {
  font-size: 100%;
  margin: 0;
  margin-bottom: 5px;
}

#articles.videos .video-grid .inner-content p {
  font-size: 100%;
  margin: 0;
  color: black;
}

#aside
{
	font-family: Georgia, Times, serif;
	
	float: right;
	
	width: 210px;
	margin-right: 20px;
	
	margin-top: 35px;
	min-height: 200px;
}

#aside .download-banner {
  margin-bottom: 10px;
}

#footer
{
	clear: both;
	height: 20px;
}

/* 
	
*/
#articles h1,
#articles h2
{
	font-size: 19px;
	line-height: 120%;
	font-weight: normal;
		
	color: #58585a;
	margin-bottom: 10px;
}

#articles h1 em,
#articles h2 em
{
	/* 	display: block; */
	font-size: 10px;
	line-height: 12px;
	display: inline;
	color: #818285;
	white-space: nowrap;
}

#articles h1 a,
#articles h2 a { color:#8c608f;text-decoration: none; }

#articles h5,
#articles h6
{
	margin :8px 0 8px 0;
	color: #58585a;	
}
#articles .toggable
{
	padding-left: 15px;
	background-image: url('../gui/bg-h5-closed.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

#articles .toggable.open
{
	padding-left: 15px;
	background-image: url('../gui/bg-h5-open.gif');
	background-repeat: no-repeat;
	background-position: 1px 6px;
}

#articles p,
#articles ul
{
	font-size:90%;
	color: #58585a;
}

#articles p
{
	margin-bottom: 10px;
}

#articles p.small
{
	font-size: 9px;
	line-height: 11px;
	color:#58585A;
}

#articles div.detailed p.intro
{
	font-weight: bold;
}

#articles p.date
{
	font-size: 10px;
	color: #818285;
	margin: 0;
	/* 	margin-bottom: 10px; */
}

#articles p.readmore,
#articles .reageer,
#articles div.allcomments .comment
{
	font-size: 11px;
	
	padding-bottom: 10px;
	border-bottom: 3px solid #8c608f;
	margin-bottom: 10px;
}

#articles div.allcomments .comment.cmshidden
{
	background-color: #fde0e0;
}

#articles div.allcomments .comment.cmshidden p small.red
{
	color: #FF150C;
}

#articles p.readmore
{
	padding-top: 10px;
	width:100%;
	clear:both;
}
#articles .folder p.readmore
{
	padding-top:0px;
}

#articles p a,
#articles ul li a
{
	color: #ef3e36;
	text-decoration: none;
}

a.file
{
	padding-left: 18px;
	background-image: url('../gui/icons/os_.gif');
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
	display:inline-block;
	overflow: visible;
}

a.inline.file
{
	/*display:inline;*/
}

a.file.pdf
{
	background-image: url('../gui/icons/os_pdf.gif');
}
a.file.doc
{
	background-image: url('../gui/icons/os_doc.gif');
}
a.file.mov
{
	background-image: url('../gui/icons/os_mov.gif');
}
a.file.xls
{
	background-image: url('../gui/icons/os_xls.gif');
}
a.file.zip
{
	background-image: url('../gui/icons/os_zip.gif');
}

#articles ul
{
	padding-left: 1.5em;
	margin:0 0 10px 0;
}

#articles ul li
{
	list-style-type: disc;
	color: #58585a;
}

/* 
	imgs 
*/
#articles div.thumbnail
{
	float:left;
	position:relative;
	display:inline;
	margin:6px 12px	12px 0;
	padding:0;
}
#articles div.thumbnail.even
{
	
}


/* 
	
*/
#aside h2
{
	color: #fff;
	font-size: 18px;
	padding: 4px 6px;
}

#comments h2,
#comments h2 a
{
	color: #fff;
	text-decoration: none;
}

#comments form
{
	margin-bottom: 10px;
	background-color: #14455e;
}

#comments div.latest
{
	margin-bottom: 10px;
	background-color: #337193;
}



/* 
	
*/
#poll
{
	margin-bottom: 10px;
	background-color: #818285;
	
}

#poll h2
{
	color: #fff;
	background-color: #405d3f;
}


#tip-us
{
	color: #fff;
	margin-bottom: 10px;
	background-color: #58585a;
}


/* 
	
*/
#comments
{
	
}

#comments .latest h2
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
}

/*
	javascript pagination
*/

#articles ul.pagination
{
	list-style:none; 
	margin:10px 0px 0px 0px; 
	padding:0px; 
	clear:both;
	width:100%;
	display:inline-block;
	
}
#articles ul.pagination li
{
	list-style:none;
	float:left; 
	margin:3px;
}
#articles ul.pagination li a
{   
	display:block; 
	padding:3px 5px; 
	color:#fff; 
	background-color:#8C608F; 
	text-decoration:none;
	border:1px solid #8C608F; 
}
#articles ul.pagination li a.active
{
	border:1px solid #8C608F; 
	color:#000; 
	background-color:#fff;
}
#articles ul.pagination li a.inactive
{
	background-color:#eee; 
	color:#777; 
	border:1px solid #ccc;
}
