/*
Theme Name: Minimalist
Theme URI: http://www.kenswinson.com/wordpress/
Description:  Minimalist Theme
Author: Ken Swinson
Version 1.0
*/
@charset "utf-8";
img {
	margin: 5px;
}
#header a h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	text-decoration: none;
	font-style: italic;
	color: #000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#nav ul li #last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
}
#nav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-decoration: none;
	text-align: right;
	float: right;
	list-style-type: none;
}
#nav ul li a {
	text-decoration: none;
	color: #000;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#nav ul li a:hover {
	color: #999;
}
 a:hover {
	color: #999;
}
#nav {
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#content {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
a {
	text-decoration: none;
	color: black;
}
p a {
	text-decoration: underline;
}
#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #666;
	text-align: right;
	letter-spacing: 0.5em;
	font-size: medium;
	position: absolute;
	top: 1.5em;
	right: 0px;
}
#content #sidebar {
	float: right;
	width: 200px;
}
#content #mainContent {
	float: left;
	width: 600px;
}
#content #mainContent h2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	clear: left;
}
.alignleft {
	float: left;
	font-size: large;
}
.alignright {
	float: right;
	font-size: large;
}
#mainContent .postmetadata  a:link, #mainContent .postmetadata  a:visited  {
	text-decoration: none;
}
#mainContent .postmetadata  {
	text-decoration: none;
	font-size: small;
	padding-bottom: 25px;
	clear: left;
}

#mainContent .comments  {
	text-decoration: none;
	font-size: small;
}
#sidebar h2 {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#sidebar li {
	list-style-type: none;
	
}
.navigation {
	padding-bottom: 50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
#blogroll  li{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
