/*
Theme Name: Journalized default
Theme URI: http://zed1.com/
Description: Original journalized blue theme
Version: 1.00
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: #000000;
  background: #4488cc;
  margin: 20px;
  padding: 0px;
  font: 11px 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;
}
h2 {
  margin: -12px 210px 20px 190px;
  padding: 2px 10px 2px 10px;
  font-size: 16px;
  color: #eeeeee;
  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 #000000;
  }

h2 a:link  { font-size: 16px; color: #eeeeee; text-decoration: none; }
h2 a:visited { font-size: 16px; color: #eeeeee; text-decoration: none; }
h2 a:hover   { font-size: 16px; color: #003399; text-decoration: underline; }
h2 a:active  { font-size: 16px; color: #003399; text-decoration: underline; }

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

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

abbr {
  cursor: help;
}

.storyTitle {
  font: bold 14px/16px verdana, arial, helvetica, sans-serif;
  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: 11px/13px verdana, arial, helvetica, sans-serif;
  margin: 0px 0px 16px 0px;
  padding: 0px;
  }

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

pre {
  font: 10px/11px fixed;
}
a {
  color: #003399;
  font-size: 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-decoration: none;
  background : transparent;
  }
a:link {
  color: #003399;
}
a:visited {
  color: #003399;
}
a:hover {
  color: #003399;
  text-decoration: underline;
}

#oldheader {
  position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  text-align: center;
  width: auto;
  min-width: 120px;
  margin: 0px 210px 20px 190px;
  border: 1px solid #000000;
  background: #cccccc;
  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: 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 #000000;
  background: #cccccc;
  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. */
.oldcontent, .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: #cccccc;
  padding: 10px;
  z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
  }
.oldcontent>p {margin: 0px;}
.oldcontent>p+p {text-indent: 30px;}

.navigation { height: 2em; }
.alignright {
  float: right;
  }
  
.alignleft {
  float: left;
  margin-right: 0.5em;
}

div.meta {
  margin-bottom: 0.5em;
}

.meta ul {
  display: inline;
}

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

.oldcontent ul, .leftsideSection ul, .rightsideSection ul {
  list-style-type: none;
  margin: 0;
  padding-left: 3px;
  margin-bottom: 1em;
}

ul.sponsor li { margin-bottom: 3px; }
.oldcontent ul li {
}

.leftsideSection ul li li, .rightsideSection ul li li {
  padding-left: 0.5em;
}

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

.storyContent img {
    position:relative;
}
.storyCommentContent {
  color: #000000;
  background: #cccccc;
  width: auto;
  margin: 10px 10px 10px 10px;
  border: 1px solid #000000;
  padding: 10px;
}

.storyContent h4 {
    font-size: 100%;
	border: none;
    color: #000000;
	background: #cccccc;
	padding: 2px;
    margin-bottom: 0;
}

blockquote {
  margin: 0.5em;
  color: #000000;
  padding: 2px;
  background: #aaaaaa;
}

blockquote p { 
  margin-bottom: 0.5em;
}

.storyContent blockquote  h4 {
	background: #aaaaaa;
	margin-top: .5em;
}

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

#leftside {
  position: absolute;
  width: 148px;
  width: 148px;
  top: 20px;
  left: 20px;
  border: 1px solid #000000;
  color: #000000;
  background: #cccccc;
  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: #cccccc;
  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;
  clear: both;
}

.centerP {
  text-align: center;
}

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

.b2calendartable {
  background: #cccccc;
  border: 1px solid #000000;
}

.b2calendarmonth {
}

.b2calendarrow {
}

.b2calendarheadercell {
  background: #999999;
  color: #000000;
  font: 11px verdana, arial, helvetica, sans-serif;
}

.b2calendarcell {
  color: #000000;
  font: 11px verdana, arial, helvetica, sans-serif;
}

.b2calendartoday {
  color: #ff0000;
}

.b2calendaremptycell {
  color: #000000;
}

.b2calendarlinkpost {
  color: #003399;
  text-decoration: none;
}

.blogrollmain {
  margin-bottom: 4px;
}

div.NOCSS {display: none;}

.buttonarea {
  background: #cccccc;
}

span.searchword {
  background-color: yellow;
}

#leftside input {
font-size: 75%;
}


p#privacy a:link { color:black; }

iframe.amz-embed { margin: 1em auto;}

