html {
	margin: 0;
	padding: 0;
	font: 100% "Trebuchet MS", Verdana, Arial, sans-serif;
}
body {
	font-size: 62.5%;
}
form {
	margin: 0px;
	padding: 0px;
}
input[type='text'], input[type='password'], textarea {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
a:hover, a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
* #content {
	font-size: 1.2em;
	line-height: 1.5em;
}
#content a {
	font-weight: normal;
}
#content .totalCommentsWrapper a {
	text-align:center;
	color: #000000;
}
#content .totalCommentsWrapper a:link, #content .totalCommentsWrapper a:visited {
	text-decoration: none;
}
#content .totalComments {
	font-size: 2.2em;
	line-height: 1.2em;
}
#content h2 {
	margin:0px;
	padding: 0px 0px 3px;
	font-weight:bold;
	font-size: 1.5em;
	font-family:Arial, sans-serif;
	line-height: 1.2;
	color:black;
	text-decoration:none;
}
#content h2 a:link, #content h2 a:visited {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}
#content h2 a:hover, #content h2 a:active {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #0000CC;
	text-decoration: underline;
}
#content div.authorWrapper {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 12px;
}
#content div.authorWrapper a.author {
	font-weight: bold;
}
#content img[align='right'] {
	float: left;
	padding: 0px 10px 10px 0px;
}
#content hr {
	color: #FF8D00;
}
.postSpacer {
	height: 4px;
}
* #sidebar {
	font-size: 1.1em;
	line-height: 1.3em;
}
#sidebar h2 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-image: url(../images/layout/sidebar_top.jpg);
	font-size: 16pt;
	line-height: 30px;
	color: #FFF;
	text-indent: 10px;
	font-weight: normal;
}
#sidebar a {
	font-weight: normal;
}
#sidebar ul li {
	width: 260px;
	background-image: url(../images/layout/sidebar_middle.jpg);
	background-repeat: repeat-y;
	list-style: none;
	margin-bottom: 10px;
	margin-tom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
#sidebar ul li ul li {
	margin-left: 0px;
	padding-left: 25px;
	width: 230px;
	list-style: none;
	background-image: url(../images/o_triangle.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 21px;
	color: #000000;
}
#sidebar div.widgetfooter {
	height: 5px;
	background: url(../images/layout/sidebar_bottom.jpg) no-repeat bottom;
}
h3#comments  {
	margin: 0px auto;
	padding: 0px 10px;
}
#respond {
	margin: 0px 10px;
}
#respond h3 {
	margin: 0px auto;
	padding: 0px 10px;
}
* #copyright {
	font: 1.0em/1.2 Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.3em;
}
#copyright a {
}
#copyright a:link, #copyright a:visited {
	color: #ffffff;
}
#copyright a:hover, #copyright a:active {
	color: #FF8D00;
}
.red {
	color: #cc0000;
}