/* * * * * * * * 
 * 100percentleadership
 * * * * * * * */

/******
 * Borders
 * I use these for debugging the layout.
 */

/*
#main-content {
	border: 1px solid blue;
	}
#navigation {
	border: 1px solid green;
	}
#header {
	border: 1px solid orange;
	}
*/

.warning
{
	color: #c00;
	font-weight: bold;
}

.success
{
	color: #396;
	font-weight: bold;
}


/*    forms    */
form.simple
{
	width: 480px;
}

form div.row
{
	clear: both;
	padding: 10px 0 0 0;
}

form div.row span.label
{
	float: left;
	width: 160px;
	text-align: right;
}

form div.row span.input
{
	float: right;
	width: 300px;
	text-align: left;
}

table.blog_comments tr.user_highlight
{
	background-color: #ddd;
}

table.blog_comments tr.staff_highlight
{
	background-color: #ffc;
}