/*
Theme Name: Journalized Winter
Theme URI: http://zed1.com/journalized/themes/journalized-winter/
Description: Winter theme from Mike Little's Journalized
Version: 1.0.2 Released 7 Jun 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: #000000;
  background: url(http://www.onephatman.com/images/opm_bg.png);
  margin-top: 5px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0px;
  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: 0px 180px 0px 180px;
  padding: 2px 10px 2px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  position: relative; /* to gain control of stacking order (z-index). */
  width: auto;
  min-width: 120px;
  background: #5B7CAB;
  z-index: 3; /* Allows content to overlap right menu in narrow windows in good browsers. */
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

h2.storytitle a { font-weight: bold; }

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

h3 {
  font: bold 16px/18px verdana, arial, helvetica, sans-serif;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px dashed #000000;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h3 a:link { font-size: 18px; text-decoration: none; color: #003399; font-weight: normal; }
h3 a:visited { font-size: 18px; text-decoration: none; color: #003399; font-weight: normal; }
h3 a:hover { font-size: 18px; text-decoration: underline; color: #ffffff; font-weight: normal; }
h3 a:active { font-size: 18px; text-decoration: none; color: #003399; font-weight: normal; }

h4 {
  font-size: 120%;
  font-weight: bold;
  border-left: 1px solid #738FBF;
  border-right: 1px solid #738FBF;
  border-top: 1px solid #738FBF;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  background: #5B7CAB;
  padding: 2px 8px 2px 8px;
}

h5 {
    font-size: 120%;
    margin: 0px 0px 0px 0px;
    color: #333333;
    padding: 2px 10px 2px 10px;
}  

abbr {
  cursor: help;
}

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

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

pre {
  font: 10px/11px fixed;
}

a {
  color: #000066;
  font-size: 12px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-decoration: none;
  background : transparent;
}

a:link  { color: #000066; text-decoration: underline; } 
a:visited { color: #0066cc; text-decoration: none; }
a:hover   { color: #fff; text-decoration: none; background: #000099; }

#headerblock {
  text-align: center;
  position: relative; /* to gain control of stacking order (z-index). */
  width: auto;
  min-width: 120px;
  margin: 0px 180px 10px 180px;
  border: 4px solid #738FBF;
  color: #ffffff;
  background: #5B7CAB;
  z-index: 3; /* allows content to overlap right menu in narrow windows in good browsers. */
  font-size: 16px;
  font-weight: 600;
}

#headerblock a:link { color: #354463; }
#headerblock a:visited { color: #354463; }
#headerblock a:hover { color: #fff; background: #738FBF; }


#header a:link, #header a:visited {
  font-size: 120%;
  font-weight: 600;
  color: #000;
}

.commentHeader {
  position: 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; /* allows content to overlap right menu in narrow windows in good browsers. */
  font-size: 16px;
  font-weight: 600;
}

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

.navigation {
  position: relative; /* to gain control of stacking order (z-index). */
  width: auto;
  min-width: 120px;
  margin: 0px 180px 0px 180px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  color: #333333;
  background: #ffffff;
  padding: 10px;
  /* z-index: 3; */ /* allows content to overlap right menu in narrow windows in good browsers. */
}

.navigation {
  display: block;
  text-align: center;
  margin: 0px 180px 10px 180px;
}

.navbox {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  margin-top: 4px;
}

.navbox a {
  font-weight: bold;
}
  

.alignright { float: right; }

.alignleft { float: left }

.meta {
  font-size: 10px;
}

.meta a {
  font-size: 10px;
}

.meta ul {
  display: inline;
}

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

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

.centreblock ul li {
}

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

.storyContent ul li {
  list-style-type: disc;
  margin: 6px 0px 0px 46px; 
  padding-left: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.storyContent ol li {
  margin: 6px 0px 0px 16px; 
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.storyContent ul {
  padding-bottom: 15px;
}

.storyContent ol {
  padding-bottom: 15px;
}

.centreblock h4 {
  border: 1px solid #000;
  margin: 14px 0px 2px 0px;
}

.storyContent {
  color: #000000;
  margin: 16px 0px 0px 0px;
  background: #ffffff;
}

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

/*
blockquote {
  margin: 20px 30px 30px 30px;
  color: #333333;
  padding: 12px 0px 0px 12px;
  border: 1px solid #000000;
  background: #a7aeb8;
}
*/

blockquote {
  margin: 20px 30px 20px 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 5px solid #003399;
  border-right: 5px solid #003399;
  color: #333333;
  background: #ddd;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
}

q {
  color: #333333;
  background: #a7aeb8;
}

#leftside {
  position: absolute;
  width: 170px;
  top: 5px;
  left: 5px;
  z-index: 1;
  voice-family: "\"}\"";
  voice-family: inherit;
}
body>#leftside {width: 170px;}

#leftside a:link { color: #000000; text-decoration: none; }
#leftside a:visited { color: #395A89; text-decoration: none; }
#leftside a:hover { color: #ffffff; background: #5B7CAB; }

.leftsideSection {
  border-left: 1px solid #5B7CAB;
  border-right: 1px solid #5B7CAB;
  border-bottom: 1px solid #5B7CAB;
  color: #464c64;
  background: #F9FAF9;
  padding: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px 0px 15px 0px;
}

.leftsideSection h2 {
  border: 1px solid #354463;
  font-weight: bold;
  color: #464c64;
  background: #a7aeb8;
  padding: 4px;
  margin: 0px 0px 15px 0px;
}

.rssSection li {
  padding: 10px 0px 0px 0px;
}

#rightside {
  position: absolute;
  width: 170px;
  top: 5px;
  right: 5px;
  z-index: 1;
  voice-family: "\"}\"";
  voice-family: inherit;
}
body>#rightside {width: 170px;}

#rightside a:link { color: #000000; text-decoration: none; }
#rightside a:visited { color: #395A89; text-decoration: none; }
#rightside a:hover { color: #ffffff; background: #5B7CAB; }


.rightsideSection {
  border-left: 1px solid #5B7CAB;
  border-right: 1px solid #5B7CAB;
  border-bottom: 1px solid #5B7CAB;
  color: #464c64;
  background: #F9FAF9;
  padding: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px 0px 15px 0px;
}

#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;
  margin: 4px;
}

.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;
  font: 11px/14px verdana, arial, helvetica, sans-serif;
  background: #ffffff;
}

#contentcomments textarea, #centreblock 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;
}

.commentmetadata {
  font-size: 10px;
  padding-bottom: 12px;
}

.commentmetadata a {
  font-size: 10px;
  padding-bottom: 12px;
}

table#wp-calendar { 
  background: #F9FAF9;
  /* border: 1px solid #5f779; */
  font: 10px verdana, arial, helvetica, sans-serif; 
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
}

table#wp-calendar td { 
  padding: 0px 3px; 
  text-align:center;  
  color: #333333;
}

