/*  
Theme Name: BehindMLM2
*/

/* Reset Defaults Starts */

a {
  color: #3F693F;
  }

a:hover {
  color: #D47414;
  }

blockquote {
  background: #8bcb8f;
  border: 1px solid #ccc;
  margin: 10px 20px 0 10px;
  padding: 0 15px;
  }

code {
  color: #3366CC;
  }

img {
    height: auto;
    max-width: 100%;
}

a img {
  border: none;
  }


/* Reset Defaults Ends */


body {
  margin: 0 auto 0 auto;
  max-width: 960px;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #656565 url(images/gradient-background.jpg) repeat-x top left fixed;
}

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

/* HEADER */

#header {
  margin-bottom: 0.6%; 
  }

#header .topright {
  display: block;
  text-align: right;
  color: #fff;
  line-height: 1.7;
  }

#underheader {
	background: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	vertical-align: top;
}

#underheader #topad {
	width: 76.1%;
	display: inline-block;
	vertical-align: top;
}

#underheader #logo {
    display: inline-block;
	width: 23.4%;
	vertical-align: top;
}

#underheader #headersearchbig {
	display: none;
	float: right;
	width: 65%;
	margin-top: 2%;
    margin-right: 1%;
}

#underheader #headersearchsmall {
	display: none;
	float: right;
	width: 65%;
	margin-top: 1%;
    margin-right: 1%;
}

/* HEADER END */

/* HEADER MENU */

/* header menu styling */

#header .header-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#header .header-menu li {
  display: inline;
}

#header .header-menu ul li a {
  text-decoration:none;
  font-size: 13px;
  font-weight: lighter;
  margin: 0px;
  padding: 3px 10px 3px 10px;
  color: #f2f2f2;
  background: #042907;
}

#header .header-menu ul li a:hover {
  color: #f89929;
  background: #063d0a;
}

#header .header-menu .current-menu-item a {
  color: #f89929;
  background: #063d0a;
}

/* HEADER MENU END */



/* Main content */

#main {
  clear: both;
  background: #fff;
  margin-top: 0.6%;
  }

#contentwrapper {
	margin-left: 1.5%;
	}

#content {
  float: left;
  width: 56%;
  }

#homecontent {
	float: left;
	width: 56%;
	margin-top: 1.5%;
}

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 15px 0;
  font-size:9pt;
  }

.post {
  margin: 10px 0 30px 0;
  }

#content h1, #homecontent h1 {
  font-size: 16pt;
  padding: 0;
  font-weight: bold;
  }

#content h2 {
  font-size: 15pt;
  padding: 0;
  font-weight: bold;
  margin: 35px 0 0 0;
  display: block;
  }

#homecontent h2 {
	font-size: 15pt;
	padding: 0;
	font-weight: bold;
	display: inline;
  }

#content h3, #homecontent h3 {
  font-size: 12pt;
  padding: 0;
  font-weight: bold;
  margin: 30px 0 0 0;
  }

#content h4, #homecontent h4 {
  font-size: 11pt;
  padding: 0;
  font-weight: bold;
}

#content h5, #homecontent h5 {
  font-size: 13pt;
  padding: 0;
  font-weight: bold;
  margin: 15px 0;
}

#content h6, #homecontent h7 {
  font-size: 12pt;
  padding: 0;
  margin: 1em 0 0 0;
  font-weight: bold;
}

#content .pageTitle, #homecontent .pageTitle {
  font-size: 15pt;
  color: #D47414;
}

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h1.postTitle {
  font-size: 20pt !important;
  font-weight: bold !important;
  text-decoration: none !important;
  color: #000 !important;
  letter-spacing: -0.7px !important;
  padding: 0 !important;
  margin: 15px 0 0 0 !important;
}

h1.pageTitle {
	margin-top: 1.5%;
}

h1.postTitle a {
  font-size: 20pt !important;
  font-weight: bold !important;
  text-decoration: none;
  color: #000;
  letter-spacing: -0.7px !important;
  padding: 5px 0 0 5px !important;
}

