#blogcolumn h2 {
	margin: 0;
	padding: 20px 0 0;
}

.show {
	display:none; 
	margin:5px 0 5px 0; 
}


/*----------------------------- calendar stuff ------------------------------------*/


/* this is the calendar dates */
.calendar {
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	height: 16px;
}


/* this is the calendar date links */
.cal {
	font-size: 9px;
	color: #FFF;
	padding: 2px;
	text-decoration: none;
	background-color: #999;
}

/* this is the calendar days of the week */
#sidebar th {
	color: #666;
	font-size: 9px;
	background: #E8E8E8;
	height: 16px;
}

/* this is the calendar month */
.month {
	font-weight: bold; 
	font-size: 10px;
	text-align: center;
	height: 16px;
	text-decoration: none;
}
.month a {
	color: #CCCCCC;
}

.bgleft {
	background: url(images/white-left.gif) top left no-repeat;
}
.bgcnr {
	background: url(images/white-cnr.gif) bottom left no-repeat;
}
.bgbot {
	background: url(images/white-bot.gif) top right;
}

.imageborder {
	border: 1px solid #b1b1b1;
	background-color: #FFFFFF;
	padding: 2px;
	
}


/*----------------------------- Sidebar stuff ------------------------------------*/

#sidebar {
	width: 145px;
	font-size: 11px;
	line-height: 15px;
	padding-left: 24px;
}

#sidebar h3 {
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
	font: bold 11px/15px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#sidebar ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 2px 0 5px 10px;
	background: url(../images/page/bullet2.gif) top left no-repeat;
}



#sidebar input, #sidebar select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
*/
/*----------------------------- blog entries ------------------------------------*/



h5 {
	font-size: 9px;
	font-weight: normal;
	color: #999;
	margin: 0 0 15px;
}

.date {
/* this is the entry dates */
	font: bold 9px Georgia, Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-style: normal;
	letter-spacing: 1px;
	text-align: right;
}

/*---------------------------- people's comments -------------------------------------*/


/* this is for the comments area bg  */
.commentsbox {
	background-color: #F3F8FA;
	padding: 20px;
}

/* this is for the comments info - name email url  */
.comment-info {
}

/* this is for the comments text  */
.comment-text {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}

legend {
	position: absolute;
	top: -10px;
	left: 10px;
	font: bold 14px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0085BA;
	margin: 0;
	padding: 0 5px;
}
fieldset {
	position: relative;
	margin: 0 0 30px; 
	padding: 15px 20px 20px;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
}

/*------------------------------------- misc-------------------------------------*/
.hrule {
	border-bottom: 1px dashed #E8E8E8;
	padding: 0px;
	margin: 0 0 10px;
}


.hrule2 {
	border-bottom: 1px dashed #E8E8E8;
	padding: 0px;
	margin: 0 0 10px;
}

