
@import url('portfolio.css');
@import url('portfolio-content.css');
@import url('guestbook-pen.css');

/* hidden, screen-reader safe */
div#top-logo span,
div#bottom-logo span,
div#primary-menu span,
div.link span,
div#pager li#pager-next span,
div#pager li#pager-previous span
{
	position: absolute;
	left: -10000px;
	top: -10000px;
}

html,
body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	overflow-y: scroll;
}

body,
input,
select,
textarea
{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #28140d;
}

form
{
	margin: 0;
	padding: 0;
}

a
{
	color: #28140d;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

.error
{
	color: #FF0000;
}

.button-replaced
{
	position: absolute;
	left: -5000px;
	top: -5000px;
}

.button-replacement
{
	background: url('../images/standaard_button_left.gif') no-repeat top left;
}

.button-replacement:hover .inner
{
	color: #333;
	cursor: pointer;
}

.button-replacement .outer
{
	display: block;
	background: url('../images/standaard_button_right.gif') no-repeat top right;
}

.button-replacement .inner
{
	background: url('../images/standaard_button_tile.gif') repeat-x top left;
	display: block;
	height: 13px;
	margin: 0 13px;
	padding: 3px 10px 5px 8px;
	font-size: 11px;
	font-weight: regular;
	color: #2b120e;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

#overlay
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url('../images/overlay_bg.png');
}

#overlay.hidden
{
	position: absolute;
	top: -1000px;
	left: -1000px;
	bottom: auto;
	right: auto;
	width: 1px;
	height: 1px;
}

#ajax-loader
{
	background: url('../images/ajax-loader.gif') no-repeat center center;
	width: 32px;
	height: 32px;
	z-index: 1000;
	position: fixed;
	left: 50%;
	top: 50%;
	border: 1px solid #FFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#page
{
	position: relative;
	width: 900px;
	min-height: 100%;
	padding: 0 5px;
	margin: 0 auto;
	background: url('../images/background_tile.gif') repeat-y top left;
	font-size: 0.8em;
	z-index: 1;
}

div#top
{
	height: 310px;
	position: relative;
}

div#top-logo
{
	background: #2b120e url('../images/logo_yard.jpg') no-repeat center center;
	width: 280px;
	position: absolute;
	top: 15px;
	left: 15px;
}

div#top-logo a
{
	display: block;
	height: 280px;
}

div#top-menu
{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 575px;
	height: 280px;
	background: url('../images/5luik_1.jpg') no-repeat top left;
	overflow: hidden;
}

div#top-menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#primary-menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 280px;
}

div#primary-menu li
{
	height: 280px;
	width: 56px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
}

div#primary-menu a
{
	display: block;
	height: 280px;
	width: 56px;
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#primary-menu li#item-0
{
	background-image: url('../images/menu01.png');
}

div#primary-menu li#item-1
{
	background-image: url('../images/menu02.png');
}

div#primary-menu li#item-2
{
	background-image: url('../images/menu03.png');
}

div#primary-menu li#item-3
{
	background-image: url('../images/menu04.png');
}

div#primary-menu li#item-4
{
	background-image: url('../images/menu05.png');
}

div.secondary-menu
{
	float: right;
	width: 280px;
	height: 280px;
	background: url('../images/white_layer.png') no-repeat top left;
}

div.secondary-menu a
{
	display: block;
	padding: 10px;
}

div.secondary-menu li
{
	padding-bottom: 1px;
	background: url('../images/submenu_dot_tile.gif') repeat-x bottom left;
	display: block;
	width: 280px;
	height: 36px;
}

div#primary-menu li:hover,
div#primary-menu li.active,
div.secondary-menu a:hover,
div.secondary-menu li.active a
{ 
	background-color: #2B120E;
	color: #FFF;
	text-decoration: none;
}

#middle
{
	padding: 0 15px 15px 15px;
	position: relative;
	z-index: 1;
}

#middle-content
{
	overflow: hidden;
}

div#middle-top
{
	overflow: hidden;
}

div#middle-bottom
{
	margin: 15px 0 0 0;
}

#content a,
.content a,
.quick-links a,
.text a
{
	padding-right: 10px;
	background: url('../images/link_arrow.gif') no-repeat 100% 6px;
}

div#bar-left,
div#bar-right
{
	width: 280px;
}

div#bar-left
{
	float: left;
}

div#bar-right
{
	float: right;
}

#back-link
{
	position: absolute;
	left: 900px;
	top: -13px;
}

#back-link a
{
	width: 40px;
	height: 305px;
	display: block;
	background: url('../images/terug.png') no-repeat;
}

#page #back-link a.back-brown{
	background-image: url('../images/terug_bruin.png');
}

#back-link a:hover,
#back-link a.back-brown:hover
{
	background-image: url('../images/terug_up.png') !important;
}

#back-link span
{
	display: none;
}

.blocks
{
	overflow: hidden;
}

.main-quote
{
	background: #139893;
	width: 260px;
	height: 260px;
	padding: 10px;
}

.blocks .main-quote
{
	float: left;
}

.main-quote blockquote
{
	font-family: Times, serif;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.main-quote blockquote p
{
	margin: 0;
}

.block-list .item
{
	float: left;
	width: 280px;
	margin-bottom: 15px;
}

ul.items-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.block
{
	width: 280px;
}

.border-block
{
	width: 278px !important;
}

.block .header
{
	padding: 6px;
	color: #FFF;
}

.block .border-header
{
	color: #139893 !important;
	padding: 5px !important;
	border: 1px solid #139893 !important;
}

.block .header h2
{
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: normal;
}

.header-icon
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.header-icon a
{
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #FFF;
}

.read-more-link
{
	overflow: hidden;
}

.read-more-link a
{
	float: right;
	display: block;
	width: 48px;
	height: 15px;
	background: url('../images/but_meer.gif') no-repeat top left;
}

.read-more-link a:hover
{
	background-image: url('../images/but_meer_hover.gif');
}

.clickable
{
	cursor: pointer;
}

.two-span-column-block
{
	width: 575px !important;
}

.first-block
{
	float: left;
}

.second-block
{
	margin: 0 0 0 295px;
}

div#bottom-bar
{
	background: #f6f3ee;
	margin: 0 15px;
}

div#bottom-menu
{
	color: #493e3c;
	overflow: hidden;
	font-size: 0.85em;
	padding: 10px 15px;
}

div#bottom-menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#bottom-menu li
{
	float: left;
	margin: 0 2px;
}

div#bottom-menu a
{
	color: #493e3c;
}

div#bottom-menu a.active
{
	text-decoration: underline;
}

#bottom-bar #extra-links
{
	float: right;
}

#bottom-bar #extra-links ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#bottom-bar #extra-links li
{
	float: left;
}

#bottom-bar #extra-links a
{
	display: block;
	height: 34px;
	background-repeat: no-repeat;
}

#bottom-bar #extra-links a:hover,
#bottom-bar #extra-links a.active
{
	background-position: 0 -34px;
}

#bottom-bar #twitter-link a
{
	width: 106px;
	background-image: url('../images/twitter.jpg');
}

#bottom-bar #linkedin-link a
{
	width: 100px;
	background-image: url('../images/linkedin.jpg');
}

#bottom-bar #drupal-link a
{
	width: 107px;
	background-image: url('../images/drupal.jpg');
}

#bottom-bar #scrivo-link a
{
	width: 93px;
	background-image: url('../images/scrivo.jpg');
}

div#footer
{
	overflow: hidden;
	padding: 10px 20px 100px 20px;
	font-size: 0.8em;
	color: #95958d;
	text-align: center;
}

div#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#footer li
{
	display: inline;
	margin: 0 2px;
}

div#footer a
{
	color: #95958d;
}

div#portfolio-swf
{
	position: absolute;
	/* ORIGINEEL: right: -32px; */
	right: -115px;
	top: 200px;
	z-index: 2;
}