table#wp-calendar a:link { color: #000066; text-decoration: underline; font-size: 10px; }
table#wp-calendar a:visited { color: #000066; text-decoration: underline; font-size: 10px; }
table#wp-calendar a:hover { color: #fff; text-decoration: underline; font-size: 10px; }
table#wp-calendar caption { }
td#prev, td#next { background: #F9FAF9; }
td#today{ border: 1px solid #dd0000; color: #ff0000; }
table#wp-calendar thead tr { color: #000000; background: #F9FAF9; }
table#wp-calendar thead th {  }

.blogrollmain {
  margin-bottom: 4px;
}

div.NOCSS {display: none;}

.buttonarea {
  background: #cccccc;
}

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: 0;
}

div#rightside > ul  li { }

div#rightside h2 { 
  font-size: 120%;
  border: 2px solid #354463;
  margin: 0px 0px 10px 0px;
  color: #e9f2fc;
  background: #5f7797;
  padding: 2px 10px 2px 10px;
}

div#rightside ul li ul { 
/*
  border: 1px solid #5f7797;
  color: #464c64;
  background: #a7aeb8;
  margin: 0px 0px 10px 0px;
*/
  padding-left: 15px;
  list-style: square;
  margin-left: 10px;
}

div#rightside ul li ul li { 
  border: 0;
  margin:0;
}

.alt {
  /*background: #dfe4eb;*/
  background: url(/images/opm_bg.png);
  padding: 6px;
}

.alt2 {
  background: #F9FAF9;
  padding: 6px;
}

.recipe_cats {
  font-size: 16px;
  font-weight: bold;
}

.recipe_cats a {
  font-size: 16px;
  text-decoration: none;
}

.recipe_cats a:hover {
  text-decoration: underline;
}

.recipe_cats ul li {
  padding-left: 20px;
  padding-bottom: 24px;
  list-style: disc;
  margin-left: 40px;
}

.ttag {
  font-size: 10px;
}

.ttag a {
  font-size: 10px;
}

p.google-left {
  float: left;
  width: 120px;
  height: 240px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
}

p.google-right {
  float: right;
  width: 120px;
  height: 240px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}

.feedback {
  padding-top: 14px;
}
