.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


#content {
	width: 75%;
}
#sidebar {
}
.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}
.title a {
	color: #000;
	text-decoration: none;
}
.title a:hover {
	border-bottom: 1px solid #809080;
}
.meta a {
	color: #000;
	text-decoration: underline;
}
.meta a:hover {
	border-bottom: 1px solid #809080;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	line-height: 180%;
}
#sidebar ul li {
	margin-top: 10px;
	padding-bottom: 2px;
}
#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#sidebar ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 3px;
}
#sidebar ul ul li a {
	color: #000;
	text-decoration: none;
}
#sidebar ul ul li a:hover {
	border-bottom: 1px solid #809080;
}
#sidebar ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}
#commentform textarea {
	width: 50%;
}
#commentlist li ul {
	font-size: 100%;
	list-style-type: none;
	color: #666;
}

