/*
Theme Name: Journalized Blue - modified
Theme URI: http://zed1.com/journalized/themes/journalized-blue/
Description: Modified from Mike Little's Journalized Blue
Version: .01 7-Aug-2005 Mod of jb 1.0.3
Author: David Hunter
Author URI: http://zed1.com/journalized/

Credit for the original concept and core of the layout comes
courtesy of Rob Chandanais via: http://bluerobot.com/web/layouts/layout3.html
*/

body {
    color: #000000;
    /*background: #4488cc;*/
    background: #f2f2f2;
    /*background: #ececec;*/
    /*background: #030382;*/
    /*background: #D3D7F0;*/
    margin: 20px;
    padding: 0px;
    /*Was 11px in original*/
    font: 13px arial, verdana, helvetica, sans-serif; /* was verdana */
}

h1 {
    /*font-family: arial, verdana, helvetica, sans-serif; was verdana*/
    font-family: 'Arial Black', arial, verdana, helvetica, sans-serif;
	/*font-weight: bold;*/
    font-size: 16pt; /* was 150%*/
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

img {
    border-style: none;
}

.images {
    padding: 2px;
    background: transparent;
    border: none;
}
h2 {
    margin: -12px 210px 20px 190px;
    padding: 2px 10px 2px 10px;
    font-family: arial, verdana, helvetica, sans-serif; /* was verdana*/
    font-size: 16px;
    /*color: #eeeeee;*/
    color: #000000;
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    /*background: #999999;*/
    background: #D3D7F0;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    border: 1px solid #000000;
}

/* all were #eeeeee */
h2 a:link    { color: #000000; text-decoration: none; }
h2 a:visited { color: #000000; text-decoration: none; }
h2 a:hover   { color: #000000; text-decoration: underline; }
h2 a:active  { color: #000000; text-decoration: underline; }

h3 {
    font: bold 14px/16px arial, verdana, helvetica, sans-serif; /* was verdana*/
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h4 {
    font-size: 100%;
    border: 1px solid #000000;
    /*color: #eeeeee;
    background: #999999;*/
    color: #000000;
    background: #D3D7F0;
    padding: 2px;
}

abbr {
    cursor: help;
}

.storyTitle {
    font: bold 18px/21px arial, verdana, helvetica, sans-serif; /*was verdana 14 16*/
    /*no color in original*/
    color: #FE6232;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.storyCategory {
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.storyAuthor {
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
p {
    /*was 11px/13px in original*/
	font: 13px arial, verdana, helvetica, sans-serif; /*was verdana*/
    /* 10px for some whitespace */
    margin: 10px 0px 16px 0px;
    padding: 0px;
}

#headerMessage {
    font: 9px arial, verdana, helvetica, sans-serif; /*was verdana*/
    margin: 0px 0px 0px 0px;
    padding: 2px;
}

pre {
    font: 10px/11px fixed;
}
a {
    color: #003399;
    /*was 11px in original*/
    /*font-size: 13px; Done to allow meta to override appears to work*/
    font-family: arial, verdana, helvetica, sans-serif; /*was verdana */
    text-decoration: none;
    background : transparent;
}

a:link    { color: #003399; }
a:visited { color: #003399; }
a:hover   { color: #003399; text-decoration: underline; }

#headerblock {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 0px 210px 20px 190px;
    border: 1px solid #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    font-size: 16px;
    font-weight: 600;
}

#header a:link, #header a:visited {
    font-size: 120%;
    font-weight: 700; /*was 600, 700 is bold, 400 is normal*/
    color: #000000;
}

.commentHeader {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    margin: 10px 10px 10px 10px;
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    font-size: 16px;
    font-weight: 600;
}

/* All the content boxes belong to the content class. */
.centreblock, .navigation {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 0px 210px 20px 190px;
    border: 1px solid #000000;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.centreblock>p {margin: 0px;}
/*.centreblock>p+p {text-indent: 30px;}*/
.centreblock p {margin-bottom: .5em; }

.navigation {
      display: block;
      text-align: center;
      margin: 0px 210px 20px 190px;
      height: 1.5em;
}

.barad {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    text-align: center;
    margin: 0px 210px 20px 190px;
    border: 1px solid #000000;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.alignright { float: right; }

.alignleft { float: left }

.meta {
    font: 13px/16px arial, verdana, helvetica, sans-serif; /*was verdana 11 -13*/
}

.meta ul {
    display: inline;
}

.meta li  {
    display: inline;
    list-style-type: none;
}

.meta2 {
    font: 13px/16px arial, verdana, helvetica, sans-serif; /*was verdana 11 -13*/
}

.meta2 ul {
      padding-bottom: 3px;/*white space between bullets*/
}

.meta2 li  {
      padding-bottom: 3px;/*white space between bullets*/
}

.rightsideSection ul {
    list-style-type: none;
    font: 13px/16px arial, verdana, helvetica, sans-serif; /*was none*/
    margin: 0;
    padding-left: 6px;
}

.centreblock ul {
    margin: 22px;
    padding-left: 6px;
}

.leftsideSection ul {
    font: 13px/16px arial, verdana, helvetica, sans-serif; /*was verdana 11-13*/
    margin: 6px;
    padding-left: 6px;
}

.nobull ul {
    list-style-type: none;
    margin: 0;
}

.centreblock li {
	padding-bottom: 6px;/*white space between bullets*/
}

/* this fixes an IE bug with aligned or floated images */
.storyContent img {
    position:relative;
}

.storyContent {
    color: #000000;
    background: #ffffff;
}

.storyCommentContent {
    color: #000000;
    background: #ffffff;
    width: auto;
    margin: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding: 10px;
}

blockquote {
	/*was 0.5em in original*/
    margin: 1.5em;
    color: #000000;
    padding: 2px;
    /*background: #e0e0e0;*/
    /*background: #ececec;*/
    background: #f2f2f2;
}

q {
    color: #000000;
    background: #e0e0e0;
}

#leftside {
    position: absolute;
    width: 148px;
    width: 148px;
    top: 20px;
    left: 20px;
    border: 1px solid #000000;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 148px;
}
body>#leftside {width: 148px;}

#rightside {
    position: absolute;
    width: 190px;
    top: 20px;
    right: 20px;
    border: 1px solid #000000;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 168px;
}
body>#rightside {width: 168px;}

#chaff {
    text-align: right;
}
#chaff a {
   color: #000000;
   font-size: 2px;
}
#chaff a:link { color: #000000; }
#chaff a:visited { color: #000000; }
#chaff a:hover { background: #fff; }

.storyLinks {
    text-align: right;
    font: 13px/16px arial, verdana, helvetica, sans-serif; /*was none 13-16*/
}

.centerP {
    text-align: center;
}

#searchform input#s {
    width: 95%;
}

#contentcomments input, #centreblock input, #menu input {
    margin: 1px;
    padding: 1px 1px 4px 1px;
    border: 1px solid #000000;
    /*was 11px/14px in original*/
    font: 13px arial, verdana, helvetica, sans-serif; /*was verdana*/
    background: #ffffff;
}
#contentcomments textarea, #centreblock textarea, #menu textarea {
    margin: 1px;
    padding: 1px;
    border: 1px solid #000000;
    background: #ffffff;
     /*was 11px/14px in original*/
    font: 13px arial, verdana, helvetica, sans-serif; /*was verdana*/
}
.commentfield {
    margin-bottom: 4px;
}

table#wp-calendar { 
    background: #ffffff; 
    border: 1px solid #000; 
    font: 13px arial, verdana, helvetica, sans-serif;  /*was verdana 11px*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

table#wp-calendar td { 
    padding: 0px 1px; /*Was 3px but makes left column too wide */
    /*reduced from 2 to 1 when font went to 10*/
    color: #000000;
    text-align:center;    
}

table#wp-calendar a:link { color: #039; text-decoration: none; }
table#wp-calendar a:visited { color: #039; text-decoration: none; }
table#wp-calendar a:hover { color: #0000dd; text-decoration: underline; }
table#wp-calendar caption { }
td#prev, td#next { background: #fff; }
td#today{ color: #ff0000; border: 1px solid #dd0000; }
table#wp-calendar thead tr { color: #000000; background: #ffffff; }
table#wp-calendar thead th {  }


.blogrollmain {
    margin-bottom: 4px;
}


.buttonarea {
    background: #ffffff;
}

span.searchword {
    background-color: yellow;
}

/* This set of rules makes the nested lists from wp_get_links() 
   look like the h4 + div.rightsidesection combination */

div#rightside ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

div#rightside > ul  li { }

div#rightside ul li h2 { 
    font-size: 100%;
    border: 1px solid #000000;
    /*color: #eeeeee;
    background: #999999;*/
    color: #000000;
    background: #D3D7F0;
    padding: 2px;
    margin: 10px 0;
}


div#rightside ul li ul { }
div#rightside ul li ul li { }


