/*
  Stylesheet for the Assemblage Template
  Page Template
  Copyright (c) 2011 Yiannis Chatzikonstantinou
  http://yconst.com
*/

body, a { color: #404040; text-decoration:none; }

body {
  font-family: 'Courier New', Courier, monospace;
  font-style:normal;
  font-variant: normal;
  font-size:13px;
  line-height: 1.32em;
  text-decoration:none;
  margin:0;
  background:#fff;
}

a.one:hover {
  text-decoration: underline;
}

a.two:link {
  color:#FF00FF;
  text-decoration: underline;
  }
a.two:visited {
  color:#FF00FF;
  }
a.two:hover {
  color:#FF00FF;
  text-decoration: underline;
}

a.three:link {
  color:#FF00FF;
  }
a.three:visited {
  color:#FF00FF;
  }
a.three:hover {
  color:#FF00FF;
  text-decoration: underline;
}

a.four:link {
  color:#000000;
  text-decoration: underline;
  }
a.four:visited {
  color:#878787;
  }
a.four:hover {
  color:#000000;
  text-decoration: underline;
}

a.five:link {
  color:#ED1C24;
  text-decoration: underline;
  }
a.five:visited {
  color:#ED1C24;
  }
a.five:hover {
  color:#ED1C24;
  text-decoration: underline;
}

a.six:link {
  color:#878787;
  text-decoration: none;
  }
a.six:visited {
  color:#878787;
  }
a.six:hover {
  color:#878787;
  text-decoration: underline;
}


.circle {
    border-radius: 24px;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    /*width: 24px;*/
    /*height: 24px;*/
    padding: 2px;
    
    /*background: #fff;*/
    border: 1px solid #000;
    text-align: center;
    }



p {
  margin:0.5em 0;
}

h2 {
  font-size:28px;
  font-weight:500;
  margin:0.4em 0;
}

/*
font gewijzigd
*/
h3 {
  font-size:14px;
  font-weight:normal;
  margin:0;
}

h4 {
  font-size:12px;
  color:#878787;
  font-weight:normal;
  margin:0;
  font-family:/*'DejaVuSansBook', arial, sans-serif;*/lucida grande arial, sans-serif;
}

h4 p {
  margin:0;
}

h5 {
  font-size:14px;
  color:#FF00FF;
  font-weight:normal;
  margin:0;
  font-family:/*'DejaVuSansBook', arial, sans-serif;*/lucida grande arial, sans-serif;
}

h6 {
  font-size:12px;
  color:#000;
  font-weight:normal;
  margin:10px 0 60px 0;
  font-family:/*'DejaVuSansBook', arial, sans-serif;*/lucida grande arial, sans-serif;
}

h7 {
  font-size:14px;
  color:#ED1C24;
  font-weight:normal;
  margin:0;
  font-family:/*'DejaVuSansBook', arial, sans-serif;*/lucida grande arial, sans-serif;
}

/* Layout */
#header {

margin: 0 0 0 0;
    top: 0;
	padding-top: 2px;
	float: left;
	text-align: center;
	width: 100%;
	height: 18px;
	position:fixed;
	overflow: auto;
	background-color:#FFFF00;
        color: #000;
	z-index:1;
        font-size: 13px;
}

img { border:none }

.image, .media {
  margin:2.4em 0;
  width:100%;
}

.image img, .media object {
  max-width:100%;
  height:auto;
}

.invis {
  display:none;
}

#outer-container {
  text-align:center;
  padding:0 14px;
  margin:0;
  overflow-x:hidden;
}

#inner-container {
  text-align:left;
  width: expression(document.body.clientWidth > 960? "960x": "auto" ); /* IE6 hack...*/
  max-width:960px;
  min-width:480px;
  margin:0 auto;
 /* border-bottom:2px dashed #000;*/
}

.topbar {
  padding: 6.8em 0 1.2em 0;
  border-bottom:2px dashed #000;

}

.rt {
  font-size:10px;
  padding:8px 0;
  margin:1.4em 0;
  width:100%;
  border-top:1px solid #ddd;
}

.rt .navitem {
  margin:0 1.2em 0 0;
}

.rt .navitem .shorturllabel {
  position:relative;
  display:none;
  color: #999;
}

#title {
  margin:2em 0 2em 0;
  display:block;
  width:100%;
  
}

/*
font gewijzigd
*/
#description {
  font-size:12px;
  font-family:/*'DejaVuSansBook', arial, sans-serif;*/lucida grande, arial, sans-serif;
  margin: 2em 0 2em 0;
}

.double-column {
  -webkit-column-width:320px;
  -webkit-column-gap:20px;
  -moz-column-width:320px;
  -moz-column-gap:20px;
  column-width:320px;
  column-gap:20px;
}

p {
  margin:1.34em 0;
}

pre {
  background:#fff;
  padding:1em;
}

#description a {
 /* color:#5080ff;*/
}

h2#links-title, h2#downloads-title, h2#comments-title, h2#pdfs-title {
  margin:0.8em 0;
}
/** Black Frame */

.black-frame {
  background:#000;
  padding:16px;
  color:#eee;
  margin:0 0 2em 0;
}

.black-frame .item {
  margin:8px 12px;
}

.black-frame a {
  color:#fff;
}

/** Grey Frame */

.grey-frame {
  background:#efeff1;
  padding:16px;
  color:#404040;
  margin:0 0 2em 0;
}

.grey-frame .item {
  margin:8px 12px;
}

.grey-frame a {
  color:#000;
}

#footer, #footer a {
  line-height:14px;
  text-align:left;
  clear:both;
  font-size:10px;
  color:#404040;
  margin: 0 auto;
}

#footer {
  padding:1em 0;
}

#outer-preview-container {
  background:#fff;
  /*border-top:2px dashed #000;*/
}

#inner-preview-container {
  max-width:1280px;
  margin:4em auto 0 auto;
  padding-top:50px;
}

/** Image Gallery */

div#a-image-wrapper, div#b-image-wrapper { overflow: hidden; width: 100%; margin: 0.4em 0 2.4em 0}
div#a-image-holder, div#b-image-holder { width: 1000000px; }
div#a-image-holder div.image, div#b-image-holder div.image { float: left; margin: 0px; padding: 0px; cursor: pointer;}
.a-gal-nav, .b-gal-nav {
  display:none;
  cursor:pointer;
  margin:0 1.2em 0 0;
  font-size:12px;
}

/** Javascript alert */

.alert {
  text-align:center;
  padding:20px;
  margin:0px;
  position:relative;
  left:0px;
  right:0px;
  background:#ef4313;
  color:#fff;
}

/** Sharing panel */

#at15s {
  width:200px;
  cursor:default;
  background:#404040;
  color:#efefef;
  font-size:11px;
  padding:4px 0;
}

#at15s #at15s_head {
  display:none;
}

#at15s .at_item {
  display: block;
  color:#fff;
  cursor:pointer;
  padding:3px 6px 1px 6px;
}

.at_item:hover {
  background:#5090ea;
}

#at15s .at-settings, #at15s .at_baa, #at15s .at-privacy-close {
  display:block;
  background:#ececec;
  padding:2px 6px 0 6px;
  font-size:10px;
  text-decoration:none;
}

#at15s .at-settings:hover, #at15s .at_baa:hover, #at15s .at-privacy-close:hover {
  color:#fff;
  background:#5090ea;
}