/*#root {
	font-size: 16px;
	line-height: 1.5em;
	background: url("grid.jpg");
}
*/

/*
 * Paragraphs
 */
.content p
{
	margin: 0.5em 0.5em;
	padding: 0;
}

.content p+p {
	margin-top: 1.0em;
}

/*
 * Links
 */
.content a , .widgets a {
	text-decoration: none;
}

.content a:hover, .widgets a:hover {
	text-decoration: underline;
}	

/*
 * Headings
 */
.content h1 {
	margin: 0.5em 0em;
	padding: 0.5em 0;
	padding-top: 0.5em;
	
	font-size: 1.5em;

	border-bottom: 1px dashed;
}
.content h1 a, .content h1 a:hover {
	text-decoration: none;
}

.content h2 {	
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2.0em 0 0.769em 0;
	padding: 0;
}

.content h3 {	
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 1.6em 0 0.2em 0.5em;
	padding: 0;
}

.content h4 {
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.content img {
	border: 2px dashed;
	padding: 0.2em;
}

/*
 * Quotes
 */
.content blockquote 
{
	margin: 1.8em 1.5em;
	padding: 0 1.0em 0 0.5em;
	font-style: italic;
	border-left: 0.5em solid;
}

.content textarea, .content input {
	font-family: sans-serif;
}
