/*

	ONDERSTEKOP.nl STYLESHEET
	Written by: Bart Spaans

*/

html, body{
	width: 99%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	color: #000;
}

/*
	STRUCTURE
*/

div#container{
	margin: auto;
	background: white;
	width: 100%;
	display: block;
	min-height: 100%;
	height: 100%;
}

div#container2{
	overflow: auto;
	float: left;
	width: 100%;
}

div#header{
	margin: 0;
	margin-left: 260px;
	text-align: left;
	padding: 0;
	height: 150px;
}
div#header h1{
	font: bold 3.0em Tahoma, Georgia, Verdana, Garamond;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

div#header a {
	color: black;
	text-decoration: none;
}
div#header h3{
	font: italic 1.5em Georgia, Garamond;
	margin: 0;
}
div#feed{
	font: normal 0.8em sans-serif;
	padding-top: 10px;
	text-align: left;
	position: relative;
	bottom: 0;
}
div#feed a{
	color: #444;
	text-decoration: none;
}
div#feed a:hover{
	color: #2277DD;
}
		
div#nav{
	float: left;
	padding: 15px;
	width: 180px;
	font: normal 0.9em "Trebuchet MS", "Georgia", "Verdana", "Garamond";
	text-align: left;
	margin-right: 25px;
}

div#main{
	float: left;
	padding: 10px;
	text-align: left;
	width: 600px;
	margin: 0;
}
		
div#infobar{
	width: 176px;
	padding: 10px;
	float: right;	
	font: normal 0.9em "Trebuchet MS", "Georgia", "Verdana", "Garamond", sans-serif;
}

div#trailer{

	text-align: center;
	margin: 0 auto;
	font: normal 0.7em Verdana;
}

		
/*
	BLOG
*/
		
td.cat{
	font: normal 0.9em Garamond;
	text-align: center;
	margin: auto;
}
td.menu{
	padding-top: 10px;
	font: normal 0.9em Garamond;
	text-align: center;
	margin: 0 auto;
}

td.menu a{
	color: black;
	text-decoration: none;
}

span#location{
	font: normal 1.0em Courier;
	padding-bottom: 10px;	
	display: block;
}

table.cat{
	border-collapse: collapse;
	font: normal 1.0em Georgia;
}

table.cat th{
	background: #eee;
	font: bold 1.0em Garamond;
}

table.cat td{
	font: normal 1.0em Georgia;
}

table.cat td a{
	color: black;
	text-decoration: none;
}

table.cat td a:hover{
	text-decoration: underline;
}

span.title{
	font: small-caps 1.0em Georgia;
}

blockquote{
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	padding: 10px;
}

span#blognav{
	font: normal 0.8em "Trebuchet MS", "Verdana";
	word-spacing: 15px;
}

span#blognav a{
	color: blue;
	word-spacing: 1px;
	text-decoration: none;
}

/*
	FORMS
*/

form.forms{
	border: 0px;
	font: normal 1.0em Trebuchet MS, Georgia, Garamond;
}

form.forms fieldset{
	border: 0px;
}

form.forms legend{
	font: Bold 2.5em Trebuchet MS, Georgia, Garamond;
}

form.forms input{
	font: normal 1.0em Trebuchet MS, Georgia, Garamond;
}

/*
	FORMS - TABLES
*/

table.forms{
	font: normal 1.0em Georgia;
	border: 1px dashed #222;
	height: 140px;
	width: 100%;
}

table.forms th{
	background-color: #4499FF;
	color: white;
	height: 30px;
	font: small-caps bold 1.5em Verdana;
}

table.forms input, textarea, select{
	font: normal 1.0em Georgia;
	width: 280px;
}

td.note{
	width: 120px;
	background: #eee;
}

/*
	MUSICPAGES
*/

table.musicTable{
	width: 300px;
	position: fixed;
}

span.downloads{
	font: normal 0.8em "Trebuchet MS", "Verdana";
}

table.cat td.index{
	background: #4499FF;
	color: white;
	text-align: center;
	font: normal 0.8em Georgia;
}
table.cat tr.stats td{
	font-size: 0.9em;
}

/*
	PROGRAMMING
*/

span.code{
	font: normal 1.0em Courier;
}

span.example{
	font: normal 1.0em Courier;
	color: green;
}

div#links a{
	color: green;
	text-decoration: underline;
	letter-spacing: 2px;
}
div#links li{
	padding: 10px;
	line-height: 25px;
}

a.nav{
	height: 50px;
	width: 150px;
	display: block;
}


/*
	MAIN
*/

ul{
	list-style-image: url("img/listitem.png");
}
a {
	color: #2277DD;
	text-decoration: none;
}
a:hover{
	color: black;
}	


/*
	LISTS
*/
ul.nav{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font: normal 0.9em Verdana, sans-serif;
	list-style-image: none;
}
ul.nav h3{
	background: none;
	font: small-caps bold 1.1em serif;
	margin: 0;
	padding: 2px;
}
ul.nav li{
	margin: 0;
	margin-bottom:2px;
	padding: 2px;
}
ul.nav li.menuA{
}
ul.nav li.menuB{
}
ul.nav li a{
	color: #444;
	text-decoration: none;
}
ul.nav li a:hover{
	color: #2277DD;
}

span.sub{
	font-size: 0.8em;
	color: #888;
}

/*
	BLOG MAIN PAGE
*/
div.blogmain{
	width: 560px;
	min-height: 120px;
	margin-bottom: 10px;
}
div.date{
	height: 120px;
	width: 50px;
	text-align: center;
	padding-top: 5px;
	font: small-caps normal 0.8em bold sans-serif;
	float:left;
	color: #444;
}
span.title{
	display:block;
	font: normal 1.3em bold sans-serif;
	padding: 5px;
}
span.stats{
	font: normal 0.7em serif;
	color: #666;
	margin-right: 30px;
}
div.blogmain a{
	color: #444;
	text-decoration: none;
}
div.blogmain a:hover{
	color: #2277DD;
}

/*
	BLOG
*/
div.blog{
	width: 560px;
	min-height: 120px;
	margin-bottom: 10px;
}
div.date2{
	width: 50px;
	text-align: center;
	padding-top: 5px;
	font: small-caps normal 0.8em bold sans-serif;
	float:left;
	color: #444;
}
div.content{
	margin-top: 10px;
	padding: 5px;
	font: normal 0.9em georgia, sans-serif;
}
div.reddit{
	float:left;
	padding: 15px;
	height: 120px;
}
div.socialmedia{
	margin-top: 5px;
	height: 80px;
	padding: 15px;
}
div.blogtrailer a{
	color: #444;
}
div.blogtrailer a:hover{
	color: #2277DD;
}
/*
	COMMENTS
*/
div#comments{
	width: 560px;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	font: normal 0.9em Georgia, sans-serif;
}
div.commentA{
	padding: 5px;
	margin-bottom: 20px;
}
div.commentB{
	padding: 5px;
	margin-bottom: 20px;
	background: #eee;
}
div.commentheader{
	margin-bottom: 7px;
	text-align: left;
}
div.commentcontent{
	text-align: left;
	font: normal 0.9em serif;
	padding: 10px;
}
div.commentNR{
	width: 50px;
	height: 50px;
	text-align: center;
	font: bold 1.3em sans-serif;
	float:left;
	line-height: 15px;
}
