html,body { height: 100%; }

body
{
  color: #fff;
  margin: 0;
}

h1 a 
{
	font-weight: normal;
	text-decoration: none; 
}

h4
{
	font-size: 120%;
	font-weight: normal;
}

.clearboth {clear: both;}
#searchform {margin-bottom: 14px;}

#show-logo {text-align: center;}

#container
{
	border: 0 solid #000;
	margin: 0 auto;
	width: 740px;
}

#sidebar
{
	float: left;
	border-top: 1px solid #777;
	font-size: 110%;
	margin-top: 10px;
	width: 200px;
}
#content
{
	float: right;
	margin-bottom: 10px;
	width: 500px;
}

/* NAVIGATION */
#sidebar ul
{	
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li
{
	border-bottom: 1px solid #777;
	padding: 5px;
}
#sidebar li:hover {background: #000;}
#sidebar li a 
{
	color: #fff; 
	text-decoration: none; 
}
/* 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: 90%;
	color: #999; 
}
.post
{
	margin: 0 auto;
	padding-bottom: 30px;
}
.post a {color: #5af;}
.post a:hover 
{
	color: #fff;
	text-decoration: none;
}
.post h3 {margin: 0;}
.post h3 a
{
	color: #fff;
	font-size: 140%;
	font-weight: normal;
  text-decoration: none;
}
.post h3 a:hover {color: #fff;}
.post p {line-height: 1.4em;}
/* END POSTS */

/* FOOTER */
#footer-navigation
{
	width: 740px;
}
#footer-navigation li a
{
}
/* 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: 400px; }
.comment
{
	margin-bottom: 14px;
	border-bottom: 1px solid #444;
}
/* END COMMENTS */