<!--
body {
	height:94%;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 1.5em;
	COLOR: #333333;  /* Jimmy */
	/*LETTER-SPACING: 0.5pt;
	text-shadow: 0 2px 3px silver;*/
}
#d_body {
width:100%;
height:100%;
}
#d_outerbox {
background-color:#FFFFFF;
width:780px;
height:100%;
border:solid 0px #CCCCCC;
}
#header { /* the header of the page */

/* 
width:780px;
height:60px;
background-image:url(template_img/top.jpg);
*/
width:780px;
height:100px;
background-image:url(template_img/blahblog_780_100.gif);
border: solid 0px;
background-repeat:no-repeat;
/* background-repeat: repeat-x;  */

text-align:left;
padding-left:20px;
font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
font-size:17px;
color:#88AA55; 	/* #B2BC00 */
}
#d_contentbody {
padding:6px;

}
#d_contentbody_left {
float:left;
width:550px;

}
#d_contentbody_right {
	float:right;
	left:550px;
	width:198px;
	padding:6px;
	border:dotted 1px #CCCCCC;
	background-color:#F8F8F8;
	z-index: 1001;
	font-size:12px;
	margin-top:6px;
}

#d_contentbody_calendar {
	float:right;
	left:550px;
	width:204px;
	padding:3px;
	border:dotted 1px #CCCCCC;
	background-color:#F8F8F8;
	z-index: 1001;
	font-size:12px;
}

.d_blog {/* class for the blog entries */
position:relative;
padding:6px;
border:1px dashed #CCCCCC; /* #88AA55 #99bb66; */
background-color: #F4F6F6; /* #faFFf9; */


/* -- refer from http://www.wretch.cc/blog/powerzone
 BORDER-RIGHT: #ffffff 1px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #ffffff 1px solid;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: normal;
    FONT-SIZE: small;
    BACKGROUND: #cccccc;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: #ffffff 1px solid;
    COLOR: #666666;
    LINE-HEIGHT: 140%;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #ffffff 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana, arial, sans-serif
*/
}

.d_blog img1 {/* if you want a CSS class on images contained within blog content, borders and such */
}


/* header styles */
.content_header { /* header for blogs */
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight: bold;
	color: #ee881b;   
	/* Added by Jimmy for the Blog Header -- Alternative color: #AACCCC or #cc6633 or #DD9900 or #fb881b*/
	
}
.content_date { /* date sub-header */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color: #777788;
	PADDING-LEFT:8px;
}

.content_time { /* date sub-header */
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	font-weight:normal;
	color: #777788;
}

.content_footer { /* date sub-header */
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color: #777788;
}

.content_permalink { /* box for permalink */
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	width: 95%;
/*	border: 1px solid #66a;	*/
	border: 1px dotted #aac;
	border-left:none;
	border-right:none;
	color: #000000;
	
/*	padding-top:5px;
	padding-bottom:3px;
*/
}



/* style for polls */
.pollName { /* header */
	font-size: 11px;
	font-weight: bold;
}
.poll { /* poll */
	font-size: 11px;
}




/* link styles */
/* generic links style */
A
{
    COLOR: #6994bf; text-decoration:none
}
A
A:link    { color: #6994bf; text-decoration:none}
A:active  { color: #6994bf}
A:visited { color: #6994bf}
A:hover   { color: #88AA55; text-decoration:underline  } /*#3366CC */
/* links within Blog content */
.b_content A:link    { color: #000000; text-decoration:underline }
.b_content A:active  { color: #000000}
.b_content A:visited { color: #000000}
.b_content A:hover   { color: #000000}
/* links within Blog subtext */
.b_subtext A:link    { color: #000000; text-decoration:underline }
.b_subtext A:active  { color: #000000}
.b_subtext A:visited { color: #000000}
.b_subtext A:hover   { color: #000000}

/* links within Comments  */
.c_content A:link    { color: #000000; text-decoration:underline; font-weight:bold }
.c_content A:active  { color: #000000; font-weight:bold }
.c_content A:visited { color: #000000; font-weight:bold }
.c_content A:hover   { color: #000000; font-weight:bold }



/* calendar begin */



}

table#calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	/* width:100%; */
	width:95%;
	
}
table#calendar caption {
	font-size: 10px;
	
}
table#calendar a {
	text-decoration:none;
	
}

table#calendar a:hover {
	text-decoration:underline;
	color:#FF7700;
}

table#calendar tr#days th {
	color: #CCE;
	text-align: center;
	font-size:11px;
	font-weight: bold;
	padding:  0px;
	width: 22px;

}
table#calendar tr#title th {
	font-size: 11px;

}
table#calendar td {
	/* width: 10px; */  /*This line will cause the align=center mal-functioning... -- JimmyL */
	height: 5px;
	color: #777;
	text-align: center;
	vertical-align: center;
	PADDING-TOP: 0px;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;
	/* width: 10px; */	/*This line will cause the align=center mal-functioning... -- JimmyL */
}
table#calendar th a {
	font-weight: bold;
}


table#calendar .today {
	background-color: #ffff99;
	border: 1px solid red;
	PADDING-TOP: 0px;
	
}
table#calendar p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}

td.cal1 {
	/* width: 10px; */  /*This line will cause the align=center mal-functioning... -- JimmyL */
	font-size: 11px;
	height: 5px;
	color: #777;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	
	padding:  0px;
	width: 26px;
}

/* calendar ends */
-->