/* - - - - - - - - - - - - - - - - - - - - -
 ______ _       _     _     __  __          _ _       
|  ____(_)     | |   | |   |  \/  |        | (_)      
| |__   _  __ _| |__ | |_  | \  / | ___  __| |_  __ _ 
|  __| | |/ _` | '_ \| __| | |\/| |/ _ \/ _` | |/ _` |
| |____| | (_| | | | | |_  | |  | |  __/ (_| | | (_| |
|______|_|\__, |_| |_|\__| |_|  |_|\___|\__,_|_|\__,_|
           __/ |                                      
          |___/

Title : 		GLOBAL.CSS style sheet: copy default.css styles and update!
Author : 		$Author$
URL : 			http://www.OURPROJECT.NL
Modified : 		$LastChangedDate$ - SVN: $Revision$
- - - - - - - - - - - - - - - - - - - - - */


/* -----------------------------------------
	1: RESET [start from scratch]
----------------------------------------- */

/* 
	Latest version of the Eric Meyer Reset:
	http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
	
	Updates -> see EIGHTMEDIA UPDATE's:
*/
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,
b, u, i, center,
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-size: 100%;
	_font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none; background: #FFFFCC;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -----------------------------------------
	1.1: GENERIC FIXES [fixes clearing issues with floats]
	http://www.positioniseverything.net/easyclearing.html
----------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* -----------------------------------------
	2: GENERICS [Generic type, .classes, etc]
