a:visited, a:active, a:link {
	text-decoration: underline;
	color: #191970;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

.posthead h2 {
	color: #B22222;
}

.posthead h2 a:visited, .posthead h2 a:active, .posthead h2 a:link {
	color: #B22222;
	text-decoration: none;
}

.posthead h2 a:hover {
	color: #8B0000;
	text-decoration: underline;
}

#title h1 a {
	text-decoration: none;
}

#title h1 a:hover {
	text-decoration: underline;
}

#sidebar-a h3 {
	color: #008000;
}

#nav {
	background-color: #9BA0A3;
	background-image: url(http://coad.net/blog/images/NoahCSS-airbottom.gif);
}

#contentwrapper {
	background-color: #FFF;
	background-image: url(http://coad.net/blog/images/NoahCSS-airtop.gif);
}

#title {
	background-image: url(http://coad.net/blog/images/NoahCSS-airtop.gif);
}

#contentfooter{
	background-image: url(http://coad.net/blog/images/NoahCSS-airfooter.gif);
}

.postcontent img {
	margin: 0.5em 0em 0.5em 0;
}

#container {
	width: 847px;
}

#content {
	padding: 1.5em;
	margin: 0 170px 0 0;
}

#sidebar-a {
	width: 170px;
	margin: 0px;
	margin-top: 1em;
	padding: 0px;
	background: none;
}

#tdNoahPicture
{
	width: 100%;
	margin-right: 2px;
}

#news{
  margin: 1em;
  padding: 1px;
  background: none;
  border: none;
}

.boxed
{
	border: 1px solid black;
	padding: 4px;
	margin: 4px;
}

img
{
	border: 0px none;
}

.postcontent ol li
{
	margin-top: 6px;
}

#sidebar-a {
	background: none;
}

div#postToolbar {
  border-top: black 3px double;
  margin-top: 2em;
  padding-top: 0px;
}

div#postToolbar h3 {
	font: bold 13pt verdana;
	color: #B22222;
	border-bottom: 1px solid black;
}

div#ArchiveSideBar {
  display: none;
}

div#comments div.comment {
	background:  #f8f8ff;
	border: gray 1px solid;
	margin-bottom: 2em;
	padding: 1em;
	padding-bottom: 0em;
}

div#comments div.comment div.commentsbody {
  border-bottom-style: none;
  margin-bottom: 0px;
}

div.commentowner {
  background: #FFF5EE;
}

div.commentowner div.commentsbody {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

div.commentowner div.commentsbody p {
	MARGIN: 0.5em 0px;
}

div#commentform {
	border: gray 1px solid;
	background: #E6E6FA;
	padding: 1em;
}

div#commentform h3 {
	font-size: 1.2em; 
	margin-bottom: 0.5em; 
	padding-bottom: 0.5em; 
	border-bottom: gray 1px solid;
}

div#commentmessage {
	border: black 1px solid; 
	background: firebrick; 
	color: white; 
	padding: 1em; 
	margin-bottom: 1em;
}

div#sidebar-a h3 {
  margin-top: 2em;
  border-bottom: 1px solid #808080;
}

div#SearchSideBar {
  display: none;
}

div.post div.postcontent > p:first-child {margin-top: 0px;}
