/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
meta.foundation-version {
  font-family: "/5.2.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #444444;
  padding: 0;
  margin: 0 auto;
  font-family: "Roboto",Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; margin-top:20px; margin-bottom:50px;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto 1.25rem;
}

figure img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom; text-align:center
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget {
  background-color: #eee;
}

body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
}

#content {
  background-color: #fff;
  border: 1px solid #ddd;
}

.index-card {

}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header {
  margin-bottom: 1.25rem;
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #444444;
}

.page-numbers {
  color: #999;
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding:1rem;
  color: #999999;
  border-radius: 3px; border:1px solid #ccc
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #008cba;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6; padding:1rem;
}
.page-numbers li span.current {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;padding:1rem;
}

.avatar {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem; 
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 1em; border:1px solid #ddd; padding:10px 15px 0px 15px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background:#fafafa
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom:10px;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444;
}

#sidebar {
  margin-top: 1.25rem;
}

#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #eee;
  padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444;
}
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600;
}

footer.full-width {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
}
footer.full-width p {
  font-size: 0.875rem;
}
footer.full-width a {
  color: #666;
  font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width a:focus {
  color: #444444;
}
footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}

.admin-bar > .fixed {
  margin-top: 2rem;
}

.f-topbar-fixed > .container {
  margin-top: 2rem;
}

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #content {
    padding: 3.125rem;
  }

  .entry-author {
    margin: 3.125rem -3.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0;
  }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}


