* { /* zero all margins */
	margin: 0;
	padding: 0;
}
body {
	color: #666666;
	text-transform: lowercase;
	background: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 { /* logo */
	font-size: 150%;
	white-space: nowrap;
	padding-top: 20px;
	margin-left: 20.5em;
	float: right;
}
h3 { /* image captions */
	margin-top: 4px;
	font-size: 80%;
}
h4 { /* copyright notice */
	margin-top: 6px;
	margin-left: 20px;
	font-size: 60%;
	text-transform: uppercase;
	white-space: nowrap;
	position:fixed;
}

/* frame emulation - many thanks to georg at css discuss - the fix for ie6 is in a separate stylesheet */

/* use ems for height so topbar enlarges proportionally when fonts are resized. height for topbar should match top padding for content */

#topbar {
	width: 100%;
	height: 3.5em;
	background: #FFFFFF;
	position:fixed;
	z-index:10; /* Prevents certain problems with form controls */
}
#content { /* 3em = height of #topbar */
	padding-top: 3em;
}


/* main content holders */

td {
	padding: 20px 20px 10px;
	vertical-align: top;
	text-align: right;
}
.textbox { /* intro and outro text */
	height: 450px;
	width: 345px;
	background: #F8F8F8;
	text-align: left;
}


/* links */
 
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #9826fb;
	text-decoration: none;
}


/* navigation menu */

#nav {
	font-size: 92%;
	list-style: none;
	white-space: nowrap;
	position: absolute;
	left: 20px;
	top: 20px;
}
#nav li { /* all menu items */
	display : inline;
	margin-right: 1.5em;
}
#nav
a:hover { /* to restore the hover effect on sub menu items (it gets cancelled in the code below) */
	text-decoration: underline;
}

h2.entry-title {
		margin-left: 80px; 
		font-family: Arial;
		font-size: 20px;
}
	
div.entry-content {
		margin-bottom: 1.5em;
		margin-left: 80px;
		font-size: 12px;
}
		
.link-title {
		font-size: 13px;
		font-weight: bold;
}
		
.cite {
		display: block;
		text-align: right;
}
		
div.quotation blockquote {
		font-family: Georgia, Times New Roman, serif;
		font-size: 13px;
		color: #555;
}
		
.chat ul {
		padding: 0px;
		margin:0px;
}
		
.chat ul li {
		list-style: none;
		font-size: 11px;
		color: #333;
		padding: 5px;
		margin: 0px;
}
		
.label {
		font-weight: bold;
}
		
li.odd {
		background-color: #fff;
}
		
li.even {
		background: #eee;
}

#pagenav {
		margin: 60px 0 0 0;
		padding-bottom: 1.5em;
}
		
#pagenav .inside {
		text-align: center;
		position: relative;
}
		
#back, #forward {
		font-family: "helvetica neue", helvetica, arial, sans-serif;
		font-size: 11px;
		color: #666;
		text-transform: uppercase;
		padding: 7px;
		text-decoration: none;
		display: block;
		position: absolute;
		top: -7px;
}
		
#back:hover, #forward:hover {
		color: #000;
}
		
#back {
		float:left;
		text-align: left;
		left: 0px;
}
		
#forward {
		float: right;
		text-align: right;
		right: 0px;
}
		
#pages {
		color: #666;
		font-family: "helvetica neue", helvetica, arial, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		text-align: center;
}
		
.small {
		font-size: 11px;
		color: #555;
}
		
#wrap {
		margin: 0 auto;
		text-align: left;
		padding-top: 10px;
}
		
div#container {
		padding: 10px;
		margin-bottom: 3em;
		width: 600px;
		margin-left: 300px;
}
		
#post {
		margin-bottom: 5em;
		border-bottom: 1px solid #ccc;
}
		
#footer {
		font-size: 10px;
        text-align: center;
		margin-bottom: 0px;
		padding-top: 20px;
}