/***************************
 *    THRANPAGES LAYOUT
 * Created 25/11/2018 S.D.G.
 * Completed 15/07/2021
 * Lights Out 11/06/2020
 ***************************/

/* font declarations */

@font-face {
  font-family: "bebas";
  src: url("./BebasNeue-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "oxygen";
  src: url("./Oxygen-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "roboto-bold";
  src: url("./RobotoSlab-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "roboto-light";
  src: url("./RobotoSlab-Light.ttf") format('truetype');
}


/* page layout */
body {
    background-color: #000000;
    text-align: center;
    color: #e68c14;
    font-family: oxygen, "Franklin Gothic Medium", "Lucida Grande", sans-serif;
}

div#bodyContainer {
    margin: 10px auto 0px auto;
    max-width: 1500px;
}


div#masthead {
    min-height: 90px;
    border-top: 2px solid #e68c14;
    padding-top: 10px;
}

div#mastheadDetail {
    font-size: 0.8em;
}

/*each element under the main title*/
span.de{
    width: 30%;
    display: inline-block;
}

img#logo {
    display: inline;
    width: 60px;
    height: 60px;
}

div#subsectionLinks {
    border-top: 3px solid #ad6300;
    padding-top: 1px;
    padding-bottom: 5px;
    border-bottom: 3px solid #ad6300;
    background-color: #e69c3b;
    text-align: center;
    min-width: 500px;
    overflow: hidden;
    color: #bd7920;
    height: 25px;
}

span.subLinkText {
    display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

img.icon {
    margin-right: 3px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#pageBody {
    padding: 5px 0px 5px 0px;
}

ul#leftMenuList{
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
    font-size: 0.8em;
}

li.current{
    font-weight: bold;
}

div#pageContentHolder {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    padding-right: 5px;
    text-align: left;
}
div#footer {
    width: 100%;
    margin: 0px auto 0px auto;
    color: #f84202;
}

ul#latestEntryList { list-style: none; } /* Remove default bullets */

li.latestEntryItem {
    list-style-image: url("../img/tp_point.png");
}

div.latestEntryText {
    border-bottom: 1px solid #132e3c;
}

div#authorDescBox {
    margin: 5px;
    padding-bottom: 20px;
}

ul.writList li {
    padding-bottom: 5px;
}

span.writDate {
    font-size: 0.8em;
}

/* fe: footer element */
span.fe{
    width: 30%;
    display: inline-block;
}

/* text style */
h1.titleHeader{
    font-family: bebas, Arial, Helvetica, Verdana, Sans-Serif;
    display: inline;
    text-align: center;
    text-transform: uppercase;

    color: #ad6300;
    letter-spacing: 4px;
    font-style: italic;
    font-size: 4.0em;
    font-weight: 900;
    margin: 0px 5px 0px 0px;
}

h2 {
    margin: 0;
}

h1,h2,h3,h4 {
    font-family: roboto-light, Georgia, 'Times New Roman', Serif;
    color: #d59b50;
}

p.footerText{
    font-style: italic;
    font-size: 0.7em;
    text-align: center;
}

span.hpWsl {
    font-size: 0.7em;
    font-weight: normal;
}

blockquote {
    font-family: roboto-light, fixedwidth;
    color: #5ef5b5;
    margin-left: 20px;
    font-size: 0.9em;
}

blockquote .saidby {
    float: right;
    font-weight: bold;
}

/* Links general */
a:hover {
	color: #64c7df;
	text-decoration-line: underline;
	text-shadow: 0 0 4px #90b6ff;
}

a {
	color: #388fa4;
	text-decoration-line: none;
}

#subsectionLinks a {
    color: #0035B0;
    text-decoration: none;
    display: inline-block;
}

#subsectionLinks a:link {
    color: #0035B0;
}

#subsectionLinks a:hover {
    color: #182A54;
    text-decoration: underline;
	text-shadow: 0 0 4px #f7f7f7;
}

#subsectionLinks a:visited {
    color: #0035B0;
}

a#activeSubsection {
    font-weight: bold;
}

/* Category specific */
h3.latestEntryTitle {
    margin-bottom: 1px;
}
div.latestEntrySummary {}
.latestEntrySummary p {
    margin-top: 4px;
    margin-bottom: 6px;
}
h3.writName {
    text-transform: uppercase;
    font-style: italic;
}

/* assorted elements */
#npHtmlWidget {
    display:flex; 
    border: 1px solid white; 
    padding: 5px; 
    max-width: 400px; 
    justify-content: space-between; 
    font-family: monospace; 
    background-color: aliceblue; 
    color: black;
}

/* Handle mobile, make adjustments... */
@media only screen and (max-width: 500px) {
    div#subsectionLinks {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 0.8em;
        min-width: 90px;
        height: 20px;
    }

    img.icon {
        height: 20px;
    }

    div#masthead {
        min-height: 0px;
    }
    div#mastheadDetail {
        font-size: 0.6em;
    }
    div#pageContentHolder {
        margin-left: 0px;
        margin-right: 0px;
        border 0px 0px 0px 0px;
        font-size: 0.9em;
        text-align: justify;
    }
    div#bodyContainer {
        min-width: 100px;
    }
    h1.titleHeader {
        font-size: 1.8em;
        font-weight: lighter;
    }
    img#logo {
        width: 35px;
        height: 35px;
    }
    h1, h2, h3 {
/*        text-align: left;*/
    }
    h3.latestEntryTitle {
        font-size: 1.2em;
    }
    ul, li { 
        margin-left: 10px; 
        padding-left: 4px; 
     }
    
    p.footerText {
        font-size: 0.6em;
    }
    span.fe{
        width: 25%;
    }
}

