* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  background-image: url(../img/main_bg.jpg);
  background-image: url(../img/main_bgs.jpg);
  background-position: 50% -20px;
  background-repeat: repeat-x;
  color: #000;
  font-size: 1.1em;
}

body#intro {
  background: #5b685f;
  color: #fff;
}

a {
  color: #9cb2a3;
  text-decoration: none;
}
a:hover, a.active {
  color: #5b685f;
  text-decoration: underline;
}

a.goto_top {
	padding-top: 5px;
}

a.goto_top:hover {
	background-image: url(../img/up.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

h3 {
  margin: 5px 0;
}

/* Voor blog navbar! */
iframe {
	display: none !important;
}

#intro a:hover, #intro a.active, .main #navigation a:hover, .main #navigation a.active { color: #fff; }

#container {
  background-color: #5b685f;
  background-color: transparent;
  margin: 1em auto;
  text-align: center;
  width: 640px;
}

.main #container {

}

#title a {
  background-image: url(../img/ms.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0;
  display: block;
  height: 50px;
}

#title a span {
  margin-left: -9999px;
}

#intro #navigation {
  height: 360px;
}
.main #navigation {
  height: 45px;
}
#navigation a { border: 0; }
#navigation ul {
  padding: 0 5px;
}
#navigation ul li {
  float: left;
  list-style-type: none;
  margin: 5px;
  width: 200px;
}
#navigation ul li a {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  padding-top: 310px;
}
#intro #navigation ul li a:hover { background-position: -200px 0; }
#intro #navigation ul li#portfolio a { background-image: url(../img/portfolio_d.jpg); }
#intro #navigation ul li#cv a { background-image: url(../img/cv_d.jpg); }
#intro #navigation ul li#contact a { background-image: url(../img/contact_d.jpg); }

.main #navigation ul li a {
  padding-top: 45px;
}
.main #navigation ul li a:hover, .main #navigation ul li a.active {
  background-position: -200px 0;
}
.main #navigation ul li#portfolio a { background-image: url(../img/portfolio_s.jpg); }
.main #navigation ul li#cv a { background-image: url(../img/cv_s.jpg); }
.main #navigation ul li#contact a { background-image: url(../img/contact_s.jpg); }

#breadcrumbs {
  border-bottom: 1px dotted #ccc;
  color: #ccc;
  font-size: 0.8em;
  margin: 40px 10px 0;
  padding: 0;
  text-align: left;
}

#content {
  min-height: 200px;
  height: auto !important;
  height: 200px;

  margin: 0 0 40px;
  padding: 10px 10px 0;
  text-align: left;
  text-align: justify;
}

#bio #content {
  margin-right: 200px;
  padding-right: 20px;
}

#sidebar {
  display: none;
}

.page_cv #sidebar, .page_test #sidebar, .page_contact #sidebar, .page_weblog #sidebar {
  border-left: 1px dotted #ccc;
  display: block;
  float: right;
  width: 180px;
  min-height: 20em;
  margin: 0 0 20px;
  padding: 10px 10px 0 15px;
  text-align: left;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 5px;
  padding-left: 30px;
}

dd table {
	width: 380px;
}

td {
	vertical-align: top;
}

#copyright {
  border-top: 1px dotted #9cb2a3;
  margin: 0 30px;
  padding: 10px;
}

#portfolio_placeholder .item {
  margin-bottom: 5px;
}

#portfolio_placeholder .item ul {
	padding: 2px 30px 0;
}

#portfolio_placeholder .item .thumb {
  height: auto;
  float: left;
  width: 210px;
}

#portfolio_placeholder .item img {
  background-color: #fff;
  border: 1px solid #eee;
  border: 1px solid #9cb2a3;
  padding: 10px;
}

#portfolio_placeholder .item a:hover img {
  border-color: #5b685f;
}

.item .descript {
  margin: 0 0 0 200px;
  padding: 0 0 10px 10px;
  text-align: justify;
}

