/*
 Theme Name: BlackThunder
 Theme URI:
 Description:
 Version:
 Author:
 Author URI:
 
 
 */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

.clear {
    clear: both;
}

html {
    background: #000000 url(images/bgr_html.gif) repeat-x;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: url(images/bg.gif) repeat;
    color: #666666;
}

#page {
    width: 970px;
    margin: 0px auto;
    /*background:#fff;*/
}

/*  MENU  */
#menu {
    width: 100%;
    height: 33px;
}

#menu ul {
    float: right;
}

#menu ul li {
    float: left;
    /*background:url(images/menu_li.gif) no-repeat right;*/
    display: block;
    height: 33px;
    padding-left: 8px;
    padding-right: 10px;
}

#menu ul li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #e5e5e5;
    display: block;
    font-size: 13px;
    padding-top: 6px;
}

/* HEADER */
#header {
    width: 100%;
    height: 126px;
    background: url(http://blog.ipevo.com/wp-content/uploads/2012/01/blog_header.jpg) no-repeat;
	
    overflow: hidden;
}

#header .inner {
    position: relative;
    float: left;
}

#header .inner div#nav {
	position:absolute; left:580px; top:70px;
	width:243px; height:18px;
}
#header .inner div#nav a {
	display:block; float:left;
}

#header_title {
    float: left;
    width: 40%;
}

#header_rss {
    float: right;
    margin-top: 12px;
    margin-right: 20px;
}

#header_title h1 {
    color: #fff;
    font-size: 12px;
    letter-spacing: -5px;
    margin-top: 0px;
}

#header_title h1 a {
    color: #fff;
}

#header_title h1 a:hover {
    text-decoration: none;
}

.description {
    font-size: 14px;
    position: relative;
    top: -5px;
    color: #bfbfbf;
    display: block;
    text-align: center;
    letter-spacing: 0;
    font-weight: normal;
}

#header_rss a {
    font-size: 11px;
    font-weight: normal;
    color: #666;
    display: block;
    text-decoration: underline;
}

#header_rss span {
    float: left;
    padding: 38px 0 0 0;
}

#header_rss img {
    float: left;
}

/* BODY */
#body {
    width: 100%;
    background: url(images/body_bg.gif) repeat-y;
    overflow: hidden;
}

#body_top {
    width: 100%;
    background: url(images/blog/body_top_bg.gif) no-repeat right top;
    overflow: auto;
    padding-bottom: 40px;
}

#body_left {
    width: 659px;
    float: left;
}

#body_right {
    width: 311px;
    float: right;
}

/* left contact */
#body_left_content {
    width: 580px;
    padding: 35px 0 0 34px;
}

.post {
    width: 100%;
    margin: 0 0 40px 0;
}

.post-top {
    width: 100%;
}

.post-title {
    width: 100%;
    overflow: hidden;
}

.post-title h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    width: 519px;
    padding: 0 20px 0 0;
    float: left;
}

.post-title strong {
    font-weight: bold;
    color: #75b600;
}

.post-title h2 a {
    font-family: "Trebuchet MS";
    color: #000;
    line-height: 22px;
}

.post-title h4 {
    width: 35px;
    height: 35px;
    padding: 9px 0 0 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    float: left;
    background: url(images/bgr_post_comment.gif) no-repeat;
    margin: 0 0 0px 0;
}

.post-top h3 {
    font-weight: normal;
    color: #8e8e8e;
    font-size: 9px;
    padding: 8px 0 8px 0;
}

.post-top h3 a {
    color: #ff7200;
    font-weight: normal;
    text-transform: capitalize;
}

.post-top h3 span {
    color: #75b600;
    text-transform: capitalize;
}

.postmetatags {
    background: #f0f0f0 url(images/bgr_postmetatags.gif) repeat-x bottom;;
    color: #484848;
    padding: 8px 0 10px 10px;
    margin: 0 0 10px 0;
}

.postmetatags a {
    color: #484848;
}

.postmetatags span {
    font-weight: bold;
}

.entry {
    line-height: 20px;
    font-size: 13px;
}

.entry p {
    padding-bottom: 15px;
}

