/*
Theme Name: Natural News 101
Theme URI: http://naturalnews.com
Author: Natural News
Author URI: http://naturalnews.com
Description: A custom WordPress theme for Natural News
Version: 1.0.1
*/
/* Default styles */
@import "css/reset.css";
@font-face {
	font-family: 'SegoeUI';
	src: url('fonts/segoeui.eot');
	src: url('fonts/segoeui.eot?#iefix') format('embedded-opentype'),  url('fonts/segoeui.woff') format('woff'),  url('fonts/segoeui.ttf') format('truetype'),  url('fonts/segoeui.svg#SegoeUI') format('svg');
}
@font-face {
	font-family: 'SegoeUISB';
	src: url('fonts/seguisb.eot');
	src: url('fonts/seguisb.eot?#iefix') format('embedded-opentype'),  url('fonts/seguisb.woff') format('woff'),  url('fonts/seguisb.ttf') format('truetype'),  url('fonts/seguisb.svg#SegoeUISB') format('svg');
}
@font-face {
	font-family: 'HelveticaNeueCB';
	src: url('fonts/HelveticaNeueCondensedBold.eot');
	src: url('fonts/HelveticaNeueCondensedBold.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeueCondensedBold.woff') format('woff'),  url('fonts/HelveticaNeueCondensedBold.ttf') format('truetype'),  url('fonts/HelveticaNeueCondensedBold.svg#HelveticaNeueCB') format('svg');
}
/* Defaults */
a,
a.comment:hover {
	color: #2ba8ee;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: top;
}
body {
	font: 14px Arial, Helvetica, Sans-serif;
	color: #666;
	background: #fff;
	min-width: 970px;
}
.hidden {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "SegoeUI", Arial, Helvetica, Sans-serif;
	margin: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
input, select, textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #7a7a7a;
}
input[type=text], input[type=password], textarea {
	padding: 5px;
	border: 1px solid #ccc;
}
textarea {
	overflow: auto;
	resize: none;
}
/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/**/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Wrapper */
.wrapper-holder {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
}
/* header */
#header {
	width: 100%;
	padding: 0 0 20px;
}
.top-h-row {
	background: #000;
	overflow: hidden;
	position: relative;
	padding: 5px 9999px 11px;
	margin: 0 -9999px 9px;
	font-size: 13px;
	line-height: 16px;
}
.top-h-row a {
	color: #fff;
}
.h-area {
	border-bottom: 3px solid #2ba8e0;
	padding: 0 0 6px;
	margin: 0 0 10px;
}
.h-area .txt {
	float: left;
	padding: 0 5px 0 0;
	line-height: 17px;
}
.social-top-icos {
	margin: 0;
	padding: 2px 0 0;
	list-style: none;
	float: left;
}
.social-top-icos li {
	float: left;
	padding: 0 3px 0 0;
}
.top-nav {
	float: right;
	margin: 0;
	padding: 0 3px 0 0;
	list-style: none;
	line-height: 17px;
}
.top-nav li {
	float: left;
	padding: 0 0 0 22px;
}
.top-nav a {
	color: #666;
}
.top-txt {
	display: block;
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 8px;
}
.top-txt span {
	color: #900;
	text-transform: uppercase;
	font: 13px "SegoeUISB", Arial, Helvetica, sans-serif;
}
.top-txt p {
	display: inline;
}
.h-section {
	overflow: hidden;
	padding: 0 0 9px;
}
.logo {
	float: left;
	background: url(images/bg-logo.png) no-repeat;
	width: 436px;
	height: 63px;
	overflow: hidden;
	text-indent: -9999px;
}
.logo a {
	display: block;
	height: 100%;
}
.search-block {
	margin: 13px 0 0;
	float: right;
	background: url(images/bg-search-form.png) no-repeat;
	width: 481px;
	height: 28px;
	overflow: hidden;
	padding: 0 0 0 31px;
}
.search-block input.txt-field {
	float: left;
	border: 0;
	width: 440px;
	background: none;
	padding: 4px 0;
	color: #999;
	font-size: 14px;
	height: 18px;
	margin: 0 6px 0 0;
	vertical-align: middle;
}
.search-block .btn-go {
	margin: 5px 0 0;
	float: left;
	background: url(images/bg-btn-go.png) no-repeat;
	width: 25px;
	height: 18px;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	border: 0;
}
/* nav */
#nav {
	background: #000;
