/* carnage
 * basic.css
 */

body	{
	margin: 0;
	padding: 0;
	background: #eee;
	color: #933;
	font-family: sans-serif;
}

h1,h2,h3,h4,h5,h6	{
	margin: 0;
	padding: 0;
	font-family: serif;
	font-weight: normal;
}

h1	{
	font-size: 1.5em;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	border-bottom: 2px solid #933;
}

h2	{
	font-size: 1.25em;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	border-bottom: 2px dotted #933;
}

h3	{
	font-size: 1.1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border-bottom: 1px dashed #933;
}

h4	{
	display: inline;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
}

h5	{
	display: inline;
	float: left;
	margin-right: 1em;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

h6	{
	display: inline;
	float: left;
	margin-right: 1em;
	font-size: 1em;
	text-transform: capitalize;
	font-weight: bold;
}

p	{
	margin-top: 0;
}

img	{
	margin: 0;
	padding: 0;
	border: 0px solid white;
	vertical-align: top;
}

#nav	{
	position: absolute;
		top: 220px;
		left: 32px;
	margin: 0;
	padding: 0;
}

#nav ul	{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#content	{
	position: absolute;
		top: 225px;
		left: 275px;
	width: 24em;
	margin: 0;
	padding: 0;
	overflow: visible;
}

p	{
	text-align: justify;
	line-height: 1.25;
}

a:link	{
	color: #33c;
	background: transparent;
	text-decoration: underline;
}

a:visited	{
	color: #639;
	background: transparent;
	text-decoration: none;
}

a:active	{

}

a:hover	{
	color: blue;
	background: transparent;
	text-decoration: underline;
}

a.offsite, a.offsite:link, a.offsite:hover	{
	cursor: move;
	text-decoration: none;
}

.vocab	{
	cursor: help;
}

.carnage	{
	font-variant: small-caps;
	font-weight: bold;
	color: #b33;
	background: transparent;
}
