/* Do not edit the following unless you just want to. 
They control the appearance of the Admin functions 
only, and have nothing to do with the blog itself */
.hdr {
	font-family:trebuchet, tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	background-color:#ddd;
	color:#000;
	}

textarea {
	font-family:trebuchet, tahoma, sans-serif;
	font-size:12px;
	line-height:18px;
	}

input {
	font-family:trebuchet, tahoma, sans-serif;
	font-size:12px;
	}

#blogmenu {
	float: left;
	margin-top: 29px;
	margin-right:10px;
	margin-left: 5px;
	padding:5px;
	border: 1px solid #ccc;
	background: #eee;
	width: 123px;
	}

#blogadmin {
	margin:5px;
	padding:5px;
	}

h3.admin {
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	}

.cpimage {
	border: 1px dashed #ccc;
	} 

.top {
	text-align: center;
	font-size: 9px;
	border: 1px solid blue;
	width: 24px;
	}

/* THE FOLLOWING CAN SAFELY BE MODIFIED TO FIT THE STYLE OF YOUR SITE */

.blogheadbar {  /* Message number, Title, Date */
	text-align:left;
	}

.blogfootbar {  /* Comment Tag, Number of Comments */
	text-align:left;
	margin-top:8px;
	line-height:16px;
	padding:2px 2px;
	border-top:1px dashed #559;
	border-bottom:2px solid #559;
	}

.blogtitle {  /* Blog Title */
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#c00;
	}

.blogdate {  /* Blog Date */
	font-family: Verdana, Helvetica, sans-serif; 
	font-size:10px;
	color:#ccc;
	}

.blogpost {  /* Blog Message Body */
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color: #fff;
	}

.blogpostcom {  /* Blog Message Body */
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color: #000;
	}

.postby {  /* Comment Poster Information */
	font-size:9px;
	line-height:32px;
	padding:2px 2px;
	border-top:1px dashed #900;
	border-bottom:2px solid #900;
	}

#blogcomment {  /* Comment display */
	width:320px;
	padding:4px;
	margin-bottom:8px;
	}

#blogform {  /* Form display in Comment Window */
	width:320px;
	padding:4px;
	margin-bottom:8px;
	}

#blogmenustuff {
	color: #000;
	}
