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


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


/* this is the calendar date links */
.cal {
	font-size: 10px;
	color: #FFF;
	padding: 2px 4px;
	text-decoration: none;
	background-color: #D71344;
}

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

/* this is the calendar month */
.month {
	font-weight: bold; 
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
}
.month a {
	color: #D71344;
}
#sidebar .month h3 {
	margin: 0;
	padding: 0;

}

.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;
	width: 220px;
	padding-left: 30px;
	padding-right: 10px;
}

#sidebar h3 {
	margin: 10px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DE0B0B;
}

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



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


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

h2 {
	margin: 30px 0 0;
}

.date {
/* this is the entry dates */
	color: #B3AF82;
	font-size: 11px;
	line-height: 16px;
}

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


/* this is for the comments area bg  */
.commentsbox {
}

/* this is for the comments info - name email url  */
.comment-info {
	font-size: 11px;
}

/* this is for the comments text  */
.comment-text {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}

legend {
	font-size: 16px;
	color: #DE0B0B;
	margin: 0 5px;
	padding: 0;
}
fieldset {
	margin: 0 0 30px;
	padding: 0 15px 15px 20px;
	border: 1px solid #595556;
}

/*------------------------------------- misc-------------------------------------*/
.hrule, .hrule2 {
	margin: 15px 0;
	height: 1px;
	border-bottom: 1px solid #D4D3B4;
}

#credit {
	display: none;
}