/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923 url(/web/20150113000557im_/http://electrofriends.com/wp-content/themes/electrofriends2014/img/menu.png) no-repeat left center;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height:23px;
	padding: 9px 5px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

.megamenu_single{width:50%; float:left; padding:0px;}


@media only screen and (min-width:768px){
.flexy-menu{width:100%;margin:0;padding:0;position:relative;float:left;list-style:none; background:#242424; font-family:Arial, Helvetica, sans-serif}.flexy-menu li{display:inline;font-size:12px;margin:0;padding:0;float:left;line-height:20px;position:relative}.flexy-menu>li>a{padding:9px 15px 9px 15px;color:#fff;text-decoration:none;display:block;-webkit-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-o-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear; }.flexy-menu li:hover>a {}.flexy-menu li.right{float:right}.flexy-menu ul,.flexy-menu ul li ul{list-style:none;margin:0;padding:0;display:none;position:absolute;z-index:99999;min-width:200px;background:#263746;}.flexy-menu ul{top:38px;left:0; padding:0px 0;}.flexy-menu ul li ul{top:0;left:100%}.flexy-menu ul li{clear:both;width:100%;border:0;font-size:12px}.flexy-menu ul li a{padding:5px 20px;width:100%;color:#fff;font-size:13px;text-decoration:none;display:inline-block;float:left;clear:both;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-o-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear; border-bottom:1px solid #222; border-right:1px solid #222}.thin>li>a{padding:10px 22px}.thin ul{top:40px}.thick>li>a{padding:40px 22px}.thick ul{top:100px}.flexy-menu i{line-height:20px!important;margin-right:6px;font-size:18px;float:left}.flexy-menu>li.showhide{display:none;width:100%;height:50px;cursor:pointer;color:#dedede;border-bottom:solid 1px rgba(0,0,0,0.1);background:#333}.flexy-menu>li.showhide span.title{margin:16px 0 0 25px;float:left}.flexy-menu>li.showhide span.icon{margin:17px 20px;float:right}.flexy-menu>li.showhide .icon em{margin-bottom:3px;display:block;width:20px;height:2px;background:#ccc}.flexy-menu.vertical{width:200px}.flexy-menu.vertical li{width:100%}.flexy-menu.vertical li a{display:inline-block!important;width:100%;padding:18px 20px 16px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.flexy-menu.vertical ul li{width:100%}.flexy-menu.vertical ul,.flexy-menu.vertical ul li ul{width:150px}.flexy-menu.vertical ul{top:0;left:100%}.flexy-menu.vertical ul li ul{top:1px}.flexy-menu.vertical.right{float:right!important}.flexy-menu.vertical.right ul{left:-150px!important}.flexy-menu ul li.megamenu{width:400px !important; background:#fff !important; min-height:100px !important;}
ul.flexy-menu li:hover a {background:#000 ;color:#fff;  }
ul.flexy-menu li:hover li a { background-color:#000; background-image:none; color:#fff }
ul.flexy-menu li:hover li a:hover{color:#fff; background:#333;}
.flexy-menu .current-menu-item a, .flexy-menu .current-page-ancestor a, .flexy-menu .current-menu-ancestor a, .flexy-menu .current-post-ancestor a{color:#fcff0a;}
}


.alpha{padding:0;}

.electrofrinds_header{background:#72b10e;}
.electrofriends_logo{margin:0; padding:0; font-size:20px; color:#fff; margin-top:5px;}
.searchbox{padding-top:10px; padding-bottom:10px;}
#searchsubmit{max-width:100px;}
.member_links{ padding-top:15px; padding-bottom:10px; text-align:right }

a.redlink:link, a.redlink:active, a.redlink:visited{color: #fff;	text-decoration:none;border: none; padding:5px 10px; background:#153969; font-size:12px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-weight:bold;}
a.redlink:hover{color: #fff;text-decoration: none; border: none; background:#000;}
.electrofrinds_footer1{min-height:100px; background:#f1f1f1; padding-top:15px; padding-bottom:15px;}
.electrofrinds_footer2{min-height:30px; background:#23323f; color:#fff; font-size:12px; text-align:center; padding-top:10px; padding-bottom:10px; line-height:18px;}
.main_content{min-height:400px;}
.home_title1{font-size:14px; color:#000000; font-weight:bold; text-transform:uppercase}
.subscribe label, .subscribe br{display:none;}
.subscribe #s2email{width:70%; float:left; height:35px;}
.subscribe input[type="submit"]{float:left; height:35px; background:#000; color:#fff; border:0;}
.subscribe{ margin-top:-20px; margin-bottom:40px;}
.taglists a{ color:#555555; font-weight:300}
.taglists a:hover{ color:#000; text-decoration:underline}
.s2_message{margin-top:20px;}
.mob_spacer{display:none;}

a.whiltelink:link, a.whiltelink:active, a.whiltelink:visited{color: #fff;	text-decoration:none;border: none; padding:0 4px}
a.whiltelink:hover{color: #999;text-decoration: none; border: none;}
a.blacklink:link, a.blacklink:active, a.blacklink:visited{color: #000;	text-decoration:none;border: none; padding:0 0px}
a.blacklink:hover{color: #146cad;text-decoration: none; border: none;}
#efheader{width:100%; float:left; z-index:1000;}
.effixed {position:fixed; top:0; left:0;}
.postcatename{color:#c1c1c1; font-size:12px; padding:0; margin:0;}

a.sbt_project:link, a.sbt_project:active, a.sbt_project:visited{color: #fff;	text-decoration:none;border: none; padding:10px 0px; display:block; text-align:center; background:#138acf; border-bottom:1px solid #fff; font-weight:bold; font-size:14px;}
a.sbt_project:hover{color: #fff;text-decoration: none; border: none; background:#333}

.home_top_featured{padding-top:15px; padding-bottom:15px; background:#f8f8f8;}
.home_top_featured_list{background:#fff; padding-top:10px; padding-bottom:10px;}
.adbox1{background:#f1f1f1; height:90px; border:1px solid #eee; }
.article_title{font-size:12px; line-height:18px; padding:0; margin:0; margin-bottom:5px;}
.greybg{background:#eee; min-height:200px;}
.home_content{margin-top:20px; margin-bottom:20px;}
.homeleft_margin{margin-bottom:20px;}
.adbx2{}
.article_title2{font-size:18px; line-height:24px; padding:0; margin:0; margin-bottom:5px;}
.margin0{margin:0;}
.latest_article_lsit{padding-top:10px; padding-bottom:10px; border-bottom:1px solid #eee;} 
.latest_comproj_lsit{padding-top:15px; padding-bottom:15px; text-align:center}
.base_elec{padding-top:20px; padding-bottom:20px;}
.micro_project{padding-top:15px;}
.latest_micro_lsit{padding-top:15px; padding-bottom:15px;}
.latest_micro_lsit1{padding-top:15px; padding-bottom:15px ; border-bottom:1px solid #eee;border-left:1px solid #eee;}
.comp_proj_list{ padding-top:5px;}
.inpage_sidebar{height:20px;}
.entry-title{font-size:30px; line-height:36px; margin-top:10px; color:#2482c3}
.breadcrumb{margin-top:20px; font-size:11px; font-weight:normal; border-bottom:1px solid #eee; padding-bottom:10px; color:#999; margin-bottom:10px;}
.home_title2{font-size:14px; font-weight:bold; line-height:20px; background:#000; padding:5px 15px; color:#fff; text-transform:uppercase; margin:0;}
.new_projects{background:#fafafa; min-height:100px;}
.new_project_list{background:#fff; margin:5px 0; padding-top:10px; padding-bottom:10px;}
.new_project_full{padding-bottom:10px; padding-top:10px;}
.arch_catids{margin:10px 0px;}
.arch_posts{ border:1px solid #eee; padding-top:15px; padding-bottom:15px; margin-top:10px; margin-bottom:10px; }
.arch_posts header{margin:0;}
.arch_posts_img{margin-bottom:10px;}
.cat_advertise{}
.archieve_title{ border-bottom:1px solid #eee; padding-bottom:10px; font-size:30px; line-height:36px; text-align:center; font-weight:bold; margin-top:0; color:#2482c3}

.source_code{border:1px solid #eee;}
.source_code_list{padding-top:8px; padding-bottom:8px; border-bottom:1px solid #eee}
.postauthor{font-size:12px; margin:0; padding:0; line-height:16px; color:#c1c1c1}

.question_answer{border:1px solid #eee;}
.qa_alt{background:#fafafa;}
.author_post_info{background:#fafafa; border:1px solid #eee; padding-top:10px; padding-bottom:10px; margin-bottom:20px;}
.single_adbx{float:right;  min-height:200px; margin-left:20px; margin-bottom:20px;}

.site_info{min-height:100px; background:#fafafa; padding-top:10px; padding-bottom:10px;}
.fnt12{font-size:12px; line-height:18px;}
.site_info1{border-bottom:1px dashed #eee; padding-top:5px; padding-bottom:5px;}
.comment_list p{font-size:12px; line-height:16px; color:#999; margin:0;}
.home_text_links{border:1px solid #eee;padding-bottom:10px; padding-top:10px;}
.home_title3{font-size:12px; font-weight:bold;}
.home_text_links ul li{color:#999;}
.email_signup{background:#73bfeb; min-height:50px;}
.home_title4{font-size:24px; color:#fff; line-height:30px;}
.email_signup p{color:#fff; margin-bottom:5px;}
.email_signup label, .email_signup br{display:none;}
.email_signup input[type="submit"] {background:#000; color:#fff; padding:6px 20px; border:0; float:right; margin-bottom:10px;}
.email_signup #s2email{margin-bottom:10px !important;}

.featured_articles{ background:#fafafa; min-height:200px; border:1px solid #eee}
.microcontroller_articles{border:1px solid #eee;}
a.viewall:link, a.viewall:active, a.viewall:visited{color: #c9c9c9;	text-decoration:none;border: none; padding:10px 0px; display:block; text-align:center; background:#fafafa; border-bottom:1px solid #fff; font-weight:bold; font-size:12px;}
a.viewall:hover{color: #fff;text-decoration: none; border: none; background:#333}

@media only screen and (max-width:480px){
.mob_center{text-align:center;}
.mob_meber_links{height:40px; padding-top:10px; padding-bottom:10px;}
.searchbox{height:35px;padding-top:10px; padding-bottom:10px;}
.mob_pad0{padding:0;}
.mob_left{text-align:left;}
.mob_spacer{height:20px; width:100%; float:left; border-bottom:1px solid #fff; margin-bottom:10px; display:block}
.subscribe{margin-bottom:10px;}
}
.img_brdr{border:1px solid #eee;}
.basic_electron_list{min-height:96px;}
.img_brdr1{padding:10px; border:1px solid #eee}

.subscribe_btn{margin-bottom:10px; width: 80%;}
.container{max-width:1280px; margin:0 auto}
.comments-previous{width:50%; float:left; }
.comments-next{width:50%; float:right; text-align:right}
#respond{margin-top:20px; width:100%; float:left}

#page-nav{width:100%; float:left; margin:10px 0;}
#page-nav a{padding:5px 10px; border:1px solid #eee; margin:0 2px;}
#page-nav a:hover{background:#000; color:#fff;}
.entry-content{font-size:14px; line-height:20px;}
.entry-content p, .entry-content ul li, .entry-content ol li{font-size:14px; line-height:20px;}
.entry-content .ssba{margin-bottom:15px;}
.sidebarul li, .widget_questions ul li{padding:4px 0;}


.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

.fbbxdiv{ border:none; overflow:hidden; height:290px; }
/*
     FILE ARCHIVED ON 00:05:57 Jan 13, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:04:01 Jan 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.721
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.067
  esindex: 0.012
  cdx.remote: 8.601
  LoadShardBlock: 74.132 (3)
  PetaboxLoader3.datanode: 157.554 (5)
  load_resource: 232.253 (2)
  PetaboxLoader3.resolve: 103.555 (2)
*/