/*  
Theme Name: TM3
Theme URI: http://themes.wordpress.net/columns/3-columns/743/tm3-01/
Description: A clean, minimalist theme
Version: 0.7
Author: Justin
Author URI: http://fuuunr.com/
*/

* {
	margin: 0;
	padding: 0;
	list-style: inside;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #F5F7F1;
}
strong,b {
	font-weight: bold;
}
em,i {
	font-style: oblique;
}
#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	NONOoverflow: hidden;
}
#header {
	text-align:center;
	width:408px;
	margin:4px auto;
	border:1px solid black;
	background: #FFFFFF;
	padding:4px 20px;
}
#header h1{
	background: transparent;
}
#header * {
        text-decoration:none;
        color:#cc6600;
}
#content {
	float: left;
	width: 408px;
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #666;
}
#content .entry {
	clear: both;
}
#content .entrytitle a {
	font-size: x-large;
	text-decoration: none;
	color: #cc6600;
}
#content .entrydate {
	font-size: x-small;
	color: #666666;
}
#content .entrybody {
	font-size: small;
	line-height: 150%;
	color: #333333;
}
#content .entrybody p {
	padding-top: 7px;
	padding-bottom: 7px;
}
#content .entrybody p img {
	float: left;
	NOpadding-right: 15px;
	NOpadding-bottom: 15px;
	border-width: 0px;
}
#content .entrybody blockquote {
	padding: 15px;
	background: #F5F7F1;
	margin: 5px;
}
#content .entrybody blockquote blockquote {
	background: #D9E0C9;
	margin: 5px;
	padding: 5px;
}
#content .entrybody .wp-smiley {
	float: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
#content .entrybody ol li {
	list-style: decimal inside;
}
#content .entrybody ul li {
	list-style: disc inside;
}
#content .entrymeta {
	text-align: right;
	padding-bottom: 35px;
	font-size: small;
	clear: both;
}
#content .entrymeta a {
	color: #990000;
	text-decoration: none;
}
#content .navigation a {
	NOcolor: #0066CC;
}
#content .navigation .nextposts {
	float: left;
}
#content .navigation .previousposts {
	float: right;
}
#content .commentsblock #comments {
	font-size: large;
}
#content .commentsblock .commentlist .commentmetadata {
	font-size: x-small;
	display: none;
}
#content .commentsblock .commentlist li {
	background: #F5F7F1;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	list-style: decimal inside;
}
#content .commentsblock .commentlist p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .commentsblock .commentlist a {
	color: #0066CC;
}
#content .commentsblock #respond {
	font-size: large;
}
#content .commentsblock #commentform input, textarea {
	padding: 2px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .commentsblock #commentform #submit {
	background: #990000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}

/* #left is in fact 'right' */
#left {
	float: left;
	width: 155px;
	padding: 20px;
	overflow: hidden;
	font-size: x-small;
}
#left ul li {
	list-style: disc inside;
	NOmargin-left: 8px;
	NOtext-indent: -8px;
}
#left ul li a, #menu ul li a, #left h4 a {
	color: #aa0000 !important;
	text-decoration: none;
	padding: 5px 0px;
}
#left ul li a:hover, #left h4 a:hover {
	color: #000000 !important;
}
#menu {
	float: left;
	width: 160px;
	padding: 20px;
	color: #666666;
	text-align: right;
	overflow: hidden;
	font-size: x-small;
}
#menu img {
	border-style: none;
}
#menu h2, #left h2  {
	color: #333333;
	font-size: large;
	font-weight: bold;
}
#menu ul {
	list-style: url(none) none outside;
	padding: 10px 0px;
}
#menu ul li {
	list-style: url(none) none outside;
}
#menu ul li a:hover {
	color: #000000 !important;
}
#footer {
	clear: both;
	margin: 4px auto;
	width: 408px;
	font-size: x-small;
	color: #999999;
	padding: 4px 20px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
h1 {
	font-weight: bold;
}
em {
	font-style: oblique;
}
a, a *, a:visited, a:active {
	color: #aa0000;
	text-decoration: none;
	border: none;
}
a:hover {
	color: black!important;
}
.description, .entrymeta, .entrymeta * {
	font-size: x-small !important;
}

dfn {
	border-bottom: dotted 1px #666666
}