h1.postTitle a:hover {
  color: #D47414;
}

h2.postTitle {
  margin: 0 !important;
}

h2.postTitle a {
  font-size: 20pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -0.7px;
  padding: 0 !important;
  /*margin: 15px 0 0 0;*/
  display: inline;
}

h2.postTitle a:hover {
  color: #D47414;
  }

.postMeta {
  margin: 0.5em 0 1.5em 0;
  line-height: 1.8;
  font-size: 10pt;
  color: #333;
  display: block;
}

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
}

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img, .homepageContent img {
  margin: 10px 0;
  border: 0;
  }

#content p, .postContent p, .homepageContent p {
  font-size: 11pt;
  color: #000;
  font-weight: normal;
  line-height: 140%;
  }

.postContent ul, ol, .homepageContent ul, ol {
  padding: 0 0 0 25px;
  }

.postContent ul li, ol li, .homepageContent ul li, ol li {
  font-size: 11pt;
  color: #000;
  margin: 0 0 20px 0;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

.commentauth {
  font-style: italic;
  font-size: 12pt;
  font-weight: bold;
}

.comment {
  margin: 10px 0 0 0;
}

p.comments {
  clear: both;
  padding: 0;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 11pt;
  text-decoration: none;
  }

.commentlist {
  margin: 15px 0 20px 0;
  font-size: 10pt;
  list-style: none;
  padding: 0;
  }

.commentlist li {
  padding: 5px;
  background: #f2f2f2;
  width: 100%;
  }

.commentlist li.alt {
  padding: 5px;
  background: #FFFFFF;
  width: 100%;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  margin: 5px 0 10px 0;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  margin: 0.5em 0;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

img.avatar {
  float: left; 
  margin-right:7px;
  display: block;
  padding: 0 0 0 0;
}

.comment textarea {
  max-width: 510px;
  width: 100%;
}

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }


/* Start of regular sidebar */

#allsidebars {
  width: 39%;
  float: right;
  margin-right: 1.5%;
  }


/* Sidebar 2 columns */

.sidebarsB {
  margin-top: 4.4%;
  word-wrap: break-word;
  }

.sidebar1 {
  float: left;
  width: 47%;
  }

.sidebar2 {
  float: right;
  width: 47%;
  }

.sidebar3 {
  float: left;
  width: 47%;  
  }

.sidebar4 {
  float: right;
  width: 47%;
  }  

  .sidebar5 {
  float: left;
  width: 100%;
  }      
  
.sidebarsB h4 {
  padding: 2px 7px 2px 4px;
  font-size: 11pt;
  color: #f2f2f2;
  letter-spacing: -1px;
  background: url(images/sidebar_h2dark.gif) left;
  margin: 0 0 3px 0;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 10pt;
  }

.sidebarsB li ul {
  padding: 0 0 0 4px;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #D47414;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Start of responside sidebar */

#responsesidebar {
  display: none;
  width: 25%;
  float: right;
  margin-right: 1.5%;
  margin-top: 2%;
  }

/* Sidebar 1 column responsive */

#responsesidebar #sidebarsearchsmall {
	display: none;
}

.sidebarsA {
  margin-top: 5%;
  word-wrap: break-word;
  }
  
.sidebarsA h4 {
  padding: 2px 7px 2px 4px;
  font-size: 11pt;
  color: #f2f2f2;
  letter-spacing: -1px;
  background: url(images/sidebar_h2dark.gif) left;
  margin: 0 0 3px 0;
  }

.sidebarsA table {
  width: 100%;
  }

.sidebarsA ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsA li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 10pt;
  }

.sidebarsA li ul {
  padding: 0 0 0 4px;
  }

.sidebarsA ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsA a {
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsA a:hover {
  color: #D47414;
  text-decoration: underline;
  }

.sidebarsA p {
  padding: 2px 0;
  font-size: 9pt;
  }

.sidebarsA ul.children li {border-bottom:none;}
.sidebarsA ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  background: #000;
  padding: 0;
  font-size: 8pt;
}

#footer p {
  padding-top: 0.5%;
  font-size: 8pt;
  color: #fff;
  text-align: right;
  margin: 0;
  }

