body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 100%;
}
h1 {
	font: 160% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
}
h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0;
	padding: 0px;
}
.sticky h2 a {
        color: #ff0000;
}
h3 {
	border-bottom: 1px solid #000000;
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 20px;
}
a.button {
	background: #BBB url(images/button-bg.gif) repeat-x;
	border: 1px solid #BBB;
	color: #284907;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 1px 10px 1px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	color: #5C832F;
}
a {
	color: #000000;
	text-decoration: underline;
}
#wrapper-top,
#wrapper-bottom {
	display: none;
}
#wrapper {
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	color: #000000;
	font-size: 90%;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#copyright {
	color: #000000;
}
#login,
#theme-design,
#pages {
	display: none;
}
#comments {
	display: none;
}
#comments h3 .add-comment a {
	display: none;
}
#search-form {
	display: none;
}
#breadcrumbs {
	display: none;
}
.twocol-right {
	display: none;
}
.threecol-wrapper {
	display: none;
}
ul.articles {
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}
ul.articles li {
	padding: 0 0 10px 0;
}
.recent-articles-info {
	font-size: 90%;
	color: #000000;
}
.recent-articles-info a {
	color: #000000;
}
.thumb-text {
	width: 100%;
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
	margin-left: 40px;
}
.thumbnail {
	float: left;
	padding-right: 20px;
	width: 20%px;
}
.text {
	float: left;
	width: 60%;
}
#list-comments,
#comment-form {
	display: none;
}
blockquote {
	margin: 0 0 60px 0; 
	padding: 0;
}
blockquote p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}
blockquote.comment {
        	color: #ffffff;
	width: 500px;
	background: #284907;
	padding: 20px;
	position: relative;
}
blockquote.comment a {
        	color: #ffffff;
}
.comment .arrow {
	width: 0; 
	height: 0;
	line-height: 0;
	border-top: 30px solid #284907;
	border-left: 60px solid white;
	border-right: 10px solid white;
	position: absolute;
	bottom: -30px;
	right: 20px;
}
blockquote.comment.alt-comment {
	background: #5C832F;
}
.comment.alt-comment .arrow {
	border-top: 30px solid #5C832F;
}
.comment .commentator {
        	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: -50px;
}
.comment .commentator a {
        	color: #000000;
}
blockquote.quote {
        	margin: 10px 20px;
        	padding: 0 0 0 30px;
        	border: none;
        	background: url(images/quote-top.gif) no-repeat;
}
blockquote.quote p {
        	padding: 5px 30px 5px 0;
        	border: none;
        	background: url(images/quote-bottom.gif) no-repeat right bottom;
}
.post {
	margin-bottom: 20px;
}
.post-info {
	font-size: 95%;
	color: #333333;
        	margin: 0 0 5px 0;
}
.post-info a {
	font-size: 95%;
	color: #333333;
}
.post-info a:hover {
	color: #666666;
}
.author-similar-posts {
        	font-size: 90%;
	margin: 0;
        	width: 100%;
}
.author-info {
	width: 100%;
        	padding: 0 20px 0 0;
}
.similar-posts-info {
	display: none;
}
.edit-page {
	background: url(images/icon-editpage.gif) no-repeat left top;
	padding-left: 20px;
}
.edit-comment {
	background: url(images/icon-editcomments.gif) no-repeat left top;
	padding-left: 20px;
}
.input
{
	width: 200px;
	border: 1px solid #284907;
}
.textarea
{
	width: 200px;
	height: 100px;
	border: 1px solid #284907;
}
.form-button,
.wp-polls .form-button {
	background: #BBB url(images/button-bg.gif) repeat-x;
	border: 1px solid #BBB;
	color: #284907;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 1px 10px 1px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.note {
        font-size: 90%;
}
.medical-note {
        font-size: 90%;
        color: #454545;
        padding: 10px 0 10px 0;
        border-top: 1px dashed #454545;
        border-bottom: 1px dashed #454545;
}