/*---------------------------------------------------------------------------------------

[Master Stylesheet]

Project:		nielswouters.be
Version:		1.0.7c
Last change:	07/31/2009

     __ _      _       __    __            _
  /\ \ (_) ___| |___  / / /\ \ \___  _   _| |_ ___ _ __ ___
 /  \/ / |/ _ \ / __| \ \/  \/ / _ \| | | | __/ _ \ '__/ __|
/ /\  /| |  __/ \__ \  \  /\  / (_) | |_| | ||  __/ |  \__ \
\_\ \/ |_|\___|_|___/   \/  \/ \___/ \__,_|\__\___|_|  |___/


(C) Ontwerp en ontwikkeling: copyright Niels Wouters, 2008 - 2009, tenzij anders vermeld.
Alle rechten inzake ontwerp en ontwikkeling zijn voorbehouden aan Niels Wouters. Ontwerp
en aanverwante elementen mogen niet zonder voorafgaande toestemming gekopieerd, bewerkt,
verwijderd, of deels aangepast worden.

(C) Design and development: copyright Niels Wouters, 2008 - 2009, unless otherwise noted.
All rights concerning design and development are reserved by Niels Wouters. Design and
related elements may not be copied, altered, removed, or partially edited without prior
permission.

-------------------------------------------------------------------------------------- */

/* PRINT RULES */

    * { width: 100%; }

    body, html {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    body {
        font-size: .8em;
        font-family: Helvetica, Arial, sans-serif;
    }
    
    a {
        color: #777;
        text-decoration: none;
    }
    
    h1, h2 {
        font-size: 300%;
        margin-bottom: 15px;
        line-height: 100%;
        font-weight: normal;
        font-family: Georgia, 'Times New Roman', Times, fantasy;
    }

	h2 {
		font-size: 100%;
	}

    h1 { color: #00adef; }

    blockquote, cite {
        margin: 0 3.2em;
        font-style: italic;
        font-family: Georgia, 'Times New Roman', Times, fantasy;
    }

    cite { margin-right: 0; }

	aside#tools {
		display: none;
	}
    
    section#header {
		display: none;
        position: absolute;
        left: 60px;
    }

        section#header header a {
            display: block;
            width: 117px;
            height: 117px;
        }

    section#nav { display: none; }
    
    section#content {
        margin: 0;
        width: 100%;
        position: absolute;
/*        top: 117px;*/
        display: block;
    }

        section#content a {
            color: #00adef;
            border-bottom: 1px solid #00adef;
        }

            section#content a:hover {
                color: #000;
                border-bottom: 1px solid #000;
            }

        section#content p {
            line-height: 150%;
            margin-bottom: 1.6em;
        }

        section#content h3 {
            text-transform: uppercase;
            margin-bottom: 15px; 
        }

        section#content h4 {
            text-transform: uppercase;
            margin-bottom: 15px;
        }
        
        section#content article.article, section#content section.archive-group {
            display: block;
            margin: 0 0 3.2em 60px;
        }

		section#content article header h2 {
			font-size: 100%;
			color: #ff3366;
			font-style: italic;
		}
		
		section#content article header h2 a {
			color: #ff3366;
		}

		aside.article-share {
			display: none;
		}

            section#content ul, #content ol {
                margin-left: 3.2em;
                margin-bottom: 1.6em;
            }

                section#content ul li { list-style: none outside url(../i/bg_main_list.png); }
                section#content ol li { list-style-type: decimal; }

                section#content ul li, #content ol li {
                    line-height: 150%;
                    font-style: italic;
                    font-family: Georgia, 'Times New Roman', Times, fantasy;
                }
    
    figure {
        margin-bottom: 1.6em;
display: inline;    }

img {
	display: block;
	overflow: visible;
}
    
    section#content article.article section#comments section#comment-form {
        display: none;
    }

    

/* END PRINT RULES */