/*	display: none;*/
	width: 100%;
}
#nav:after {
	content: "";
	clear: both;
	display: block;
}
#nav > li {
	float: left;
	position: relative;
/*	z-index: 201;*/
}
#nav > li.last {
	float: right;
}
#nav > li > a {
	float: left;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 7px 6px 6px;
	border: solid #000;
	border-width: 1px 1px 0;
	font: 17px/30px "HelveticaNeueCB", Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 211;
}
#nav > li:hover > a, #nav > li > a:hover {
	text-decoration: none;
	background: #f2f2f2;
	color: #ca1e8b;
	border: solid #ccc;
	border-width: 1px 1px 0;
}
#nav li:hover {
	/*z-index: 210;*/
}
#nav li:hover .drop-box {
	display: block;
}
#nav li.last:hover .drop-box {
	left: auto;
	right: 0;
}

#nav li.menu-item-54:hover .drop-box {
	left: auto;
	right: 0;
}
#nav li.menu-item-57:hover .drop-box {
	left: auto;
	right: 0;
}
#nav li.menu-item-48:hover .drop-box {
	left: auto;
	right: 0;
}

#nav .drop-box {
	clear: both;
	display: none;
	width: 478px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 210;
	background: #f2f2f2;
	border: 1px solid #ccc;
	margin: -1px 0 0;
	overflow: hidden;
	padding: 20px 0 15px;
}
#nav .drop-hold {
	overflow: hidden;
	padding: 0 0 0 25px;
	position: relative;
	float: left;
	width: 100%;
}
#nav .drop-box.large {
	width: 968px;
}
#nav .drop-box #allnav {
	float: left;
}
#nav .drop-box .box {
	float: left;
	width: 158px;
	border-right: 1px solid #ccc;
	margin: 0 22px -999px 0;
	padding: 0 0 999px;
}
#nav .drop-box .box:first-child {
	width: 158px;
}
#nav .drop-box .box {
	width: 144px;
}
#nav .drop-box .box h2 {
	color: #000;
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 21px;
}
#nav .drop-box .box ul {
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
	line-height: 17px;
}
#nav .drop-box .box li {
	padding: 0 0 9px;
}
#nav .drop-box .box a {
	color: #666;
}
#nav .block {
	float: left;
	width: 255px;
}
#nav .block h3 {
	margin: 0 0 19px;
	color: #00b0e2;
	font: 20px/23px "HelveticaNeueCB", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.news-txt-hold {
	overflow: hidden;
	padding: 0 0 11px;
	margin: 0 0 17px;
	border-bottom: 1px solid #ccc;
}
#sidebar .img, .news-txt-hold .img {
	float: left;
	padding: 6px 8px 8px 0;
}
#sidebar .sidebar_widgets .widget .txt-box .add-row,
a.comment {
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}
.news-txt-hold .txt-box .date {
	display: block;
	padding: 0 0 1px;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}
