/******************************************************************************/
/*                                                                            */
/*   BASE FOR SCREENS SMALLER THAN 320 CSSPX                                  */
/*                                                                            */
/*   BASE COLOURS                                                             */
/*      green           #3bda00                                               */
/*      glight          #6bec3b                                               */
/*      gdark           #268e00                                               */
/*      glight+         #8eec6a                                               */
/*      gdark+          #326e1c                                               */
/*                                                                            */
/*******************************************************SB 20140316 20221001***/


@import url(reset.css);


/* DEFAULT LAYOUT ************************************************************/

body {
    font-family:Georgia,serif;
    font-size:1.0em;
    line-height:1.2;
    color: #000;
    background-color:#fff;
}

div#page_wrapper{
    width:90%;
    margin: 0 auto;
    background-color:#fff;
}

div#content_wrapper{
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 0em;
    background-color:#fff;
    z-index: 10;
}


/* DEFAULT STYLING ************************************************************/

p,
ul,
dl,
ol {
    margin-bottom:1em;
}

ul li {
    margin-left:0em;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}


h1,h2,h3 { 
    font-family:'Arial Narrow',Arial,sans-serif;
    line-height:1.0;
    -webkit-font-smoothing:subpixel-antialiased;
}
h1 {
    font-size:3.0em;
    text-transform:uppercase;
    margin-bottom:0.5em;
    color:#3bda00;
}

h2 { 
    font-size:1.5em;
    text-transform:uppercase;
    margin-bottom:0.5em;
    color:#3bda00;
}

h3 {
    font-size:1.25em;
    font-weight:bold;
    margin-bottom:0.5em;
}

h4 {
    font-size:1.25;
    margin-bottom:0.5em;
}


a {
    display:block;
    text-decoration:underline;
    color:#003300;
    background-color:#ffffff
}
a:hover,
a:focus {
    color:#00ff00;
    background-color:#ffffff;
}

/*  HEADER ********************************************************************/

div#header {
    background-color:#fff;
    width:100%;
}

div#branding {
	width:100%;
    padding: 0 ;
    margin: 0;
}

div#motto {
	display:none;
	width:100%;
	background-color:#fff;
    padding: 0;
    margin: 0;
}



/* NAVIGATION *****************************************************************/

ul#navigationA {
	font-family:Georgia,serif;
	clear:both;
    width: 100%;
    margin-top:1.0em;
    padding:0;
    width: 100%;
    font-size:1.2em;
    line-height:1.4;
    text-transform:uppercase;
    overflow:hidden;
}

ul#navigationA li {
	list-style-type: none;
    border-top:1px dotted #ccc;
}
ul#navigationA li:last-child {
    border-bottom:1px dotted #ccc;
}
ul#navigationA li a {
    display:block;
    text-decoration:none;
    text-align:center;
    color:#8eec6a;
    background:#326e1c;
}

ul#navigationA li a :hover,
ul#navigationA li a :focus {
    display:block;
    text-decoration:none;
    text-align:center;
    color:#326e1c;
    background:#8eec6a;
}

ul#navigationA li.cur,
ul#navigationA li.cur + li {
	text-align:center;
    border-top-style:solid;
    border-top-color:#3bda00;
}
ul#navigationA li.cur a {
	text-align:center;
    color:#326e1c;
    background:#8eec6a;
}

/* BANNER  ****************************************************************/
div#banner {
	  clear:both;
    display:none;
}

/* CONTENT *****************************************************************/


div.intro {
    font-size:1.0em;
    line-height:1.2em;
    padding-bottom:1em;
}

div.listing {
	font-size:1.0em;
	line-height:1.2em;
    border-top:1px solid #ccc;
    padding-top:1em;
    margin-bottom:1.0em;
    overflow:hidden;
}

div.listing:first-child {
    margin-top:3em;
}

div.explain {
	display:none;
}

div.overview h2 {
    font-size:1.4em;
    font-weight: normal;
    line-height:1.2;
    margin-top:0.0em;
    margin-bottom:0.7em;
    color:#3bda00;
}

div.overview h3 {
    font-size:1.2em;
    font-weight: normal;
    line-height:1.2;
    margin-top:1.7em;
    margin-bottom:0.5em;
    color:#000000;
}

