/* standard elements */

* {
margin: 0;
padding: 0;
border: none;
}

a {
text-decoration: none;
}

body {
background: #FFF url(images/bg.gif) repeat-x;
color: #444;
font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
padding-top: 40px;
}

p,code,ul {
font-size: 1.2em;
padding-bottom: 1.2em;
}

th,td {
font-size: 1.2em;
}

li {
list-style: none;
}

h1 {
font-size: 1.4em;
}

.entry h2 {
font-size: 1.4em;
font-style: italic;
padding-bottom: 3px;
}

code {
background: url(images/bgcode.gif);
border: 1px solid #F0F0F0;
border-left: 6px solid #F06;	
color: #444;
display: block;
font: normal 1.1em "Lucida Sans Unicode",serif;
margin-bottom: 12px;
padding: 8px 10px;
white-space: pre;
}

blockquote {
background: #FBFCF5;
border-bottom: 1px solid #EED;
border-top: 1px solid #EED;
color: #444;
display: block;
font: normal 0.9em Verdana,sans-serif;
margin-bottom: 12px;
padding: 12px;
}

h1,h2,h3,h4 {
font: normal 1.2em "Trebuchet MS",sans-serif;
color: #FF6FE1;
}
/* misc */
.clearer {
clear: both;
}

/* header */
.header {
background: url(images/stripes.gif) no-repeat;
border-bottom: 1px solid #EEE;
height: 160px;
margin-bottom: 24px;
}

.header h1  {
color: #222;
font: normal 4em sans-serif;
margin-top: 40px;
text-align: center;
}

.header h1 a {
color: #222;
}

.header h2 {
border-top: 1px solid #EEE;
color: #666;
text-align: right;
}

.header h2 span {
background: #7cbefb;
color: #EEE;
padding: 0 6px;
}

/* left side (main content) */
.left {
margin: 0 42% 20px 3%;
}

.content .descr,
.content .pagenav {
color: #7cbefb;
font-size: 1.2em;
margin: 6px 0;
}

.pagenav {
text-align: center;
padding: 20px 0;
}

.content li {
list-style: url(images/li.gif);
margin-left: 18px;
}

.content h1 {
font-size: 2.4em;
color: #ff6fe1
margin-bottom: 4px;
}

.content a,.footer a {
color: #ff6fe1;
text-decoration: none;
}

.content a:hover,.footer a:hover {
color: #444;
border-bottom: 1px solid #ff6fe1;
}

/* nav & subnavigation */
.nav,.right {
margin-bottom: 20px;
position: absolute;
top: 40px;
}	

/* navigation */
.nav {
right: 23%;
text-align: center;
width: 17%;
}

.nav .logo {
background: url(images/logo.png) no-repeat center top;
border-bottom: 1px solid #EEE;
border-top: 1px solid #EEE;
height: 159px;	
}

.nav h1 {
color: #F60;
margin: 12px 0;
}
.nav li {
border-bottom: 1px solid #EEE;
}
.nav li a {
color: #888;
display: block;
font: normal 1em "Lucida Sans Unicode",serif;
padding: 8px 0;
}

.nav li a:hover {
background: #FAFAFA;
color: #FF6FE1;
}

/* subnav */
.right {
background: #7cbefb;
right: 3%;
width: 18%;
}

.subnav {
padding: 12px 12px 0;
}

.subnav h1 {
color: #000000;
font-size: 1.4em;
height: 20px;
margin-left: 8px;
}

.subnav h2 {
color: #FFFFFF;
font-size: 1.2em;
height: 20px;
}

.subnav h2 a {	
color: #FFFFFF;
text-decoration: none;
}

.subnav h2 a:hover {
color: #000000;
}

.subnav ul {
margin: 0 0 16px;
padding: 0;
}

.subnav li { 
list-style: none;
margin: 0;
}

.subnav li a {	
color: #FFFFFF;
display: block;
font-size: 0.9em;
padding: 3px 6px 3px 8px;
text-decoration: none;
}

.subnav li a:hover {
color: #000000;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
background: url(images/round.gif);
height: 16px;
width: 14px;
}

.roundtl,.roundbl {
float: left;
}

.roundtr,.roundbr {
float: right;
}

.roundtr {
background-position: right top;
}

.roundbr {
background-position: right bottom;
}
.roundbl {
background-position: left bottom;
}

/* footer */
.footer {
color: #666;
border-top: 1px solid #EEE;
font: normal 1em Verdana,sans-serif;
margin: 0 42% 0 3%;
padding: 8px 6px;
}

/* pivotx stuff */

.entry {
padding: 0 0 20px 0 ;
}

.pivot-image, .pivot-popupimage {
margin: 0 16px 0 0;
}

.searchbar {
padding-bottom: 16px;
}

.commentblock {
border: none;
margin: 0;
padding: 0;
}

div.comment {
background:transparent none repeat scroll 0%;
border-left:none;
color: #333;
margin: 14px 0px 0px 70px;
min-height: 66px;
padding: 14px 14px 7px 14px;
}

.comment-info {
border-top: 1px solid #ccc;
}
    
.commentform {
padding: 30px 0 0 0;
font-size: 1em;
}

.commentform small {
font-size: .9em;
}

.taglinkext, a[rel="tag"] {
border-bottom: none;
background: none;
}

.taglinkext:hover {
border-bottom: none;
color: #00A8FF!important;
background: none;
}

.searchbox {
width: 105px;
padding: 4px 0 3px 3px;
font-size: 10px;
border: none;
}

.searchbutton {
font-size: 10px;
background-color: #ccc;
border: none;
height: 20px;
margin-top: 0px;
}

/* COMMENTFORM HACK
Adjust the commentform width.
*/
#piv_comment { width:693px !important; }
#piv_comment .markItUpEditor { width:681px !important; }
.markItUpContainer a {border: none !important; } 


/* Speciale tabellen Vijfje 10 */
table.tk {
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
text-align: center;
}
table.tc {
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
text-align: left;
}
tr.tk_head {
background: #7CBEFB;
font-weight: bold;
}
tr.tc_head {
background: #7CBEFB;
font-weight: bold;
}
tr.tk_0_prom {
border-bottom:0.5px dashed black;
}
tr.tc_0_prom {
border-bottom:0.5px dashed black;
}
tr.tk_0_degr {
border-top:0.5px dashed black;
}
tr.tc_0_degr {
border-top:0.5px dashed black;
}
tr.tk_1 {
background: #FAFAFA;
}
tr.tc_1 {
background: #FAFAFA;
}
tr.tk_out {
background: #A29B9B;
font-style: italic;
}
tr.tc_out {
background: #A29B9B;
font-style: italic;
}
td.tk_naam {
text-align: left;
text-indent: 5px;
}
td.tc_naam {
text-indent: 5px;
}
td.tk_bl {
border-left: 1px dotted #CEDCEA;
}
td.tc_bl {
border-left: 1px dotted #CEDCEA;
}
.diff {
font-size: 0.8em;
color:#ff6fe1;
}
hr.prikbord  {
  border-bottom: 1px dashed #FF6FE1;
  border-top: 0px; border-left: 0px; border-right: 0px;
  height: 1px;
}
