/*
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
*/

body {
	color: #FFFFFF;
	background: #600000;
        margin: 20px;
        margin-top:2px;
        margin-left:2px;
	padding: 0px;
	font: 16px Garamond, "Times New Roman", Times, serif;
}

h1 {
    font-weight: bold;
    font-size: 150%;
    color: #000000;
    text-align: center;
    font: Garamond, "Times New Roman", Times, serif;
}

img {
    border-style: none;
}

.images {
	padding: 2px;
	background: transparent;
    border: none;
}
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: #000000;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	border: 2px solid #500000;
	}

h3 {
	font: bold 16px Garamond, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4 {
    font-size: 120%;
	border: 2px solid #500000;
    margin: 0px 0px 10px 0px;
    color: #e9f2fc;
	background: #000000;
	padding: 2px 10px 2px 10px;
}

abbr {
    cursor: help;
}

.storyTitle {
	font: bold 16px Garamond, "Times New Roman", Times, 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: 13px;
        font-family:Garamond, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 2px;
}

#headerMessage {
    font: 14px Garamond, "Times New Roman", Times, serif;
    margin: 0px 0px 0px 0px;
    padding: 2px;
}

pre {
	font: 4px;
}
a {
	color: #003399;
	font-size: 16px;
	font-family: Garamond, "Times New Roman", Times, serif;
	text-decoration: none;
	background : transparent;
	}
a:link    { color: ivory; text-decoration: underline; }
a:visited { color: ivory; text-decoration: underline; }
a:hover   { color: ivory; 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 20px 190px;
	border: 2px solid #500000;
    color: #e9f2fc;
	background: #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;
}

#headerblock a:link { color: #500000; }
#headerblock a:visited { color: #500000; }
#headerblock a:hover { background: #800000; }

.description {
        font-size:16px;
}
.description2 {
        font-size:14px;
        font-family: "Times New Roman", Times, serif;
}
#header a:link, #header a:visited {
	font-size: 130%;
	font-weight: 600;
    color: gold;
        font-family: Garamond, "Times New Roman", Times, serif;
}

.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 190px;
	border: 1px solid #500000;
        color: gold;
	background: #000000;
	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;
}

.centreblock ul li {
}

.storyContent ul li {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 5px;
}

.centreblock h4 {
    border: 1px solid #000;
    margin: 14px 0px 2px 0px;
}

.storyContent {
    color: beige;
	background: #200000;
}

.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: #a7aeb8;
}

q {
    color: #333333;
	background: #a7aeb8;
}

#leftside {
	position: absolute;
	width: 170px;
	top: 150px;
	left: 10px;
/*
	border: 1px solid #500000;
    color: ivory;
    background: #000000;
*/
	z-index: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
}
body>#leftside {width: 170px;}
.searchwidth {
        width:140px;
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        padding:0;
}
#leftside a:link { color: beige; }
#leftside a:visited { color: beige; }
#leftside a:hover { color: gold; }

.leftsideSection {
	border: 1px solid #500000;
    color: #ffffff;
    background: #000000;
	padding: 10px;
    margin: 0px 0px 10px 0px;
}

#rightside {
	position: absolute;
	width: 200px;
	top: 10px;
	right: 10px;
/*
	padding: 10px;
	border: 1px solid #500000;
    color: #464c64;
	background: #a7aeb8;
*/
	z-index: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
}
body>#rightside {width: 200px;}

#rightside a:link { color: beige; }
#rightside a:visited { color: beige; }
#rightside a:hover { color: gold; }


.rightsideSection {
	border: 1px solid #500000;
    color: #FFFFFF;
    background: #000000;
	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: 16px Garamond, "Times New Roman", Times, serif;
	background: #ffffff;
}
#contentcomments textarea, #centreblock textarea, #menu textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
	background: #ffffff;
	font: 16px Garamond, "Times New Roman", Times, serif;
}
.commentfield {
	margin-bottom: 4px;
}

.b2calendartable {
    background: #bfc4cb;
	border: 1px solid #500000;
}

.b2calendarmonth {
	font: 14px Garamond, "Times New Roman", Times, serif;
}

.b2calendarrow {
}

.b2calendarheadercell {
	background: #500000;
    color: #e9f2fc;
	font: 14px Garamond, "Times New Roman", Times, serif;
}

.b2calendarcell {
    color: #333333;
	font: 14px Garamond, "Times New Roman", Times, serif;
}

.b2calendartoday {
    color: #ff0000;
}

.b2calendaremptycell {
}

.b2calendarlinkpost {
    color: #500000;
	text-decoration: none;
}

.blogrollmain {
	margin-bottom: 4px;
}

div.NOCSS {display: none;}

.buttonarea {
    background: #cccccc;
}

span.searchword {
    background-color: yellow;
}
