
#mtBlogPanel {
	padding: 0.5em;
}

.mtEntryPanel {
}

.mtEntryPanel h2,
.mtEntryPanel h3 { 
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
}

.mtEntryDate { 
	padding: 0 0 4px 1em;
	text-transform: uppercase;
	background-color: #ffe;
	border-top: 1px solid #f60;
	border-left: 1px solid #f60;
	border-bottom: 1px solid #f60;
	/*line-height: 1.6em;*/
}

.mtEntry {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.mtEntryTitle {
	margin-bottom: 1em;
}

.mtEntryTitle a,
.mtEntryTitle a:link,
.mtEntryTitle a:visited {
	text-decoration: none;
}

.mtEntryTitle a.active:link,
.mtEntryTitle a.active:visited {
	text-decoration: underline;
}

.mtEntryTitle a:hover {
	text-decoration: underline;
}

.mtEntryExtended { 
	padding: 0.5em 0 0.5em 0;
}
		
.mtEntryPostedBy { 
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	padding: 0 0 0 1em;
	font-size: 0.8em; 
}
		
#mtCommentPanel {
}

#mtCommentPanel .errorBox em {
	padding-left: 2em;
}

#mtCommentPanel .previewWarning {

	margin: 1em 1em 1em 1em;
	padding: 0.25em;
	font-size: 0.9em;
	border: 1px dashed #dd0;
}

.mtComment {
	margin-bottom: 10px;
	padding: 6px 0;
	color: #000;
	border-top: 1px solid #f60;
}		

.mtCommentPostedBy {
	margin-top: 0.6em;
	margin-bottom: 1em;
	color: #f60;
}


#mtCommentForm form {
	padding: 0.5em 1em 0.5em 1em;
        border-top: 1px solid #f60;
}

#mtCommentForm .labelSpacer {
	width: 150px;
	float: left;
}

.mtArchiveList {
}

.mtCalendar {
	font-size: 0.6em;
	padding: 5px;				
}
	
.mtCalendarhead {	
	color: #CC9933;
	font-size: 0.6em;
	font-weight: bold;
	background: #FFF;
	line-height: 1.4em;
}

