html{
	font-size: 100%;  /*fix IE em font size scaling bug*/
}

body{
	background-color: rgb(189,189,181);
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.83em;
	margin: 0px;
	padding: 0px;
}

a{
	color: rgb(123,40,40);
	font-weight: bold;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	cursor: pointer;
}

p{
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 1.3;
}

i{
    font-style: italic;
}

img{
	margin: 5px;
	border: 0;
}

.imgright{
    float: right;
}

h2, h3, h4{
	padding: 0px;
	margin: 0px;
}

h2{
	font-size: 1.3em;
}

h3{
    font-size: 1em;
    font-weight: bold;
}

h4, .postfooter{
	font-size: 0.75em;
	font-weight: normal;
}

.header{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

.header img{
	border: 8px solid rgb(166,166,159);
}

.footer{
	text-align: center;
	font-size: 0.7em;
	clear: both;
}

#layout{
	margin: 0 auto 0 auto;
    padding: 8px 0 0 0;
	width: 766px;
}

#navcol, #sidecol{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

#navcol{
	float: left;
	text-align: center;
}

#navcol h2, #sidecol h2{
  	border: 1px solid black;
	border-bottom: 0;
	color: gray;
	font-size: 0.9em;
	font-variant: small-caps;
	letter-spacing: .3em;
	text-align: center;
}

#navcol a, #sidecol a{
	color: black;
	font-weight: normal;
}

#navcol img.rssicon{
	margin: 0;
	margin-right: 4px;
}

.links{
	list-style-type: none;
	padding: 2px;
    margin: 0 0 10px 0;
	border: 1px solid black;
	background-color: rgb(137,174,79);
}

#navcol ul li, #sidecol p{
	margin-bottom: 5px;
	padding-bottom: 0;
}

#navcol .navcurrent{
	background-color: rgb(177,201,139);
	margin-left:-2px;
	margin-right:-2px;
}

#sidecol{
    float: right;
}

#sidecol p{
    font-size: 0.8em;
}

#sidecol em{
    color: blue;
    font-style: normal;
    font-weight: normal;
}

div.centre{
    float:left;
	margin: 0px;
	padding: 0 17px 0 17px;
    text-align: left;
    width: 490px;
	vertical-align: top;
}

.post{
	background-color: white;
	margin-bottom: 10px;
	padding: 0px;
}

.postheader-gp, .postheader-lp{
	color: black;
	margin: 0px;
	padding: 4px;
}

.postheader-gp a, .postheader-lp a{
    color: black;
}

.postheader-gp{
	background-color: rgb(142,155,163);
}

.postheader-lp{
	background-color: rgb(149,154,141);
}

.post h2 a:hover{
    text-decoration: none;
}

.post h4.left{
	float: left;
}

.post h4.right{
	float: right;
	text-align: right;
}

.postbody{
	padding: 10px;
}

.postbody img{
	padding: 5px;
	border: solid 2px black;
}

.postfooter{
    clear: both;
	margin: 0 4px 4px 4px;
	padding: 0;
    float: right;
}

p.centre{
	text-align: center;
}

#catlist h2{
	border-bottom: 2px solid rgb(137,174,79);
	color: rgb(137,174,79);
	/*color: rgb(244,144,54);*/
	font-family: arial, sans-serif;
	font-size: 3em;
	padding-right: 8px;
	text-align: right;
}

#catlist{
  	background-color: rgb(236,238,231);
  	padding: 10px;
}

#catlist h3{
	font-size: 1.2em;
	margin-top: 8px;
}

#catlist .postdate{
  	color: gray;
  	font-size: 0.6667em;
  	font-weight: normal;
}

#catlist a:visited{
  	color: gray;
}	

#catlist .continue a:link, #catlist .continue a:visited, #catlist .continue a:hover{
  	color: gray;
  	font-size: 0.8em;
  	font-weight: normal;
}	

#catlist .continue{
	padding-left: 8px;
}

.comments h4{
    color: gray;
    border-bottom: 1px dashed gray;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.comments p{
    margin-top: 10px;
}

form{
    margin: 10px 0;
}

.form h2, .comments h2 {
    color: gray;
}

.clear {
	clear: both;
	line-height: 0.01;
}

.img-shadow {
  float:left;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -8px 8px 8px -8px;
}

p.flintstone {
  display: none;
}
