/*
	sayhitome
	
	styles-messages.css - main styles
	
	March 10, 2008
	
	Alan Woo - www.alanwoo.ca

	Feel free to modify these styles as you wish to suit your own site!
	They should be pretty well commented to help you understand what you need
	to do to customize everything.
	
	The styles of the main site are located in styles.css
*/

/* message styles */
#messages {
	margin: 10px 0;
	padding: 10px 0;
	padding-top: 0;
	border-top: 1px solid #ccc;
	display: none;
}

/* messages you've written */
.message-me {
	background: url('img/slash.png');
}

.msginfo {
	float: left;
	width: 100px;
	margin-left: 6px;
}

.message-content {
	float: left;
	margin-left: 16px;
}

.message {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc
}

.themessage {
	width: 450px;
	font-family: Georgia, 'Times New Roman', serif;
}

.name, .time {
	color: #4f4f4f;
}

.name {
	font-weight: bold;
}

.time {
	font-style: italic;
}