.entry p a {
    text-decoration: none;
    color: #ff7200;
}

.entry p a:hover {
    text-decoration: underline;
}

.page_date {
    font-size: 11px;
    color: #666;
}

.entry p.wp-caption-text {
    font-size: 9px;
    color: #999999;
    text-align: center;
}

.postmetadata {
    width: 568px;
    overflow: hidden;
    padding: 0px 10px 17px 0;
    text-align: right;
}

.postmetadata a {
    color: #ff7200;
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
}

.post-page {
    width: 100%;
}

h2.page_title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    background: url(images/dotted_grey2.gif) repeat-x bottom;
    padding: 0 0 7px 0;
    margin: 0 0 15px 0;
}

.post-page .entry {
}

.post-page .entry a {
    text-decoration: none;
    color: #ff7200;
}

.post-page .entry a:hover {
    text-decoration: underline;
}

.entry strong {
    color: #75b600;
}

.entry bold {
    font-weight: bold;
    color: #636563;
}

.post-page .entry strong, .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6 {
    color: #000;
    display: block;
    font-weight: normal;
}

.post-page .entry strong {
    font-size: 13px;
    font-weight: bold;
}

.entry .strong2 {
    font-weight: bold;
    color: #75b600;
}

.post-page .entry h1 {
    font-size: 26px;
    padding: 0 0 14px 0;
}

.post-page .entry h2 {
    font-size: 24px;
    padding: 0 0 14px 0;
}

.post-page .entry h3 {
    font-size: 22px;
    padding: 0 0 12px 0;
}

.post-page .entry h4 {
    font-size: 20px;
    padding: 0 0 10px 0;
}

.post-page .entry h5 {
    font-size: 18px;
    padding: 0 0 8px 0;
}

.post-page .entry h6 {
    font-size: 16px;
    padding: 0 0 6px 0;
}

/* right content */
#body_right_content {
    margin: 35px 0 0 16px;
    width: 272px;
}

#main_search {
    width: 262px;
    background: #f5f5f5;
    overflow: hidden;
    margin: 0 0 10px 0;
}

#searchform_top {
    padding: 5px 0 5px 10px;
    float: left;
}

#searchform_top_text {
    width: 211px;
    border: 0px;
    background: none;
    color: #7a7a7a;
    font-size: 12px;
    float: left;
    margin: 9px 4px 0 0;
}

#gosearch {
    float: left;
}

/* ADS */
/* Styles for one-column display */
#wp125adwrap_1c {
    width: 100%;
    overflow: hidden;
}

#wp125adwrap_1c .wp125ad {
    margin-bottom: 5px;
}

/* Styles for two-column display */
#wp125adwrap_2c {
    width: 100%;
    overflow: hidden;
}

#wp125adwrap_2c .wp125ad {
    width: 125px;
    float: left;
    padding: 0 11px 11px 0;
}

#wp125adwrap_2c .wp125ad img {
    width: 125px;
    float: left;
}

/* SIDE BAR */
#sidebar {
    width: 260px;
    font-family: "Trebuchet MS";
    word-wrap: break-word; /* added for IE 5+ */
}

#sidebar a {
    font-color: #282828;
}

.sidebars h2 {
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    background: #fcfcfc;
    font-family: "Trebuchet MS";
}

.sidebars ul {
    color: #000;
    color: #666;
}

.sidebars ul li {
    margin: 0 0 10px 0;
}

.sidebars ul li ul li {
    margin-bottom: 0;
    width: auto;
}

.sidebars ul li ul li ul li {
    margin-left: 0;
}

.sidebars li ul {
    background: #f1f1f1;
    width: 240px;
    padding: 10px 10px 10px 10px;
}

.sidebars li ul li ul {
    padding-bottom: 0px;
    padding-left: 10px;
    background: none;
    width: auto;
}

.sidebars li ul li ul li ul {
}

.sidebars li {
    margin-bottom: 0px;
    background: none;
    list-style: none;
}

.sidebars li li {
    margin-bottom: 0px;
    background: url(images/dotted_grey.gif) repeat-x left bottom;
    padding: 4px 0 8px 2px;
    font-size: 13px;
}

