/*
Credit for the original concept goes to Rob C? of bluerobot
*/

body {
	color: #000000;
	background: #ffffff;
	margin: 10px;
	padding: 0px;
	font: 11px verdana, arial, helvetica, sans-serif;
}
h1 {
	font-weight: bold;
	font-size: 150%;
	color: #000000;
	text-align: center;
}
.caption {
	margin-top: 0px;
	padding-bottom: 0px;
	font-size: 9px;
	padding-top: 0px;
	margin-bottom: 0px;
	color: #990000;
	width: 45px;
}
img {
	border-style: none;
	z-index: 1000;
	padding: 0px 0px 0px 0px;
}
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.right {
	float: right;
}
.left {
	float: left;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.storyimages {
	padding: 10px 10px 10px 10px;
}
.images {
	padding: 2px 0px 0px 0px;
	background: transparent;
	z-index: 1000;
}
.leftimages {
	padding: 4px 4px 4px 4px;
}
h2 { /*  relative for (z-index) stacking control. */
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	color: #000000;
	position: relative;
	z-index: 1; /* let content overlap the right menu in narrow browser. */
	border: 1px solid #cfcdcd;
	background-color: #cccccc;
}
h3 {
	font: bold 12px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	border: 1px solid #cfcdcd;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	color: #564b4f;
	background: #CCCCCC;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}
abbr {
	cursor: help;
}
.storyTitle {
	font: bold 14px verdana, arial, helvetica, sans-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: 11px/13px verdana, arial, helvetica, sans-serif;
	margin: 10px 10px 10px 10px;
	padding: 2px;
	line-height: 15px;
}
.headertext {
	font-size: 14px/17px;
	margin: 17px 140px 0px 0px;
	padding: 0px;
	color: #ffffff;
}
.yeartext {
	font-size: 10px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	color: #990000;
}
#headerMessage {
	font: 9px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 2px;
}
pre {
	font: 10px/11px fixed;
}
a {
	color: #990000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;/* background : transparent; */
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
#headerblock {
	/* width: auto;*/
    min-width: '100%';
	/* margin: 5px 215px 0px 5px;*/
	height: 43px;
    border: none;
	color: #222;
	position: relative;
	/* width: auto;*/
	margin-top: 10px;
	margin: 10px 5px 0px 5px;
	vertical-align: bottom;
	padding: 0px;
	z-index: 0;/* padding: 0px;*/
	background-color: #666666;   /* z-index: 1; */
   /* font-size: 16px;
   /* font-weight: 600;*/
}
#headerblocklight {
	position: relative;
	/* width: auto;*/
	min-width: '100%';
	/*width: auto;*/
    margin: 0px 15px 0px 5px;
	padding: 0px;
	z-index: 1;
	/*1*/
	/* position: relative;*/
	margin: 0px 215px 0px 5px;
	/* width: auto;*/
    border: none;
	color: #222;
	background: #cccccc;
}
#header a:link, #header a:visited {
	font-size: 120%;
	font-weight: 600;
	color: #000000;
}
.commentHeader {
	position: relative;
	width: auto;
	margin: 10px 10px 10px 10px;
	border: 1px solid #cfcdcd;
	background: #cccccc;
	color: #000000;
	padding: 10px;
	z-index: 3;
	font-size: 16px;
	font-weight: 600;
}
/* All the content boxes belong to the content class. */
.centreblock {
	position: relative;
	/* width: auto;*/
	min-width: '100%';
	margin: 10px 0px 0px 0px;
	border: 1px solid #cfcdcd;
	color: #222;
	background: transparent;
	padding: 10px;
	z-index: 0;
	clear: both;
}
.centreblock>p {
	margin: 0px;
}
.centreblock>p+p {
	text-indent: 30px;
}
.meta ul {
	display: inline;
}
.meta li {
	display: inline;
	list-style-type: none;
}
.centreblock ul, .centreblock li, .leftsideSection ul, .leftsideSection li, .rightsideSection ul, .rightsideSection li {
	list-style-type: none;
	margin: 0;
	padding-left: 4px;
	margin-bottom: 4px;
}
.centreblock ul li {
}
.storyContent ul, .storyContent li {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 6px;
}
.leftsideSection li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 4px;
}
.rightsideSection li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 4px;
}
.centreblock h4 {
	border: 1px solid #000;
	margin: 14px 0px 2px 0px;
}
.navigation {
	position: relative;
	width: auto;
	min-height: 8px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #cfcdcd;
	color: #222;
	padding: 0px 10px 4px 10px;
	z-index: 3;
	background-color: #cccccc;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.storyContent img {
	color: #222;
	padding-right: 6px;
	padding-bottom: 6px;
}
.storyCommentContent {
	border: 1px solid #000;
	color: #222;
	background: transparent;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 10px;
}
.storyLinks {
	text-align: right;
	margin: 8px;
}
.storyLinks a:link {
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
.storyLinks a:visited {
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
.storyLinks a:hover {
	font-size: 10px;
	color: #990000;
	text-decoration: underline;
}
blockquote {
	margin: 0.5em;
	color: #333333;
	padding: 4px;
	/*border: 1px solid #000000;*/
    background: #ded6c6;
}
q {
	color: #333333;
	background: #cccccc;
}
#leftside {
	margin-right: 6px;
	width: 192px;
	top: 35px;
	left: 20px;
	padding-top: 5px;
	/*
    border: 1px solid #b5a58c;
    color: #464c64;
*/
    background: #ffffff;
	z-index: 10;
	voice-family: "\"}\"";
	voice-family: inherit;
}
body>#leftside {
	width: 192px;
}
#leftside a:link {
	color: #990000;
	text-decoration: none;
}
#leftside a:visited {
	color: #990000;
	text-decoration: none;
}
#leftside a:hover {
	color: #990000;
	text-decoration: underline;
}
.leftsideSection {
	margin-right: 10px;
	border: 1px solid #cfcdcd;
	border-top:none;
	color: #222;
	background: #ffffff;
	padding: 4px;
	margin: 0px 0px 15px 0px;
}
.topside {
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #464c64;
	background: #ffffff;
	z-index: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#rightside {
	/*position: absolute;*/
	float: right;
	width: 192px;
	top: 35px;
	right: 0px;
	margin-left: 0px;
	padding-left: 6px;
	padding-top: 6px;
	/*clear: both;*/
/*
    border: 1px solid #b5a58c;
    color: #464c64;
*/
    background: #ffffff;
	z-index: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
}
body>#rightside {
	width: 192px;
}
#rightside a:link {
	color: #990000;
	text-decoration: none;
}
#rightside a:visited {
	color: #990000;
	text-decoration: none;
}
#rightside a:hover {
	color: #990000;
	text-decoration: underline;
}
.rightsideSection {
	border: 1px solid #cfcdcd;
	border-top: none;
	color: #222;
	background: #ffffff;
	padding: 4px;
	margin: 0px 0px 15px 0px;
}
.sideimagelinks {
	border: 1px solid #cfcdcd;
	border-top: none;
	color: #222;
	background: #ffffff;
	padding-right: 0px;
	padding-bottom: 1px;
	margin: 0px 0px 15px 0px;
}
.post {
	padding: 0px;
	border: 1px solid #000000;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-top: 5px;
	margin-bottom: 8px;/*min-width: 600px;*/

 }
