@charset "utf-8";

.post {  }
.post-content, .post-comment { font-size: 9pt; margin-bottom: 50px;}
.post-feedback { margin-left: 10px; }
.post-meta {}

.comment-avatar { width: 32px; height: 32px; margin-right: 5px; margin-bottom: 5px }

#commentlist { margin-left: 20px; }

#content h1.post-title, .post-title a {
	line-height: 22px  !important;
	font-size: 20px !important;
	color: #646464 !important;
	font-weight: 100 !important;
	/*display: inline; clear: both; float: none;*/
	
	text-decoration: none !important;
	border-bottom: 0px !important;
	cursor: default;
	background: none; 
	
	 margin-top: 10px !important;
	 margin-bottom: 10px !important;
}

#comment { width: 650px; }

#sidebar-right h1,#sidebar-right h1 a, #sidebar-right h1 a:hover {
	font-size: 12px; font-weight: bold; text-transform: uppercase;
	color: #646464 !important;
	line-height: 17px; 
	white-space: nowrap;
	background-image: url(/Images/dot.gif); background-position: bottom; background-repeat:repeat-x;
	cursor: default; padding: 0px 0px;
	/*display: inline;*/
	margin: 3px 0px 0px auto; 
}
#sidebar-right h1 a, #sidebar-right h1 a:hover { cursor: pointer; }

#sidebar-right a, #sidebar-right a:hover, #bottom-links a, #bottom-links a:hover {
		line-height: 18px;
		color: #646464; text-decoration: none;
		font-size: 9pt;
	}
#sidebar-right a:hover, #bottom-links a:hover {
		text-decoration: underline;
	}
	
#sidebar-right ul {  margin: 5px 0px auto 0px; padding: 0px; }
#sidebar-right li { list-style: none; margin: 0px; padding: 0px; }

.alignleft { float: left; display: inline; }
.alignright { float: right; display: inline; }
.alignnone { float: none; display: block; clear: both }
.aligncenter { float: none; display: block; clear: both; margin-left: auto; margin-right: auto }

img.alignleft { margin-right: 10px }
img.alignright { margin-left: 10px }

