/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #33C9FF url(../artwork/background.jpg) repeat-x fixed top left;
}

#site {

}

#header {
height: 220px;
}
#navigatie{
background: transparent url(../artwork/nav.png) no-repeat;
height: 49px;
}
#maincontent {
background: transparent url(../artwork/filler.png) repeat-y
}
#footer {
background: transparent url(../artwork/footer.png) no-repeat;
height: 49px;
}


#windowtop {

}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {

}



/* boxes
----------------------------------------------- */
.box {

}
.box h2 {


}
.box h2 a,
.box h2 a.visible {
	color:#fff;

}


/* paragraphs, quotes and lists
----------------------------------------------- */

blockquote {
	border-left:4px solid #ccc;
}



/* table
----------------------------------------------- */
/* table
----------------------------------------------- */
table {
		border: 1px dotted white;
	background: #a4e2f9;
}

thead th {
	border-bottom:2px solid #888;
	background:#bbb;
}
thead th.table-head {
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {

}
tbody tr.odd th,
tbody tr.odd td {
	
}
tfoot th,
tfoot td {
	
}
tfoot tr.total th,
tfoot tr.total td {
	
}



/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
border: 1px dotted white;
}
legend {


}
input,
textarea,
select {
	border: 1px dotted white;
	background: #a4e2f9;
}


textarea {
width: 400px;
}

/* articles
----------------------------------------------- */

.article {


}
.box .article {

}
.article h2 {
	color:#333;
}

.box .first {
	border-top:none;
}

.article a.image,
.article a.thumb {
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover,
.article a.thumb:hover {
	border:1px solid #666;
}

.comments p.meta,
.article p.meta {
	color:#666;
	border-bottom:1px dotted #999999;
	border-top:1px dotted #999999;
}



