﻿/* meyer reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* handy stuff */
div.clear
{
  clear:both;
  height:0px;
  line-height:0px;
  overflow:hidden;
}


body 
{
  background-color:#ffffff;
  font:normal small Candara, Sans-Serif;
  margin:0px 0px 0px 0px;
  padding:0px;
}

div.mainpage
{
  background-image:url(/malcolmvanraalte/images/vbanner.jpg);
  background-repeat:no-repeat;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  min-height:658px;
  width:785px;
}

div.content
{
  margin-left:147px;
  width:658px;
}

div.title
{
}

h1
{
  color:SteelBlue;
  font-size:x-large;
  font-weight:bold;
}

div.blogmain
{
}

div.blogpost
{
  margin-top:25px;
}

div.posttitle
{
  font-size:larger;
}

div.postbody
{
  margin-top:3px;
}

div.blogpost p
{
  margin-top:10px;
}

div.blogpost ul
{
  margin-left:30px;
}

div.blogpost img
{
  border:0px;
}

span.postdate
{
  color:Gray;
  font-size:smaller;
  margin-left:15px;
}