body {
    color: #FF8C00;
    margin: 18px;
    padding: 0px;
    font: 11px verdana, arial, helvetica, sans-serif;
    background-color: #F5F5F5;
}

h1 {
    font-weight: bold;
    font-size: 150%;
    color: #000000;
    text-align: center;
background-color: #F5F5F5;
}

img {
    border-style: none;
margin: 5px 5px 5px 5px;
}

.images {
    padding: 0px;
    background: transparent;
    border: none;
background-color: #F5F5F5;
}

h2 {
    margin: 12px 210px 10px 190px;
    padding: 1px 4px 1px 4px;
    font-size: 12px;
    font: bold 12px verdana, arial, helvetica, sans-serif;    
    color: #FFFFFF;
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). GB: I'm changing the widths to fixed amounts to try to control where things sit on the x axis.  Not sure if this is the right/ best way to do it, but it should land in the same spot.  width used to be "auto"*/
    width: 545px;
    min-width: 120px;
    background: #000000;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    border: 1px solid #000;
}

h3 {
    font-family: 'Trebuchet MS', sans-serif;
    font: 24px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    line-height: 80%;
}

h4 {
font: bold 11px/13px verdana, arial, helvetica, sans-serif;    
font-size: 11px;
    border: 1px solid #000;
    border-bottom: none;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    background: #FF8C00;
    padding: 2px 4px 2px 4px;
}

abbr {
    cursor: help;
}

.storytitle {
    font: 28px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #FF5416;
    line-height: 120%;
}
.storyCategory {
font: 11px/13px verdana, arial, helvetica, sans-serif;    
font-weight: 400;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.storyAuthor {
font: 11px/13px verdana, arial, helvetica, sans-serif;    
font-weight: 600;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
p {
    font: 11px/13px verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 2px;
}

#headerMessage {
    font: 9px verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

pre {
    font: 10px/11px fixed;
}
a {
    color: #FF8C00;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    /* background : transparent; */
}

a:link    { color: #FF7F1E; text-decoration: none; }     
a:visited { color: #FF7F1E; text-decoration: none; }     
a:hover   { color: #FF7F1E; text-decoration: underline; }

#headerblock {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: 730px;
    min-width: 720px;
    margin: 0px 0px 0px 0px;
    border: 0px solid #000;
    color: #222;
    background: #F5F5F5;
    padding: 1px 4px 1px 4px;
    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 img{
        margin: 0px 0px 0px 0px;
}

#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).GB: also changed this width from auto to 550. */
    width: 550px;
    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: 545px;
    background: #FFFFFF;
    min-width: 120px;
font: 11px/13px verdana, arial, helvetica, sans-serif;
margin: 0px 210px 20px 190px;
    border: 1px solid #000;
    color: #222;
    padding: 1px 4px 1px 4px;
    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;
}
/*this is the post title font*/
.centreblock h3 {
    font-family: bold 24px 'Franklin Gothic Medium', sans serif;
    
}



.centreblock h4 {
    border: 1px solid #000;
    margin: 14px 0px 2px 0px;
}

.navigation {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 0px 210px 10px 190px;
    border: 1px solid #000;
    color: #222;
    background: #FF8C00;
    padding: 2px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.storyContent {
        color: #222;
    background: #FFFFFF;
}

/*this is especially bad that I'm trying this.*/
.storyContent p {
        font: 13px
        color: #222;
    background: #FFFFFF;
}




.storyCommentContent {
    border: 1px solid #000;
    color: #222;
    background: #FFFFFF;
    width: auto;
    margin: 10px 10px 10px 10px;
    padding: 10px;
}

.storyLinks {
    text-align: right;
    margin: 8px;
}

.storyLinks a:link {    font-size: 10px; color: #000; text-decoration: underline;}
.storyLinks a:visited { font-size: 10px; color: #000; text-decoration: underline;}
.storyLinks a:hover {   font-size: 10px; color: #00d; text-decoration: underline;}


blockquote {
    margin: 0.5em;
    color: #333333;
    padding: 4px;
    /*border: 1px solid #000000;*/
    background: #CCCCCC;
}

q {
    color: #333333;
    background: #CCCCCC;
}

#leftside {
    position: absolute;
    width: 168px;
    top: 165px;
    left: 20px;
    padding: 0px;
/*
    border: 1px solid #b5a58c;
    color: #464c64;
*/
    background: #F5F5F5;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
}
body>#leftside {width: 168px;}

#leftside a:link { color: #000; text-decoration: underline;}
#leftside a:visited { color: #000; text-decoration: underline;}
#leftside a:hover { color: #FF8C00; text-decoration: underline;}


.leftsideimg  {
    margin: 0px 0px 0px 0px;
    align: right;
    }   

.leftsideSection {
font: 11px/13px verdana, arial, helvetica, sans-serif;    
    border: 1px solid #000;
    color: #222;
    background: #FFFFFF;
    padding: 4px;
    margin: 0px 0px 15px 0px;
    align: right;
}

#rightside {
    position: absolute;
    width: 190px;
    top: 17px;
    left: 780px;
    padding: 5px;
/*
    border: 1px solid #b5a58c;
    color: #464c64;
*/
    background: #F5F5F5;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
}
body>#rightside {width: 188px;}

#rightside a:link { color: #000; text-decoration: underline;}
#rightside a:visited { color: #000; text-decoration: underline;}
#rightside a:hover { color: #FF8C00; text-decoration: underline;}


.rightsideSection {
    border: 1px solid #000;
    color: #222;
    background: #FFFFFF;
    padding: 4px;
    margin: 0px 0px 15px 0px;
}

#chaff {
    text-align: right;
}
#chaff a {
   color: #000000;
   font-size: 8px;
}
#chaff a:link { color: #000000; }
#chaff a:visited { color: #000000; }
#chaff a:hover { background: #fff; }

.centerP {
    text-align: center;
}

#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;
}

.b2calendartable { background: #ded6c6; border: 1px solid #000; font: 11px verdana, arial, helvetica, sans-serif; }
.b2calendarmonth { font: 11px/13px verdana, arial, helvetica, sans-serif;}
.b2calendarrow   { font: 11px/13px verdana, arial, helvetica, sans-serif;}
.b2calendarheadercell { color: #e9f2fc; background: #b5a58c; font: 11px/13px verdana, arial, helvetica, sans-serif;}
.b2calendarcell { color: #222; font: 11px/13px verdana, arial, helvetica, sans-serif;}
.b2calendartoday { color: #dd0000; }
.b2calendaremptycell { font: 11px/13px verdana, arial, helvetica, sans-serif;}
.b2calendarlinkpost { color: #354463; text-decoration: none; font: 11px/13px verdana, arial, helvetica, sans-serif;}

.blogrollmain {
    margin-bottom: 4px;
}

div.NOCSS {display: none;}

.buttonarea {
    background: #cccccc;
}

span.searchword {
    background-color: yellow;
}