----------------------------------------- */
body{
	background: #70cce2;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* -----------------------------------------
	TYPOGRAPHY
----------------------------------------- */
div{font-size: 1em;} /* = 10px */

p, dl, td, th, li, pre, code, kbd, samp, pre, tt, input{
	font-size: 1.2em; /* 13px */
}
p{
	line-height: 1.8em;
	margin-bottom: 1em;
	color: #373737;
}

strong{font-weight: bold;}
em{font-style: italic; background: #FFF2B7;}
cite{font-style: italic;}
abbr, acronym { cursor: help; text-transform: uppercase; font-size: 85%; letter-spacing: .1em; border-bottom: 1px dotted #000;}
pre { white-space: pre; }
pre * { font-size: 1.3em; line-height: 1.5em; white-space: pre; }
blockquote {font-family:Georgia, serif;color: #693;font-style:italic;text-align: right;margin-top: 42px;}
blockquote > *:before { content: "\201C"; }
blockquote > *:after { content: "\201D"; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

address,
blockquote p{padding: 0;margin: 0;color: #690;font-weight:normal;line-height: 2em;font-size: 1.3em;}
.quoteAuthor{margin-top:15px;font-family:Georgia, serif;font-size: 1.4em;text-align: right;color: #690;font-style: italic;}

hr { display: block; background: #000; color: #fff; width: 100%; height: 1px; border: none; }
hr{
	border: 1px dotted #e6eaeb;
	border-width: 1px 0 0 0;
	background:transparent;
}

/* Cascading font size should remain same! */
/* TODO: Check this out? Necessary?! */
td td,li ul li,li ol li,td p, dd p, li p,ul li ul li,ul li ul li p,ol li ol li,ol li ol li p{
	font-size: 1.0em!important;
	line-height: 1.5em!important; /* TODO: Check this out? Necessary?! */
}
/* -----------------------------------------
	TAG CLOUD
----------------------------------------- */
.tag-1{font-size: 1em;}
.tag-2{font-size: 1.1em;}
.tag-3{font-size: 1.2em;}
.tag-4{font-size: 1.3em;}
.tag-5{font-size: 1.4em;}
.tag-6{font-size: 1.5em;}
.tag-7{font-size: 1.6em;}
.tag-8{font-size: 1.7em;}
.tag-9{font-size: 1.8em;}
.tag-10{font-size: 1.9em;}
.tag-11{font-size: 2.0em;}

/* -----------------------------------------
	GENERIC CLASSES
----------------------------------------- */
.alignRight{text-align: right;}
.alignLeft{text-align: left;}
.alignCenter{text-align: center;}
.floatRight{float: right;}
.floatLeft{float: left;}
.error{
	background: transparent;
	color: red;
}
.success{
	background: transparent;
	color: green;
}

/* -----------------------------------------
	HEADERS
----------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Grande",Arial, verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 0.4em 0;
}
h1{font-size: 2em;color: #036;}

h2{font-size: 1.6em;color: #333;}
h3{font-size: 1.4em;color: #333;line-height:1.3em; font-family: Georgia, 'Times New Roman', serif;}
h3.grey{color: #9f9f9f;margin-bottom: 15px;}
h4{font-size: 1.4em;color: #333;font-weight: normal;}
h5{font-size: 1.4em; color: #999;font-weight: bold;}


/* -----------------------------------------
	LINKS
----------------------------------------- */
a:link,
a:visited,
a:hover,
a:active{
	color: #006699;
	text-decoration: none;
}
a:hover,
a:active{
	color: #33ccff;
}

a#blogLink{
	position: absolute;
	right: 0;
	height: 95px;
	width: 128px;
	overflow: hidden;
}

	a#blogLink:link img,
	a#blogLink:visited img{
		position: absolute;
		top: 0;
		left: 0;
	}

	a#blogLink:hover img{
		top: -95px;
	}

	a#blogLink.active img{
		top: -190px;
	}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active{
	color: #ffdf52;
	text-decoration: none;
}
h1 a.alt{
	color: #bff3ff;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active{color: #333;}

a.readMore:link,
a.readMore:visited,
a.readMore:hover,
a.readMore:active{
	background: transparent url('/static/img/bg_link_readmore.gif') no-repeat center right;
	padding-right: 10px;
}

#formBlock a:link,
#formBlock a:visited,
#formBlock a:hover,
#formBlock a:active{
	color: #ffdf52;
	border-bottom: 1px dotted #ffdf52;
}
#formBlock a:hover,
#formBlock a:active{
	border-bottom: 0;
}

h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active{
	display:block;
	color: #373737;
}
h3.grey a:link,
h3.grey a:visited,
h3.grey a:hover,
h3.grey a:active{
	color: #9f9f9f;
}


/* -----------------------------------------
	LISTS
----------------------------------------- */
ul, ol{ 
	list-style-type: disc; 
	list-style-position: outside; 
	margin: 2em 0;
	margin-left: 1.5em;
}
ol{list-style-type: decimal;}
	ul li, ol li{margin: 0.5em 0;}

dl{margin: 0.5em 0;line-height: 2em;}
	dl dt{font-weight: bold;}
	dl dd{margin-left: 1.0em;}

/* horizontal lists */
ul.horizontal,
ol.horizontal{
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
}
	ul.horizontal li,
	ol.horizontal li{
		display: inline;
		float: left;
		margin: 0;
	}

	/* -----------------------------------------
		NAVIGATION
	----------------------------------------- */
#fancymenu{
    position: relative;
    margin-top: 10px;
    float: right;    
}
#fancymenu div.background {
	background:transparent url('/static/img/bg_nav_right.gif') no-repeat scroll right top;
	position:absolute;
	visibility:hidden;
	z-index:8;
	padding-right: 5px;
	top: 0;

}
#fancymenu div.background .left {
	background:transparent url('/static/img/bg_nav_left.gif') no-repeat scroll left top;
	height:20px;

}
	#nav{
		list-style-type: none;
		list-style-position: inside;
		margin:0;
	}
		#nav li{
			margin: 5px 0 5px 0;
			float: left;
			font-family: "Lucida Grande", Arial, helvetica, verdana, sans-serif;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: bold;
		}
		#fancymenu #nav li.active{margin: 5px 0;}
			#fancymenu #nav li.active a:link,
			#fancymenu #nav li.active a:hover,
			#fancymenu #nav li.active a:active,
			#fancymenu #nav li.active a:visited
			{ 
				text-decoration: underline;
			}
			
			#fancymenu #nav li.active a:link.fancy,
			#fancymenu #nav li.active a:hover.fancy,
			#fancymenu #nav li.active a:active.fancy,
			#fancymenu #nav li.active a:visited.fancy
			{ 
				text-decoration: none;
			}
			
			#fancymenu #nav li.last{
				margin-left: 25px;
			}
			
			#fancymenu #nav li a:link,
			#fancymenu #nav li a:visited,
			#fancymenu #nav li a:hover,
			#fancymenu #nav li a:active{
				text-decoration: none;
				color: #325261;
				height:30px;
				overflow:hidden;
				padding:10px;
				position:relative;
				z-index:10;
			}

			#nav li a:hover,
			#nav li a:active{}

				#nav li.active a:link,
				#nav li.active a:visited,
				#nav li.active a:hover,
				#nav li.active a:active{
					
				}

	#breadcrumb{
	    clear: both;
		list-style-type: none;
		list-style-position: inside;
		margin: 10px 0 0 0;
		padding: 10px 28px 0 28px;
		border-top: 1px dotted #bbb;
		background: url('/static/img/bg_content.gif') repeat-x top left;
	}
		#breadcrumb li{
			float: left;
			margin: 0;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			font-size: 1em;
			text-transform: uppercase;
			color: #069;
			vertical-align: middle;
			margin: 5px 0 0 0;
			padding: 0;
		}
		#breadcrumb li.first{
			margin: 2px 6px 0 0;
		}
		#breadcrumb li.last{
			color: #666;
		}
		#breadcrumb li.first a:link,
		#breadcrumb li.first a:visited,
		#breadcrumb li.first a:hover,
		#breadcrumb li.first a:active{
			background: transparent url('/static/img/logo_eight_bc.gif') no-repeat top left;
			height: 11px;
			width: 15px;
			display: block;
			padding:5px 0 0 0;
		}
		#breadcrumb li.first a:hover,
		#breadcrumb li.first a:active{
			background: transparent url('/static/img/logo_eight_bc.gif') no-repeat 0 -17px ;
		}
			#breadcrumb li a:link,
			#breadcrumb li a:visited,
			#breadcrumb li a:hover,
			#breadcrumb li a:active{
				color: #069;
				text-decoration: none;
			}
			
			#breadcrumb li a:hover{
			    border-bottom: 1px dotted #ccc;
			}
			
			#breadcrumb li.first a:hover{
			    border: none;
			}
			
	#footer ul{
		list-style-type: none;
		list-style-position: inside;
		margin: 5px 0 0 6px;
		padding: 0 0 60px 0;
	}
		#footer ul li{
			float: left;
			margin-right: 10px;
			color: #3f8aa0;
			text-transform: uppercase;
			font-size: 1em;
		}
			#footer ul li a:link,
			#footer ul li a:visited,
			#footer ul li a:hover,
			#footer ul li a:active{
				color: #3f8aa0;
				text-decoration: none;
			}
			#footer ul li a:hover,
			#footer ul li a:active{
				text-decoration: underline;
			}
/* definition lists */
dl{
	margin: 0.5em 0;
	line-height: 2em;
}
	dl dt{font-weight: bold;}
	dl dd{margin-left: 1.0em;}

/* -----------------------------------------
	IMAGES
----------------------------------------- */
img.left{float: left;margin: 0 1em 0 0;}
img.right{float: right;margin: 0 0 0 1em;}
img.clear{margin:2px 10px 0px 0;}

a img{border: 0;}
/* -----------------------------------------
	BASE STRUCTURE (Div frame)
----------------------------------------- */

