/* Enter Your Custom CSS Here */
/*
element.style {
    padding-bottom: 30px;
}*/

ul.dropdown li a {
    padding: 5px 15px;
    line-height: 15px;
}

ul.dropdown a:hover {color: #FFFF00 !important; text-shadow: none;  }

#main .post, #main .page {
    border: 0px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
  	padding-right: 15px;
    overflow-x: auto;
        /* padding: 10px;  */
}

#sidebar-left .widget, #sidebar-right .widget {
    border: 0px solid #eee;
    margin-bottom: 10px;
    overflow: hidden;
		padding: 10px;
}

.more-link {
    font-size: 14px;
    color: blue;
    font-style: italic;
}


.site-footer {
    background: transparent;
    border-top: none;
    font-size: 10px;
    padding: 10px;
   -webkit-box-flex: 0;
    flex: 0 0 90%;
    max-width: 90%;
}

tr.auth, td.auth, table.auth, tbody.auth
{
    padding: 0;
    padding-right: 0;
    height: 10px !important;
}

#main .post, #main .page, #sidebar-left .widget, #sidebar-right .widget
{
    border: none;
}

/* страница автора - контейнер текста */
#cont {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
  

.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
}
/* настройки footers */
.col-md-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}

/* настройки параграфа */
p
{
  font-family: Arial;
  text-decoration: none;
  line-height: 1.25em;
}

/*нужно прописывать в параграфе:  */
p.hei15 {
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    line-height: 1.4;
   }

p.auth_1 {
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    line-height: 1.1;
   }

p.justy {
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: justify;
   }


/* шрифты */

body,
input,
textarea {
	font-family: Arial, Helvetica, Sans-Serif !important;
  line-height: 1.3em;
}

a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  }

/* Adds special style to a visited link. */
a:visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
 
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #CC0000;
}
/*оформление Название книги / Автор в постах */
a.red
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FF0000;
}
a.blue
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #0000a0;
}
.red:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FF0000;
  }
.blue:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #0000a0;
  }
a.red:visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FF0000;
}
a.blue:visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #0000a0;
}
a.red:hover, a.red.hover, a.blue:hover, a.blue.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #CC0000;
}
