/*
Theme Name: Scherm
Theme URI: http://mysite.nl
Author: A.Z. Verhaegen
Author URI: http://www.abcomputersolutions.nl
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* 

----- Text Heading -----

*/

h1 {
font-family: 'Open Sans', sans-serif;
font-size: 60px;
padding: 10px;
font-weight: bold;
background-color: #339933;
line-height: 75px;
}

h2 {
font-family: 'Open Sans', sans-serif;
font-size: 45px;
font-weight: bold;
margin: 8px;
}

h3 {
font-family: 'Open Sans', sans-serif;
font-size: 20px;
font-weight: bold;
margin: 5px;
}

strong {
   font-weight: bold;
}

/* 

----- Structure -----

*/

html { 

font-family: 'Open Sans', sans-serif;
color: #ffffff;
font-size: 25px;

}

img {
max-width: 100%;
height: auto;
}

body {
overflow: hidden;
}

a:visited {
color: #ffffff;
}

a:link {
color: #ffffff;
text-decoration: none;
}

a:visited {
color: #ffffff;
}

a:hover {
color: #1F1F1F;
}



#site-container {
width: 100%;
}


#content {
width: 100%;
z-index: 100;
overflow: hidden;
}

footer {
width: 100%;
height: 70px;
background-color: rgba(75, 75, 75, 0.85);
position: absolute;
bottom: 0px;
z-index: 9000;
color: #ffffff;
}

#continuousrssscrolling-2 {
	width: 90%;
	text-align: center;
	margin: 10px;
	float: right;
	color: #ffffff;
}

#crs_Holder {
color #ffffff;	
}


#clock_plugin-2 {
	width: 10%;
	text-align: center;
	margin-left: 10px;
	margin-top: 15px;
}

#hours{
	font-size: 30px;
	float: left;
	margin-left: 5px;
}
#point{
	font-size: 30px;
	float: left;
}
#min{
	font-size: 30px;
	float: left;
	margin-right: 5px;
}

#Date{
	font-size: 12px;
	float: left;
	margin-right: 5px;
}