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

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

h1 {
}

h2 {
}

#content li, #content p {
/*	margin-right: 0;*/
}

.date {
/* this is the entry dates */
	font-size: 10px;
	color: #999;
	padding-bottom: 10px;
}


.hrule {
	border-top: 1px solid #D9D9D9;
	background: url(images/shadow-420.gif) top center no-repeat;
	height: 40px;
	padding: 0px;
	margin: 0 260px 10px 0;
}

/*---------------------------- 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: normal 18px/20px Helvetica, Arial, sans-serif;
	color: #B2BB1C;
	margin: 0;
	padding: 0 5px;
}

fieldset {
	position: relative;
	margin: 0 230px 30px 0; 
	padding: 15px 20px 20px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #E8E9EA;
}

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

#sidebar {
	font-size: 11px;
	line-height: 16px;
}
/*- calendar stuff --*/

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

/* this is the calendar date links */
.cal {
	display: block;
	color: #FFFFFF;
	background-color: #B2BB1C;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	margin: 0 0 1px 1px;
	height: 16px;
}
.cal:hover {
	text-decoration: underline;
}

/* this is the calendar days of the week */
#sidebar th {
	color: #B2BB1C;
	font-size: 11px;
	line-height: 12px;
	background: #F6F6F6;
	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: #B2BB1C;
}



/*----------------------------- 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;
	letter-spacing: 1px;
}

#sidebar ul {
	margin: 5px 0 15px;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
}



#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 {
	border-top: 1px solid #D9D9D9;
	background: url(images/shadow-150.gif) top center no-repeat;
	height: 40px;
	padding: 0px;
	margin: 0 0 10px;
}
