/* CSS document */
* {	
	margin: 0;
	padding: 0; 
}

body {
	font: 62.5%/1.6em Arial, Verdana, geneva;
	color: #FFFFFF;
	margin: 0;
	background: #FF8400 url(../images/bg.gif) top repeat-x; 
}
	
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden; 
}

img {
	top: 0;
	left: 0;
	border: 0; 
}

p { cursor: default; }

a, a img {
	border: 0;
	text-decoration: none;
	outline: 0; 
}

a {
	color: #FF8400;
	text-decoration: none; 
}
	
a img {	border: none; 
}

a:visited {	color: #FF8400;	text-decoration: none; }
a:hover {color: #BBB; }
acronym, abbr {	border-bottom: 1px dashed #333; }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: 0.07em; 
}
	
acronym, abbr {	cursor: help; }

blockquote {
	border-left: 5px solid #CCC;
	margin-left: 1.5em;
	padding-left: 5px; 
}

input {
	border: none;
	margin: 10px 0 0;
	height: 20px;
	color: #FFF;
	padding: 2px;
	display: inline; 
}

textarea {
	border: none;
	margin: 10px 0 0;
	padding: 4px;
	width: 200px; 
}

.box {
	width: 320px;
	float: left;
	padding: 0px;
	margin: 0px; 
}


.box.twitter {
}

.box.twitter a.follow {
	font-size: 1.3em;
	color: #FF8400;
	text-decoration: none;
	margin-left: 15px;
}

.box.twitter a:hover.follow {
	font-size: 1.3em;
	color: #BBB;
	text-decoration: none;
	margin-left: 15px;
}

ul.twitter {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}

ul.twitter li {
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #FFF;
}

ul.twitter li a {
	color: #FF8400;
	text-decoration: none;
}

ul.twitter li a:hover {
	color: #BBB;
	text-decoration: none;
}

.twitterimg {
	width: 200px;
	height: 68px;
	padding-right: 8px;
	float: right;
}
	
.shadow {
	position: absolute;
	top: -26px;
	left: 477px;
	z-index: 1000; 
}
	
p, ul, ol, blockquote, address {
	margin-top: 5px;
	margin-bottom: 10px;
	font-style: normal; 
}

pre {
	font: 13px/1.8 Monaco, MonoSpace;
	margin: 0 0 15px;
}

#dl {
	position: absolute;
	top: 10px;
	right: 0;
	background: #000000;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 6px;
}

#dl:hover { background: #666; }
	
#main .about p {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
}
	
p.error {
	font-size: 11px;
	line-height: 16px;
	padding: 10px 10px 20px;
	color: #FFF;
	font-weight: bold;
	background-color: #E35F25;
	border: 1px solid #FFF; 
}

.hidden
{
	/*used to hide accessibility items*/
	position: absolute;
	left: -9999px;
}

h1 {
	font: 2.2em Arial, Verdana, "geneva normal";
	color: #FFFFFF;
	font: bold 60px Helvetica, Sans-Serif;
	letter-spacing: -2px;
	margin: 20px 0;
	text-align: center;
	cursor: default;
}

h2 {
	font: 2em Arial, Verdana, "geneva normal";
	color: #FFFFFF;
	font: bold 30px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	margin: 0 0 10px;
	cursor: default;
}

h3 {
	font: 16px Georgia, Serif;
	margin: 0 0 10px;
	cursor: default;
}

h5 {
	font: 15px Georgia, Serif;
	text-align: center;
	cursor: default;
}

.box h2 {
	text-align: center;
	font-size: 2.2em;
	color: #FF8400;
	letter-spacing: 0.05em;
	text-shadow: #000 2px 1px 2px;
	display: block;
}

.box.proficient { 
	float: left;	
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

.box.proficient img {
	padding-left: 20px;
	position: relative;
	border: 0px;
	cursor: default;
}

#col1 {
	width: 49%;
	float: left;
	margin: 0 0 20px;
}
#col2 {
	width: 49%;
	float: right;
}

/*group layout*/
#outerwrapper {
	min-width: 960px;
	min-height: 840px;
	background: url(../images/bglaptop.jpg) top center no-repeat;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#container {
	float: left;
	width: 100%;
}

#header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	min-height: 550px;
	height: 550px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

