/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: US EPA
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
 *  Remove background color from body. background: #eaeaea;
 *  Remove -webkit-box-shadow and box-shadow from #page .container-inner. 
 *  -webkit-box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
 *  box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
 *  Remove background color from #header. background: #33363b; 
 *  Remove common : nav
 *  Remove base : fonts
 *  Replace: #3b8dbd with #369 
 *  Replace: #82b965 with #85cf7a
 *  Remove from reset: font-size: 100%; font: inherit; 
 *  Remove strong style font-weight: 600;
/* ------------------------------------------------------------------------- */

#page { padding-bottom: 0px; margin-top: -60px; }
.container { padding: 0 0px; }
.main { z-index: 0; }
.sharrre-container { width: 60px; }
.archive { font-size: inherit; }
#header { background: #fff; }
a.widgeticon {
color: #666;
}

a.post-comments:visited
{
color: #fff;
}

.post-title-custom {
color: #444;
font-weight: normal;
font-size: 32px;
font-weight: 450;
line-height: 1.5em;
-ms-word-wrap: break-word;
word-wrap: break-word;
text-transform: none;
}
.page-title {
padding-top: 0px;
}

.post-title-sub-custom {
text-transform: none;
}

.post-thumbnail {
border: 2px solid #777;
}

.post-title {
margin-bottom: 0px;
}

.related-posts li {
padding-left: 15px;
}
  .greeniconcolor {color:green; margin-right: 0px;}
  
  .info, .approved, .ustatus {
border: 1px solid;
margin: 10px 0px;
padding-left: 10px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}
.approved {
color: #4F8A10;
background-color: #DFF2BF;
}
.ustatus {
color: #9F6000;
background-color: #FEEFB3;
}

/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

/* bbpress EPA Specific Modifications */

 

fieldset {

  position: static;

  top: 0px;

}

 

 

fieldset legend {

  background: transparent;

  border: 0px;

  border-bottom: none;

  color: #333;

  text-shadow: 0 0px 0 #fff;

  box-sizing: content-box;

  display: inline;

  height: 0px;

  left: 0px;

  line-height: 0px;

  padding: 0px;

  position: static;

  text-indent: .0px;

  top: 0px;

  width: auto;

}

 

input#bbp_search {

  margin-bottom: 10px;

}

 

div.bbp-template-notice, div.indicator-hint {

  padding-left: 25px;

}
#recaptcha_area, #recaptcha_table {
    height: 70px!important;
}

a.subscription-toggle {
    padding-left: 10px;
}

