body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    line-height: 150%;
    color: #333;
}

a {
	color: #406d96;
	outline: none;
	text-decoration: underline ;
}
a:hover {
    /*text-decoration: none ;*/
    color: #1f2c32;
    -webkit-transition: color .3s;
    -moz-transition:color .3s;
    -o-transition: color .3s;
    transition: color .3s;        
}
p {
	margin: 0 0 18px
}
strong{
    color: inherit !important; text-transform: inherit !important;
    font-style:  inherit !important;
}
img {
	border: none; vertical-align: middle;
}
h1, h2.h1{
    line-height: 100%;
    font-size: 27px;
    font-weight: 700;
    color: #37363a;
    
    background: #eff4f6;
    padding: 15px;
    margin-bottom: 20px;
}
.blockGrid h1{
    background: none; border: none;
    padding: 0;
    font-size: 24px;
}
body#readArticles h2, body#readArticles h3{
    color: #333333; font-weight: bold;
    font-size: 24px;
    line-height: 100%;
}

body#readArticles h3{
    font-size: 18px;
}
.red{
    color: red;
}
hr{
    height: 1px ;
    border: none;
    border-bottom: solid 1px #d3d3d3 ;
}
.center{
    text-align: center !important;
}
.left{
    text-align: left !important;
}
.right{
    text-align: right !important;
}
.middle{
    vertical-align: middle !important;
}
.vtop{
    vertical-align: top !important;
}
.Bold{
    font-weight: 700;
}
.Italic{
    font-style: italic;
}
.fl{
    float: left !important;
}
.fr{
    float: right;
}
#content {
    
}
#readArticles.nu-1 .article-img{
    /*visibility: hidden !important;*/
} 
body#readArticles{
    width: 720px;
    border: solid 1px #d3d3d3;
    padding: 20px 25px;
    margin: 0 auto;
}
#readArticles {
    padding-left: 15px;
    padding-right: 15px;
}
#readArticles {
    z-index: 3;
}
#readArticles p, #readArticles li{
    font-size: 14px;
    line-height: 21px;
}
#readArticles ul{
    margin-left: 20px;
}
#readArticles ol li{
    list-style: decimal;
}
#readArticles ul li{
    list-style: disc ;
}
#readArticles em{
    font-style: italic;
}

#readArticles h3{     
    margin-bottom: 10px;
    margin-top: 25px;
}
 
#readArticles h2 {
    margin-bottom: 15px;
    margin-top: 25px;
}
#readArticles {
    text-align: center; 
    /*border:  solid red 1px;*/
}
#readArticles *  {
    text-align: left;
}  
.article-img{
    text-align: center;
    margin: 0 0 25px 0;
   
    
    border: solid 1px #d7dee5;
    padding: 11px;
    background: #fdfdfd;
    display: inline-block !important; 
    position: relative; z-index: 1;
}
.article-img img{
    margin: 0;
    display: block;
    max-width: 650px;
    height: auto !important;  
    position: relative;
    z-index: 1;
}

.article-img.no-border{
    box-shadow: none;
    border: none;   
    background: none;
}
.article-img.no-border img{
     max-width: 9999px !important;
}
.article-img img.zoom{
    cursor: pointer;
}
.article-img span.zoom{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(images/zoom.png) no-repeat;  
    position: absolute;
    z-index: 333;
    top: 45%; left: 50%; margin-left: -25px;
    cursor: pointer !important;
    -webkit-transition-delay:1s;-moz-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s;
    -webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;
}
.article-img span.zoom:hover{
    opacity: 0.7;
}

.img-caption{
        color: #b0b5bd !important;
    margin-top: -15px;
    margin-bottom: 25px;
    text-align: center !important;
    font-size: 12px !important;  
    font-style: italic !important;
}
.img-caption * {
    font-weight: 300 !important;
        color: #b0b5bd !important;
    text-decoration: none!important;
    font-size: 12px !important;  
    text-align: center !important;
    font-style: italic !important;
}


.article-img .img-caption{
    margin: 5px 0 0 0 !important;
}

body#readArticles img.zoom{
    border-left-width: 22px;
    border-top-width: 22px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-style: inset;
    -moz-border-image: url('images/zoom32.png') 22 0 0 22 round round; 
    -o-border-image: url('images/zoom32.png')  22 0 0 22 round round; 
    border-image: url('images/zoom32.png')  22 0 0 22 round round;   
     -webkit-border-image: url('images/zoom32.png')  22 0 0 22 round round; 
     

}

#readArticles strong em{
    font-weight: 700; font-style: italic;
}