html {
		padding: 0px;
		margin: 0px;
		background-repeat: repeat-x;
	}
body {
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		margin-top: 0px;
		width: 1000px;
	}
img {
		border: none;
}
h1,h2,h3,h4,h5,h6,p,a {
		padding: 0px;
		margin: 0px;
		font-family: Helvetica, Verdana, Arial, sans-serif, Georgia;
	}
h1 {
		text-shadow: 1px 2px 1px #dcdcdc;
		letter-spacing: -1px;
		color: #1f1f1f;
		font-size: 28px;
	}
h1 a {
		color: inherit;
		text-decoration: none;
}
h2 {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #646464;
	font-size: 12px;
}
h3 {
		font-weight: bold;
		color: #787878;
		font-size: 14px;
		text-decoration: none;
	}
h3 a {
		font-weight: bold;
		color: #7bc026;
		font-size: 14px;
		text-decoration: none;
	}
h4 {
		color: #666666;
		font-size: 18px;
	}
h5 {
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #b3b3b3;
		font-size: 12px;
	}
h5 a {
		font-weight: bold;
		color: #76c63c;
		text-decoration: none;
	}
h6 {
		text-transform: uppercase;
		margin-top: 4px;
		font-size: 10px;
		color: #c8c8c8;
		float: right;
	}
h6 a {
		text-decoration: none;
		color: #7f7f7f;
	}
h6 a:hover {
		color: #191919;
	}
p,li {
		padding-bottom: 10px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		text-shadow: 0px 0px 4px #f3f3f3;
		color: #4c4c4c;
		margin-top: 10px;
		line-height: 24px;
		font-size: 13px;
	}
li {
		padding: 0px;
		list-style-type: circle;
		line-height: normal;
	}

p a, li a {
		color: #69a133;
	}.left {
		float: left;
}
.right {
		float: right;
}
#header-logo {
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 20px;
		padding-top: 0px;
		height: 26px;
		width: 354px;
	}
#header-menu {
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 5px;
		padding-bottom: 3px;
		padding-right: 0px;
		padding-top: 7px;
		margin: 0px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		float: right;
	}
#header-menu a {
		color: black;
		text-decoration: none;
		float: right;
	}
#header-menu a:hover {
		color: #dc5495;
		float: right;
	}
#header-menu li {
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 15px;
		padding-bottom: 0px;
		list-style-type: none;
		float: left;
	}
#header {
		margin-left: 0px;
		margin-bottom: 21px;
		margin-right: 0px;
		margin-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 22px;
		height: 48px;
		width: 1000px;
	}
#article {
		width: 750px;
	}
#sidebar {
		margin-bottom: 10px;
		margin-top: 4px;
		padding-left: 10px;
		width: 231px;
		float: right;
	}
#sidebar-blocks {
		padding-top: 10px;
		margin-top: 14px;
		padding-left: 10px;
		border-top-color: #dcdcdc;
		border-left-color: #dcdcdc;
		border-left-style: solid;
		border-left-width: 1px;
		border-top-style: solid;
		border-top-width: 1px;
		width: 230px;
		float: right;
	}
#sidebar-blocks img {
		margin-bottom: 2px;
	}
.separator-diamonds {
		background-repeat: no-repeat;
		background-image: url(images/separator_diamonds.png);
		clear: both;
		margin-bottom: 10px;
		margin-top: 10px;
		height: 20px;
		width: 230px;
	}
#separator-diamonds-wide {
		margin-bottom: 15px;
		margin-top: 15px;
		height: 20px;
		width: 750px;
	}
#searchbox {
		float: right;
		height: 25px;
		width: 230px;
	}
#searchbox-field {
		float: left;
		height: 25px;
		width: 182px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
#searchbox-field input {
		border: 0px;
		background: none;
		height: 17px;
		width: 170px;
		font-size: 12px;
		padding: 4px 6px;
		outline-style: none;
	}
#searchbox-button {
		float: right;
		background-position: 0px -26px;
		height: 25px;
		width: 48px;
	}