.news-txt-hold .txt-box .add-row {
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}
.news-txt-hold .txt-box h2 {
	margin: 0 0 11px;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
}
.entry-area .news-txt-hold .txt-box h2 {
	font-size: 22px;
	line-height: 25px;
}
.news-txt-hold .txt-box h4 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
}
.news-txt-hold .txt-box h2 a, .news-txt-hold .txt-box h4 a {
	color: #000;
}
.news-txt-hold .txt-box p {

	margin: 0 0 5px;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
.entry-area .news-txt-hold .txt-box p {
margin: 0 0 15px;
}
#sidebar .add-row, .side-news-box .add-row, .news-txt-hold .add-row {
	display: block;
	font-size: 13px;
	line-height: 16px;
}
.add-row .fbshares .FBShare-Horizontal-1,
.add-row .fbshares .FBShare-Horizontal-3 {
	display: none;
}
#sidebar .add-row strong, .side-news-box .add-row strong, .news-txt-hold .add-row strong,
.add-row .fbshares .FBShare-Horizontal-2 {
	color: #ca1e8b;
}
.add-row .fbshares .FBShare-Horizontal-2 {
	background: transparent none;
    cursor: pointer;
    display: inline-block;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    margin: -1px 0 0 0;
    padding: 0;
    vertical-align: top;
}
/* top-inform-area */
.top-inform-area {
	overflow: hidden;
	padding: 0 0 10px;
}
.social-btns {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-btns li {
	float: left;
	padding: 0 0 0 31px;
}
.social-btns li:first-child {
	padding: 0;
}
.top-inform-area .txt-box {
	float: left;
	width: 660px;
}
.top-inform-area .txt-box h1 {
	margin: 0 0 9px;
	font-size: 40px;
	line-height: 43px;
	color: #000;
	font-weight: normal;
}
.top-inform-area .txt-box h1 a{
	color: #000;
}
.img-area {
	padding: 0 0 22px;
}
.lst-social {
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 18px;
	list-style: none;
	overflow: hidden;
}
.lst-social li {
	float: left;
	padding: 0 7px 0 0;
}
.lst-social img {
	display: block;
}
.post-info {
	overflow: hidden;
	padding: 0 0 20px;
}
.post-info .img {
	float: left;
	padding: 2px 12px 0 0;
	width: 50px;
}
.post-info .img img {
	display: block;
	height: 50px;
	width: 50px;
}
.post-info .txt-box {
	overflow: hidden;
}
.post-info .txt-box p {
	margin: 0;
	line-height: 17px;
}
/* main */
.main-holder, #main {
	overflow: hidden;
}
/* content */
#content {
	float: left;
	width: 650px;
}
.ttl-area {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 0 0 10px;
	margin: -5px 0 10px;
}
.ttl-area h1 {
	margin: 0;
	font-size: 32px;
	line-height: 35px;
	font-weight: normal;
	color: #000;
}
#content .img-box {
	padding: 0 0 17px;
}
#breaking-box {
}
#breaking-box .image {
	padding: 0 0 10px;
}
#breaking-box .image img {
	display: block;
}
#breaking-box .date {
	color: #666666;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 5px;
}
#breaking-box .title {
	display: block;
	font-size: 38px;
	line-height: 100%;
	padding: 0 0 10px;
}
#breaking-box .title a {
	color: #CC0033;
	display: block;
	font-family: "HelveticaNeueCB", Arial, Helvetica, Sans-serif;
}
#breaking-box .info {
	color: #666666;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 10px;
}
#breaking-box .info b {
	color: #CC0033;
}
.two-cols {
	overflow: hidden;
}
.two-cols > .box {
	float: right;
	width: 256px;
}
.two-cols > .box:first-child {
	width: 376px;
	float: left;
}
.ttl-box {
	background: #000;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 7px 5px;
	text-align: center;
}
.ttl-box h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font: 17px/30px "HelveticaNeueCB", Arial, Helvetica, sans-serif;
}
.side-news-box {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 0 0 9px;
	margin: 0 0 9px;
}
.side-news-box .add-row {
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}
.side-news-box .img {
	padding: 0 0 8px;
}
.side-news-box h3 {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}
.side-news-box h4 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.side-news-box .img-box {
	padding: 0 0 4px;
}
.side-news-box h4 a, .side-news-box h3 a {
	color: #000;
}
.side-news-box h4 strong {
	color: #2ba8ee;
}
.info-row-hold {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
	margin: 0 0 14px;
}
.info-row-hold .img {
	float: left;
	padding: 3px 12px 0 0;
}
.info-row-hold .img img {
	display: block;
	height: 50px;
	width: 50px;
}
.info-row-hold .txt-box {
	overflow: hidden;
}
.info-row-hold .txt-box p {
	margin: 0 0 11px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
}
.soc-btn-lst {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.soc-btn-lst li {
	float: left;
	padding: 0 5px 0 0;
}
.soc-btn-lst .facebook {
}
.soc-btn-lst .twitter {
}
.soc-btn-lst .rss {
}
/* sidebar */
#sidebar {
	float: right;
	width: 300px;
}
#sidebar .btn-row {
	overflow: hidden;
}
#sidebar .btn-row > span {
	float: right;
}
#sidebar .btn-row > span:first-child {
	float: left;
}
.banner-box {
	border: 0px;
	width: 300px;
}
#sidebar .txt-box h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 6px;
}
#sidebar .txt-box h3 a {
	color: #000;
}
/* footer */
#footer {
	border-top: 3px solid #ccc;
	overflow: hidden;

	padding: 10px 7px;
}
#footer p {
	text-align: center;
	margin: 0;
	line-height: 16px;
	font-size: 13px;
}
/* Body */
#body {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0 0;
	clear: both;
}
.col_content {
	width: 560px;
}
.col_fullwidth {
	width: 100%;
}
.col_sidebar {
	width: 250px;
}
/* Post */
.post {
	width: 100%;
	margin: 0 0 35px 0;

}
#content .page {
	margin: 0;
}
.post .title {
	width: 100%;
	margin: 0 0 10px 0;
}
.entry {
	width: 100%;
	padding: 0 0 40px;
}
.entry a {
	text-decoration: none;
}
.entry a:hover {
	text-decoration: underline;
}
.entry p {
	line-height: 24px;
	margin: 0 0 20px;
	color: #333;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-family: "SegoeUI", Arial, Helvetica, Sans-serif;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
.entry h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 27px;
	margin: 0 0 17px;
	color: #000;
}
.entry h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 17px;
	color: #000;
}
.entry h3 {
}
.entry h4 {
}
.entry h5 {
}
.entry h6 {
}
.entry ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}
.entry ul ul, .entry ul ol {
	margin: 0;
}
.entry ul li {
	list-style-type: disc;
	line-height: 1.5em;
}
.entry ul ul li {
	list-style-type: circle;
}
.entry ul li ol li {
	list-style-type: decimal;
}
.entry ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}
.entry ol ol, .entry ol ul {
	margin: 0;
}
.entry ol li {
	list-style-type: decimal;
	line-height: 1.5em;
}
.entry ol li ol li {
	list-style-type: lower-alpha;
}
.entry ol li ul li {
	list-style-type: disc;
}
.entry .list_bookmarks {
	padding: 0;
}
.entry .list_bookmarks li.linkcat {
	list-style: none;
}
.entry .list_bookmarks li.linkcat li {
	list-style: disc;
}
img.wp-smiley {
	padding: 0;
	border: none;
}
.entry .wp-caption {
	padding: 1px;
	text-align: center;
	background: #F8F8F4;
	border: solid 1px #e6e6e6;
}
.entry .wp-caption img {
	margin: 0;
	padding: 4px 0;
	background: none;
	border: 0;
}
.entry .wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
}
.entry table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th {
	border: none;
	padding: 5px;
}
.entry table th {
	background: #eee;
}
.entry fieldset {
	border: 1px solid #eee;
	padding: 0 20px 20px 20px;
	margin: 0 0 20px 0;
}
.entry fieldset p {
	margin: 15px 0 5px 0;
}
.postmetadata {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.postmetadata p {
	padding: 0 0 5px 0;
}
/* Sidebar */
.sidebar_widgets {
	width: 100%;
	overflow: hidden;
}
.sidebar_widgets .widgettitle {
	font: 17px/30px "HelveticaNeueCB", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #000;
	text-align: center;
	margin: 0 0 15px;
	padding: 7px;
}
.sidebar_widgets .widget {
	margin: 0 0 20px 0;
}

.sidebar_widgets .widget ul {
}
.sidebar_widgets .widget ul li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	overflow: hidden;
}
.sidebar_widgets .widget-img ul {
	overflow: hidden;
	padding: 0 0 0 12px;
	margin: 0 0 -10px;
}
.sidebar_widgets .widget-img ul li {
	border: 0;
	padding: 0 0 10px 10px;
	margin: 0;
	float: left;
}
.sidebar_widgets .widget ul ul {
	margin: 5px 0 0 15px;
}
.sidebar_widgets .widget ul li ul li {
	border-bottom: 0;
	margin: 0;
}

