@charset "UTF-8";
/*
Theme Name: Bas Louter
Theme URI: http://www.baslouter.com/
Description: based on Twenty Eleven 
Author: Micha Bakker (hexaplex.nl/michabakker.com)
Version: 1.0
Template: twentyeleven
Tags: threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-size:100%;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;

}


/**/

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


html { overflow-y: scroll; }


body{
	font:bold 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
}
a:link, a:visited{ border-bottom: 0.1em solid #000000;
    color: #000000;
    display: inline-block;
    line-height: 1.1em;
    margin-bottom: 0.1em;
    text-decoration: none;
}
a:hover, a:active{ border-bottom: 0.1em solid #FFF;    color: #000000;}

header, #secondary, .rightcolumn{ font-size:1.6em; line-height:1.2em; text-transform:uppercase;}
#page {
	margin: 20px auto;
	padding: 0 10px;
	width: 990px;
}

header{ width:100px; float:left; clear:left; margin-right:0px;}
#secondary, .rightcolumn{ width:160px;float:left; margin:0; padding:0; }

#primary{ float:left; clear:right; width:730px; padding-top:2px; margin-bottom:3em;}

body.single-post #primary{ text-align:center;  margin-bottom:1em;}
body.home #primary{  margin-bottom:1em;}

#primary .thumb a:link,
#primary .thumb a:visited{ margin: 0 0 20px; padding:0; border:none; float:none; }

div.info{ margin-bottom:2em;}
p{ margin-bottom:1.25em; margin-top:0;}


body.page-template-page-big-php #primary, body.error404 #primary{ 
text-transform:uppercase; font-size:2.5em; line-height:1.2em; padding-left:14px; padding-top:.6em; text-align:center;}
body.page-template-page-cv-php #primary{
	padding-left:14px;
	padding-top:0.6em;
	text-align:left;
	width:435px;
	margin-left:355px;
}

.rightcolumn{ margin-top:2em}

body.home #content{ margin-left:20px}
body.home .post{ float:left; clear:right; width: 335px;text-align: right;}

body.page{ background-color:#000; color:#FFF; }

body.page a:link,
body.page a:visited{ color:#FFF; text-decoration:none; border-bottom:solid 0.1em #FFF;}

body.page a:hover,
body.page a:active{  color:#FFF; border-bottom:solid 0.1em #000;}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.1s;
     -moz-transition-duration: 0.1s;
      -ms-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
