/*
 Author Name : Kevin Deldycke and Me
 Author Site : http://kev.coiolcavemen.com
 Style Name  : d'apres coolkevmen
 Style URI   : http://kev.coolcavemen.com/wp-content/themes/k2/styles/coolkevmen
 Version     : 0.1
 Comments    : This is a customization of a customisation of the WordPress K2 theme I use on my personnal blog ( http://kev.coolcavemen.com ).

 Copyright   : Kevin Deldycke and Robert Jones
 Licence     : GNU/GPL
*/
body {
background: #EEE url('coolkevmen/bck.png') center repeat;
}

#page {
 padding-top: 0;
}

#header {
 background: white url('coolkevmen/header.background.jpg') center center no-repeat;
 width: 100%;
 height: 200px;
}

ul {
 list-style-position: inside;
}

blockquote {
 color: #000;
 background: #f9f9f9;
 border-width: 1px 1px 1px 3px;
 border-color: #eee;
 border-style: dotted dotted dotted solid;
 padding-right: 1.3em;
 padding-left: 1.3em;
}