.outerWrapper{}

	
	.innerWrapper{
		width: 966px;
		margin: 0 auto;
		position: relative;
	}
	#contentShadow{
		background:transparent url('/static/img/bg_content_shadow.gif') repeat top left;
		padding: 0 6px 6px 0;
		position: relative;
		top: 0;
		z-index: 1;
	}
		#shadowRightCorner,
		#shadowLeftCorner{
			height: 6px;
			width: 6px;
			display: block;
			background: #70cce2;
			position: absolute;
		}
		#shadowLeftCorner{ bottom: 0; left: 0; }
		#shadowRightCorner{top: 0; right: 0;}
		
		a#logoEight:link,
        a#logoEight:visited,
        a#logoEight:hover,
        a#logoEight:active{
        	border: none;
        	text-decoration: none;
        	z-index: 100;
        	margin: 0 20px 0 18px;
        	float: left;
        	position: relative;
        }
		
		#navigation{
			background: #fff;
			padding: 5px 0 9px 0;
			border-bottom: 1px solid #e0e0e0;
			z-index: 5;
		}
		#content{
			background: #fff url('/static/img/bg_content.gif') repeat-x top left;
			padding:0 0 40px 0;
		}
		
			.mainBlock{
				width: 660px;
				padding: 0 0 0 30px;
			}
			
				#visual{
					margin: 0;
					padding: 0;
					overflow: hidden;
					height: 300px;
				}
			.sidebar{
				width: 274px;
				float: right;
			}

#visual.errorpage{
	margin-bottom: 20px;
}


/* -----------------------------------------
	HOME
----------------------------------------- */
		.home #visual{
			margin-bottom: 0px;
			height: 340px;
			background: url('/static/img/home_gradient.gif') repeat-x bottom left;
		}
		.home .mainBlock{
			width: 912px;
			padding: 0 0 6px 0;
			float: left;
			position: relative;
		}
			.home .rightColumn{
				width: 404px;
				float: right;
				padding: 5px 10px 0 0;
			}
				.home .rightColumn p,
				.home .rightColumn h2,
				.home .rightColumn ul{
					margin-left: 0px;
				}
				.home .rightColumn p{
					font-size: 1.3em;
				}
				.home .rightColumn ul li{
					font-weight:bold;
					color:#333;
				}
				.home .rightColumn h2{
					margin-bottom: 15px;
				}
				
				.home .rightColumn #blogBtn{
					position: absolute;
					right: -48px;
					bottom: 12px;
				}
				
					.home .rightColumn #blogBtn{
						border: none;
						text-decoration: none;
					}
		
		.home .leftColumn{
			width: 478px;
			float: left;
			border:0;
			height: 327px;
			position: relative;
			margin-left: -10px;
		}
		
			.home .leftColumn .showcaseItem{
				position: absolute;
				top: 0;
				z-index: 0;
			}
			
			.home .leftColumn .showcaseItem a:link,
			.home .leftColumn .showcaseItem a:visited,
			.home .leftColumn .showcaseItem a:hover,
			.home .leftColumn .showcaseItem a:active{
				display: block;
				position: relative;
			}
			
			.home .leftColumn .promo{
				margin-left: 34px;
			}
		
			.home .leftColumn .showcaseItem a:link .more_btn,
			.home .leftColumn .showcaseItem a:visited .more_btn,
			.home .leftColumn .showcaseItem a:hover .more_btn,
			.home .leftColumn .showcaseItem a:active .more_btn{
				position: absolute;
				bottom: 96px;
				right: 23px;
				visibility: visible;
				display: none;
			}
						
			.home .leftColumn .showcaseItem a:hover .more_btn{
				display: block;
			}
			
			.home #socialmedia{
			    margin: 60px 0 0 0;
			    padding: 0;
			    list-style-type: none;
			}
			
			    .home #socialmedia li{
		            background: transparent;
		            margin: 0 20px 0 0;
		            padding: 5px 0;
			    }
			    
		        .home #socialmedia li.first{
		            -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
		            padding: 5px 15px 5px 0;
		            margin: 0 25px 0 0;
		        }
		        
		        .home #socialmedia li.first:hover{
		        }
		        
			        .home #socialmedia li a:link,
			        .home #socialmedia li a:visited,
			        .home #socialmedia li a:hover,
			        .home #socialmedia li a:active{
			            display: block;
			            width: 100%;
			            height: 100%;
			            line-height: 32px;
			            height: 32px;
			            background: transparent;
			            border: none;
			            color: #333;
			        }

		            .home #socialmedia li.first:hover a{
		                color: #111;
		            }
			        
			        .home #socialmedia li a:hover{
			            color: #111;
			        }
			        
			            .home #socialmedia li a img{
			                vertical-align: bottom;
			            }
        			    .home #socialmedia li.first a img{
		                    margin-right: 5px;
		                }
p#tex{
	height: 28px;
}
p#tex a{
	border: 0;
}
	p#tex a img{
		margin-bottom: -7px;
	}
/* -----------------------------------------
	ARTICLE
----------------------------------------- */
.yearArchive{
	padding: 0 0 30px 24px;
}
.articleContent #lead{
	padding-left: 80px;
}
.articleContent a:link,
.articleContent a:visited,
.articleContent a:hover,
.articleContent a:active{
	color: #0099cc;
	text-decoration: none;
	border-bottom: 1px dotted #069;
}
.articleContent a:hover,
.articleContent a:active{
	color: #33ccff;
	border-bottom:0;
}
.articleContent h1 a:link,
.articleContent h1 a:visited,
.articleContent h1 a:hover,
.articleContent h1 a:active,
.articleContent h2 a:link,
.articleContent h2 a:visited,
.articleContent h2 a:hover,
.articleContent h2 a:active,
.articleContent h3 a:link,
.articleContent h3 a:visited,
.articleContent h3 a:hover,
.articleContent h3 a:active{
	border: 0;
}
	.articleColumns{margin-bottom:15px;}
		.articleColumns .columnLeft{
			float: left;
			width: 48%;
		}
		.articleColumns .columnRight{
			float: right;
			width: 48%;
		}
	.articleContent ul,
	.blog .text ul,
	ul.links,
	.blog .text ul.links,
	#projectContent ul{
		list-style-type: none;
		margin: 20px 0;
		list-style-position: outside;
	}
	.articleContent ul,
	#projectContent ul{
		padding-left:10px;
	}
		.articleContent ul li,
		.blog .text ul li,
		#projectContent ul li{
			background: transparent url('/static/img/li_item.gif') no-repeat top left;
			padding: 0 0 0 15px;
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		.blog .text ul li{
			line-height: 1.2em;
		}
		.blog .firstPost .text ul li{
			background: transparent url('/static/img/li_item_link_dark.gif') no-repeat 0 1px;
			color: #E8E8E8;
			padding: 2px 0 3px 22px;
			line-height: 1.2em;
			font-size: 1.4em;
		}

		ul.links li,
		.blog .text ul.links li,
		#projectContent ul.links li{
			background: transparent url('/static/img/li_item_link.gif') no-repeat top left;
			padding: 0 0 0 22px;
			line-height: 1.5em;
		}

		#formBlock ul.links li,
		.blog .firstPost ul.links li{
			background: transparent url('/static/img/li_item_link_dark.gif') no-repeat 0 1px;
		}