.textwidget {
	padding: 0;
}
.textwidget p {
	padding: 0 0 10px 0;
}
.widget_tag_cloud .tagcloud, .widget_calendar div {
}
/* BREADCRUMB */
#breadcrumbs {
	color: #7a7a7a;
	line-height: 19px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 3px;
}
#breadcrumbs a {
}

/* Breadcrumb */
.breadcrumbs {
	line-height: 19px;
	margin: 0;
	padding: 0 0 3px;
	list-style: none;
	overflow: hidden;
}
.breadcrumbs li {
	float: left;
	background: url(images/bullet-breadcrumbs.png) no-repeat 0 6px;
	padding: 0 7px 0 11px;
}
.breadcrumbs li:first-child {
	background: none;
	padding-left: 0;
}
/* Search Block */
#search_block {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#search_block fieldset {
	float: left;
}
#search_block .text {
	float: left;
	color: #777777;
	font-size: 11px;
	margin: 0 10px 0 0;
	width: 140px;
}
#search_block .submit {
	float: left;
	margin: 3px 0 0 0;
}
/* Searchform */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
/* Respond */
#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}
.commentlist #respond {
	margin: 0 0 20px 0;
}
#respond h3 {
	margin: 0 0 15px;
}
.cancel-comment-reply {
	padding: 5px 0 0 0;
}
.cancel-comment-reply a {
	text-decoration: underline;
}
.cancel-comment-reply a:hover {
	text-decoration: none;
}
#commentform p {
	margin: 0;
	overflow: hidden;
	padding: 0 0 15px;
	width: 100%;
}
#commentform .comment-notes {
	padding: 0 0 10px;
}
#commentform .form-allowed-tags {
	display: none;
}
#commentform p a, #commentform p a {
	text-decoration: underline;
}
#commentform p a:hover {
	text-decoration: none;
}
#commentform p input {
	float: left;
}
#commentform p label {
	float: left;
	padding: 10px 0 0;
	width: 100px;
}
#commentform input[type=text] {
	width: 170px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 0 0 0;
}
#commentform textarea {
	width: 97%;
	overflow: auto;
	margin: 10px 0 0 0;
}
#commentform #submit {
	margin: 5px 0 0 0;
	cursor: pointer;
}
/* Comments*/
#comment-area {
	border-top: 1px solid #cccccc;
	margin: 10px 0 0;
	padding: 15px 0 0;
}
#comments {
	margin: 0 0 5px 0;
}
.commentlist {
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}
.commentlist li.comment {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border: 1px solid #ececec;
	background: #f6f6f5;
}
.commentlist li.alt {
	margin: 10px 0 0 0;
	background: #fff;
}
.commentlist li.comment ul li.comment {
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry p {
	margin: 10px 5px 10px 0;
}
.commentlist .children {
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist .reply {
	text-align: right;
}
.commentlist .reply a {
	background: #b3b3b3;
	color: #fff;
	padding: 2px 6px 2px 6px;
}
.commentlist .reply a:hover {
	text-decoration: none;
	background: #c6c4c4;
}
.comment-author {
	margin: 0 0 10px 0;
}
.comment-author img {
	border: 2px solid #b8b8b5;
}
.commentlist .fn {
	padding: 0 10px;
	text-transform: capitalize;
}
.commentlist .says {
	position: relative;
	top: -10px;
	left: 10px;
}
.commentlist li.comment .entry {
	width: auto;
	clear: none;
	overflow: visible;
	padding: 5px 0 0 0;
}
.commentlist li.comment .entry li p {
	padding: 0;
	margin: 0;
}
.commentlist li.comment .entry li {
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}
.commentlist li.comment .entry ul {
	padding: 0;
	margin: 0 0 15px 30px;
	background: none;
	border: 0;
}
.commentlist li.comment .entry ul ul {
	margin: 0 0 5px 30px;
}
.commentlist li.comment .entry ol ul {
	margin: 0 0 5px 30px;
}
.commentlist li.comment .entry ol {
	padding: 0;
	margin: 0 0 15px 35px;
	background: none;
	border: 0;
}
.commentlist li.comment .entry ol ol {
	margin: 0 0 5px 35px;
}
.commentlist li.comment .entry ul ol {
	margin: 0 0 5px 35px;
}
/* Calendar */
#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}
#wp-calendar caption {
	padding: 10px;
}
#wp-calendar th, #wp-calendar td {
	text-align: center;
	padding: 3px 0;
}
#wp-calendar td {
	background: transparent;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright, img.alignright, a img.alignright {
	float: right;
	margin: 10px 0px 10px 16px;
}
.alignleft, img.alignleft, a img.alignleft {
	float: left;
	margin: 10px 16px 10px 0;
}
img.alignleft {
	border: 1px solid #ccc;
	margin: 5px 18px 5px 0;
}
.aligncenter, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.al {
	float: left;
}
.ar {
	float: right;
}
/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps {
	cursor: help;
}
.entry acronym, .entry abbr {
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote {
	margin: 15px 0 20px 0;
	padding: 0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}
.entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.nopost, .nocomments {
	text-align: center;
	padding: 20px 0 20px 0;
}
.entry pre, .entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}
.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}
sup {
	position: relative;
	top: -5px;
}
sub {
	position: relative;
	top: 5px;
}
code br {
	display: none;
}
.clear {
	clear: both;
	line-height: 0;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
 position: absolute  bottom: 0
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 90%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
}
.gallery-caption {
	margin-left: 0;
}
/* pagination */
.pagination {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 20px 0;
}
.single .pagination {
}
.pagination a {
}
/**/
#posts-per-cat {
	display: none;
}
#all-section-area {
	display: none;
}
/* PAGINATION */

