body
{
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background: #262626;
	font-size: 62.5%;
	font-family: Georgia, "New Century Schoolbook", Times, Serif;
	text-align: center;
}

#wrapper
{
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#header_navigation
{
	padding: 5px 0px 5px 0px;
	background-color: #131313;
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: left;
}

#header_navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header_navigation ul li
{
	list-style: none;
	display: inline;
}

#header_navigation ul li a
{
	text-decoration: none;
	color: #686868;
	padding: 5px 20px;
}

#header_navigation ul li a:hover
{
	text-decoration: underline;
}

#navigation
{
	padding: 5px 0px 5px 0px;
	background-color: #343434;
	font-size: 1.0em;
	text-align: center;
}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li
{
	list-style: none;
	display: inline;
}

#navigation ul li.postdate
{
	color: #f5f5f5;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 40px;
}

#navigation ul li a
{
	text-decoration: none;
	padding: 5px 15px;
	color: #f5f5f5;
	font-weight: normal;
}

#navigation ul li a:hover
{
	text-decoration: underline;
}

#viewentry
{
	background-color: #343434;
}

#viewentry img
{
	border: solid 5px #686868;
}

#image_info
{
	margin: 0px;
	padding: 5px 20px 35px 20px;
	clear: both;
	color: #f5f5f5;
	font-size: 1.1em;
	font-variant: small-caps;
}

#image_title
{
	float: left;
}

#image_description
{
	float: right;
}

#entries
{
	clear: both;
	padding: 10px;	
}

html>body #entries
{
	padding: 0px;
}

#thumbnails img
{
	margin-top: 10px;
	border: solid 2px #686868;
}

#categories a
{
	color: #686868;
	text-decoration: none;
}

#archive
{
	color: #f5f5f5;
}

#archive ul
{
	font-size: 0.8em;
	color: #343434;
}

#archive ul a
{
	color: #f5f5f5;
}

#archive li
{
	
}

#archive h1
{
	font-size: 1.4em;
}