/* -----------------------------------------
	PROCES
----------------------------------------- */
.process .mainBlock{
	width: auto;
}
.process #visual{
	margin-bottom: 30px;
}
	.process .leftColumn{
		width: 280px;
		float: left;
		border:0;
	}
	.process .rightColumn{
		width: 590px;
		float: right;
		padding-right: 30px;

	}
		.process .rightColumn p,
		.process .rightColumn h3,
		.process .rightColumn ul{
			margin-left: 0px;
		}
		.process .rightColumn ul li{
			color:#333;
		}
		.process .rightColumn h2{
			margin-bottom: 20px;
		}
		.process .hr.plus hr,
		.process .hr.equal hr{
			margin:10px 0 25px 0;
			padding:0;
			border:0;
			height: 44px;
			background: transparent url('/static/img/bg_hr_plus.gif') no-repeat top left;
			clear: both;
		}
		.process .hr.equal hr{
			background: transparent url('/static/img/bg_hr_equal.gif') no-repeat top left;
		}

/* -----------------------------------------
	EXPERTISE
----------------------------------------- */
.expertises .mainBlock{
	width: auto;
}
.expertises #visual{
	margin-bottom: 30px;
}
	.expertises .leftColumn{
		width: 280px;
		float: left;
	}
	.expertises .rightColumn{
		width: 590px;
		float: right;
		padding-right: 30px;

	}
		.expertises h2{
			padding-left: 20px;
			margin-bottom: 20px;
		}
		.expertises h2.concept{
			background: transparent url('/static/img/ico_expertise_concept.gif') no-repeat center left;
		}
		.expertises h2.user{
			background: transparent url('/static/img/ico_expertise_user.gif') no-repeat center left;
		}
		.expertises h2.search{
			background: transparent url('/static/img/ico_expertise_search.gif') no-repeat center left;
		}
		.expertises h2.design{
			background: transparent url('/static/img/ico_expertise_design.gif') no-repeat center left;
		}
		.expertises h2.front{
			background: transparent url('/static/img/ico_expertise_front.gif') no-repeat center left;
		}
		.expertises h2.back{
			background: transparent url('/static/img/ico_expertise_back.gif') no-repeat center left;
		}
		
		.expertises .rightColumn p{
			margin-left: 20px;
		}
		.expertises .hr hr{
			border: 0;
			height: 44px;
			background: transparent url('/static/img/bg_hr_expertise.gif') no-repeat top left;
			clear: both;
			margin: 25px 0 15px 0;
		}
		.expertises p.inspiration{
			text-align: right;
			color: #8d8d8d;
			font-style: italic;
			margin-top: 42px;
		}

/* -----------------------------------------
	OVER ONS:PROFIEL
----------------------------------------- */

	.profilePage .mainBlock{
		width: 680px;
		padding: 0;
		float: left;
	}

		.profilePage .profile{
			background: #082f3b;
			padding: 24px 35px 24px 24px;
			margin-bottom: 25px;
		}
			.profilePage .articleContent.profile h2{
				color: #ffdf52;
				margin: 0 0 10px 0;
				background-color: #082F3B;
			}
			.profilePage .profile p{
				color: #fff;
			}
		.profilePage .articleColumns{
			padding-left: 24px;
		}
		.profilePage hr{
			margin: 10px 30px 24px 24px;
			width: 96%;
		}
	.profilePage .sidebar{
		padding: 24px 13px 24px 13px;
		width: 252px;
		position: relative;
	}
	#subNav{
		position: absolute;
		top: -35px;
		left: -2px;
	}
		#subNav #prev,
		#subNav #next{
			background: transparent url('/static/img/link_profile_prev.gif') no-repeat top left;
			display: block;
			text-indent: -9999px;
			height: 29px;
			width: 35px;
			float: left;
			margin-top:6px;
			
		}
		#subNav #next{
			background: transparent url('/static/img/link_profile_next.gif') no-repeat top left;
		}
		#subNav div,
		#subNav h2{
			background: #fff;
			width: 203px;
			height: 32px;
			float: left;
			text-align: center;
			font-size: 1.9em;
			padding-top: 3px;
			color: #123749;
			font-weight: lighter;
		}
		
			#currentNavItem img{
				margin-top: 5px;
			}
			
		.profile .sidebar hr{
			margin: 15px 0 15px 0;
		}
	ul#profileNav{
		margin: 0;
		padding: 0;
	}
		ul#profileNav li{
			list-style-type: none;
			list-style-position: outside;
			margin: 0;
			zoom: 1;
		}
			ul#profileNav li a:link,
			ul#profileNav li a:visited,
			ul#profileNav li a:hover,
			ul#profileNav li a:active{
				text-decoration: none;
				display: block;
				height: 53px;
				border-bottom: 1px dotted #e6eaeb;
				color: #636363;
			}
			ul#profileNav li a:hover,
			ul#profileNav li a:active{
				background: #edf8fb;
			}
			ul#profileNav li.active a:link,
			ul#profileNav li.active a:visited,
			ul#profileNav li.active a:hover,
			ul#profileNav li.active a:active{
				border-bottom: 1px solid #fff;
				background: transparent url('/static/img/bg_profile_nav_active.gif') no-repeat top left;
				height: 54px;
			}
			ul#profileNav li.previous a:link,
			ul#profileNav li.previous a:visited,
			ul#profileNav li.previous a:hover,
			ul#profileNav li.previous a:active{
				border-bottom: 1px solid #fff;
			}
				ul#profileNav li a span.profileThumb{
					width: 58px;
					height: 54px;
					overflow: hidden;
					display: block;
					float: left;
				}
				ul#profileNav li.active a span.profileThumb {
					margin-right: 10px;
				}
					ul#profileNav li.active a span.profileThumb img{
						margin-top: -55px;
					}
				ul#profileNav li a span.profileName{
					display: block;
					padding-top: 21px;
					position: relative;
				}
				ul#profileNav li.active a span.profileName{
					font-weight: bold;
					padding-top: 18px;
				}
				
		ul#profileNav li .ajaxLoader{
			position: absolute;
			right: 10px;
		}