#pagination {
	padding: 20px 0;
}
#pagination a {
	display: block;
	font-size: 17px;
	line-height: 100%;
}
#pagination .previous {
	float: left;
}
#pagination .next {
	float: right;
}

/*This stylesheet class will make the <div> tag look like a Facebook share button */
.FBShare-Vertical {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	background-image: url(http://www.naturalnews.com/images/FBShare-Vertical.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	width: 59px;
	height: 62px;
	margin: 0px;
	line-height: 35px;
	letter-spacing: -1px;
	cursor:pointer;
}
.FBShare-Horizontal-1 {
	background-image: url(http://www.naturalnews.com/images/FBShare-Horizontal-1.gif);
	background-repeat: no-repeat;
	padding-right: 3px;
	width: 70px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	display:inline-block;
}
.FBShare-Horizontal-2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	height: 18px;
	display:inline-block;
	padding: 2px 0px 0px;
	margin:0px;
	vertical-align: top;
	background-image: url(http://www.naturalnews.com/images/FBShare-Horizontal-2.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}
.FBShare-Horizontal-3 {
	background-image: url(http://www.naturalnews.com/images/FBShare-Horizontal-3.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	display:inline-block;
	cursor:pointer;
}
#footer p {
	font-size: 11px;
}
.Index-Apply {
	font-size: 12px;
	width: 970px;
	line-height: 12px;
	margin-bottom: 15px;

}
.Index-Apply a {
	color: cc6600;
	text-decoration:underline;
}
.homePager {
	display: inline-block;
	padding: 8px 10px;
	cursor: pointer
}
.homePager h2 {
	line-height: 19px;
}
.homePager.prev {
	float: left;
}
.homePager.next {
	float: right;
}
.loadMoreBar {
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
	margin-bottom: 10px;
	position: relative;
}
.loadMoreBar .archiveLink {
	text-align: center;
	position: absolute;
	top: 9px;
	color: #666;
	left: 33%;
}
.loadMoreBar .archiveLink a {
	color: #666;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 10px;
}
.drop-box .drop-hold .news-txt-hold img , #loadMoreCont .news-txt-hold img , .widget .news-txt-hold img{height: 50px; width: 50px}
.imenu,.imenu2,.arrow-mob {
	display: none;
}

* {
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
}

