html, body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
abbr {
	border-bottom: 1px dotted #666;
	cursor: help;	
}
a img {
	border: none;
}
th {
	text-align: left;
}
.right_float {
	float: right;
}
.left_float {
	float: left;
}

#frame {
	width: 794px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fafafa;
	padding: 0;
	overflow: hidden;
}

/* @group #content */

#content, #comments {
	padding: 16px 30px 10px 33px;
	width: 435px;
	float: left;
}
#comments {
	padding-top: 0;
	margin: 0;
}

#content p, #comments p {
	clear: left;
	margin: 0;
	padding: 5px 0;
}
#content p.quote {
	margin: 0 25px;
	font-style: italic;
}
#content ul, #content ul ul ul {
	list-style-type: square;
}
#content ul ul {
	list-style-type: circle;
}
#content ol, #content ul{
	margin: 0;
	padding: 0px 0px 5px 25px;
}
#content ul li, #content ol li  {
	margin: 0;
	padding: 0;
}
#content a, #comments a {
	color: #289AB4;
	text-decoration: none;
}
#content h1 {
	font-size: 18px;
	text-shadow: 0px 1px 1px #555;
	font-weight: bold;
	width: 335px;
	float:  left;
	padding: 5px 0 0 0;
	margin: 16px 0 0px 0;
}
#content h1 a {
	color: #333;
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}
#content.wide h1 {
	width: 600px;
}
#content h2 {
	clear: left;
	font-size: 16px;
	text-shadow: 0px 1px 1px #555;	
	font-weight: bold;
	text-shadow: 2px 2px 1px #555;
	padding: 5px 0 0 0;
	margin: 10px 0 0px 0;
}

div.date {
	color: #ccc;
	font-size: 18px;
	width: 100px;
	float: left;
	text-align: right;
	clear: right;
	padding: 5px 0;
	margin: 16px 0 5px 0;
}

#content h3 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #555;	
}
#content img {
	padding: 5px;	
	border: 1px solid #289AB4;
	margin: 5px;
}

#content.wide, #comments {
	width: 725px;
}
#content.wide .column {
	width: 340px;
	float: left;
	padding: 0px 20px 10px 0;
	margin: 0;
	font-size: 90%;
}
#content.wide h1 {
	width: 100%;
	clear: both;
}
#content.wide h3 {
	font-size: 14px;
	text-shadow: 0px 1px 1px #555;
	color:  #333;
	margin: 15px 0 10px 0;
	padding: 0;
}
#content.wide .column h3 {
	margin: 0 0 5px 0;
}
#content.wide h3 a {
	text-decoration: none;
	color:  #333;
}
#content p {
	margin: 8px 0;
}
#content p, #content ul, #content ol, #content dl, #comments {
	font-size: 13px;
	color: #333;
	line-height: 22px;
}
#content a:hover {
	text-decoration: underline;
}
#content p.postmetadata {
	padding: 4px 15px;
	background-color: #eee;
	border-radius: 10px; 
	-o-border-radius: 10px; 
	-icab-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	font-size: 11px;
}

#content p.postmetadata #trackbackblock {
	float: right; 
	line-height: 15px;
	margin-top: 10px;
}
p#technorati img {
	padding: 0;
	margin: 0 10px 0 0;
	border: 0;
}
#content p.postmetadata a img {
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#content span.sortarrow img {
	padding: 0;
	margin: 0;
	border: 0;
}
#content p.postmetadata a:hover {
	text-decoration: none;
}
#content p.postmetadata a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.post {
	margin: 10px 0 25px 0;
}

#socialbookmark {
	float: right;
	background-color: #f1f1f1;
	border-radius: 10px;
	padding: 5px;
	margin: 0;
	font-size: 12px;
}
#socialbookmark a img {
	background-color: #f1f1f1;
	border: 0px;
	padding: 0;
	margin: 0;
}

dt {
	width: 140px;
	clear: left;
	float: left;
}
dt.code {
	font-family: fixed;
}

#breadcrumbs, .navigation {
	font-size: 10px;
}
#breadcrumbs a, .navigation a {
	text-decoration: none;
	color: #259CB2;
}
#breadcrumbs a:hover, .navigation a:hover {
	text-decoration: underline;
}
.navigation {
	margin-bottom: 10px;
}

pre {
	width: 90%;
	margin: 5px auto;
	padding: 8px;
	border: 1px solid #259CB2;
	background-color: #fff;
}
#comments div {
	float: left;
	padding: 4px 15px;
	margin-bottom: 5px;
	width: 600px;
}
#comments div.authorcomment {
	background-color: #333;
	color: #eee;
}
#comments div {
	background-color: #eee;
}
#comments div.alt {
	background-color: #ddd;
}
#comments div {
	border-radius: 10px; 
	-o-border-radius: 10px; 
	-icab-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
#comments img.gravatar {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 5px;
}
cite {
	font-style: normal;
}
#comments small.commentmetadata a {
	color: #333;
	font-weight: bold;
}
#comments div.authorcomment small.commentmetadata a {
	color: #ccc;	
}
div.linkpopresult {
	float: left;
	width: 315px;
	background-color: #ddd;
	border-radius: 10px; 
	-o-border-radius: 10px; 
	-icab-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	margin: 5px;
	padding: 10px;
}
div.linkpopresult dt, div.linkpopresult dd {
	line-height: 18px;
}
div.linkpopresult h2 {
	margin-top: 4px;
	font-weight: normal;
}
div.siteinfo {
	width: 170px;
	float: left;
	font-size: 14px;
}
div.siteinfo h2 {
	font-weight: normal;
}
/* @end */