.item .descript h1 {
	font-size: 1.4em;
}

.item .descript h2 {
	border-color: #9cb2a3;
	border-style: solid none dotted;
	border-width: 1px 0 1px;
	color: #5b685f;
	margin-bottom: 4px;
	padding: 4px 0; 
}

.item .descript p {
	width: 32em;
}

#footer, .clearall {
  clear: both;
}

.showmore {
  margin-top: 1em;
  text-align: right;
}

.ftr {
  color: #5b685f;
  font-size: 0.8em;
  line-height: 2.5em;
}

#content h1 {
	font-size: 1.6em;
}

#content h2 {
	color: #5b685f;
	font-size: 1.2em;
	margin-top: 1em;
	margin-top: 0.5em;
}

#content h2, #content h2#persoonlijke_gegevens, #content h2#werkervaring, #content h2#opleiding, #content h2#vaardigheden {
	border-bottom: 1px dotted #9CB2A3;
	margin-bottom: 2px;
	padding-bottom: 2px;
	width: 18em;
}

#content h3 {
	font-size: 1em;
	font-style: italic;
	margin-left: 3em;
}

#content p {
}

#content .description {
	margin: 1em 0 1em 3em;
	width: 35em;
}
#content ul.description li {
	margin-left: 0;
}
#content ul.description li li {
	margin-left: 15px;
}

#content label.name {
	float: left;
	font-weight: bold;
	margin-left: 3em;
	width: 10em;
}

#content span.value {
  padding-left: 5px;
}

#content span.value img {
  padding-top: 2px;
}

#content span.years {
  display: none;
}

#content .goto {
	text-align:right;
	width: 38em;
}

#sb_nieuws {
	position: fixed;
}

fieldset {
	border-top: 1px solid #ccc;
	border: 0;
	margin-top: 1em;
}

fieldset legend {
}

fieldset label {
	float: left;
	font-weight: bold;
	width: 7.5em;
}

fieldset p {
	padding: 0.2em 3em;
}

fieldset input {
	width: 200px;
}

fieldset input.small {
	width: 80px;
}

fieldset textarea {
	height: 150px;
	width: 270px;
	width: 260px;
}

fieldset img.verificatiecode {
	height: 40px;
	width: 260px;
}

span.required {
	color: #bbb;
}

fieldset:hover span.required {
	color: #666 !important;
}

#stats {
	bottom: 4px;
	position: absolute;
	right: 4px;
}

/* WEBLOG RELATED */
.page_weblog #content {
	width: 37em;
}
.page_weblog .goto {
	width: 37em !important;
}
.page_weblog h2.date-header {
	border-color: #9cb2a3;
	border-style: solid none dotted;
	border-width: 1px 0 1px;
	color: #5b685f;
	margin-bottom: 4px;
	padding: 4px 0; 
}
.page_weblog h2.date-header span.date-header {
	font-size: 0.8em !important;
}
.page_weblog h3 {
	font-size: 1.4em !important;
	margin-left: 0 !important;
}
.page_weblog #content li, .page_weblog #sidebar li {
	list-style-type: none;
	padding-left: 0.5em;
}
.page_weblog .post-body a {
	font-weight: bold;
}
.page_weblog .post-footer {
	margin-bottom: 1em;
}
.page_weblog .blogger-labels {
	margin: 1.5em 0;
}
.page_weblog .post-footer {
	display: none;
}
/* Idioten van blogger schrijven hardcoded een 'clear-both' in de binnenste div van een post-body */
/* Moeten we hier maar weer ongedaan maken dan... */
.page_weblog .post-body div { clear: none !important; }


/* shop related */
.page_test #sidebar {
  float: left;
  border: 0;
  border-right: 1px dotted #ccc;
  width: 190px;
/*
  display: block;
  min-height: 20em;
  margin: 0 0 20px;
  padding: 10px 10px 0 15px;
  text-align: left;
*/
}