body {
	background: White url(../images/bg_watermark.jpg) no-repeat fixed top;
	margin-top: 0;
	margin-left: 0;
	text-align:center;
	color: black;
}
p,td,li,div,blockquote {
	font: 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
blockquote {
	color: black;
	background-color: #ddd0aa;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.story_title {
	background-color: #cd9b05;
	border-bottom-color: #528c68;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #528c68;
	border-top-style: solid;
	border-top-width: 2px;
	color: black;
}
hr.green {
	color: #528C6A;
	width: 80%;
	height: 1px;
	background:	white;
}

.blosxomCalendar,
.te_l { 
	font-size: 9pt; 
}
.blosxomCalendar table {
	margin-left:		auto; 
	margin-right:		auto;
	font-size: 9pt;
}
.blosxomCalendarHead  {
	font-size:		10pt;
	font-weight:		bold;
}
.link-list,
.blosxomCalendarBlogged,
#relatedstories,
.tags {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a.blosxomCalendarBlogged {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #993333;
	text-decoration: none;
	border-bottom: 1px dotted #993333;
}

.blosxomCalendarCell {
	font-size: 9pt;
}
.blosxomCalendarWeekHeader {
	border-left:		1px dotted #83660f;
	font-size: 9pt;
}
.blosxomCalendarToday, .blosxomCalendarSpecificDay  {
	background:		#eab106;
	font-size: 9pt;
	color: black;
}
.blosxomReadMore {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.blosxomReadHere {
	color:red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background:	white;
}
.searchtext {
	font: 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #528C6A;
	background:	white;
}

#frame {
	width:775px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
		
#goleft1 {
	width:609px;
	padding:0px;
	float:left;
}

#goleft2 {
	width:615px;
	padding:0px;
	float:left;
}
	
#goright1 {
	padding:0px;
	width:166px;
	float:right;
	background:white;
}
#goright2 {
	padding:0px;
	width:150px;
	text-align:right;
	margin-top:10px;
	margin-left:10px;
	float:right;
	background:white;
}
.blogrolltop {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-size: 9pt;
}
.blogrollmain {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size: 9pt;
	width: 150px;
	height: 150px;
}
.smallestTag { font-size:10px; }
.smallTag    { font-size:11px; }
.mediumTag   { font-size:12px; }
.bigTag      { font-size:13px; }
.biggestTag  { font-size:14px; }
.hugeTag     { font-size:15px; }
.hugestTag   { font-size:16px; }
.mostHugeTag { font-size:17px; }

#tagcloud    { 
	color: #cccccc;
	background-color: white;
}

/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
}

#menu a, #menu h2{
font:bold 11px/16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#menu h2{
color:#fff;
background:#000 url(expandd.gif) no-repeat 100% 100%;
text-transform:uppercase
}

#menu a{
background:#CD9B05;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#000;
}

#menu a:hover{
color:#fff;
background:#996633;
}

#menu a:active{
color:#fff;
background:#996633;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:9em;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#000 url(/images/expandd.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */
/* Styling for Expand */

#menu a.xt, #menu a.xt:visited{
font-weight:bold;
color:#000;
background:#CD9B05 url(/images/expandd.gif) no-repeat 100% 100%;
}

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#CD9B05 url(/images/expandr.gif) no-repeat 100% 100%;
}

#menu a.xt:hover{
color:#fff;
background:#996633 url(/images/expanddw.gif) no-repeat 100% 100%;
}

#menu a.xt:active{
color:#fff;
background:#996633 url(/images/expanddw.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#fff;
background:#996633 url(/images/expandrw.gif) no-repeat 100% 100%;
}

#menu a.x:active{
color:#fff;
background:#996633 url(/images/expandrw.gif) no-repeat 100% 100%;
}

/* End CSS Popout Menu */
