body {
}

#blogcolumn {
	font-size: 12px;
	line-height: 20px;
}
#blogcolumn a {
	text-decoration: underline;
}

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


/*----------------------------- blog entries ------------------------------------*/

h1 {
}

h2 {
	margin: 0;
	padding: 0;
}


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

.date { /* this is the entry dates */
	margin-bottom: 20px;
	font-size: 9px;
	color: #655D57;
	font-style: normal;
}


.hrule {
	margin: 30px 1px 30px 0;
	background: url(/images/page/stitches-bg.png) top left no-repeat;
	line-height: 0;
	height: 5px;
}

/*---------------------------- 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;*/
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #507C68;
	margin: 0;
	padding: 0 5px;
}

fieldset {
/*	position: relative; */
	margin: 0 0 30px; 
	padding: 15px 20px 20px;
	font-size: 11px;
	line-height: 16px;
	border: 1px dashed #A7987B;
}

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

/*- calendar stuff --*/

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

/* this is the calendar date links */
.cal {
	display: block;
	margin: 1px 0 0 1px;
	color: #FFF;
	font-size: 10px;
	background-color: #B8CB8D;	
}

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

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



/*----------------------------- Other Sidebar stuff ------------------------------------*/
#sidebar {
	width: 145px;
	line-height: 15px;
	padding-left: 24px;
}

#sidebar h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #507C68;
}

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



#sidebar input, #sidebar select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/*--- mini profile ---*/

.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;
	
}

.hrule2 {
	margin: 0px 1px 20px 0;
	background: url(/images/home/blog-sep.png) top left no-repeat;
	line-height: 0;
	height: 1px;
}

