/*** MAIN SECTIONS
*********************************************************/

body {
	background-color: #fff;
	color: #111;
	font: normal 95%/130% "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 20px 0;
}

div#content {
	background-color: #fff;
	border: 2px solid #ddd;
	margin: auto;
	width: 40em;
}

div#content div#breadcrumbs {
	background-color: #eee;
	border-bottom: 2px solid #ddd;
	color: #888;
	font-size: 85%;
	margin: 0;
	padding: 3px 10px;
}

div#content div.content {
	padding: 10px;
}




/*** CONTENT BLOCKS
*********************************************************/

div#options {
	float: left;
	margin-bottom: 20px;
	width: 45%;
}

div#posts {
	float: right;
	margin-bottom: 20px;
	width: 45%;
}

div#reports {
	clear: both;
}

div#quick {
	border-top: 1px solid #ddd;
	float: left;
	width: 45%;
}

div#feedback {
	border-top: 1px solid #ddd;
	float: right;
	width: 45%;
}




/*** HEADINGS
*********************************************************/

h1 {
	color: #407a40;
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	color: #dc7000;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
	padding: 0;
}




/*** MISC
*********************************************************/

a {
	color: #d17e62;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

a:hover {
	border-bottom: 1px solid #ddd;
	color: #c30;
	text-decoration: none;
}

a.cmnt {
	font-size: smaller;
}

br {
	clear: both;
}

form {
	margin-bottom: 0;
	padding-bottom: 0;
}

h1+p {
	margin-bottom: 0;
}

input[type="text"], 
textarea {
	width: 90%;
}