/******* Body Styles *******/

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 5px;
}

hr {
	color: green;
	border-color: green;
	background-color: green;
	margin-top: 10px;
	margin-bottom: 10px;
}

video {width:100%;}

.center {text-align:center; margin-left: auto; margin-right: auto;}
.left {text-align:left;}
.right {text-align:right;}

/* Post */

.post-content h1 {
	color: #06280E;
	font-size: 32px;
	border-top: solid #006600 medium;
	border-bottom: dotted #009900 thin;
	padding-top: 3px;
	padding-bottom: 5px;
}

.post-content h2, .post-content h3 {font-weight: bold !important; color: #06280E;}

.post-content h2 {margin-top: 30px;}

.post-content img {
	margin: 10px;
}

.post-content .h1_index {
	border-top: none;
	border-bottom: none;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.5em;
}

.post-content .h1_articles {
	border-top: none;
	border-bottom: none;
	text-align: center;
	line-height: 1.3em;
}

.post-content .h2_index {
	line-height: 1.3em;
	font-size: 1.3em;
	color: black;
}

.post-content .h3_index {
	line-height: 1.3em;
	font-size: 1.2em;
	color: black;
}

.post-content .h3_articles {
	margin-top: 24px;
}

.post-content .li_index {
	margin-bottom: 15px;
}


/* CSS Boxes */

.pyroenergen_box {
border: 1px dashed navy;
padding: 15px;
background-color: #E8F3FF;
height: auto;
}

.pyroenergen_box_title {
position: relative;
top: 10px;
left: 25px;
border-left: 1px solid navy;
border-right: 1px solid navy;
background-color: #E8F3FF;
padding: 0 5px;
color: navy;
font-weight: bold;
}

.author_box {
border: 1px dashed green;
padding: 10px;
background-color: #E7FFE0;
height: auto;
}

.author_box_title {
position: relative;
top: 10px;
left: 25px;
border-left: 1px solid green;
border-right: 1px solid green;
background-color: #E7FFE0;
padding: 0 5px;
font-weight: bold;
}

/* Newsletter */

#inputtext1, #inputtext2 {
	max-width: 240px;
	border-color: #585858;
	color: #333;
}

:-ms-input-placeholder {  
   color: #aaa9a9 !important;  
}

/* Feedburner */

#feedcount {
  display: inline-block;
  text-align: center;
  padding: 2px 4px 1px 1px;
  font: bold 11px/14px Arial, sans-serif;
  overflow: hidden;
  color: #FFF;
  background: #00BF00;
  border: 1px solid #009900;
  *width: 85px; /* only for IE6 and IE7 */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 2px #FFF, 1px 1px 1px rgba(0,0,0,0.15);
  -webkit-box-shadow: inset 0 0 2px #FFF, 1px 1px 1px rgba(0,0,0,0.15);
  box-shadow: inset 0 0 2px #FFF, 1px 1px 1px rgba(0,0,0,0.15);
}
#readers {
  float: right;
  padding: 1px 0 0;
}
#counter {
  float: left;
  padding: 1px 3px 0;
  margin: 0 5px 0 0;
  font-size: 13px;
  top: -1px;
  color: #000;
  background: #99DC8D;
  border: 1px solid #009900;
  border-right-color: #D0EFCB;
  border-bottom-color: #D0EFCB;
}


/* Page */

div .author {
	text-align: center;
	margin-bottom: 30px;
	font-style: italic;
	font-weight: bold;
}

.articles li {
	line-height: 30px;
}

.checkbullet {
	font-weight: bold;
	list-style-image: url(/images/checkbullet.gif);
}

.crossbullet {
	list-style-image: url(/images/crossbullet.gif);
}

.table-1::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-1::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.sidebar { padding: 10px !important; border: 1px outset green; }
.sidebar .widget .heading h4,
.sidebar .widget h4 {
    color: #CB5920;font-weight:bold !important;font-size: 16px;padding-right: 10px;padding-top: 18px;
}

.fusion-is-sticky .fusion-mobile-nav-holder > ul {max-height: 221px;}

#addthis_recommend {}
.addthis_recommend {}

/* Google CSE */

.gs-webResult.gs-result a.gs-title:link,.gs-webResult.gs-result a.gs-title:hover,.gs-webResult.gs-result a.gs-title:visited,.gs-webResult.gs-result a.gs-title:visited b,.gs-webResult.gs-result a.gs-title:active,.gs-snippet,.gs-visibleUrl{margin-left:10px}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
	width: 70%;
}

.span_1_of_2 {
	width: 28%;
	text-align: center;
}

.span_2_of_2_2 {
	width: 48%;
}

.span_1_of_2_1 {
	width: 48%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	.span_2_of_2_2 {
	width: 100%;
}

.span_1_of_2_1 {
	width: 100%;
}
}


/*  POPUP DOMINATION FIX */

.popup-dom-lightbox-wrapper * {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.popup-dom-lightbox-wrapper input[type="text"] {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Facebook Page Plugin FIX */

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}