/*  
Theme Name: DMD Default
Theme URI: http://dmdeng.com/blog/
Description: The default DMD WordPress theme.
Version: 1.0
Author: Steven Marshall, Stemar Media
Author URI: http://stemar.ca/

	DMD v1.0
  http://dmdeng.com/blog/

	Copyright(c) DMD & Associates Ltd.	

*/

.post {
  clear: both;
  margin-bottom: 1.5em;
  border-bottom: 2px dotted #9ab;
	}

.postmetadata {
	margin-top: 15px;
	margin-bottom: 30px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.nocomments {
	text-align: center;
	}

.post small,
p.postmetadata {
  font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.85em; /* for IE */
	line-height: 1.5em;
	}
/* for compliant browsers */
html > body .post small,
html > body p.postmetadata {
  font-size: 0.875em;
}

.post small, 
#side ul ul li, 
#side ul ol li, 
.nocomments, 
.postmetadata, 
blockquote, 
strike {
	color: #777;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1em;
  line-height: 1.45em;
  text-align: center;
}

.navigation .alignright {
	float: right;
	}
	
.navigation .alignleft {
	float: left;
	}

#side form {
  margin-bottom: 1em;
}

#side form input {
  font-family: "Courier New", courier, sans-serif;
  font-size: 1em;
}

