/*

Theme Name: TSU student journal

Theme URI: #

Author: the V team

Author URI: https://wordpress.org/

Description:

Version: 1.0



*/





/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}



/* html5doctor.com Reset v1.6.1 - http://cssreset.com */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}



a {

    color: #333;

}

p {
    margin: 10px 0;
}


/* Font import */
@font-face {
    font-family: bpgarial;
    src: url('/assets/bpg_arial_2009.ttf');
}
@font-face {
    font-family: bpgglaho;
    src: url('/assets/bpg_glaho_mix.ttf');
}

html {
    background: rgba(0, 70, 135, 0.6);
    margin: 40px 0;
}

.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}



.clearfix {

    display: inline-block;

}



html[xmlns] .clearfix {

    display: block;

}



* html .clearfix {

    height: 1%;

}



/* */



section.wrapper {

    width: 1024px;

    margin: 0px auto;

    overflow: hidden;

    background: white;padding: 0 20px;box-sizing: content-box;border: 1px solid gainsboro;border-top: none;border-bottom: 0;}

section.content_wrapper {

    width: 100%;

}

header#site-header {
    border: 1px solid gainsboro;
    border-radius: 3px;
    /* border-bottom: none; */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    margin-top: 21px;
}


header#site-header .headerlogo {
    max-width: 1020px;
    margin-left: -20px;

    margin-top: 4px;
}

section.sidebar-left {

    float: left;

    width: 225px;

    border-right: 1px solid silver;

    margin-right: 25px;

    min-height: 300px;

    padding-right: 25px;

}

section.content {

    float: right;

    width: 740px;

    font-family: calibri;

    font-size: 17px;

    line-height: 1.4;

}



ul.menu li {

    display: blcok;

    list-style: circle;

    margin-bottom: 10px;

    font-size: 15px;

    font-family: calibri;

    text-decoration: none;

    border-bottom: 1px dotted #ccc;

    padding-bottom: 6px;

    list-style: none;

}

ul.menu li.current_page_item {

    font-weight: bold;

}

ul.menu li a {

    display: inline;

    text-decoration: none;

    font-family: bpgarial, calibri;

}

section.langs {

    margin: 0 0 0 23px;

}



.clearfix:after {

    clear: both;

    content: ".";

    display: block;

    height: 0;

    line-height: 0;

    visibility: hidden;

}

.post h2.title {

    font-size:  19px;

    font-weight: bold;

    margin-bottom: 20px;

}

#lang_sel_list a, #lang_sel_list a:visited {

    color: #000000;

    font-size: 16px;

    background-color: transparent !important;
}

#lang_sel_list ul li a {

    margin-left: 5px;

    border-left: 1px solid #cccccc;

    color: #9E9E9E;    font-family: calibri;    font-weight: bold;    text-shadow: 1px 1px 1px #DDD;

}
#lang_sel_list ul li:first-child a {
    border-left: none;
}

#lang_sel_list ul li a.lang_sel_sel,

#lang_sel_list ul li a.lang_sel_sel:hover {

    cursor: default;

    color: #333;

    font-family: calibri;

    font-weight: bold;

    text-shadow: 1px 1px 1px #DDD;

}

#lang_sel_list ul li a.lang_sel_other:hover {

    color: #3C3A3A;

}

section.langs {

    margin: 0;

}

#lang_sel_list {

    height: 16px;

}

.issn {
    clear: both;
    float: left;
    position: absolute;
    bottom: 13px;
    color: #2F2F2F;    font-family: calibri;    font-weight: bold;    text-shadow: 1px 1px 1px #DDD;
}


.options {

    width: 100%;

    padding-top: 20px;

}

.options .langs {

    display: block;

    clear: both;


    float: right;

    bottom: 13px;

    position: absolute;

    right: 13px;

}

.options .search {

    float: right;

    margin-top: -13px;

}

.options .search input#s {
    height: 20px;
    padding: 0 5px;
    border: 1px solid #bbb;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 3px;
    outline: none;
    width: 120px;
}

.options .search input#searchsubmit {
    height: 22px;
    padding: 0 5px;
    margin-left: -5px;
    box-sizing: border-box;
    line-height: 22px;
    font-size: 12px;
    border: 1px solid #bbb;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 3px;
    outline: none;
    cursor: pointer;
}

.footer {

    width: 100%;

    color: #525252;

    font-size: 12px;

    font-family: calibri;

    padding-bottom: 20px;

}



.single_assue h1 {

    color: #000000;

    font-size: 20px;

    font-family: georgia;

    font-weight: 500;

    line-height: 22px;

    padding-bottom: 20px;

    font-weight: bold;
    font-family: bpgarial;
    color: #525252;

}

.single_assue ul li {

    padding-bottom: 10px;

}


.single_assue ul li.issuart {
    border: 1px solid gainsboro;
    border-radius: 2px;
    padding: 10px;
    margin: 0 0 10px 0;
    text-decoration: none;
    line-height: 1.5;
}
.single_assue ul li.issuart a {
    text-decoration: none;
}

.single_assue ul li.issuart a .arttitle {
    color: #565656;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
}
.single_assue ul li.issuart a .author {
    border-left: 2px solid #4559BE;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin: 15px 0 0;
    padding-left: 5px;
    overflow: hidden;
    font-weight: bold;
    color: #4559BE;
    text-shadow: 1px 1px 1px #fff;
    line-height: 18px;
}


.entrytext {
    font-size: 13px;
}

div#content h1.title {
    font-size: 17px;
    margin-bottom: 15px;

    font-weight: bold;
    font-family: bpgarial;

    color: #4559BE;
}
