html,body { height: 100%; }

a {color: #00f;}

body
{
	background: #fff;
  color: #000;
  margin: 0;
}

h1 a 
{
	font-weight: normal;
	text-decoration: none; 
}

.clearboth { clear: both; }

#searchform {	margin-bottom: 14px; }

#show-logo
{
	text-align: center;
}

#wrapper
{
	border: 0 solid #000;
	margin: 0 auto;
	width: 640px;
}

/* NAVIGATION */
.navigation
{
	clear: both;
	background: #222;
	color: #fff;
	margin: 0 auto;
	padding: 2px 0px;
	list-style: none;
	text-align: center;
	width: 640px;
}
.navigation li
{
	display: inline;
}
.navigation li a 
{
	color: #fff;
	padding: 2px 8px; 
	text-decoration: none; 
}
ul.navigation a:hover 
{
	background: #000;
}
/* END NAVIGATION */

/* ARCHIVES */
.archives ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.archives li a 
{
	text-decoration: none;
}
.archives li a:hover
{
	background: #444;
}
/* END ARCHIVES */

/* POSTS */
.meta 
{ 
	font-size: 80%;
	color: #999; 
}
.post
{
	margin: 0 auto;
	padding-bottom: 14px;
	width: 640px;
}
.post h3 a
{
	color: #000;
	font-size: 140%;
	font-weight: normal;
  text-decoration: none;
}
/* END POSTS */

/* FOOTER */
#footer-navigation,
#footer-navigation li a
{
	color: #777;
}
/* END FOOTER */

/* CONTACT FORM */
.field
{
	display: block;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#content textarea
{
	display: block;
	width: 400px;
	height: 104px;
	font-family: Arial, Helvetica, sans-serif;
}
/* END CONTACT FORM */

/* COMMENTS */
#commentform textarea { width: 500px; }

.comment
{
	margin-bottom: 14px;
	border-bottom: 1px solid #444;
}
.comment:hover {}
/* END COMMENTS */