/*
Theme Name: Journalized
Theme URI: http://zed1.com/journalized/themes/journalized/
Description: Layout for Mike Little's Journalized Theme
Version: 2.0 Released 22 January 2006
Author: Mike Little
Author URI: http://zed1.com/

This file governs the default three column layout.

Copyright 2002, 2005, 2006 Mike Little

This file is part of Mike Little's Journalized Theme.

Mike Little's Journalized Theme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Mike Little's Journalized Theme is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Mike Little's Journalized Theme; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

body {
    margin: 20px;
    padding: 0;
}

h2 {
    margin: 10px 210px;
    padding: 1px 4px;

    position: relative;
    z-index: 3;

    width: auto;
    min-width: 120px;
}


#headerblock {
    margin: 0px 210px;
    padding: 10px;

    position: relative;
    z-index: 3;

    width: auto;
    min-width: 120px;
}

.centreblock, .navigation {
    margin: 0 210px 20px 210px;
    padding: 10px;

    position: relative;
    z-index: 3;

    width: auto;
    min-width: 120px;
}


/* ** adjustments for missing columns */

div.journalized-centre-left h2,
div.journalized-centre-left #headerblock,
div.journalized-centre-left .centreblock,
div.journalized-centre-left .navigation {
    margin-left: 10px;
}

div.journalized-centre-right h2,
div.journalized-centre-right #headerblock,
div.journalized-centre-right .centreblock,
div.journalized-centre-right .navigation {
    margin-right: 10px;
}

div.journalized-centre-full h2,
div.journalized-centre-full #headerblock,
div.journalized-centre-full .centreblock,
div.journalized-centre-full .navigation {
    margin-right: 10px;
    margin-left: 10px;
}

#cola {
    padding: 5px;

    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;

    width: 190px;
}

#colb {
    padding: 5px;

    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;

    width: 190px;
}