/* -----------------------------------------
	BLOG
----------------------------------------- */
body.blog #content{
	padding-bottom: 0px;
}
body.blog .mainBlock{
	padding-left: 0;
	float: left;
	width: 684px;
}
.blog hr{
	border: 2px solid #082f3b;
	border-bottom: 1px solid #082f3b;
	margin-bottom: 20px;
}

	.post{
		padding-bottom: 40px;
	}
	.post.detail{margin-left: 24px;}
		.post h3.title{
			margin-bottom: 20px;
			font-size: 1.8em;
		}
			.post h3.title{
				background: #e2f5f9;
				line-height: 1em;
				padding: 10px 0 10px 24px;
				display: block;
				color: #082f3b;
			}
			.post h3.title a:link,
			.post h3.title a:visited,
			.post h3.title a:hover,
			.post h3.title a:active{
				color: #082f3b;
				text-decoration: none;
				display: block;
			}
			.post h3.title a:hover,
			.post h3.title a:active{text-decoration: underline;}
			
			.post h3.title a.djir-link img{
				margin-bottom: -3px;
			}
		.post.detail h2.title{
			color: #082f3b;
			line-height: 1.5em;
			font-size: 3em;
			padding: 0;
			margin: 0.8em 0 0 0;
			background: transparent;
		}
		.post.detail h2.title.djir-header{margin-bottom: -0.2em;}
		
		.post.detail hr{
			border: 2px solid #082f3b;
			border-bottom: 1px solid #082f3b;
			margin-bottom: 20px;
		}
	.firstPost{
		background: #082f3b;
		padding: 24px;
		margin-bottom: 24px;
		padding-bottom: 40px;
	}
	
	.firstPost em{background: none;}
		.firstPost hr{
			border: 2px solid #1d4e5c;
			border-bottom: 1px solid #1d4e5c;
			margin-bottom: 20px;
		}
		body.blog .firstPost h2.title{
			font-size: 2.6em;
			color: #70cce2;
			margin: 0;
			line-height: 1em;
			padding: 5px 0 5px 0;
			display: block;
		}
			body.blog .firstPost h2 a:link,
			body.blog .firstPost h2 a:visited,
			body.blog .firstPost h2 a:hover,
			body.blog .firstPost h2 a:active{
				text-decoration: none;
				color: #70cce2;
				background: transparent;
				line-height: 1em;
				padding-left: 0;
			}
			body.blog .firstPost h2 a:hover,
			body.blog .firstPost h2 a:active{
				color: #ffdf52;
			}

			/* HACK to make hover styles work for DJIR! SHOULD be handled by djir.js */
			/* TODO: get this style working in djir.js */
			body.blog .firstPost h2 a.djir-link:hover{background-position: 0px -30px!important;}
			
			body.blog .firstPost .text h2,
			body.blog .firstPost .text h3,
			body.blog .firstPost .text h4{
				color: #70cce2;
			}
		.meta{
			width: 114px;
			float: left;
		}
		.firstPost .meta,
		.post.detail .meta{
			width: 90px;
		}
			.author .authorImg{
				display: block;
				width: 35px;
				height: 40px;
				overflow: hidden;
				float: left;
				margin-right: 10px;
			}
				.author .authorImg img{
					margin-left: -11px;
				}
			.author .authorName{
				display:block;
				padding-top: 16px;
			}
			.meta .date,
			.meta .commentCount{
				color: #4ba6c2;
				text-transform: uppercase;
				font-size: 1.1em;
				text-align: center;
				padding: 0 10px;
			}
			.firstPost .meta .date,
			.firstPost .meta .commentCount,
			.post.detail .meta .date,
			.post.detail .meta .commentCount{
				width: 80%;
				padding-right: 0;
				padding-left: 0;
			}
			.firstPost .meta .date,
			.firstPost .meta .commentCount{
				padding: 0;
			}
			.firstPost .meta .date,
			.post .meta .date{
				padding-top: 8px;
				background: transparent url('/static/img/ico_blog_heart.gif') no-repeat bottom center;
				padding-bottom: 24px;
				margin-bottom: 20px;
			}
			.post .meta .date{
				padding-top: 3px;
			}
			.post.detail .meta .date{
				padding-top: 8px;
			}
			.meta .date em{
				background: transparent;
				font-size: 3em;
				font-style: normal;
				font-weight: bold;
			}
			
			.meta .date a:link,
			.meta .date a:visited,
			.meta .date a:hover,
			.meta .date a:active,
			.meta .commentCount a:link,
			.meta .commentCount a:visited,
			.meta .commentCount a:hover,
			.meta .commentCount a:active{
				color: #4ba6c2;
				text-decoration: none;
			}
			.meta .date a:hover,
			.meta .date a:active,
			.meta .commentCount a:hover,
			.meta .commentCount a:active{
				text-decoration: underline;
			}
			.meta .commentLink{
				text-align: center;
				width: 80%;
			}
		.post .text,
		.firstPost .text{
			width:570px;
			float: right;
		}
		.firstPost .text{
			width:546px;
		}
			.firstPost .text p{
				color: #e8e8e8;
				font-size: 1.4em;
			}
			.firstPost .text p a{
				color: #4BA6C2;
			}
			.text span.img{
				display: block;
				padding: 3px;
				background: #fff;
				border: 1px solid #d6d6d6;
				float: left;
				margin: 3px 8px 3px 0;
			}
		 	.text .author{
				text-transform: uppercase;
				font-size: 1.1em;
				margin-bottom: 8px;
			}
			.firstPost .text .author{
				color: #d5b62f;
				font-size: 1.1em;
			}
				.text .author a:link,
				.text .author a:visited,
				.text .author a:hover,
				.text .author a:active{
					text-decoration: none;
					color: #4BA6C2;
				}
				.text .author a:hover,
				.text .author a:active{
					text-decoration: underline;
				}

				/* TAGS */
				.tags{
					background: #082F3B url('/static/img/bg_blog_tags.gif') no-repeat 120px center;
					color: #FFF;
					font-size: 1.2em;
					padding: 1.5em 1.5em 1.5em 130px;
					margin-bottom: 3em;
				}
				.firstPost .tags{
					background: #082F3B url('/static/img/bg_blog_tags.gif') no-repeat center left;
					padding-left: 10px;
				}
				   p.tags a:link,
				   p.tags a:visited,
				   p.tags a:hover,
				   p.tags a:active{
						font-weight: normal;
						font-style: italic;
						color: #ffdf52;
						text-decoration: none;
						margin: 0 0.6em;
						font-size: 1.0em;
					}
					.firstPost .text p.tags a:link,
					.firstPost .text p.tags a:visited,
					.firstPost .text p.tags a:hover,
					.firstPost .text p.tags a:active{
						font-size: 0.9em;
					}
					.tags a:hover,
					.tags a:active{text-decoration: underline;}

	.blog .text h2,
	.blog .text h3,
	.blog .text h4{
		margin: 25px 0 13px 0;
	}
	p.pagination{padding-left: 24px;}
	p.metaLinks{padding-left: 120px;}
		p.metaLinks a{margin-right: 50px;}
	
	/* comments */
	#comments{
		padding-left: 24px;
	}
		.comment{
			border-top: 1px solid #b4c0c4;
			padding: 10px 0;
		}
			.comment .meta{
				width: 90px;
				padding-top: 8px;
			}
			.comment .text{ float:right;width:570px; padding-top: 5px;}
				.comment .text .author{margin-bottom: 3px;}
		.comment .meta .date{
			margin-right: 5px;
		}




	/* sidebar block */
	.sidebarBlock{
		padding: 0 24px 0 35px;
		margin-bottom: 20px;
		border-bottom: 1px dotted #4aa6c1;
	}
	
	.sidebarBlock.last,
	.sidebarBlock.empty{
		border: none;
	}
	
		#content .sidebarBlock ul{
			list-style-type: none;
			list-style-position: outside;
			margin-left: 10px;
			margin-top: 0;
		}
			#content .sidebarBlock ul li{
				color: #4ba6c2;
				background: transparent url('/static/img/sidebar_list_item.gif') no-repeat top left;
				padding-left: 13px;
				font-size: 1.2em;
				margin-bottom: 10px;
			}
				#content .sidebarBlock ul li a:link,
				#content .sidebarBlock ul li a:visited,
				#content .sidebarBlock ul li a:hover,
				#content .sidebarBlock ul li a:active{
					color: #4ba6c2;
					text-decoration: none;
				}
				#content .sidebarBlock ul li a:hover,
				#content .sidebarBlock ul li a:active{
					text-decoration: underline;
				}

		.sidebarBlock.welcome{
			padding-top: 24px;
		}
			.sidebarBlock.welcome p{
				font-size: 1.4em;
				font-weight: bold;
			}
				
		/* tag cloud */
		#tagCloud{
			clear: both;
		}
			#tagCloud h4{
				float: left;
				margin: 0;
			}
			#tagCloud a:link,
			#tagCloud a:visited,
			#tagCloud a:hover,
			#tagCloud a:active{
				color: #4ba6c2;
				text-decoration: none;
				margin: 0 3px;
			}
			#tagCloud a:hover,
			#tagCloud a:active{
				text-decoration: underline;
			}
			
		/* twitter */
		.sidebarBlock #twitter{
			margin-top: 50px;
		}
		
		.sidebarBlock #tweets{
			padding-left: 14px;
		}
		.sidebarBlock #tweets a.nameLink:link,
		.sidebarBlock #tweets a.nameLink:hover,
		.sidebarBlock #tweets a.nameLink:active,
		.sidebarBlock #tweets a.nameLink:visited{
			color: #4BA6C2;
		}