.commentedpeople {
	background-color: #cccccc;
	opacity:.100;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity:1.0;
	padding-left: 10px;
	padding-top: 10px;
}
.commentli li, .commentli ul, .commentli ol {
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 20px;
}
.commentlist li, .commentlist ul, commentlist ol {
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 20px;
	background-color: #FFFFFF;
	padding-bottom: 4px;
	padding-top: 4px;
}

/*.entrytextindex { 
/*background-color: #f9edd5; opacity:.100; filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
/*}

/*.post { 
/*color: #000000;
/*background-color: #f9edd5; opacity:.100; filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
/* }



.post img{ 
padding-top: none;
padding-right: 6px;
padding-bottom: 6px;

 }

.postbg{ 
background-image: url(http://www.guild.com/images/toni_blog.jpg)

 }

#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;
}

.pagetitle { 
margin: 0px 0px 0px 0px;
padding: 5px 10px 5px 10px;
   width: auto;
min-width: 120px;
  background: #f1f1d5;
    font-size: 12px;
    color: #000000;
    position: relative; 
    z-index: 1; /* let content overlap the right menu in narrow browser. */
    border: 1px solid #cfcdcd;
}
 margin: 100px 0px 0px 0px;
 width: auto;
min-width: 120px;
 background: #f1f1d5;
 font-size: 12px;
 color: #000000;
 position: relative;
 z-index: 1; /* let content overlap the right menu in narrow browser. */
 border: 1px solid #cfcdcd;
}
.searchsize {
	margin: 0px 0px 0px 0px;
	width: auto;
	min-width: 120px;
	font-size: 12px;
	color: #000000;
	position: relative;
	z-index: 1; /* let content overlap the right menu in narrow browser. */
	border: 1px solid #cfcdcd;
	background-color: #CCCCCC;
}
.b2calendartable {
	background: #f1f2b7;
	border: 1px solid #EAEAEA;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.b2calendarmonth {
	color: #990000;
	padding-top: 5px;
}
.b2calendarrow {
}
.b2calendarheadercell {
	color: #FFFFFF;
	background-color: #cccccc;
}
.b2calendarcell {
	color: #222;
}
.b2calendartoday {
	color: #990000;
}
.b2calendaremptycell {
}
.b2calendarlinkpost {
	color: #333333;
	text-decoration: none;
}
.blogrollmain {
	margin-bottom: 4px;
}
div.NOCSS {
	display: none;
}
.buttonarea {
	background: #cccccc;
}
span.searchword {
	background-color: #cccccc;
}
.piecearchive {
	background: #f1f2b7;
	border: 1px solid #EAEAEA;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	align: top;
}
#clearfooter {
	clear: both;
}
#footer {
	position: absolute;
	clear: both;
	padding: 1px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #464c64;
	background: #ffffff;
	z-index: 3;
}
div.footerhold {
	width:100%;
	text-align:center;
}
table.footertable {
	margin-left:auto;
	margin-right:auto;
	bottom:0;
	text-align:left;
}
