
/*reserved styles for layout after import*/


/*post intro*/

h1 {

    font-family: Georgia;

    font-size: 24px;

    font-style: normal;

    font-weight: normal;

    line-height: 130%;

    color: black;

    text-indent: 0px!important;



}


/*in-post chapter*/

h4 {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 20px;

    font-weight: bold;

    color: RGB(27,174,223);

    margin-top: 40px;

    text-transform: uppercase;

    text-indent: 0px!important;


}


/*in-post quote blu*/

h5 {

    font-family: Georgia;

    font-size: 24px;

    font-style: italic;

    font-weight: normal;

    margin-left: 100px;

    color: RGB(27,174,223);

    line-height: 130%;

    text-indent: 0px!important;


}


/*body text*/

p {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 18px;

    line-height: 140%;

    color: black;

    text-indent: 0px!important;


}


/*styles for better lj page look*/


/*tag header, posts filtered by*/

h2 {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 20px;

    font-weight: bold;

    background-color: rgb(27,174,223);

    color: white;

    text-indent: 0px!important;


}


/*page subtitle + post title*/

h3 {

    font-family: Arial, Helvetica, sans-serif;

    color: RGB(27,174,223);

    font-size: 40px;

    font-weight: bold;

    margin-top: 40px;

    text-indent: 0px!important;


}


.post-title {
    font-family: Arial, Helvetica, sans-serif;
    color: RGB(27,174,223)!important;
    text-decoration: none;
    font-size: 40px!important;
    font-weight: bold!important;

}



/*link blu*/

a:link {

    color: RGB(27,174,223);

}


/*link blu*/

a:visited {

    color:RGB(27,174,223);

}


/*link coral*/

a:hover {

    color: rgb(255,120,0);

}


/*tags list @post bottom*/

.j-e-meta {

    clear: both!important;

    font-size: 18px!important;

    margin: 10px 0 0!important;

    line-height: 120%!important;


}


/*sidebar widget caption*/

.j-w-title {

    margin-bottom: 10px;

    font-size: 20px;


}


/*cut [ ] wipeout*/

.lj-spoiler-leftbracket  {

    color: white;


}


.lj-spoiler-rightbracket {

    color: white;


}

.inline_question {color:RGB(27,174,223);}
.img_credits {font-size:12px; line-height: 1.2; margin-top: -16px;}

/*lj-spoiler clickable link for tweet*/

@media screen {



    .j-e-text {

        font-family: Georgia!important;

        font-size: 18px!important;

        line-height: 120%!important;

        font-weight: normal!important;

        color: black!important;

        text-indent: -6px!important;


    }


    .lj-spoiler  {

        font-size: 18px!important;

        line-height: 120%!important;

        font-weight: normal!important;

        color: black!important;


    }


    .lj-spoiler-head {

        font-size: 18px!important;

        line-height: 120%!important;

        font-weight: normal!important;

        color: black!important;


    }

}