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

Copyright Mike Little

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.

Mike Little's Journalized Theme is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
*/

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

h2 { margin: 10px 195px;
    padding: 1px 4px;
    position: relative;
    z-index: 3;
    width: auto;
    min-width: 120px; }


#headerblock { margin: 0px 195px;
    padding: 10px;
    position: relative;
    z-index: 3;
    width: auto;
    min-width: 120px; }

.centreblock, .navigation {
    margin: 0 195px 20px 195px;
    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: 175px; }


#colb { padding: 5px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 175px; }
