.sidead {
	margin-bottom:5px;
	border:1px solid #ccc;
	padding:8px 0 8px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.article input[type="text"] {
	width:50% !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:7px 15px !important;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	background:#fff url(../images/content_bg.jpg) no-repeat top left;
	border:1px solid #B4BDBD;
	margin-bottom:8px;
}
.article label {
	display:block !important;
	font-weight:bold;
	font-size:14px;
	padding:5px 0;
}
.article input[type="submit"] {
	float:right;
	border:1px solid #2a3a3a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#191919 url(../images/submenu_bg.jpg) repeat-x top;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-bottom:10px;
	max-width:150px;
}
.article input[type="submit"]:hover {
	border:1px solid #516d05;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#475e05 url(../images/more-hover.jpg) repeat-x top;
	color:#fff;
	text-shadow:1px 1px 1px #516d05;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.article textarea {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:8px !important;
	background:#fff url(../images/content_bg.jpg) no-repeat top left;
	border:1px solid #B4BDBD;
	width:97%;
	margin-bottom:8px;
}
.bluebox {
	font-size:13px;
	text-align:justify;
	line-height:22px;
	margin-top:12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.article .heading {
	background:none !important;
	color:#555 !important;
	font-weight:normal !important;
	text-shadow:0 0 0 !important;
	font-size:13px !important;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}
.top_menu a:focus, .top_menu a:active {
	outline:0 !important;
}
.cat-ads {
	background:url("../images/content_bg.jpg") no-repeat scroll center top transparent;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:27px 10px 10px 10px;
	border:1px solid #B4BDBD;
	margin-bottom:7px;
}
.mini_title a:hover {
	text-decoration:underline;
}
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	line-height:19px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
ol.commentlist li {
	background:#dde7eb url(../images/comment-grey.gif) repeat-x top;
	border:1px solid #99bcd0;
	margin:0 0 10px;
	padding:5px 7px;
	position:relative;
	text-transform:inherit;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.commentlist .alt {
	background:#e4ead9 url(../images/comment-green.gif) repeat-x top;
	border:1px solid #9fbe80;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.commentlist .text {
	border:1px solid #99bcd0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
.commentlist .alt .text {
	border:1px solid #9fbe80 !important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
.commentitem {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:19px;
	padding:4px;
	position:relative;
}
.commentitem .avatar {
	float:left;
	margin-right:10px;
}
.commentitem .avatar img {
	padding:2px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#fff;
}
.commentitem .text {
	padding:0 15px;
	background:#fff;
	margin:10px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
.commentitem .text p {
	margin:9px 0;
	padding:0;
	text-align:justify;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
.commentitem .name {
	font-size:16px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	display:block;
	padding:5px 0;
	text-decoration:none;
	color:#555;
}
.commentitem .name a {
	text-decoration:none;
	color:#555;
}
.commentitem .date {
	display:block;
	padding:5px 0;
	font-weight:normal;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:12px;
	color:#666;
}
.commentitem .date a {
	font-weight:bold;
	font-size:14px;
	color:#666;
}
.commentitem .alt .reply {
	text-align:left;
}
.commentitem .reply {
	text-align:right;
	position:absolute;
	top:40px;
	right:3px;
}
.commentlist .reply a {
	border:1px solid #2a3a3a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#191919 url(../images/submenu_bg.jpg) repeat-x top;
	color:#fff;
	text-shadow:1px 1px 1px #2a3a3a;
	font-size:11px;
	font-weight:bold;
	padding:3px 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	text-decoration:none;
}
.commentlist .reply a:hover {
	background:#191919 url(../images/submenu_bg_hover.jpg) repeat-x top;
}
.commentlist .alt .reply a {
	border:1px solid #516d05 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#191919 url(../images/more.jpg) repeat-x top !important;
	color:#fff;
	text-shadow:1px 1px 1px #516d05 !important;
	font-size:11px;
	font-weight:bold;
	padding:3px 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	text-decoration:none;
}
.commentlist .alt .reply a:hover {
	background:#191919 url(../images/more-hover.jpg) repeat-x top !important;
}
.imagecaptioneasy {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color:#555;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.imagecaptioneasy img {
	border: 1px solid #ccc;
	padding:0px;
	margin-bottom:5px;
}
.imagecaptioneasy span {
	display:block;
	font-size:13px;
	color:#000;
	text-shadow:1px 1px 1px #ccc;
	border-bottom:1px solid #ccc;
	margin:0 0 0 10px;
	max-width:490px;
	padding:5px;
	text-align:center;
}
.imagecaptioneasy_left img {
	margin:6px 15px 6px 0 !important;
}
.imagecaptioneasy_right img {
	margin:6px 0 6px 15px !important;
}
.imagecaptioneasy_top_left img {
	margin:6px 15px 6px 0 !important;
}
.imagecaptioneasy_top_right img {
	margin:6px 0 6px 15px !important;
}
.imagecaptioneasy_left span {
	margin:0 !important;
	padding:7px;
}
.imagecaptioneasy_right span {
	margin:0 !important;
	padding:7px;
}
.imagecaptioneasy_top_left {
	margin: 0px 25px 0px 0px;
	float: left;
	padding:0px;
}
.imagecaptioneasy_top_right {
	margin: 0px 25px 0px 0px;
	float: right;
	padding:0px;
}
.imagecaptioneasy_top_nowrap {
	margin: 0px 0px 0px 0px;
	float: none;
	padding:0px;
}
.imagecaptioneasy_left {
	margin: 0px 25px 0px 0px;
	float: left;
	padding:0px;
}
.imagecaptioneasy_right {
	margin: 0px 0px 0px 25px;
	float: right;
	padding:0px;
}
.imagecaptioneasy_nowrap {
	margin: 0px 0px 10px 5px;
	float: none;
	padding:0px;
	max-width:500px !important;
}
.wp-caption-text {
	display:none;
}
.wp-caption, .alignnone {
	max-width:500px !important;
}
.imagecaptioneasy_nowrap img {
	margin:0 !important;
}
.article img {
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:3px;
	background:#fff;
	margin:0 10px;
}
.frog2 {
	background:url("../images/frog2.png") no-repeat center center;
	display:block;
	height:187px;
	margin-bottom:-60px;
	position:absolute;
	right:6px;
	top:-45px;
	width:220px;
	z-index:99;
}
.lizard {
	display:block;
	left:-111px;
	margin-bottom:-60px;
	position:absolute;
	bottom:40px;
	background:url(../images/lizard.png);
	width:150px;
	height:326px;
	z-index:13;
}
.butterfly {
	display:block;
	right:-35px;
	bottom:-100px;
	position:absolute;
	background:url(../images/butterfly.png);
	width:261px;
	height:234px;
	z-index:10;
}
.ad_text {
	padding:8px 10px;
	background:#f8f8f8;
	border:1px solid #B4BDBD;
	font-weight:bold;
	margin:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.h2_title {
	position:relative;
	display:block;
	margin-bottom:10px;
	background:#e4ead9 url(../images/comment-green.gif) repeat-x top;
	border:1px solid #9fbe80;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	vertical-align:middle !important;
	line-height:40px;
	height:40px;
	text-indent:50px;
}
.h2_title h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	margin:0;
	padding:0;
	width:530px;
}
.title_float {
	float:left;
	width:400px;
}
.jump {
	position:absolute;
	right:9px;
	text-align:center;
	top:9px;
	z-index:19;
}
.fshare {
	padding:5px 0;
}
.artby {
	border-top:1px solid #e1e1e1;
	padding:6px 0;
}
.jump a {
	border:1px solid #516d05 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	line-height:20px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	background:#191919 url(../images/more.jpg) repeat-x top !important;
	color:#fff !important;
	padding:0;
	width:84px;
	text-indent:0;
	text-shadow:1px 1px 1px #516d05 !important;
	font-size:11px !important;
	font-weight:bold !important;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	text-decoration:none;
	display:block;
}
.jump a:hover {
	background:#191919 url(../images/more-hover.jpg) repeat-x top !important;
	color:#fff;
	text-decoration:none;
}
.random {
	border:1px solid #B4BDBD;
	border-top:0;
	border-bottom:0;
}
.random img {
	float:left;
	margin:2px 15px 10px 0px;
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.leep {
	border:1px solid #B4BDBD;
	border-top:0;
	border-bottom:0;
}
.leep img {
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.random img:hover, .leep img:hover {
	border:1px solid #555;
}
.random li {
	list-style:none;
	margin:0;
	padding:7px 10px;
	clear:both;
	height:67px;
	border-bottom:1px solid #B4BDBD;
	line-height:18px;
	text-align:justify;
}
.random li:hover {
	background:#f8f8f8;
}
.random ul {
	list-style:none;
	margin:0;
	padding:0;
}
.random li a {
	font-weight:bold;
	text-decoration:none;
}
.post_ad_backup {
	-moz-border-radius:4px 4px 4px 4px;
	background:url("../images/content_bg.jpg") no-repeat scroll center top transparent;
	border:1px solid #CCCCCC;
	margin:20px 0 10px 0;
	padding:35px 10px 10px;
}
.post_ad {
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	margin:10px 0 10px 0;
	padding:10px 0;
}
.commentlist ul {
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
}
.commentlist .children li {
	list-style:none;
	margin:0 5px 5px 5px;
}
.athumb {
	position:absolute;
	right:15px;
	top:70px;
}
.athumb img {
	border:1px solid #B4BDBD;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:3px;
	background:#fff;
}
.what_ads {
	border:1px solid #ccc;
	background:#E4EAD9;
	border:1px solid #9FBE80;
	float:left;
	padding:10px;
	margin:15px 15px 5px 0;
}
.h2_title a {
	font-size:12px;
	font-weight:normal;
	color:#000;
}
.r_green {
	font-size:11px;
	color:#fff;
	padding:5px;
	background:#063;
	font-weight:normal;
}
.r_red {
	font-size:11px;
	color:#fff;
	background:#900;
	padding:5px;
	font-weight:normal;
}
fieldset {
	margin-top:15px;
	border:1px solid #ccc;
	padding:15px;
}
legend {
	padding:0 15px;
	font-size:13px;
	font-weight:bold;
}
fieldset input {
	width:450px !important;
}
fieldset p {
	margin:0;
	padding:0;
}
.related-box {
	padding:10px 15px;
	margin:0;
	display:block;
	line-height:19px;
	border-bottom:1px solid #B4BDBD;
}
.related-box img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:3px !important;
	background:#fff;
	border:1px solid #B4BDBD;
	margin-right:10px;
	float:left;
	width:80px !important;
	height:60px !important;
}
.related-box img:hover {
	border:1px solid #555;
}
a.large_link {
	font-size:15px;
	line-height:38px;
	text-decoration:none !important;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.title_link {
	font-size:14px;
	line-height:30px;
	height:30px;
	vertical-align:bottom;
	text-decoration:none !important;
}
.related_post {
	margin:0;
	padding:10px;
	border-bottom:1px solid #B4BDBD;
}
.related_post img {
	width:60px;
	height:40px;
	border:1px solid #ccc;
	padding:3px;
	margin-right:15px;
	float:left;
}
.related_post a {
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	text-decoration:none !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#af-form-921474741 .af-body .af-textWrap {
	width:98%;
	display:block;
	float:none;
}
#af-form-921474741 .af-body input.text, #af-form-921474741 .af-body textarea {
	background-color:#FFFFFF;
	border-color:#919191;
	border-width:1px;
	border-style:solid;
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	padding:6px !important;
	font-family:Verdana, sans-serif;
}
#af-form-921474741 .af-body input.text:focus, #af-form-921474741 .af-body textarea:focus {
	background-color:#eee;
	border-color:#030303;
	border-width:1px;
	border-style:solid;
}
#af-form-921474741 .af-body label.previewLabel {
	display:block;
	float:none;
	text-align:left;
	width:auto;
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, sans-serif;
}
#af-form-921474741 .af-body {
	padding-bottom:15px;
	padding-top:15px;
	background-repeat:no-repeat;
	background-position:inherit;
	background-image:none;
	color:#000000;
	font-size:11px;
	font-family:Verdana, sans-serif;
}
#af-form-921474741 .af-quirksMode {
}
#af-form-921474741 .af-standards .af-element {
}
#af-form-921474741 .buttonContainer input.submit {
	background:#191919 url(../images/submenu_bg.jpg) repeat-x top;
	border:1px solid #333;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	height:28px !important;
	padding:5px !important;
}
#af-form-921474741 .buttonContainer input.submit {
	width:auto;
}
#af-form-921474741 .buttonContainer {
	text-align:right;
}
#af-form-921474741 button, #af-form-921474741 input, #af-form-921474741 submit, #af-form-921474741 textarea, #af-form-921474741 select, #af-form-921474741 label, #af-form-921474741 optgroup, #af-form-921474741 option {
	float:none;
	position:static;
	margin:0;
}
#af-form-921474741 div {
	margin:0;
}
#af-form-921474741 form, #af-form-921474741 textarea, .af-form-wrapper, .af-form-close-button, #af-form-921474741 img {
	float:none;
	color:inherit;
	position:static;
	background-color:none;
	border:none;
	margin:0;
	padding:0;
}
#af-form-921474741 input, #af-form-921474741 button, #af-form-921474741 textarea, #af-form-921474741 select {
	font-size:100%;
}
#af-form-921474741 select, #af-form-921474741 label, #af-form-921474741 optgroup, #af-form-921474741 option {
	padding:0;
}
#af-form-921474741, #af-form-921474741 .quirksMode {
}
#af-form-921474741.af-quirksMode {
	overflow-x:hidden;
}
#af-form-921474741 {
	padding:0 15px;
}
#af-form-921474741 {
	overflow:auto;
}
.af-body .af-textWrap {
	text-align:left;
}
.af-body input.image {
	border:none!important;
}
.af-body input.submit, .af-body input.image, .af-form .af-element input.button {
	float:none!important;
}
.af-body input.text {
	width:100%;
	float:none;
	padding:2px!important;
}
.af-body.af-standards input.submit {
	padding:4px 12px;
}
.af-clear {
	clear:both;
}
.af-element label {
	text-align:left;
	display:block;
	float:left;
}
.af-element {
	padding:5px 0;
}
.af-form-wrapper {
	text-indent:0;
}
.af-form {
	text-align:left;
	margin:auto;
}
.af-quirksMode .af-element {
	padding-left:0!important;
	padding-right:0!important;
}
.lbl-right .af-element label {
	text-align:right;
}
.msgbox {
	display: none; /* Start out hidden. */
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	right:0;
	background:#2a3a3a url(../images/submenu_bg.jpg) repeat-x top;
	color: #fff;
	width:100%;
	text-shadow:1px 1px 1px #000;
}
.msgbox a, .msgbox a:active, .msgbox a:hover {
	color:#FFF;
}
.msgbox p {
	margin: 0;
	text-align:center;
	font-size:14px;
	padding:5px;
}
.msgbox a.close {
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background:url(../images/more.jpg) repeat-x top;
	padding: 6px;
	margin-left: 5px;
}
.msgbox a.sponsored {
	float: left;
	text-decoration: none;
	font-weight: bold;
	background:url(../images/more.jpg) repeat-x top;
	color:#fff !important;
	padding: 6px;
	margin-right: 5px;
}
.sidebar_ad {
	border:1px solid #ccc;
	padding:7px 0;
	margin-bottom:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.articlethumb {
	background:url("../images/articlethumb.png") no-repeat scroll 0 0 transparent;
	height:81px;
	padding:13px 0 0 11px;
	position:absolute;
	left:442px;
	top:200px;
	width:110px;
}
.articlethumb img {
	border:0 none;
	height:65px;
	margin:0;
	width:98px;
}
.share_content {
	background:url(http://www.itsnature.org/images/share.jpg) 0 0 no-repeat;
	margin:1px 0 6px 0;
}
.share_content:hover {
	background:url(http://www.itsnature.org/images/share.jpg) 0 -72px no-repeat;
}
div.new-pagination {
	margin:10px 0;
	text-align:center;
	background:url(http://www.itsnature.org/images/pag.jpg) repeat-x top left;
	border:1px solid #a1b56e;
	padding:15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.new-pagination a {
	border:1px solid #516d05;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#191919 url(../images/more.jpg) repeat-x top;
	color:#fff;
	text-shadow:1px 1px 1px #516d05;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div.new-pagination span.new-current {
	border:1px solid #2a3a3a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#191919 url(../images/submenu_bg.jpg) repeat-x top;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div.new-pagination a:hover, div.new-pagination a:active {
	border:1px solid #516d05;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#475e05 url(../images/more-hover.jpg) repeat-x top;
	color:#fff;
	text-shadow:1px 1px 1px #516d05;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.smaller {
	background:#FC9;
	padding:5px;
	font-size:11px;
	font-weight:normal;
}
.adright {
	-moz-border-radius:4px 4px 4px 4px;
	background:url("../images/content_bg.jpg") no-repeat scroll center top transparent;
	border:1px solid #CCCCCC;
	float:left;
	margin:20px 15px 5px 0;
	padding:35px 10px 10px;
	width:250px;
}
.article {
	line-height:27px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:14px;
	border:1px solid #B4BDBD;
	padding:10px 15px 10px 15px;
	background:url(../images/content_bg.jpg) center top no-repeat;
	border-top:1px solid #B4BDBD !important;
	text-align:justify;
}
.article img {
	max-width:500px !important;
}
.article_heading h1 {
	display:block;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:20px 0 0;
	text-indent:10px;
	text-shadow:1px 1px 1px #CCCCCC;
}
.ad_bottom {
	display:block;
	border-top:1px dotted #B4BDBD;
	border-bottom:1px dotted #B4BDBD;
	margin:5px 0 0;
	padding:10px 0 13px;
}
.xclose {
	position:absolute;
	right:45px;
	top:270px;
}
.pop {
	margin:5px 0 7px 0 !important;
	line-height:16px !important;
	padding:5px 0 5px 10px !important;
}
.pop img {
	margin:1px;
}
.pop img:hover {
	border:1px solid #555;
}
.homeba {
	text-align:center;
	margin:2px 0 10px;
	background:url("http://www.itsnature.org/images/bg2.gif") repeat-x scroll center top transparent;
	border:1px solid #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:27px 5px 5px 5px;
}