.blogArchive h1{
	padding: 20px 0 15px 24px;
}

/* -----------------------------------------
	FLICKR & LAST.FM BADGES + TWITTER FEEDS
----------------------------------------- */

.loader,
.failer{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 1.1em;
}

	.loader .ajaxLoader,
	.fail .ajaxLoader
	{
		float: none; 
		display: block;
		margin: 0 auto;
	}
/* flickrBlock en lastfmBlock uit met css voor als geen js aanstaat */
#flickrBlock, #lastfmBlock, #twitterBlock{display: none;}
#flickr,
#lastfm{
	position: relative;
	height: 91px;
	display: none;
}
.blog #flickr{
	padding-left: 62px;
	margin-top: 80px;
	padding-bottom: 80px;
	display: none;
}

	#flickrHeader{
		position: absolute;
		top: -45px;
		left: 35px;
		width: 114px;
		height: 93px;
		background: transparent url('/static/img/blog_header_flickr.png') no-repeat top left;
		display: block;
		text-indent: -9999px;
	}
	.flickr_badge_image,
	.lastfmBadge{
		background: transparent url('/static/img/flickr_overlay.gif')no-repeat top left;
		padding: 2px 3px 7px 2px;
		margin-bottom: 3px;
		height: 63px;
		width: 64px;
		float: left;
		margin-right: 4px;
	}
		.flickr_badge_image a:link,
		.flickr_badge_image a:visited,
		.flickr_badge_image a:hover,
		.flickr_badge_image a:active,
		.lastfmBadge a:link,
		.lastfmBadge a:visited,
		.lastfmBadge a:hover,
		.lastfmBadge a:active{
			text-decoration: none;
			padding: 0;
			display: block;
		}
			.flickr_badge_image a img,
			.lastfmBadge a img{
				width: 64px;
				height: 64px;
			}

