/* Copied, reduced, and edited from http://m.asiainspection.com/news/wp-content/themes/moby_elite/style.css */


/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,header,section,footer {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0; }

/* Basic Styling */
a, a:visited {
    color: #38508f;
    text-decoration: underline;
    -webkit-transition-property: color, left, right;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: ease-in-out; }

html { -webkit-font-smoothing: antialiased; }

div{ text-align:left;}

body, html {
    background-color:#f1f1f1;
    color: #000000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-text-size-adjust: none; }

header, nav, section, aside, footer { display: block !important; }

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.fl_left{ float:left;}
.fl_right{ float:right;}
.clear{clear:both;}
.stretch{ width:100%;}


#wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

/*Typography*/
h1{font-family: Arial, Helvetica, sans-serif; font-size:18px; color:#E4002B; line-height:19px;}
h2{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#E4002B;}
p{ color:#000000; font-size:13px; line-height:18px; padding-bottom:15px;}


/*Header*/
header{ width:100%;}

.blog h1 a {
    color:#E4002B;
    text-decoration: none;
}
.blog p{ padding-bottom:10px;}

/*Footer*/
footer{ padding:0px 13px; font-size:11px; text-align: center;}
footer .copyright{ display:block; color:#9c9c9c; padding:10px 0px; clear:both; text-shadow: 1px 1px 0 #fff;}

/*Section*/
section#main{ display:inline-block; padding:0px 20px;}
.block_module{ background:#fff; margin-bottom:9px; margin-top:9px; border-top:solid 1px #cccccc;}
.block_module h1, .block_module h2{ padding:12px 0;}
/*.block_module .page h1{ padding: 12px 0 20px; margin-bottom: 10px; background: url(../images/lines.png) repeat-x center bottom; }*/
/*.content_container{ padding:12px 14px; display:inline-block;}*/
/*.content_container a, .page a{ text-decoration:underline;}*/


/*Slideshow*/
/*#slideshow{ background-color:#f1f1f1;position:relative;padding-bottom:7px; margin-bottom:38px;}*/
/*#slideshow ul li{ list-style:none;}*/


/*Blog*/
.blog h1{ margin-bottom:0px;}
.blog h1 a{ text-decoration:none;}
.blog img{ border:none; margin-bottom:10px; margin-right:10px; float:left;}
.blog .post_date{color:#888888; font-size:12px; display:block;}
/*.blog .post_info{ padding:6px 0px 14px; background:url(../images/lines.png) repeat-x center bottom; line-height:100%; font-size:11px; margin-bottom:11px; line-height:17px;}*/


/* Border Radius */
.block_module{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; border:solid 1px #cccccc;}
/* Box Shadow */
.block_module{display:inline-block; width:100%; }



.page {padding:0;}
.blog {padding: 10px 10px 10px;}



.readArticleLink {
    text-transform: uppercase;
    font-size:12px;
    text-decoration:none;
}

.readArticleButton {
    background-color:#f1f1f1;
    width: 95%;
    height: 40px;
    /*min-height: 48px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*vertical-align: middle;*/
    /*display: table-cell;*/
}

.readArticleText {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}


.backButton {
    display: block;
    /*height: 20px;*/
    /*width: 80px;*/
    margin-top: 10px;
    margin-left: 10px;
    font-size:16px;
}

#backButton-1 {
    margin-bottom: 10px;
}

.newsFilter {
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    width: 100%;
}

.newsFilterSelect {
    min-height: 36px;
    height: 36px;
    width: 100%;
    font-size: 16px;
    /*background: #FFFFFF;*/
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    background: url(https://s3.qima.com/images/mobile_dropdown_but.png) no-repeat right #ffffff;
    border: 1px solid #ccc;
    padding: 5px;
}


.filtered-post {
    display: none !important;
    /*background-size: cover;*/
}
.old-post {
    display: none !important;
    /*background-size: cover;*/
}

.showOld {
    display: block;
    text-align: center;
    /*margin: 0 0 0 10px;*/
    font-size:14px;
}

/*Stories*/
.mainBlock ol {margin-left:20px;}
.mainBlock {
    background: #FFFFFF;
    padding:10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-all;
}
.mainBlock table {border:1px solid black; margin-bottom:15px; table-layout: fixed;}
.mainBlock td {border:1px solid black; padding:5px; width:2%;}
.bookmark {position:relative; top:-110px; display:inline-block;}
.mainBlock .moretext {display:none; margin-top:10px;}


