/* Node CSS for Logician (tm) */
/*  Copyright (c) 2007-2008 Micah Ferrill */


div.node {
	background: #eee url('../img/bar.png') repeat-x;
	margin: 5px;
	padding: 20px 5px 5px 5px;
	border: solid 1px #ccc;
}

input, textarea {
	background: none;
}

textarea.title {
	width: 100%;
	border: none;
	font-size: 23px;
	font-weight: bold;
	display: block;
	font-family: Verdana sans-serif;
}

hr {
	clear: both;
	border: none;
	border-top: solid 1px #cccccc;
}

div.node p {
	margin: 0;
}

textarea.description {
	font-size: 13px;
	display: block;
	border: none;
	margin-left: 20px;
	font-family: Georgia serif;
	width: 98%;
}