/* ====================================================
	Title:		Screen Style Sheet - rdnm Micha
	Author:		Harm Wimmenhove
	Site:		http://harm.glucose-ontwerp.nl
	Date:		2009.04.09
==================================================== */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* layout */
body { background: url(../img/bg.gif) 0 0 repeat; text-align: center; }
h1 a { width: 440px; height: 75px; margin: 55px 10px 10px; float: left; background: url(../img/welcome_rndm.png) 0 0 no-repeat; }

#container { width: 970px; margin: 23px auto 100px auto; text-align: left; }
	#top { position: relative; width: 970px; height: 174px; background: url(../img/top.png) 0 0 no-repeat; }
	#bottom { width: 970px; height: 80px; background: url(../img/bottom.png) 0 0 no-repeat; }
	#content { width: 970px; background: url(../img/content.png) 0 0 repeat-y; }

	.vcard .email { position: absolute; right: 50px; top: 75px; width: 80px; }
	.vcard .linkedin { position: absolute; right: 80px; top: 115px; width: 50px; height: 15px; }

#content { overflow: hidden; }
#maincontent { float: left; display: inline; width: 800px; margin: 30px 20px; }
#navigation { position: relative; top: -15px; float: left; display: inline; width: 120px; text-align: left; }

/* type */
#maincontent,
#navigation { font: 1.2em Helvetica,Arial,sans-serif; line-height: 1.4em; color: #464646; }


/* hide for your mother */	
h1 a,
.vcard { display: block; overflow: hidden; text-indent: -9999px; }	
	
h2 { text-transform: uppercase; }


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}
.sIFR-hasFlash .navigation li {
	font-size: 14px;
	cursor: pointer;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}