/* CSS Document */

body
{
	font-family: Futura, "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

ol
{
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

a
{
	color: rgb(199, 88, 127);
	text-decoration: none;
}

#container
{
	margin: auto;
	width: 880px;
}

#content
{
	display: block;
	overflow: hidden;
	width: 600px;
}

#side-bar
{
	float: left;
	margin-right: 40px;
	width: 240px;
}

.post
{
	margin-bottom: 6px;
	margin-top: 30px;
}

.post, #side-bar p
{
	border-bottom: dotted 1px #aaa;
	padding: 20px 0px;
}

li.post:first-child
{
	margin-top: 0px;
}

#side-bar p
{
	margin: 0px;
}

li.photo img
{
	display: block;
	margin: auto;
}