BODY
{
	background-color: #FFFFFF;
	color: #444;
	margin: 0;
	padding: 0px;
	font-family: "American Typewriter", courier, sans-serif;
	font-size: 86%;
}

IMG
{
	border: 0;
}

#main
{
	margin: 0 auto;
	width: 600px;
	font-size: .9em;
	background-image: url(/images/bar01.png);
	background-repeat: no-repeat;
	background-position: right 140px;
	position: relative;
}


#topstuff
{
	margin: 10px 0 30px;
}

#entries, #entriesDetail
{
	margin-left: 10px;
	padding-right: 200px;
}

#entriesDetail
{
	min-height: 900px;
}

.entry
{
	line-height: 1.5em;
	margin-bottom: 25px;
	background-image: url(/images/divider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}


.title
{
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #777;
}

.entry SPAN
{
	position: absolute;
	width: 380px;
	height: 5em;
	height: 30px;
	background: url(/images/wornpattern.gif);
}

.entry .date
{
	margin-bottom: 5px;
	text-align: right;
}

#final
{
	text-align: center;
	padding: 30px 0 50px;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	z-index: 99;
	text-align: left;
	padding-left: 20px;
}

a
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	background-image: url(/images/divider.png);
	background-repeat: no-repeat;
	background-position: -4px 4px;
}

i.blob
{
	background-image: url(/images/blob.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

i.mar
{
	background-image: url(/images/e.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}	

#ideaWrapper
{
	position: absolute;
	right: -170px;
	width: 140px;
	top: 200px;
}

#ideas
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.idealine
{
	margin-bottom: 10px;
}

.ideaexplain
{
	color: black;
	font-size: .9em;
	padding: 10px 0;
}