#searchbox-button:hover {
		background-position: -49px -26px;
		cursor: pointer;
	}
#searchbox-button:active {
		background-position: -98px -26px;
	}
#comments h5 a {
	color: inherit;
	text-decoration: none;
}
.comment {
		margin-bottom: 10px;
		margin-top: 10px;
		padding-top: 10px;
		border-top-color: #cccccc;
		border-top-style: dotted;
		border-top-width: 1px;
		top: 1px;
		margin-top: 10px;
		height: auto;
		width: auto;
	}
.comment-reply {
		margin-left: 100px;
		border-top-style: solid;
	}
.comment p {
		color: #666666;
		font-size: 13px;
	}
.comment p a {
		color: #4080e2;
		font-size: 12px;
	}
#no-comments {
	margin: 10px 0px; 
}
#footer {
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		clear: both;
		margin-left: 0px;
		margin-bottom: 50px;
		margin-right: 0px;
		margin-top: 10px;
		border-top-color: #cccccc;
		border-top-style: solid;
		border-top-width: 5px;
		height: auto;
		width: auto;
	}
#footer p {
		text-shadow: 0px 0px white;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		color: #b3b3b3;
		padding: 0px;
		margin: 0px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
	}
#promo-block {
		/*visibility: hidden;
		display: none;*/
		margin-bottom: 20px;
	}
.read-more {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 10px;
		width: 150px;
		padding-top: 5px;
		padding-right: 10px;
		padding-left: 10px;
		background-color: #7fbc1e;
		height: 22px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
.prev-next-page {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 10px;
		width: 150px;
		padding-top: 5px;
		padding-right: 10px;
		padding-left: 10px;
		background-color: #973c9f;
		height: 22px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
.pagination {
		text-align: center;
		margin: 0px 5px;
		margin-bottom: 20px;
		margin-top: 10px;
		width: 10px;
		padding-top: 5px;
		padding-right: 10px;
		padding-left: 10px;
		background-color: #973c9f;
		height: 22px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
.pagination.current-page {
		background-color: #FFF;
		color: #973c9f;
		border: 1px solid #973c9f;
		width: 8px;
		height: 20px;
	}
.pagination a, .prev-next-page a, .read-more a {
		text-decoration: none;
		padding: 0px;
		margin: 0px;
		color: white;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}
.current-page a {
	color: #973c9f;
	}




/*comments styles below*/

#commentlist li div.comment-unapproved {
	border: #3371A3 solid 2px;
}

#commentlist li div.comment-content {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 1.2em;
	line-height: 1.8em;
	}

#commentlist li div.comment-meta {
	padding: 2px 0 2px 20px;
	display: block;
	}

#commentlist li div img {
	padding: 0;
	border: none;
	}

#commentlist li div img.gravatar {
	float: right;
	margin: -5px 0 0;
	}

#commentlist li div.commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

#commentlist li div.counter {
	display: none;
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	float: left;
	width: 35px;
	}

li div.byuser {
	}

li div.bypostauthor {
	}

li div.bypostauthor blockquote {
	}

li.odd, div.odd {
	}

li div.even {
	}

element {
	}

#commentlist {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}

.reply-link a {
		padding-left: 5px;
		padding-bottom: 2px;
		padding-right: 5px;
		padding-top: 2px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
		background-color: #95c24b;
		color: white;
	}

.comment-date a {
		color: #cccccc;
		text-decoration: none;
		font-size: 12px;
	}

blockquote {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 5px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 0px;
		padding-top: 0px;
		border-color: #e6e6e6;
		border-style: dashed;
		border-width: 1px;
		color: #999999;
		font-style: italic;
		font-size: 14px;
	}

.comments li {
		list-style-type: none;
	}

#article img {
		height: auto;
		max-width: 750px;
	}

#footer a {
		text-decoration: none;
		color: #7f7f7f;
	}

div.comment-child {
	margin: 10px 10px 10px 25px;;
	padding: 5px;
	border: #336699 solid 1px;
	}