/* BEGINS THE CSS FOR THE BLOG */
div#entryoutput {
	background-color: #cccccc;
	width: 525px;
}
div#message {
	background-color: #999999;
	width: 500px;
	height: auto;
}
div#thedate {
	width: 500px;
	background-color: #ccc999;
}
div#title {
	width: 500px;
	background-color: #ccc999;
}
div#blogTitle {
	font-weight: bold;
	text-decoration: underline;
}
div#blogMessage {
	
}
div#blogDate {
	font-size: 10px;
}	
div#blogOutput {
	border	: 1px dashed #535353;
	width: 525px;
}
div#blogPadding {
	padding: 10px;
}

/*HERE IS THE STYLING FOR THE EDIT BLOG PAGE*/
.editMessage {
	width: 300px;
	padding: 2px;
	height: 225px;
}
.editTitle {
	width: 300px;
	height: 22px;
	padding: 2px
}
.editLabels {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
.selectBox {
	width: 300px;
	padding: 2px;
}
div#links {
	font-size: 12px;
	padding-bottom: 4px;
}

/*HERE IS THE STYLING FOR THE INPUT BLOG PAGE*/
.inputMessage {
	width: 300px;
	padding: 2px;
}
.inputTitle {
	width: 300px;
	padding: 2px;
}