.sidebars li li li {
    background: none;
    border: 0;
    padding-bottom: 3px;
}

.sidebars li a {
    color: #333;
    text-decoration: underline;
}

.sidebars li.widget_categories ul li {
    font-size: 12px;
    font-weight: normal;
    color: #75b600;
}

.sidebars li.widget_recent_entries ul li a {
    background: url(images/li_pagenav.gif) no-repeat left 6px;
    padding: 0 0 0 10px;
}

.sidebars li.widget_categories ul li a {
    font-weight: normal;
    background: url(images/li_pagenav.gif) no-repeat left 6px;
    padding: 0 0 0 10px;
}

.sidebars li.pagenav ul li a {
    font-weight: normal;
    background: url(images/li_pagenav.gif) no-repeat left 6px;
    padding: 0 0 0 10px;
}

.sidebars li.widget_archives ul li a {
    font-weight: normal;
    background: url(images/li_ar.gif) no-repeat left 5px;
    padding: 0 0 0 12px;
}

.sidebars li.linkcat ul li a {
    background: url(images/li_pagenav.gif) no-repeat left 5px;
    padding: 0 0 0 15px;
    color: #ff7200;
    font-weight: normal;
    font-size: 12px;
}

.sidebars li.widget_meta ul li a {
    font-weight: normal;
    padding-left: 2px;
    background: url(images/li_pagenav.gif) no-repeat left 6px;
    padding: 0 0 0 14px;
}

.sidebars .widget_tags p {
    padding: 0px 10px 10px 15px;
    color: #fff;
}

.sidebars .widget_tags a {
    color: #fff;
}

.sidebars li.widget_tag_cloud {
    background-color: #f1f1f1;
}

.sidebars li.widget_tag_cloud {
    background-color: #f1f1f1;
    line-height: 30px;
}

.sidebars li.widget_tag_cloud a {
    color: #333333;
    padding-top: 15px;
    margin-left: 17px;
    margin-right: -10px;
}

.sidebars .textwidget {
    padding: 10px;
    color: #fff;
}

/* get_recent_comments widget */
.widget_get_recent_comments h2 {
    background: url(images/bgr_post_comment1.gif) left bottom no-repeat #FFF;
    background-attachment: inherit;
    padding-left: 35px;
    width: 225px; /*added  */
}

/* twitter widget */
.widget_twitter {
    /*background: url(images/twitter.gif) no-repeat top left;*/
    height: auto !important;
    height: 130px;
    min-height: 130px;
    float: left; /* added this to make this category left sided - 19/July/2010*/
}

#content-right .widget_twitter ul {
    padding: 10px 20px 0 10px;
}

#content-right .widget_twitter li {
    list-style: none;
    margin: 5px 0 10px 0;
}

.widget_twitter div {
    /*background: url(images/twitter.gif) no-repeat top left;*/
    /*width:260px;  added  */
}

.widget_twitter h2 {
    background: url(images/twitter.gif) no-repeat top left #fff;
    padding-left: 55px;
    font-size: 15px !important;
    /*width: auto;  deleted  */
}

.widget_twitter h2 a {
    font-weight: bold;
}

.widget_twitter .entry-meta {
    display: block;
    font-size: 80%;
    white-space: normal;
}

#content-right ul li.widget_twitter li a {
    color: #87AE4A;
}

#content-right .widget_twitter h2 span {
    color: #87AE4A;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 8px 0px 0px;
    text-align: right;
    width: 110px;
}

/* FOOTER */
#footer {
    width: 100%;
    height: 5px;
    background: #fff;
}

#footer_text {
    text-align: center;
    padding: 65px 0 0 0;
}

#footer_text p {
    line-height: 12px;
    font-size: 11px;
    color: #999;
}

#footer_text a {
    color: #999;
}

#footer_text b a {
    color: #999;
}

/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

/* End Typography & Colors */
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
 thought?!) align the image to the right. And using 'class="centered',
 will of course center the image. This is much better than using
 align="center", being much more futureproof (and valid) */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

/* End Images */
/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 98%;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff;
}

/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote p {
    margin-bottom: -30px;
}

