/*
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/

Credit for the original concept and core of the layout comes
courtesy of Rob Chandanais via: http://bluerobot.com/web/layouts/layout3.html

Modifed by rchrd March 2008
*/

body {
	color:black;
 /*	background: #bfc4cb;   */
         background: ffffff;   
     /*  background: url(/checkerboard.png);   */
    margin: 20px;
	padding: 0px;
font-family:"Lucida Grande", arial,helvetica,sans-serif;
font-size:12px;
/* line-height:110%; */
}

h1 {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background: #cc0000;
    text-align: center;

}

img {
    border-style: none;
}

.images {
	padding: 2px;
	background: transparent;
    border: none;
}
h2 {
    margin: 12px 210px 20px 220px;
	padding: 2px 2px 2px 2px;
	/* font-size: 16px; */
        font-size: 14px;
	color: #000000;
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	 background: #ffffff; 
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	border: 0px solid #354463;
	}

h3 {
	font: bold 14px/16px "Lucida Grande", lucida, arial, helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4 {
    font-size: 120%;
	border: 2px solid #354463;
    margin: 0px 0px 10px 0px;
 /*   color: #464c64;  */
     color: #ffffff;
	  background: #cc0000;  
	padding: 0px 10px 2px 10px;
}

abbr {
    cursor: help;
}

.storytitle {
	font: bold 14px "Lucida Grande", lucida, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	border: 2px solid #354463;
}

.bigtitle {
	font: bold 18px "Lucida Grande", lucida, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	border: 2px solid #354463;
}

.storyCategory {
	font-weight: 400;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.storyAuthor {
	font-weight: 600;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


p {
	font-family:"Lucida Grande", arial,helvetica,sans-serif;
        font-size: 12px;
        color:black;
	margin: 0px 0px 0px 0px;
	padding: 2px;
}

#headerMessage {
    font: 9px "Lucida Grande", lucida, arial, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 2px;
}

pre {
	font: 10px/11px fixed;
}
a {
	color: #003399;
	font-size: 12px;
	font-family: "Lucida Grande", lucida, arial, helvetica, sans-serif;
        font-weight: bold;
	text-decoration: none;
	background : transparent;
	}
a:link    { color: #003399; text-decoration: none; }
a:visited { color: #003399; text-decoration: none; }
a:hover   { color: #003399; text-decoration: underline; }

#headerblock {
    text-align: center;
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 0px 210px 10px 200px;
	border: 1px solid #aaaaaa;
   /* color: #e9f2fc;  */
      color: #000000;
	/* background: #7c8aa4;  */
	padding: 5px;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	font-size: 16px;
	font-weight: bold;
}

/*  #headerblock a:link { color: #354463; text-decoration: none;} */
#headerblock a:link { color: #000000; text-decoration: none;}
#headerblock a:visited { color: #000000; text-decoration: none;}
#headerblock a:hover { background: #ffffff; }

#centreblock a:link { color: #000000; text-decoration: none;}
#centreblock a:visited { color: #000000; text-decoration: none;}
#centreblock a:hover { background: #ffffff; }


#header a:link, #header a:visited {
	font-size: 14px;
	font-family: "Lucida Grande", lucida, arial, helvetica, sans-serif;
        font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.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. */
.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 220px;
	border: 1px solid #5f7797;
    color: #333333;
	/*  background: #bfc4cb;  */
	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;}

.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;
}

.navigation a { color:#ffffff; }

.centreblock ul li {
}

.storyContent ul li {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 5px;
}

.centreblock h4 {
  /*  border: 0px solid #000;  */
    margin: 0px 0px 2px 0px;
	border: 2px solid #354463;
}

.storyContent {
    color:black;
	/*  background: #bfc4cb;  */
}

.storyCommentContent {
    color: #000000;
	background: #cccccc;
	width: auto;
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
	padding: 10px;
}

blockquote {
	margin: 0.5em;
    color: #333333;
	padding: 4px;
	/*border: 1px solid #000000;*/
	background: #eeeeee;
}

q {
    color: #333333;
	background: #a7aeb8;
}

#leftside {
	position: absolute;
	width: 201px;
	top: 20px;
	left: 20px;
/*
	border: 1px solid #5f7797;
    color: #464c64;
    background: #a7aeb8;
*/
	z-index: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
}
body>#leftside {width: 200px;}

#leftside a:link { color: #354463; }
#leftside a:visited { color: #354463; }
#leftside a:hover { background: #ffffff; }

.leftsideSection {
	border: 1px solid #5f7797;
    color: #464c64;
/*    background: #a7aeb8;  */
	padding: 4px;
    margin: 0px 0px 10px 0px;
}

#rightside {
	position: absolute;
	width: 190px;
	top: 20px;
	right: 20px;
/*
	padding: 10px;
	border: 1px solid #5f7797;
    color: #464c64;
	background: #a7aeb8;
*/
	z-index: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
}
body>#rightside {width: 188px;}

#rightside a:link { color: #354463; }
#rightside a:visited { color: #354463; }
#rightside a:hover { background: #ffffff; }


.rightsideSection {
	border: 1px solid #5f7797;
    color: #464c64;
 /*   background: #a7aeb8;   */
	padding: 4px;
    margin: 0px 0px 10px 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;
}

#contentcomments input, #centreblock input, #menu input {
	margin: 1px;
	padding: 1px 1px 4px 1px;
	border: 1px solid #000000;
	font: 11px/14px "Lucida Grande", lucida, 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 "Lucida Grande", lucida, arial, helvetica, sans-serif;
}
.commentfield {
	margin-bottom: 4px;
}

.b2calendartable {
    background: #bfc4cb;
	border: 1px solid #5f7797;
}

.b2calendarmonth {
	font: 11px "Lucida Grande", lucida, arial, helvetica, sans-serif;
}

.b2calendarrow {
}

.b2calendarheadercell {
	background: #5f7797;
    color: #e9f2fc;
	font: 11px "Lucida Grande", lucida, arial, helvetica, sans-serif;
}

.b2calendarcell {
    color: #333333;
	font: 11px "Lucida Grande", lucida, arial, helvetica, sans-serif;
}

.b2calendartoday {
    color: #ff0000;
}

.b2calendaremptycell {
}

.b2calendarlinkpost {
    color: #354463;
	text-decoration: none;
}

.blogrollmain {
	margin-bottom: 4px;
}

div.NOCSS {display: none;}

.buttonarea {
    background: #cccccc;
}

span.searchword {
    background-color: yellow;
}