/* POST **********************************************************************/
/* POST TYPES AND TAGS LIST *******************************************************/

div.typesandtags {
    display: block;
    width: 100.0%;
    margin: 1em auto 1em;
    padding-bottom: 1em;
    font-size: 1.0em;
    line-height: 1.2em;
    color: #000;
    background-color: #fff;
    height: 4em;
}

div.typesandtags:last-child {
    margin-bottom: 3em;
}


div.tytatit {
    display: block;
    width: 100%;
    float: left;
}

div.tytalst {
    display: block;
    width: 85%;
    float: right;
}


div.typesandtags a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-bottom-width: 3px;
    border-bottom-color:#000;

}

    div.typesandtags a:hover {
        color: #8eec6a;
    }

    div.typesandtags a:focus {
        color: #8eec6a;
    }


/*  POST TEASER *************************************************************/
div.postfeature {
    display: block;
    width: 100%;
    margin-top: 3em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-family: Georgia,serif;
    font-size: 1.0em;
    line-height: 1.2em;
    background-color: #fff;
}

/*
div.postfeature:first-child {
        padding-top: 10em;
        margin-top: 3em;
        width: 100%;
}
*/

div.postfeature h2 {
        font-size: 1.2em;
        float: left;
}

div.postfdata {
    display: block;
    width: 100%;

}

div.postftit {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    float: left;
}
/*
div.postftit h2 {
        font-size: 1.5em;
        float: left;
*/
} 

div.postftxt {
    display: block;
    margin: 1em auto 1em;
    width: 100%;
    float: left;
}

div.postfsuite {
    float: right;
    background-color: #ffffff;
    margin: 3px;    
}

div.postfsuite a {
        text-decoration: none;
        color: #000000;
        background-color: #ffffff;
}

div.postfsuite a:hover {
            color: #8eec6a;
        }

div.postfsuite a:focus {
            color: #8eec6a;
        }

div.postfimg {
    display: block;
    width: 50%;
    float: left;
}

/* POST BODY ******************************************************************/


div.postpart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1em;
    padding-bottom: 3em;
}


div.postbuleft {
    flex-basis: 55.5%;
}

div.postburight {
    flex-basis: 34.5%;
}

div.postb1 {
    flex-basis: 100%;
}

div.postbemargin {
    flex-basis: 15%;
}

div.postberight {
    flex-basis: 34.5%;
}

div.postbeleft {
    flex-basis: 34.5%;
}

div.postp2left {
    flex-basis:47.25%; 
}

div.postp2right {
    flex-basis: 47.25%;
}

div.postp2 {
    flex-basis: 47.25%;
}


/* FOOTER *********************************************************************/

div#footer {
	width:100%;
    background:#268e00;
    color:#fff;
    overflow:hidden;
    font-size:1.0em;
    line-height:1.2;
}


div#footer a {
    display:block;
    text-decoration:none;
    background-color: #268e00;
    color: #fff;
}
div#footer a:hover,
div#footer a:focus {
    color: #00ff00;
}

div#footer ul {
    list-style: none;
    margin:0;
    padding: 3em 1em 2em 2em;
    font-size: 1.0em;
    line-height:1.4em;
    overflow:hidden;
}

div#footer ul li {
    list-style: none;
    margin:0;
    padding: 0.5 1.5em;
    font-size:1.0em;
    line-height:1.4;
    overflow:hidden;
}



/* MENTIONS LEGALES **********************************************************/


div#mentionslegales h1 {
    font-size:3.5em;
    margin-bottom:1.0em;
    padding-top:1.0em;
    text-transform:uppercase;
    color:#000000;
}

div#mentionslegales h2 { 
    font-size:2em;
    margin-bottom:0.5em;
    margin-top:1.0em;
    color:#000000;
}

div#mentionslegales h3 {
    font-size:1.5em;
    margin-bottom:0.8em;
    margin-top:1.0em;
    color:#000000;
}

div#mentionslegales h4 {
    font-weight:bold;
    margin-bottom:0.75em;
    margin-bottom:0.75em;
    color:#000000;
}

/*****************************************************************************/