/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 body{
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-size: 20px;
line-height: 30px;
color: #333;

}
h1 {
font-weight: normal;
color: #333;
font-size: 23px;
}
h2{
font-weight: normal;
color: #333;
font-size: 25px;
}

/** FRONTPAGE **/
#page-holder-frontpage{
    width: 100%;
}
#top-frontpage{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image:url('../img/header_bg.png');

}
header{
    width: 1210px;
    height: 165px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image:url('../img/header-185.png');
    text-align: center;
}
#img-frontpage{
    display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
}
.frontpage-image{
    width:100% !important;
    min-width: 1210px;
    display:block;
}
#slogan-bg-frontpage{
    width: 100%;
    min-width: 1210px;
    height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image:url('../img/slogan-bg-frontpage.png');

}
#slogan-frontpage{
    text-align: center;
    color: white;
    padding-top: 60px;
        display: block;
    width: 1210px;
    margin-left: auto;
    margin-right: auto;

}
.s-title{
font-size: 50px;
margin-bottom: 30px;
}
.s-slogan{
    font-size: 25px;

}
.s-line{
    margin:10px;
}
#content-frontpage{
    display: block;
    width: 1210px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #7a7676;
    margin-bottom: 10px;
}

#footer-frontpage{
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #7a7676;
    padding: 10px;
    
    /*Font*/
    font-size: 18px;
}

/** SUBPAGE **/
#content-subpage{
    display: table;
    width: 1210px;
    min-height:580px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #7a7676;
    margin-bottom: 10px;
}
#content-holder{
    display: inline-block;
    float:left;
    padding-left:20px;
}

#slogan-bg-subpage{
    height: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image:url('../img/slogan-bg-frontpage.png');
    text-align: center;
    color: white;
    padding-top: 10px;
    font-size: 25px;

}
article h1{
    font-size: 50px;
    color: #5e0303;
    line-height: 50px;
}

article img{
    float: right;
    margin-top: -80px;
    margin-left: 10px;
    margin-bottom:10px;
}


/** ALL PAGES **/

#logo{

    width: 100%;
}
/*LEFT MENU*/
.left-menu .menu{
   visibility: hidden;
}

#left-menu h2{
    border-bottom: 1px solid black;
    margin-bottom:10px;
}
#left-menu{
    float:left;
    margin-top:30px;
    width: 190px;
    padding-right:10px;
}
.left-menu ul{
    text-align: left;
    list-style:none;
    margin:0;
    padding:0;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;

}

.left-menu ul li{   
display:block;
padding-left: 10px;
padding-right:10px;
margin-bottom:0px;

}
/*Hides the submenu*/
.left-menu ul li .sub-menu{
    display: block;
}
.left-menu li.current_page_item .sub-menu a{
    display:inline-block;
    color:black;
    font-weight: bold;
    text-decoration: none;
}
.left-menu .sub-menu li a:hover {
    display:inline-block;
    color:#5e0303;
    font-weight: bold;
    text-decoration: underline;
}

.left-menu .current-menu-item > a, .current-menu-ancestor > a{
    color:#5e0303;
    font-weight: bold;
}

.left-menu .menu-header ul li.current_page_item > .current-menu-item{
    display: block;
}

/*TOP MENU*/
.menu{
    text-align: center;
    list-style:none;
    margin:0;
    padding:0;
    font-size: 18px;
    font-weight: bold;

}
.menu ul,
    div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}
.menu li{   
display:inline;
padding-left: 10px;
padding-right:10px;
margin-bottom:10px;

}
a{
    display:inline-block;
    color:#5e0303;
    font-weight: bold;
    text-decoration: underline;
}
.menu li a {
    display:inline-block;
    text-decoration: none;
    color:#2e2e2d;
}
.menu li.current_page_item a{
    display:inline-block;
    color:#5e0303;
    font-weight: bold;
    text-decoration: underline;
}
.menu li.current_page_ancestor a{
    display:inline-block;
    font-weight: bold;
    text-decoration: underline;
}

.menu li a:hover {
    display:inline-block;
    color:#5e0303;
    font-weight: bold;
    text-decoration: underline;
}

/*Hides the submenu*/
.menu li .sub-menu{
    display: none;
}


/*TOPMENU*/
/*
#menu-holder{
    width: 100%;
}
.menu-header {
    width: 50%;
    margin: 0 auto 0 auto;
    font-size: 20px;
    font-weight: bold;
}
.menu-header ul,
    div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}
 
.menu-header li{
    float: left;
    position: relative;
}

.sub-menu li {
    margin-top: 4px;
    margin-bottom: -4px;
    float: left;
    position: relative;
    border-bottom: 1px solid #5e0303;
}
 
.menu-header ul ul {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
.menu-header a {
    color:#5e0303;
    display: block;
    line-height: 41px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
}
.menu-header ul li:hover > ul {
    display: block;
}
.menu-header li:hover > a,
.menu-header ul ul :hover > a {
    text-decoration: underline
}
.menu-header ul ul a {
    background: white;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}
.current-menu-item > a, .current-menu-ancestor > a{
    color:#5e0303;
    font-weight: bold;
}

.menu-header ul li.current_page_item > .current-menu-item{
    display: block;
}
*/
/**Boxes**/
#boxes-holder{
    width: 1210px;
    display:block;
    height:350px;
    margin-left: auto;
    margin-right: auto;
}
#boxes-holder .widget{
    display: block;
    width: 300px;
    height: 300px;
    margin-right: 2px;
    float: left;
}
#boxes-holder .widget .widgettitle{
display: none;
}
#boxes-holder .widget .textwidget{
    overflow: hidden;
}
#boxes-holder .widget .textwidget h2{
font-size: 25px;
font-weight: bold;
margin-top:5px;
margin-top: 2px;
margin-bottom: 0px;
}
#boxes-holder .widget .textwidget p{
    font-size: 15px;
    line-height: 18px;
    margin-top:0px;
    margin-bottom: 10px;
}
#boxes-holder .widget .textwidget a{
    color: black;
    text-decoration: none;
    font-weight: normal;
}
#boxes-holder .widget .textwidget a:hover{
    color:#5e0303;
    text-decoration: underline;
    font-weight: normal;
}
/** ENDBoxes**/




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}