/* author: Auke van Scheltinga, for It-ernity high-end solutions 2005 */
/* Project Started end of winter 2005 */

/* positioning */
@import url("positionering.css");

/* Skin */
@import url("skin.css");

/* Typography */
@import url("typografie.css");

@import url("chat.css");

/* Misc stuff */
* {padding: 0;margin: 0;font-weight: normal;}
img{border: none}
.clear{clear: both}
.clearleft{clear: left}
.clearright{clear: right}
.hide {display: none}

/* Extra onzin, gallery */

#content a.visible { color: #0E5FAF; }

div#gallery { margin: 0px 15px 10px 15px; overflow: auto; }
div#gallery a.image { display: block; width: 100px; height: 100px; background: #eee; float: left; text-align: center; margin: 5px; vertical-align: middle; }
div#gallery img { margin: 0 auto; }

ul#updates li { list-style: none; font-size: 1.2em; color: #000; margin-bottom: 10px; }
ul#updates li .msg { color: #008; }