blockquote {
    margin: 15px 30px 20px 10px;
    padding-left: 24px;
    padding-bottom: 20px;
    background: url(images/blockquote_bg.gif) repeat-y;
}

blockquote blockquote {
    background: url(images/blockquote_bg2.gif) repeat-y;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin: 10px 0 10px 0;
    width: 558px;
    background: #cccccc;
    border: 1px solid #a9a9a9;
    padding: 4px 10px;
    overflow: hidden;
    color: #000;
}

.navigation a {
    color: #000;
    font-size: 13px;
}

.navigation .alignleft a:before {
    content: "<< ";
}

.navigation .alignright a:after {
    content: " >>";
}

.wp-pagenavi {
    line-height: 1.8em;
    padding: 0 15px 0 15px;
    font-weight: bold;
    font-size: 13px;
}

.wp-pagenavi a {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    color: #000;
}

.wp-pagenavi span.pages {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    background: #ebebeb;
    border: 1px solid #bbbbbb;
}

.wp-pagenavi span.current {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    background: #ebebeb;
    border: 1px solid #bbbbbb;
}

.wp-pagenavi span.extend {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    background: #ebebeb;
    border: 1px solid #bbbbbb;
}

/* End Various Tags & Classes*/
/* Begin Lists
 
 Special stylized non-IE bullets
 Do not work in Internet Explorer, which merely default to normal bullets. */
.entry ul {
    margin: 0 10px 25px 30px;
    list-style: none;
    padding: 15px 15px 15px 20px;
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
}

.entry ul li {
    border-bottom: 1px solid #e4e4e4;
    background: url(images/entry_before.gif) no-repeat left 12px;
    padding: 6px 0 6px 11px;
    color: #625f5e;
    display: block;
}

.entry ul li:before {
    /*content: url(images/entry_before.gif);*/
}

/*new page style*/
.entry ul.page {
    background: #efefef;
    margin-left: 20px;
    padding: 0 7px 10px 7px;
    border: 0;
}

.entry ul.page a {
    text-decoration: underline;
    color: #0a4a73;
}

.entry ul.page a:hover {
    text-decoration: none;
}

.entry ul a {
    text-decoration: none;
    color: #ff7200;
}

.entry ul a:hover {
    text-decoration: underline;
}

.entry ul.page li {
    border-bottom: 1px dotted #d7d7d7;
    background: url(images/entry_before.gif) no-repeat left 12px;
}

.entry ul.page li.last {
    border-bottom: 0;
}

/*new page style end*/
.entry ol {
    margin: 0 10px 25px 30px;
    padding: 15px 15px 15px 40px;
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
}

.entry ol li {
    margin: 0;
    padding: 6px 0 6px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #625f5e;
}

.entry ol li a {
    color: #ff7200;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

ol li {
    list-style: decimal outside;
}

/* End Entry Lists */
/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

#commentform {
    width: 400px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 350px;
    padding: 2px;
}

#commentform #submit {
    margin: 0;
    width: 54px;
    height: 22px;
}

/* End Form Elements */
/* Begin Comments*/
h2#comments {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 7px 0;
    margin: 0 0 10px 25px;
}

.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
    margin: 0 0 0 25px;
}

.commentlist .comment {
    margin: 15px 0 0 0;
    padding: 10px 15px 20px 15px;
    list-style: none;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
}

.commentlist .alt {
    background: #fff;
}

.commentlist .comment .comment {
    margin: 15px 15px 15px 15px;
    padding: 10px 15px 20px 15px;
    width: auto;
}

.commentlist p {
    margin: 10px 5px 10px 0;
    line-height: 18px;
}

.commentmet_data {
    width: 100%;
    overflow: hidden;
}

.commentmet_data td {
    vertical-align: top;
    text-align: left;
}

.commentmet_avatar {
    width: 102px;
    padding: 15px 0 0 0;
}

.commentmet_text {
}

.commentmet_avatar img {
    border: 2px solid #909090;
}

#commentform p {
    margin: 5px 0;
}

.commentmet_replay {
    width: 100%;
    overflow: hidden;
}

