/* styles that are used by the wysiwyg and the site */

tr, td {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    color: #5A3320;
    font-family: "MgOpen Moderna", "Lucida Sans", "Nimbus Sans L", "Trebuchet MS", "Trebuchet", sans-serif;
}

.graybg {
	background-color: #F6F5F0;
}

.sidebox {
	margin: 0pt 0pt 10px 10px; 
	padding: 10px; 
	width: 220px; 
	float: right; 
	background-color: #eee;
}
.highlight {
	background-color: #ffc;
}

.commandprompt {
	display: block;
	margin: 1.5em 0;
	padding: 1em;
	background-color: #333;
	color: #fff;
	font-family: monospace;
}

.quote {
	color: #666;
	margin: 1.5em;
}

.redhighlight {

}

.brownhighlight {

}

.blackhighlight {

}

.noundies {
	text-decoration: none;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.small {
	font-size: 0.8em;
	line-height: 1.875em;
	margin-bottom: 1.875em;
}

.tiny {
	font-size: 0.7;
	line-height: 2.125em;
	margin-bottom: 2.125em;
}

.caps {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1%;
	text-transform: lowercase;
}

.quiet {
	color: #666;
}
.lightbox {

}

.content td, #tinymce td {
	padding: 8px;
}

.usn {
        background-color: #eee;
        padding: 0.75em 1.5em;
        border: 1px solid #ddd;
        font-family: monospace;
        white-space: pre;
}

