#blogcolumn {
	padding-right: 20px;
	vertical-align: top;
}

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

h1 {
	margin-bottom: 0;
	border: none;
	padding: 0 20px;
}
h2 {
	margin: 10px 0 0 -20px;
	padding: 0 20px 10px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 4px double #F6E9D9;
}
h5 {
	font-size: 9px;
	font-weight: normal;
	margin: 0 0 15px;
}
p {
	margin: 12px 0;
}
.entry {
	padding-bottom: 30px;
}

.date {
/* this is the entry dates */
	text-align: right;
	font:  9px/30px Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}


.hrule {
	margin: 20px 0;
	border-top: 1px solid #FCDDD7;
}

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



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

/*- calendar stuff --*/

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

/* this is the calendar date links */
.cal {
	display: block;
	margin: 1px 0 0 1px;
	color: #FFF;
	background-color: #F5A69E;
	text-decoration: none;
}

/* this is the calendar days of the week */
#sidebar th {
	background: #F6E9D9;
	font-weight: normal;
	height: 16px;
}

/* this is the calendar month */
.month {
	font-weight: bold; 
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	height: 16px;
	text-decoration: none;
}
#sidebar .month h3 {
	padding-top: 5px;
}
.month a {
	font-size: 11px;
}



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

#sidebar {
	width: 300px;
	border: 1px solid #F6E9D9;
	padding: 10px;
	vertical-align: top;
}
#sidebar #pix a {
	display: block;
	float: left;
	margin: 0 0 10px;
}

#sidebar h3 {
	margin: 15px 0 0px;
	padding: 0;
	font: normal 30px/30px "Alex Brush", Georgia, "Times New Roman", Times, serif;
}

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



#sidebar input, #sidebar select {
}

/*--- 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 {
	clear: left;
	margin: 10px 0;
	border-bottom: 4px double #F6E9D9;
}



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