#content-standard {
/*	background-color: #00FFFF;*/
	padding: 4px 1px;
}
#header-bg {
	background-image: url(/images/header.jpg);
}
#blogcolumn {
	background-color:  #FFFFFF;
	padding: 30px 40px;
}




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


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


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

/* this is the calendar days of the week */
#sidebar th {
	color: #7BC6DC;
	color: #FFFFFF;
	font-size: 9px;
	background-color: #4C85BF;
	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;
}
#sidebar .month h3 {
	color: #1D4C8F;
	padding: 0;
	margin: 0;
}
#sidebar .month a {
	color: #1D4C8F;
}

.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 {
	font-size: 11px;
	line-height: 15px;
	padding-right: 30px;
	width: 190px;
	color: #FFFFFF;
}

#sidebar h3 {
	margin: 0 0 5px;
	padding: 0;
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #7BC6DC;
}

#sidebar ul {
	margin: 0 0 15px;
	padding: 3px 0 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0px 0 7px 15px;
/*	background: url(/images/page/bullet2.gif) top left no-repeat;*/
	background: url(/images/arrow.gif) top left no-repeat;
}
#sidebar a {
/*	color: #B9C6DC;*/
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#sidebar input, #sidebar select, #sidebar textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
}

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



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

.date { /* this is the entry dates */
	display: block;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-style: normal;
	padding-bottom: 15px;
}

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


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

#blogcolumn h2 {
	margin: 0;
	padding: 0 5px;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #66BBC3;
}
.commentbox {
	margin: 0 0 30px; 
	padding: 15px 20px 20px;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
	border: 1px solid #A1C4D1;
}
fieldset form {
	margin: 0;
}
fieldset form td {
	padding-bottom: 7px;
}
fieldset input, fieldset textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5A4862;
	margin-top: 3px;
}

/*------------------------------------- misc-------------------------------------*/
.hrule {
	border-top: 1px solid #5594C6;
	height: 20px;
	padding: 0px;
	margin: 0 0 10px;
}


.hrule2 {
	border-top: 1px solid #5594C6;
	height: 5px;
	padding: 0px;
	margin: 5px 0 15px;
}
.mini {
	font-size: 9px;
	line-height: 11px;
}