#twitter{
	display: none;
}

	#twitter p{ 
		color: #666;
		font-size: 1.1em;
		line-height: 1.5;
	}

	#twitter p a:link,
	#twitter p a:hover,
	#twitter p a:active,
	#twitter p a:visited{
		color: #d5b62f;
		background: none;
		text-decoration: none;
	}
	
	#twitter p a:hover{
		text-decoration: underline;
	}

/* ----------------------------------------
	Portfolio
------------------------------------------*/
.portfolio #content{
	padding: 0;
}

#projectList{
	float: right;
	width: 299px;
	padding: 38px 20px 0 20px;
	background: #f6fcfd;
}

		#projectList h3{
			margin:0 0 5px 0;
		}
		
		#projectList strong{
			font-size: 1em;
			color: #325261;
			line-height: 1.3em;
			margin:3px 0 3px 0;
			display: block;
			padding: 0 20px 0 0;
		}
		
			#projectList .ajaxLoader{
				position: absolute;
				right: 10px;
			}
	
		#projectList ul{
			margin: 0 0 45px 0;
		}
			#projectList li{
				list-style-type: none;
				clear: left;
				cursor: pointer;
				margin:0;
			}
			#projectList li a:link,
			#projectList li a:visited,
			#projectList li a:hover,
			#projectList li a:active{
				display: block;
				color: #626262;
				text-decoration: none;
				background: transparent url('/static/img/bg_portfolio_thumb.gif') no-repeat top left;
				width: 299px;
				height: 74px;
				border-bottom: 1px dotted #dfdfdf;
				padding-top: 10px;
			}
				#projectList li.first a:link,
				#projectList li.first a:visited,
				#projectList li.first a:hover,
				#projectList li.first a:active{
					border-top: 1px dotted #dfdfdf;
				}
		#projectList li a:hover{
			text-decoration: none;
			cursor: pointer;
		}
		
		#projectList li a.active:link,
		#projectList li a.active:visited,
		#projectList li a.active:hover,
		#projectList li a.active:active{
			background: transparent url('/static/img/bg_portfolio_thumb.gif') no-repeat 0 -84px;
			border-bottom: 1px solid #f6fcfd;
		}
		#projectList li.first a.active:link,
		#projectList li.first a.active:visited,
		#projectList li.first a.active:hover,
		#projectList li.first a.active:active{
			border-top: 1px solid #f6fcfd;
		}
		#projectList li a:hover,
		#projectList li a:active{
			background: transparent url('/static/img/bg_portfolio_thumb.gif') no-repeat 0 -168px;
		}
		
			#projectList li a:link span.logo,
			#projectList li a:visited span.logo,
			#projectList li a:hover span.logo,
			#projectList li a:active span.logo{
				float: left;
				width: 79px;
				height: 61px;
				display: block;
				margin: 0 20px 0 15px;
				overflow: hidden;
			}
			
			#projectList li a:hover span.logo,
			#projectList li a:active span.logo{
/*				background: transparent url('/static/img/bg_portfolio_thumb.gif') no-repeat 0 -170px;*/
			}
			#projectList li a.active:link span.logo img,
			#projectList li a.active:visited span.logo img,
			#projectList li a.active:hover span.logo img,
			#projectList li a.active:active span.logo img{
				margin-top: -61px;
			}

			#projectList li a span.lead{
				padding-bottom: 5px;
				display: block;
			}
		/* visual and menu */
#detailView{
	float: left;
	width: 620px;
	overflow: hidden;
	padding-bottom: 40px;
}
		#projectHeader{
			position: relative;
			margin-bottom: 25px;
		}
		
			#projectVisual{
				height: 345px;
				overflow: hidden;
				width: 620px;
			}
				#visualImages{
					list-style-type: none;
					list-style-position: inside;
					margin: 0;
					width: 10000px;
				}
					#visualImages .section{
						width: 620px;
						float: left;
						height:345px;
						overflow:hidden;
						margin: 0;
					}
			#projectHeader #slideControlsContainer{
				background: transparent url('/static/img/bg_slideshow_controls_left.png') no-repeat top left;
				height: 19px;
				padding-left: 8px;
				position: absolute;
				bottom: 10px;
				left: 20px;
				display: none;
			}
			#projectHeader .controls{
				list-style-type: none;
				list-style-position: inside;
				margin: 0;
				padding: 0 8px 0 0;
				height: 19px;
				background: transparent url('/static/img/bg_slideshow_controls_right.png') no-repeat top right;
			}
				#projectHeader .controls li{
					margin: 0;
					float: left;
				}
					#projectHeader .controls li a:link,
					#projectHeader .controls li a:visited,
					#projectHeader .controls li a:hover,
					#projectHeader .controls li a:active{
						height: 18px;
						width: 14px;
						display: block;
						background: transparent url('/static/img/portfolio_slide_but.gif') no-repeat top left;
					}
					#projectHeader .controls li a.active:link,
					#projectHeader .controls li a.active:visited,
					#projectHeader .controls li a.active:hover,
					#projectHeader .controls li a.active:active{
						background: transparent url('/static/img/portfolio_slide_but.gif') no-repeat left -18px;
					}
					
			.portfolio #subNav{
				top: 310px;
				left: 30px;
				display: none;
			}

				.portfolio #subNav h2{
					width: 455px;
				}
				
				.portfolio #subNav h2 img{
					margin-top: 5px;
				}
				
	#projectContent{padding:0 24px;}	
		#projectContent .lead{ font-weight: bold; }
			.projectUsers{
				border: 1px dotted #e6eaeb;
				border-width: 1px 0 1px 0;
				width: 571px;
				margin-left: 24px;
			}
				.projectUsers h3{
					float: left;
					padding-top: 13px;
				}
				
				.projectUsers h3 img{
					margin-top: 5px;
				}
				.projectUsers a:link,
				.projectUsers a:visited,
				.projectUsers a:hover,
				.projectUsers a:active{
					margin: 0;
					width: 46px;
					height: 54px;
					overflow: hidden;
					float: left;
					display:block;
				}
	#projectImages{
		margin-top: 25px;
	}

		
