/*
This file governs the default three column layout.

Copyright 2002-2009 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: 20px;
    padding: 0;
}

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

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

    position: relative;
    z-index: 3;

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

.entry h2 {
    margin: 10px 10px;
}

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

    position: relative;
    z-index: 3;

    width: auto;
    min-width: 120px;

    overflow:hidden;
}

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

    position: relative;
    z-index: 3;

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

.comment-navigation {
    margin: 0;
    padding: 10px;
}

/* ** 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;
}

.offscreen, .hidden {
  width:1px;
  height:1px;
  top:-900px;
  font-size:1%;
  position:absolute;
  overflow:hidden;
}

.alignright {
  float: right;
  margin-left: 5px
}

.alignleft {
  float: left;
  margin-right: 5px
}
.aligncenter {
  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:10px;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 10;
	padding: 0;
	border: 10 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}