/* ============ admin ================================= */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #fffffc;
	font-size: 62.5%;
}

h1 {
	text-align: center;
	text-transform: capitalize;
	border-bottom: 1px dotted #cccccc;
	font-size: 18px;
}

th {
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
	padding: 0.6em;
}

td {
	padding: 0.4em;
}

.input, textarea {
	border: 1px solid #d1d1d1;
	background: #ffffff url(interface/input.gif) repeat-x top;
	padding: 0.4em;
}

textarea {
	width: 95%;
}

.input:focus, textarea:focus {
	border: 1px solid #000000;
}

.submit {
	float: right;
	padding: 0.2em;
}

ul {
	line-height: 2em;
}

.warn {
	color: red;
}

/* =============== public viewing comments ============================= */

h3 {
	text-align: center;
	text-transform: capitalize;
	border-bottom: 1px dotted #cccccc;
	font-size: 14px;
	margin: 2em 0 0 0;
}
	
a:link, a:visited {
	color: #7cabb1;
}

a:hover {
	color: #b7145d;
}

.comment {
	margin: 2em 1em 0 1em;
	line-height: 1.8em;
}

.commentHead {
	padding: 0 0.4em;
	background: #f2f2f2;
	border-top: 1px solid #cccccc;
}

.commentHead img {
	vertical-align: middle;
	border: none;
}

.commentBody {
	margin: 0.2em 0.6em;
}

.commentBody img {
	vertical-align: middle;
}

td img {
	cursor: pointer;
}
	

