body {
	font:  12px/15px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


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

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

h1 {
	font:  22px  Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1E47A3;
	margin: 0;
	padding: 20px 0 0;
}

h2 {
	font-size:  16px;
	color: #1E47A3;
	margin: 0;
	padding: 20px 0 0;
}


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

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


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

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


/* this is for the comments area bg  */
.commentsbox {
	background-color: #FFF;
	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;
}

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

/*- calendar stuff --*/

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

/* this is the calendar date links */
.cal {
	color: #1E47A3;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	text-decoration: underline;
	
}

/* this is the calendar days of the week */
#sidebar th {
	color: #1E47A3;
	font-size: 11px;
	background: #CCDAFA;
	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: #1E47A3;
}



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

#sidebar h3 {
	font-weight: normal; 
	margin: 0 0 5px;
	padding: 0;
	color: #1E47A3;
}

#sidebar ul {
	margin: 0 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 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;
}



#credit {
	font-size: 10px;
	line-height: 30px;
	color: #999999;
	text-align: center;
}
#credit a {
	color: #999999;
}