#footer a {
  color: #769E76;
  }

#footer a:hover {
  color: #FB9D3A;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
}

#footer #footerlogo {
  float: right;
  display: inline;
  margin: 5px 5px 0 10px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding: 0;
  font-size:80%;
  text-align: right;
  }

img.alignright {float:right; margin: 0 0px 10px 10px; }
img.alignleft {float:left; margin: 0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wholecomment {
  margin: 0 0 15px 0;
  word-wrap: break-word;
}

#relposts {
  list-style-image: url(images/bullet.gif);
}

#adsensefooter {
  padding: 5px 0 15px 0;
}

hr {
  height: 1px;
  background-color: #D47414;
  color: #D47414;
  border: none;
  margin: 5% 0;
}

.home {
  font-size: 1pt;
  margin: 0;
}

.commentnumber {

  float: right;
  font-style: italic;
  font-size: 13px;
  margin: 0;
}

/* Contact Form 7 */

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	width: 80%;
}

/* social buttons alignment */

.fb_iframe_widget span {
	vertical-align: baseline !important;
}

#___plusone_0 {
	vertical-align: top !important;
}

/* Responsive Design */

@media (max-width: 977px) {
	 #underheader #topad {
		 width: 74.6%;
	}
}

@media (max-width: 849px) {
  	#underheader #topad {
		 width: 73%;
	}
	#allsidebars {
		display: none;
	}
	
	#responsesidebar {
		display: inline-block;
		width: 30%;
		text-align: center;
	  }
	
	#content, #homecontent {
		width: 64.7%;
	}
	
	#responsesidebar #sidebarsearchsmall {
		display: inline-block;
	}
	
	.sidebarsA {
		text-align: left;
	}
	
	.sidebar7 {
		display: none;
	}
}

@media (max-width: 766px) {
	#responsesidebar {
		width: 23%;
	}
	
	#content, #homecontent {
		width: 71.9%;	
	}
} 

@media (max-width: 688px) {
	
	#responsesidebar {
		width: 35%;
		margin-top: 0.5%;
	}
	
	.sidebar6 {
		display: none;
	}
	
	#responsesidebar #sidebarsearchsmall {
		display: none;
	}
	
	.sidebar7 {
		display: inline-block;
		
	}
	
	 #underheader #topad {
		 display: none;
	}
	
	#underheader #headersearchbig {
		display: inline-block;
	}
	
	#content {
		width: 80.3%;
	}
	
	#homecontent {
		width: 60%;
	}
	
	.homepageContent {
		display: none;		
	}
}

@media (max-width: 649px) {
	#content {
		width: 85.2%;
	}
}

@media (max-width: 612px) {
	#content {
		width: 90.6%;
	}
}

@media (max-width: 577px) {
	#content {
		width: 96.2%;
	}
}

@media (max-width: 574px) {
	h2.postTitle a {
		font-size: 17pt;
	}
	
	.postMeta {
		font-size: 9pt;
	}
	
	.sidebarsA {
    margin-top: 5%;
	}
}

@media (max-width: 544px) {
	#content {
		width: 96%;
		}
}

@media (max-width: 473px) {
	#underheader #headersearchbig {
		display: none;
	}
	
	#underheader #headersearchsmall {
    display: inline-block;
    }
	
	img.alignright {
		float: none;
		display: block;
		height: auto;
        max-width: 100%;
		margin-left: auto; 
		margin-right: auto
	}
}

@media (max-width: 379px) {
	#homecontent {
		width: 55%
	}
	
	#responsesidebar {
		width: 41%
	}
	
	h2.postTitle a {
		font-size: 16pt;
	}
	
	.postMeta {
		font-size: 8.5pt;
	}
	
	.sidebarsA li {
		font-size: 9pt;
	}
	
	.sidebarsA h4 {
		font-size: 10pt;
	}
	
	#footer p {
		text-align: left;
    }
}

@media (max-width: 337px) {
	#header .header-menu ul li a {
		font-size: 10px;
	}
}