/* -----------------------------------------
	CONTACT
----------------------------------------- */

.contact #content{
	padding-bottom: 0;
}
.contact .articleContent{
	width: 920px;
}
.contact #visual{
	margin-bottom: 25px;
}
.contact span.fn{display: none;}

.contact #formBlock{
	margin-top: 30px;
}
.contact #formBlock .leftColumn{
	width: 62%;
	float: left;
}

.contact #formBlock .rightColumn{
	width: 37%;
	float: right;
	margin-top: 30px;
}

/* -----------------------------------------
	TABLES
----------------------------------------- */
table{
	margin: 2em 0;
	width: 100%;
	border: 1px solid #000;
	text-align: left;
}
	table caption{
		margin-bottom: -1em; /* table top-margin/2 reversed! */
		margin-top: 2em; /* table top-margin/2 reversed! */
		font-size: 1.2em;
		font-style: italic;
		color:#666;
		text-align: right;
	}
	table tr{}
	table thead{}
		table thead tr{background: #000; color: #FFF;}
			table thead tr th,
			table tfoot tr th{
				border-bottom: 1px solid #000;
				padding: 0.2em 0.5em;
				font-weight: bold;
			}
			table thead tr td,
			table tfoot tr td,
			table tfoot tr th{
				padding: 0.2em 0.5em;
				border-bottom: 1px solid #000;
				border-right: 1px solid #000;
			}
	table tbody{}
		table tbody tr{}
			table tbody tr th{
				border-bottom: 1px solid #000;
				border-right: 1px solid #000;
				padding: 0.2em 0.5em;
				font-weight: bold;
			}
			table tbody tr td{
				padding: 0.2em 0.5em;
				border-bottom: 1px solid #000;
				border-right: 1px solid #000;
			}
/* -----------------------------------------
	FORMS
----------------------------------------- */
form{}
	legend,
	label,
	.help_text{
	font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		display: block;
	}
	
	fieldset.form{padding: 10px;}
		
		form p{margin-bottom: 1.0em;}
		
			form .help_text{display:block;font-style: italic;}
			
			label{
				font-weight: bold;
				padding-bottom: 3px;
				margin-bottom: 4px;
				color: #d1d1d1;
				font-size: 12px;
			}
			
			input,
			textarea{
				color: #0b5589;
				border: 1px solid #fff;
				margin: 0;
				font-size: 1.2em;
				width: 330px;
				padding: 4px;
				line-height: 1.5em;
				background: #fff;
				font-family: Arial, Helvetica, Verdana, sans-serif;
			}
			p input,
			p textarea{
				font-size: 1.1em;
			}
			textarea{
				overflow: auto;
			}
			input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer;}
			input[type='hidden'] { display:none; }
			/* No width etc. on certain types of input... */
			input[type='button'], input[type='submit'], input[type='reset'], input[type='image'],
			input.button{width: auto; background-color:transparent; border: 0;}
				/* ... Checkboxes and radio buttons */
				input[type=checkbox],
				input[type=radio],
				input.check,
				input.radio{
					background: transparent;
					width: auto;
					float: left; /* !! */
					border: none;
					margin: 0;
				}
			select{ color: #0b5589; border: 1px solid #0b5589;}
				select option{}
			
			.button{ border: none; }

/*-----------------------------------------
 Default contactform styling
------------------------------------------*/

#formBlock{background: #082f3b;padding:10px 24px; min-height: 450px;}

.blog #formBlock{padding: 24px 24px 10px 114px; margin-bottom: 30px;}
#formBlock p{color: #d1d1d1;}
#formBlock h2{
	color: #f1f1f1;
	margin-top: 10px;
	margin-left: 0;
}
#message{
	color: #ff6565;
	background: #ffe5d4;
	padding: 2px 2px 2px 5px;
	width: 410px;
	font-weight: bold;
}
	#message p{color: #333;}
	#message p.notallowed{color: #082F3B;text-align:center;}

fieldset{
	width: 420px;
}

.formElement{
	clear: both;
	color: #0b5589;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 15px 0;
	line-height: 1em;
}

.formElement.submit{
	clear: left;
	padding: 0 0 10px 250px;
}
	.formElement.submit input{
		border: none;
		padding: 0;
		margin: 0;
		width: auto;
	}

.required{
	height: 20px;
	line-height: 20px;
	color: #70cce2;
	display:block;
	float:right;
	margin:0 175px 0pt 0pt;
	width:auto;
}

.blog .required{
	font-size: 0.9em;
	margin-right: 155px;
}

/* error */
.error label{
	color: #ffdf52;
}

.contact .required{
	width: auto;
	display: block;
	float: right;
	margin: -23px 175px 0 0;
}


.error .required{
	float: none;
	margin: 0 !important;
	display: block;
	color: #ffdf52;
	background: transparent url('/static/img/ico_error.gif') no-repeat center left;
	padding: 22px;
	position: absolute;
	left: 350px;
	top: 0;
}
.error .required .error{
	color: #ffdf52;
}

#p_comment .required{
	margin-top: 0;
}
.blog #p_comment .required{
	margin-top: 0;
}

.formElement.success,
.formElement.error{
	position: relative;
}

.success .required{
	float: none;
	margin: 0 !important;
	display: block;
	width: 25px;
	height: 25px;
	color: #48be00;
	background: transparent url('/static/img/ico_succes.gif') no-repeat center left;
	position: absolute;
	right: 190px;
	top: 20px;
}
.blog .success .required{
	right: 170px;
	top: 20px;
}