/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin-top: 32px;
   margin-left: 20px;
   margin-right: 15px;
   margin-bottom: 15px;
   background-color: #ffffff;
   color: #333333;
   min-width: 720px;   
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { 
	color: #3366cc;
	text-decoration: none; 
}

a:hover { 
	color: #3366cc;
	text-decoration: underline; 
}

a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

table {
   font: 8pt verdana;
   border: 0px;
   box-sizing: border-box; 
   -moz-box-sizing: border-box;
}

/* standard helper classes */

.lineRule {
	background-color: #cccccc;
}

#menuColumn {
	width: 201px;
	background-image: url('http://www.smith-harmon.com/images/edm/bg_side_menu.gif');
	background-repeat: repeat-y;
	
}

#menuContent {
	margin-left: 10px;
	margin-top: 5px;
}

#menuContent A {
	color: #333333;
	text-decoration: none;
}

#menuContent A:hover {
	color: #3366cc;
	text-decoration: underline; 
}

#menuContent .module-syndicate A {
	color: #3366cc;
}

#menuContent LI {
	list-style-type: none;
	margin-left: -11px;
	margin-bottom: 6px;
	padding-left: 0px;
}

#menuContent UL {
	margin-top: -3px;
	padding-top: 0px;
	margin-bottom: 12px;

}
.post-footers {
	color: #999999;
}

.posted {
	color: #999999;
}

.search-entry {
	font: 8pt verdana;
}

.search-entry A {
	color: #3366cc;
	text-decoration: none;
}

.search-entry A:hover {
	color: #3366cc;
	text-decoration: underline;
}

.entry-footer A {
	color: #3366cc;
	text-decoration: none;
}

.entry-footer A:hover {
	color: #3366cc;
	text-decoration: underline;
}

.entry-header {
	font: 8pt verdana;
	font-weight: bold;
	color: #333333;
}

.date-header {
	font: 8pt verdana;
	color: #666666;
	font-weight: bold;
}

.trackbacks-header {
	font: 8pt verdana;
	color: #333333;
	font-weight: bold;
}

.comment-footer {
	color: #999999;
}

.comments-header {
	font: 8pt verdana;
	color: #333333;
	font-weight: bold;
}

.comments-open-header {
	font: 8pt verdana;
	color: #333333;
	font-weight: bold;
}

#commentsTable label {
	font-weight: bold;
	color: #666666;
}

#commentsTable input,textarea {
	font: 8pt verdana;
}

#commentsTable td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.commentFields {
	width: 200px;
}

#comment-text {
	width: 404px;
}

.module-syndicate {
	margin-top: 5px;
	height: 97px;
	width: 183px;
	background-image: url('http://www.smith-harmon.com/images/edm/bg_pnl.gif');
	background-repeat: no-repeat;
}

.module-syndicate div {
	margin-left: 10px;
	width: 154px;
}

.module-list-item {
	width: 150px;
}

.inputButton {
	background-image: url('http://www.smith-harmon.com/images/edm/btn_blank.gif'); 
	width: 56px; 
	height: 19px; 
	border: none; 
	font: 8pt verdana;
	color: #333333;
}

.archive-list-item {
	list-style-type: none;
	margin-left: -11px;
	margin-bottom: 6px;
	padding-left: 0px;
}

.archive-list-item A {
	text-decoration: none;
}

.archive-list-item A:hover {
	text-decoration: underline;
}

.entry-image-a {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.entry-break {
	clear: left;
}