.commentmet_replay a {
    float: right;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #646464;
    padding: 3px 20px 3px 20px;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
    padding: 0 0 5px 0;
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
}

.commentmetadata a {
    color: #75b600;
}

.commentmetadata span {
    color: #636363;
    font-size: 11px;
}

.commentmetadata span.commentmetadata_title {
    color: #75b600;
    font-size: 17px;
}

.commentmetadata a {
    color: #75b600;
}

.commentmet_text {
    font-size: 12px;
}

#respond {
    margin: 40px 15px 0 30px;
    padding-bottom: 60px;
}

h3#respond_title {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 7px 0;
    margin: 0 0 20px 0;
    font-family: "Trebuchet MS";
}

#commentform {
    margin-left: 55px;
    color: #000000;
    font-size: 12px;
    width: 80%;
}

#commentform small {
    position: relative;
    top: -1px;
    font-size: 12px;
}

#commentform a {
    color: #000000;
}

#commentform input {
    background: #fff;
    border: 3px #e5e5e5 solid;
    font-size: 11px;
    padding: 3px;
    color: #000000;
}

#commentform textarea {
    background: #fff;
    border: 3px #e5e5e5 solid;
    font-size: 11px;
    padding: 3px;
    margin: 5px 0 0 0;
    color: #000000;
}

#commentform input#submit {
    background: none;
    border: 0px;
}

/* End Comments */
/* Archives page */
.page_archives_div {
    padding-bottom: 60px;
}

.ar_panel {
}

.ar_panel3 {
}

.page_archives_div h2 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    background: url(images/dotted_grey2.gif) repeat-x bottom;
    padding: 0 0 7px 0;
    margin: 0 0 15px 0;
}

.page_archives_div ul h2 {
}

.page_archives_div ul {
    margin: 10px 0 40px 0;
    padding: 0px;
}

.page_archives_div ul li {
    margin: 0px;
    padding: 7px 0 8px 5px;
    list-style: none;
    background: url(images/dotted_grey2.gif) repeat-x bottom;
}

.page_archives_div ul li ul li {
    border: 0px;
    background: none;
}

.page_archives_div ul li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
}

.page_archives_div ul li a {
    font-weight: normal;
    color: #000;
    font-size: 13px;
    background: url(images/page_archives_div_a.gif) no-repeat left 5px;
    padding: 0 0 0 11px;
}

/*---Bottom---*/
#bottom {
    width: 100%;
}

#links {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    float: left;
    padding-top: 20px;
    width: 100%;
}

#links_top {
    border-left: #729d19 7px solid;
    background: #8fc41f;
    height: 7px;
    font-size: 0;
}

#sitemap {
    padding: 10px 20px;
    float: left;
}

#sitemap li {
    padding: 3px 0;
    line-height: 12px;
}

#sitemap a {
    color: #666;
    text-decoration: none;
}

#sitemap a:hover {
    color: #8fc31f;
}

.sitemap_links {
    float: left;
    border-right: 1px #cbcbcb dotted;
    padding: 0 10px;
}

#sitemap h2 {
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-weight: bold;
    font-size: 11px;
}

#product_list {
    width: 250px;
    float: left;
    padding: 0 15px 0 0;
}

#about_ipevo {
    width: 175px;
    float: left;
    border-left: 1px #cbcbcb dotted;
    padding: 0 15px;
}

#about_you {
    width: 175px;
    float: left;
    border-left: 1px #cbcbcb dotted;
    padding: 0 15px;
}

#customer_services {
    width: 185px;
    float: left;
    border-left: 1px #cbcbcb dotted;
    padding: 0 0 0 15px;
}

#copyright {
    clear: both;
    color: #FFFFFF;
    font-size: 13px;
    height: 17px;
    padding: 30px 0 20px;
    text-align: center;
    width: 100%;
}

#bottom_info {
    clear: both;
    margin: 0 auto;
    width: 934px; /*height:40px;*/
    background: url(images/bottom_text.jpg) top no-repeat;
}

#sitemap, #bottom_info, #footer {
    display: none;
}

.article2pdf_link { display:none; } 

.entry .pdf_statement {
    display:none;
    
}

/*---End Bottom---*/
