/*
Theme Name: Mike Little's Journalized Theme
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-2008 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
*/

html>body {
    margin: 10px;
    padding: 0;
}

body {
    margin: 10px;
    padding: 0;
}

h2 {
    margin: 5px 200px;
    padding: 1px 4px;

    position: relative;
    z-index: 3;

    width: auto;
    min-width: 120px;
}

.entry h2 {
    margin: 5px 5px;
}

#headerblock {
    margin: 0px 200px;
    padding: 5px;

    position: relative;
    z-index: 3;

    width: auto;
    min-width: 120px;

    overflow:hidden;
}

.centerdbd {
    margin: 0 200px 0px 200px;
    padding: 0px;
    position: relative;
}

.centreblock, .navigation {
    margin: 0 200px 10px 200px;
    padding: 5px;

    position: relative;
    z-index: 3;

    width: auto;
    min-width: 120px;
}

.comment-navigation {
    margin: 0;
    padding: 5px;
}

/* ** adjustments for missing columns */

div.journalized-centre-left h2,
div.journalized-centre-left #headerblock,
div.journalized-centre-left .centreblock,
div.journalized-centre-left .navigation,
div.journalized-centre-left .centerdbd {
    margin-left: 5px;
}

div.journalized-centre-right h2,
div.journalized-centre-right #headerblock,
div.journalized-centre-right .centreblock,
div.journalized-centre-right .navigation,
div.journalized-centre-right .centerdbd {
    margin-right: 5px;
}

div.journalized-centre-full h2,
div.journalized-centre-full #headerblock,
div.journalized-centre-full .centreblock,
div.journalized-centre-full .navigation,
div.journalized-centre-full .cenerdbd {
    margin-right: 5px;
    margin-left: 5px;
}

#cola {
    padding: 1px;

    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1;

    width: 185px;
}

#colb {
    padding: 1px;

    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;

    width: 185px;
}

.offscreen, .hidden {
  width:1px;
  height:1px;
  top:-900px;
  font-size:1%;
  position:absolute;
  overflow:hidden;
}

.alignright {
  float: right;
  margin-left: 55%
}

.alignleft {
  float: left;
  margin-right: 55%
}
.aligncenter {
  float: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin: 3px;
  position:relative;
}

.wp-caption-text {
  margin: 5px;
  text-align:center;
}

code {
  font-size: 120%;
}

em code {
  font-size: 140%;
}

.centreblock h2 {
margin:5px;
}