/*
Theme Name: Journalized Winter
Theme URI: http://zed1.com/journalized/
Description: Winter theme from Mike Little's Journalized
Version: 1.00 Released 23 Mar 2005
Author: Mike Little
Author URI: http://zed1.com/journalized/
Revised: Heavily edited by Kevin T. Keith for the blog "Sufficient Scruples"
http://www.sufficientscruples.com
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: #f5f5f5;
	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;
	border: none;
}

h2 {
	margin: 8px 210px 20px 190px;
	padding: 2px 10px 2px 10px;
	font-size: 120%;
	color: #e9f2fc;
	position: relative; /* This is used only for the date block above the post text blocks. Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	background: #aaaaaa;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	border: 2px solid #354463;
}

h3 { /* This is used for the post titles and a few other text elements. */
	font: bold 24px/26px times new roman, verdana, arial, helvetica, sans-serif;
	color: #000000
	font-weight: 900;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4 { /* This is used for the sidebar box titles (dark boxes with light text). */
	font: arial, helvetica, sans-serif;
	font-size: 120%;
	border: 2px solid #354463;
	margin: 0px 0px 10px 0px;
	color: #e9f2fc;
	background: #aaaaaa;
	padding: 2px 10px 2px 10px;
}

abbr {cursor: help;}

.storyTitle {
	font: 24px/26px verdana, arial, helvetica, sans-serif;
	color:  #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.storyCategory {
	font: 14px/16px verdana, arial, helvetica, sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.storyAuthor {
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p {
	font: 18px times new roman, verdana, arial, helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 2px;
}

.headerMessage {
	/* This is the tagline under the logo at the top of the page. */
	 font: 20px times new roman, verdana, arial, helvetica, sans-serif;

	/* position: relative; */ /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	margin: 0px 0px 16px 0px;
	border: 0px 2px 0px 2px; 
	border-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	background: #f5f5f5;
	color: #666666;
	text-align: center;
	padding: 3px 0px 3px 0px;

/*	z-index: 3; */ /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	font-weight: 600;
}

pre {font: 10px/12px fixed;}

a {
	color: #000099;
	text-decoration: none;
	background : transparent;
}

a:link    {color: #000099;}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover   {
	color: #000099;
	text-decoration: underline;
	background: #ebebeb;
}

.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 10px 10px 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;
}

/* This is the comments-text section. */
/* 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: 20px 210px 20px 190px;
	border: 1px solid #5f7797;
	color: #696969 ;
	font-weight: 900;
	background: #ffffff;
	padding: 10px 10px 10px 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;}

.meta ul {display: inline;}

.meta li {
	display: inline;
	list-style-type: none;
	font: 11px/13px times new roman, verdana, arial, helvetica, sans-serif;
}

.centreblock ul, .leftsideSection ul, .rightsideSection ul {
	list-style-type: none;
	font: 11px/13px verdana, arial, helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding-left: 3px;
}

.storyContent ul li {}

.centreblock ol, .leftsideSection ol, .rightsideSection ol {
	list-style-type: decimal;
	font: 11px/13px verdana, arial, helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding-left: 3px;
}

.centreblock ol li {
	list-style-type: decimal;
	font: 14px/16px times new roman, verdana, arial, helvetica, sans-serif;
	margin-left: 25px;
	color: #000000;
	background: #ffffff;
	padding-left: 5px:
	padding-top: 20px:
}

.storyContent ul li {
	list-style-type: disc;
	font: 18px/20px times new roman, verdana, arial, helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	margin-left: 16px;
	padding-left: 0px;
}

.storyContent ol li {
	list-style-type: decimal;
	font: 18px/20px times new roman, verdana, arial, helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	margin-left: 25px;
	padding-left: 0px;
}

.centreblock h4 {
	border: 1px solid #000000;
	margin: 14px 0px 2px 0px;
}

.storyContent {
	color: #000000;
	background: #ffffff;
}

.storyCommentContent {
	color: #000000;
	background: #ffffff;
	width: auto;
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
	padding: 10px;
}

blockquote {
	margin: 0.5em;
	color: #000000;
	padding: 4px;
	border: 1px solid #000000;
	background: #f5f5f5 /*#cccccc*/ /*#ebebeb*/ ;
}

q {
	color: #aaaaaa;
	background: #ebebeb;
}

#leftside {
	position: absolute;
	width: 168px;
	top: 290px;
	left: 20px;
	z-index: 1;
	voice-family: "\"}

\"";
	voice-family: inherit;
}

#leftside {width: 168px;}

#leftside a:link {color: #000099;}

#leftside a:visited {
	color: #000099;
	text-decoration: underline;
 }

#leftside a:hover   {
	color: #000099;
	text-decoration: underline;
	background: #ebebeb;
}

.leftsideSection {
	font: arial, helvetica, sans serif;
	border: 1px solid #5f7797;
	color: #354463;
	background: #ffffff;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#rightside {
	position: absolute;
	width: 190px;
	top: 290px;
	right: 20px;
/*
	padding: 10px;
	border: 1px solid #5f7797;
	color: #ebebeb;
	background: #ebebeb;
*/
	z-index: 1;
	voice-family: "\"}

\"";
	voice-family: inherit;
}

#rightside {width: 188px;}

#rightside a:link { color: #000099; }

#rightside a:visited { color: #000099; }

rightside a:hover   {
	color: #000099;
	text-decoration: underline;
	background: #ebebeb;
}

.rightsideSection {
	border: 1px solid #5f7797;
	color: #464c64;
	background: #ebebeb;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#chaff {
	text-align: right;
}

#chaff a {
	color: #000099;
	font-size: 2px;
}

#chaff a:link { color: #000099; }

#chaff a:visited { color: #000099; }

#chaff a:hover   {
	color: #000099;
	text-decoration: underline;
	background: #ebebeb;
}

.storyLinks {
	text-align: right;
	margin: 4px;
}

.centerP {
	text-align: center;
}

#contentcomments input, #centreblock input, #menu input {
	margin: 1px;
	padding: 1px 1px 4px 1px;
	border: 1px solid #000000;
	font: 11px/14px times new roman, 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 times new roman, verdana, arial, helvetica, sans-serif;
}

.commentfield {margin-bottom: 4px;}

.b2calendartable {
	color: #354463;
  	background: #ffffff;
	border: 1px solid #5f7797;
}

.b2calendarmonth {
	color: #354463;
	font: 125% verdana, arial, helvetica, sans-serif;
}

.b2calendarrow {}

.b2calendarheadercell {
	color: #354463;
	font: 11px verdana, arial, helvetica, sans-serif;
	background: #ffffff;
}

.b2calendarcell {
	color: #354463;
	font: 125% verdana, arial, helvetica, sans-serif;
}

.b2calendartoday {color: #354463;}

.b2calendaremptycell {}

.b2calendarlinkpost {
	color: #354463;
	text-decoration: none;
}

.blogrollmain {margin-bottom: 4px;}

div.NOCSS {display: none;}

.buttonarea {
	padding: 3px 0px 0px 0px;
	background: #cccccc;
}

span.searchword {background-color: yellow;}
