/*
Theme Name: Journalized Blue
Theme URI: http://zed1.com/journalized/themes/journalized-blue/
Description: Blue theme from Mike Little's Journalized
Version: 1.0.3 Released 7 June 2005
Author: Mike Little
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: #333333;
    background: #e3f4ff;
    margin: 20px;
    padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

/*     font: 12px verdana, arial, helvetica, sans-serif; */

h1 {
    font-weight: bold;
    font-size: 150%;
    color: #000000;
    text-align: center;
}

img {
    border-style: none;
}

.images {
    padding: 2px;
    background: transparent;
    border: none;
}
h2 {
    margin: -12px 210px 0px 210px;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    color: #ffffff;
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    background: #999999;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    border: 1px solid #cccccc;
}

h2 a:link    { color: #ffffff; text-decoration: none; }
h2 a:visited { color: #ffffff; text-decoration: none; }
h2 a:hover   { color: #ffffff; text-decoration: none; }
h2 a:active  { color: #ffffff; text-decoration: none; }

h3 {
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h4 {
    font-size: 100%;
    border: 1px solid #cccccc;
    color: #ffffff;
    background: #999999;
    padding: 2px;
}

abbr {
    cursor: help;
}

.storyTitle {
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    text-decoration: bold;
    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 {
    font-size: 14px;
    text-align: justify;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

/* font: 11px/13px verdana, arial, helvetica, sans-serif;
   font-family: arial,helvetica,sans-serif;
   line-height: 1.4em;
 */

#headerMessage {
    font: 9px verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 2px;
}

pre {
    font: 10px/11px fixed;
}
a {
    color: #003399;
    background : transparent;
}

/*     font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
*/
a:link    { color: #003399; }
a:visited { color: #003399; }
a:hover   { color: #003399; text-decoration: none; }

#headerblock {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 0px 210px 20px 210px;
    border: 1px solid #cccccc;
    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: italic normal 150% 'Times New Roman', Times, serif;
    font-weight: 600;
    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 #cccccc;
    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 210px;
    border: 1px solid #cccccc;
    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: .8em; }

.navigation {
      display: block;
      text-align: center;
      margin: 0px 210px 20px 210px;
      height: 1.5em;
}

.sitemeter {
      padding-top: 10px;
      text-align: center;
}

.alignright { float: right; }

.alignleft { float: left }

.meta ul {
  display: inline;
}

.meta li  {
    display: inline;
    list-style-type: none;
}

.leftsideSection ul, .rightsideSection ul {
    list-style-type: none;
    margin: 0;
    padding-left: 3px;
}

.centreblock ul li {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

/* this fixes an IE bug with aligned or floated images */
.storyContent img {
    position:relative;
}

.storyContent {
    color: #333333;
    background: #ffffff;
    padding-top: 10px;
}

.storyContent a {
    text-decoration:underline;
}

.commentlist a {
    text-decoration:underline;
}

.storyCommentContent {
    color: #000000;
    background: #ffffff;
    width: auto;
    margin: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    padding: 10px;
}

blockquote {
    margin: 15px 30px 0 10px;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-left: 5px solid #ddd;
    background: #eeeeee;
}

/*
    margin: 0.5em;
    color: #000000;
    padding: 2px;
    background: #aaaaaa;
*/

q {
    color: #000000;
    background: #aaaaaa;
}

#leftside {
    position: absolute;
    width: 180px;
    top: 20px;
    left: 20px;
    border: 1px solid #cccccc;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
    font: 10px verdana, arial, helvetica, sans-serif;
}
body#leftside {width: 180px;}

#rightside {
    position: absolute;
    width: 180px;
    top: 20px;
    right: 20px;
    border: 1px solid #cccccc;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
}
body#rightside {width: 180px;}

#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;
}

.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 #cccccc;
    font: 11px/14px verdana, arial, helvetica, sans-serif;
    background: #ffffff;
}
#contentcomments textarea, #centreblock textarea, #menu textarea {
    margin: 1px;
    padding: 1px;
    border: 1px solid #cccccc;
    background: #ffffff;
    font: 11px/14px verdana, arial, helvetica, sans-serif;
}
.commentfield {
    margin-bottom: 4px;
}

table#wp-calendar { 
    background: #ffffff; 
    border: 1px solid #cccccc; 
    font: 11px verdana, arial, helvetica, sans-serif; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

table#wp-calendar td { 
    padding: 0px 3px; 
    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: #999; }
td#today{ color: #ff0000; border: 1px solid #dd0000; }
table#wp-calendar thead tr { color: #000000; background: #999999; }
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 #cccccc;
    color: #ffffff;
    background: #999999;
    padding: 2px;
    margin: 10px 0;
}

div#rightside ul li ul { }
div#rightside ul li ul li { }

