#left {
	width: 255px;
	text-align: center;
	vertical-align: top;

}

#content {
}
h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0 0 20px;
	padding: 0;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	color: #FE9192;
	margin: 0 0 20px;
	padding: 0;
}
p {
	text-align: justify;
	margin-bottom: 5px;
}

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


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


/* this is the calendar dates */
.calendar {
	font: 9px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #B4DAF3;
	text-align: center;
	height: 16px;
}


/* this is the calendar date links */
.cal {
	font: 10px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #EF3F42;
	padding: 2px;
	text-decoration: none;
}

/* this is the calendar days of the week */
.days {
	font: bold 9px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #EF3F42;
	text-align: center;
	height: 16px;
}

/* this is the calendar month */
.month {
	font: bold 10px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #B4DAF3;
	text-align: center;
	height: 16px;
	text-decoration: none;
}

.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 no-repeat;
}

.imageborder{
border:1px solid #b1b1b1;
background-color:#FFFFFF;
padding: 2px;
width:67px;
}


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

#sidebar {
	font: normal 11px/15px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 24px;
}

.sidebartitle {
	color: #EF3F42;
	font: bold 11px/15px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#sidebar ul {
	color: #84D3EE;
	text-align: left;
	list-style: none;
	margin-left: 3px;
	padding-left: 0;
}
#sidebar h3 {
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
	font: bold 11px/15px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* this is the blogs links list */
#sidebar ul a{
	color: #84D3EE;
}

/* this is mini-blog text */
#sidebar ul {
	color: #84D3EE;
	text-align: left;
	list-style: none;
	margin-left: 3px;
	padding-left: 0;
}


#sidebar input, #sidebar select {
	color: #84D3EE;
	font: 10px/15px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
*/
/*----------------------------- blog entries ------------------------------------*/



#maincol a {
}

.postedby{
	font: normal 9px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 15px;
}

/* this is the blog entry text */
.entry p{
/*	font: 14px/20px 'Century Gothic', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;*/
}

.date {
/* this is the entry dates */
/*	font: 14px/20px 'Century Gothic', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 1px;*/
	color: #FFC242;
	text-align: right;
}

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


/* this is for the comments area bg  */
.comments {
	border: 1px #CCCCCC; 
	background: #FFC242;
	padding: 10px;
}

/* this is for the comments info - name email url  */
.comment-info{
/*	font: 12px/18px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #F7B834;*/
}
.comment-info a{
}

/* this is for the comments text  */
.comment-text {
/*	font: 12px/18px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #BABABA;
	text-decoration: none;*/
}
.date a{
	color: #FFC242;
}

fieldset {
	padding: 10px; 
	border: 1px solid #EEEEEE;
}
.legend_title{
	font-size: 16px;
	line-height: 18px;
	padding-right: 15px;
	color: #999999;
}

/*------------------------------------- misc-------------------------------------*/
.hrule {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
/*	font: 10px/15px Tahoma, Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	text-align: right;
}


.hrule2 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	width: 60px;
/*	font: 10px/15px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	text-align: right;
}

