/* Stylesheet för Simons blog */ 

.message, .message_page, .comment, .yourcomments, .prev_next {
	border: solid #c3c3c3 1px;
	margin: 1em;
	padding: 10px;
/*	background-color: #EEEEFF; */
	color: #000000;
}


.message_page {
	margin-bottom: 0
	padding-bottom: 0
}

.prev_next {
	margin-top: 0;
	padding-top: 0;
	martin-bottom: 0;
	padding-bottom: 0; 
	background-color: #EEEEFF;
	border: none
}

.message .subject, .message_page .subject  {
	padding: 2px;
/*	background-color: #FFCCCC; */
	font-size: x-large;
	font-family: impact, helvetica, arial, sans-serif;
}

.time {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	float: right;
	color: #EE0000;
	font-size: x-small;
	font-family: courier;
}

.no_bullet_list {
	list-style: none;
	padding-left: 4px;
}

.list_time {
	color: #EE0000;
	font-size: x-small;
	font-family: courier;
}

.message .comments {
/*	border: dashed #CCCCAA;
	border-width: 2px 0 2px 0; */
	padding: 1px 4px 4px 2px;
	margin: 5px 0px 0px 0px;
	color: #0000FF;
	font-size: x-small;
	font-family: courier;
/*	background: #CCCCCC; */
}

.latest_comments h2 {
	font-size: x-large;
	font-family: impact, helvetica, arial, sans-serif;
}

/* Comments page */

.comments {
/*	margin: 20px 0px 20px 0px;
	width: 500px; */
}

.comment .author {
	background-color: #DDDDFF;
	font-family: verdana, arial, sans-serif;
}

.yourcomments {
	background-color: #FFEEEE;
}
