/* Begin blog code */

/* Custom Settings for Steeph. */


/* Verwijderd de title van je blog in de header */
#Header1_HeaderTitle {
display: none;
}
.headermaintitle  {
display: none;
}

/* voeg Plaatje toe aan de bovenkant van je blog */
#top {background-image: url(http://www.xs4all.nl/~steeph/images/kop7.gif);
height: 100px;
}

/* Verwijderd xs4all logo aan onderkant, mocht die aanwezig zijn. */
.FooterCell {
	display: none;
}

/* De breedte van je hoofdtabel en de kleur */
#container {
width: 900px;
background-color: #FFFFFF;
}

/* verwijderd de stippellijn om je news items */
#news{
	border: 0px;
} 

/* Kleur en style wijzigen van de hyperlinks */
#sidebar-a a:active,
#sidebar-a a:visited,
#sidebar-a a:link {
	color : #FF0000;
	text-decoration : none;	
	margin-right : 0px;
	padding : 2px;
}
#sidebar-a a:hover {
	text-decoration: underline;
}
h1 {	
	margin : 0px;
	padding-top : 0.5em;
	font-size : 1.6em;
}
h1 a:visited,
h1 a:active,
h1 a:link,
h1 a:hover {
	color : #FF0000;
	text-decoration : none;
	text-transform: uppercase;
	font-size: 1.6em;
}

h2 a:visited,
h2 a:active,
h2 a:link,
h2 a:hover {
	color : #FF0000;
	text-decoration : none;
	text-transform: uppercase;
	font-size: 1.1em;
}

a:link { color: #FF0000; text-decoration:underline; }
a:visited { color: #8B0000; text-decoration:none; }
a:hover { background-color: #FFA07A; text-decoration:none; }


/* Content -------------------- */

#content {
	padding: 0.4em 0.9em;
	margin-right: 220px;
	}

.post img
{
	padding: 2px;
	border: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

/* Einde blog code */
