/*   
Theme Name: Helmer/Kiggen
Description: Custom theme for Helmer/Kiggen. Design by Timothy Helmer.
Author: Joachim Nijs
Author URI: http://chim.be
Version: 1.0
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/main.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
        margin: 21px 0 22px 21px;
        padding-bottom:21px;     
}

/* =Header
-------------------------------------------------------------- */

#header {
        width: 100%;
        float: left;
}


/* =Menu
-------------------------------------------------------------- */
.aboutCats ul {
        list-style: none;
        margin: 0;
}
.aboutCats ul ul {
        display: none;
}
.aboutCats li {
        display: inline;
}
.aboutCats a {
        display: block;
        float: left;
}


/* =Content
-------------------------------------------------------------- */

.post {
        margin: 0 0 3em 0;      
}
.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}


/* =Widget Areas - Acces Menu
-------------------------------------------------------------- */
.widget-area {
        margin: 7px 0 0 0;
}

.widget-area ul {
        list-style: none;
        margin: 0;
}
.widget-area ul ul {
        list-style: none;
        margin-left: 0;
       }

.widget-area ul li {
        margin: 0 0 3px 0;
        overflow: hidden;
       }       
       
.widget-area ul ul ul {
		list-style: none;       
}
.widget-container {
		list-style: none;
		margin-left: 0;
		 
}


.widget-area ul li a { font-size:12px; text-decoration:none; font-weight:normal; color:#000000; display:block; text-transform:uppercase; }
.widget-area ul li a:visited { font-size:12px; font-weight:normal; color:#000000; display:block; text-transform:uppercase;}
.widget-area ul li a:hover { font-size:12px; text-decoration:underline; font-weight:normal; color:#000000; display:block; text-transform:uppercase;}
.currentA { font-size:12px; text-decoration:underline; font-weight:normal; color:#000000; display:block; text-transform:uppercase;}