#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-size: 10px;
	font-weight: normal;
	text-align: center;
	height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.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: normal;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

#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, #sidebar textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	border: 1px solid #D9D9D9;
	padding: 2px;
}

/*----------------------------- 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 {
}

/* 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;
	margin: 0;
	padding: 0 5px;

	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #0092B2;
	text-transform: uppercase;
}
fieldset {
	position: relative;
	margin: 0 0 30px; 
	padding: 0 10px 5px;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
	border: 1px dashed #C4B18B;
	background-color: #F9F6F1;
}

/*------------------------------------- misc-------------------------------------*/
.hrule {
	border-top: 1px dashed #C4B18B;
	height: 40px;
	padding: 0px;
	margin: 0 0 10px;
}


.hrule2 {
	border-top: 1px dashed #C4B18B;
	height: 1px;
	padding: 0px;
	margin: 20px 0;
}


