body {
	background: white;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/***** layout *****/

#all {
	border-top: 10px solid #800000;
	width: 800px;
}

#all-one {
	border-top: 10px solid #800000;
	width: 800px;
}

#menu {
	width: 200px;
	float: left;
}

#menu p {
	margin-right: 20px;
}

#menu form {
	margin-top: 6px;
}

#main {
	margin-left: 218px;
	margin-right: 158px;
}

#footer {
	border-top: 1px dotted black;
}

#footer h2.month {
	float: right;
}

#sidebar {
	width: 150px;
	float: right;
	padding-top: 28px;
}

#sidebar form, #sidebar div.box {
	margin-bottom: 32px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 6px 0px;
}

#sidebar select {
	width: 140px;
}

#bottom {
	clear: both;
	border-bottom: 10px solid #ccc;
}

#post {
	background-color: #ccc;
	padding: 10px;
}

#post div.section {
	float: right;
}

div.left {
	width: 200px;
	float: left;
}

div.right {
	width: 200px;
	float: right;
}

div.clear {
	clear: both;
}

div.wide {
	width: 582px;
}

div.app {
	border-top: 3px double black;
	border-bottom: 3px double black;
	margin-bottom: 12px;
}

div.app h2 {
	border-bottom: 1px solid black;
	margin-bottom: 0px;
}

div.app p.caption, div.app div.caption {
	//border-top: 1px solid black;
	margin-top: 0px;
	background-color: #ccc;
	//border-bottom: 1px dotted black;
}

/***** typography *****/

div.entry {
	margin-bottom: 24px;
}

p {
	margin-top: 8px;
}

p.sub {
	margin-left: 12px;
}

div.caption {
	margin-top: -12px;
}

#menu, #sidebar {
	font-size: 10px;
	line-height: 14px;
}

#name {
	font-size: 18px;
	line-height: 24px;
}

div.boxtop {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	font-style: normal;
}

div.section {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	font-style: normal;
	border-bottom: 1px dotted black;
	display: inline;
}

div.archive {
	font-size: 18px;
	line-height: 24px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 6px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 18px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

div.date {
	color: #333;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

div.comments {
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	text-transform: uppercase;
}

div.app h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

span.label {
	font-variant: small-caps;
	font-size: 12px;
}

#footer h2.month {
	font-size: 12px;
}

h2.comments {
	font-size: 12px;
	border-bottom: 1px solid black;
}

p.caption, div.caption, div.left, div.right {
	font-size: 10px;
	line-height: 14px;
}

#all-one #name, #all-one h1, #all-one #sidebar {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}

/* links */

a {
	color: #800;
}

a:visited {
	color: #600;
}

#name a, h1 a, div.section a, h2 a, h3 a {
	text-decoration: none;
}

a img {
	border: none;
}

#footer h2.month a {
	font-weight: normal;
}