#header #iphonescreen {
	width: 57x;
	height: 86px;
	position: absolute;
	top: 410px;
	left: 27px;
	z-index: 10;
}

#nav {
	float: left;
	width: 600px;
	margin: 100px 0 0px 0px;
	display: inline;
	background: transparent url(../images/nav-bg.jpg) repeat-x;
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#main {
	float: left;
	width: 100%;
	padding: 0;
	margin: 10px 0px 0 0px;
	display: inline;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#footer {
	width: 100%;
	height: 60px;
	display: inline;
	/*combat IE6 Doubled float-margin bug*/
	font-size: 10px;
	line-height: 30px;
	padding: 0px 0;
	margin: 0px 0 0;
	color: #999;
	/*clear: both; apparently redundant because of width*/
}

/**** Clock ****/
#clock {
	background: url("../images/clockstd.png") no-repeat top left;
	height: 123px;
	list-style: none;
	margin: 20px auto 0 auto;
	position: absolute;
	top: 25px;
	left: -35px;
	width: 123px;
}
#clock.csstransforms
{
	background: url("../images/klok.png") no-repeat top left;
}
.csstransforms #sec, .csstransforms #min, .csstransforms #hour
{
	height: 123px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 123px;
}
.csstransforms #sec
{
	background: url("../images/seconde.png") no-repeat top left;
	z-index: 3;
}
.csstransforms #min
{
	background: url("../images/minuut.png") no-repeat top left;
	z-index: 2;
}
.csstransforms #hour
{
	background: url("../images/uur.png");
	z-index: 1;
}

/*group Header*/
#page-wrap {
	width: 517px;
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 223px;
}

.anythingslide {
	background: transparent url(../images/shadow.png) no-repeat;
	z-index: 1000;
}

#header .date {
	width: 72px;
	height: 72px;
	position: absolute;
	display: block;
	right: 65px;
	top: 21px;
	text-align: center;
	cursor: default;
}

#header p.maand {
	color: #fff;
	font-size: 11px;
	line-height: normal;
	padding-bottom: 5px;
	margin-bottom: 0;
	margin-top: 6px;
}

#header p.dag {
	font-size: 10px;
	line-height: normal;
	margin: 0;
}


#header p.dagnr {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	margin-top: 8px;
}

/*group footer*/
#footer #left-footer {
	float: left;
	color: #A6D3EF;
	margin: 0 15px;
	cursor: default;
}

#footer .right {
	float: right;
	color: #999;
	margin: 0 10px;
}

#footer #right-footer {
	font-weight: bold;
	color: #333333;
	float: right;
	margin: 10px 15px 0 0;
	display: inline;
	cursor: default;
}

#footer a:link, #footer a:visited {
	color: #333333;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}
#footer a.hilite { border-bottom: 1px solid #333333; }

/*end*/
.wrap {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0 1em;
}

.twtr-widget a img {
	margin-top: 8px;
}

/* This is for the TitleBlock Plugin */
.image {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.image h2 {
	position: absolute;
	top: 220px;
	left: 0;
	width: 100%;
}

.image h2 span {
	color: #FFFFFF;
	font: bold 30px/40px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0);
	background: url(rgba(0,) url(0.7) 0 0;
	padding: 6px 8px;
}

.image h2 span.spacer {
	padding: 0 2px;
	background: none;
}

/* For Specific Slides */
#textSlide { padding: 10px 30px; }
#textSlide h3 {	font: 20px Georgia, Serif; }
#textSlide h4 {
	text-transform: uppercase;
	font: 15px Georgia, Serif;
	margin: 10px 0;
}

#textSlide ul {
	list-style: disc;
	margin: 0 0 0 25px;
}

#textSlide ul li { display: list-item; }
#quoteSlide { padding: 30px; }
#quoteSlide blockquote {
	font: italic 24px/1.5 Georgia, Serif;
	text-align: center;
	color: #444;
	margin: 0 0 10px;
}

#quoteSlide p {	text-align: center; }

/*************************************************************/
/* @override http://www.bastenbroeke.nl/css/slider.css */

/*
anythingSlider v1.0

By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/

.anythingSlider
{
	width: 517px;
	height: 340px;
	position: relative;
	margin: 0 auto;
}

.anythingSlider img { cursor: default; }
*/
