/*
Theme Name:     Frontier Rostsys
Theme URI:      http://ronangelo.com/frontier/
Description:    Child theme for Frontier by LML.
Author:         LML
Icons:		Yusuke Kamiyamane, http://p.yusukekamiyamane.com/
Author URI:     http://www.rostsys.ru/
Template:       frontier
Version:        0.1.0
*/
@import url("/wp-content/themes/frontier/style.css");


a {
    outline: none;
}

#top-bar {
 min-height: 28px;
 padding: 2px;
 width: 100%;
}

#site-description {
 margin-left: 4px;
 color: #CCCCCC;
 font-size: 15px;
 vertical-align: middle;
}

#nav-top .nav-top a {
 display: block;
 margin: 2px;
 padding: 2 10px;
 color: #FFF;
 font-family: Arial, Sans-serif;
 font-size: 15px;
}

#nav-top .nav-top a:hover {
 color: #F1D201;
}

#nav-main .nav-main a {
 color: #FFFFFF;
 display: block;
 font-family: Arial, Sans-serif;
 font-size: 15px;
 padding: 8px 14px;
}


.search-field {
 max-width: 100%;
}

# a[href$='.pdf'] { 
# padding: 5px 20px 5px 0;
# background: transparent url(/files/icons/yk-pdf.png) no-repeat center right;
# }

a[href$='.zip'], a[href$='.rar'] { 
 padding: 5px 20px 5px 0;
 background: transparent url(/files/icons/zip.png) no-repeat center right;
}

a[href ^="mailto:"] {
 padding: 5px 0px 5px 20px;
 background: transparent url(/files/icons/bmail.png) no-repeat center left;
}

.phone {
 padding: 0 0 0 24px;
 background: transparent url(/files/icons/blue-phone.png) no-repeat center left;
}

.mphone {
 padding: 0 0 0 12px;
 background: transparent url(/files/icons/mphone.png) no-repeat center left;
}

.elink {
 padding: 5px 18px 5px 0px;
 background: transparent url(/files/icons/elink.png) no-repeat center right;
}

.ytlink {
 padding: 5px 24px 5px 0;
 background: transparent url(/files/icons/ytb1.png) no-repeat center right;
}

/*
.genericon-day:before {
 content: url(/files/icons/yk-cal.png);
}
.genericon-category:before {
 content: url(/files/icons/yk-cat.png);
}
*/

.homelink {
 padding: 5px 0 5px 20px;
 background: transparent url(/files/icons/yk-home.png) no-repeat center left;
}

.entry-title a {
 color: #2A5A8E;
 font-size: 16px;
 text-shadow: 0px 1px 1px #aaaaaa;
}

.breadcrumbs {
 float: left;
 font-family: Helvetica,Arial,Sans-serif;
 padding: 8px;
}

.bnwrapper {
 max-width: 940px;
 margin: auto;
}

.bnitem {
 display: block;
 width: 100%;
 padding: 6px;
 margin: auto;
 border: none;
}

.bnitem img  {
 display: block;
 margin-top: 2px;
 margin-bottom: 2px;
 margin-left: auto;
 margin-right: auto;
 box-shadow: 0px 0px 4px #000000;
} 

.bnitem img:hover {
 box-shadow: 0px 0px 6px blue;
}

.bnitem img:active {
 position:relative;
 box-shadow:  0px 0px 1px #000000;
 top:1px;
}

.bnitem a  {
 color: white;
 text-shadow: 0 0 2px #222222;
 background-color: #2A5A8E;
 display: block;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
}

.bnitem a:hover {
 color: #F1D201;
}

.rstable {
 width:100%;
 border:1px solid #2A5A8E;
}

.rstable table{
 border-collapse: collapse;
 border-spacing: 0;
 width:100%;
 height:100%;
 margin:0px;
 padding:0px;
}

.rstable tr:nth-child(odd){ background-color:#e3effc; }

.rstable tr:nth-child(even){ background-color:#ffffff; }

.rstable td {
  vertical-align:middle;
  border:1px solid #2A5A8E;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:5px;
  font-size:14px;
  font-family:Helvetica,Arial,Sans-serif;
  font-weight:normal;
  color:#000000;
}

.rstable tr:last-child td{
 border-width:0px 1px 0px 0px;
}

.rstable tr td:last-child{
 border-width:0px 0px 1px 0px;
}

.rstable tr:last-child td:last-child{
 border-width:0px 0px 0px 0px;
}

.rstable tr:first-child td{
 background-color:#2A5A8E;
 border:0px solid #2A5A8E;
 text-align:center;
 border-width:0px 0px 1px 1px;
 font-size:13px;
 font-family:Arial;
 font-weight:bold;
 color:#ffffff;
 }

.rstable tr:first-child td:first-child {
 border-width:0px 0px 1px 0px;
}
.rstable tr:first-child td:last-child {
 border-width:0px 0px 1px 1px;
}

.txt-block  {
 display: block;
 margin: 0 0 5px;
 width: 100%;
 padding: 7px 0;
 text-align: justify;
}

.txt-block h1, h2, h3, h4, h5 {
 padding: 4px 0;
 text-align: left;
}

.txt-block p {
 margin: 0;
 padding: 3px 0; 
}

.txt-block ol, ul {
 margin:0 
}

.txt-block li {
 padding: 3px 0; 
}

.gnitem {
 display: block;
 width: 100%;
 padding: 6px;
 margin: auto;
 border: none;
}

.gnitem a  {
 color: #000000;
 background-color: #f5f5f5;
 display: block;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
}

/* ***** */
.glink a  {
 color: #000000;
 background-color: #f5f5f5;
 padding: 5px;
}

.glink a:hover {
 color: #01468c;
 box-shadow: 0px 0px 6px #000000;
}

.glink a:active {
 position:relative;
 box-shadow:  0px 0px 1px #000000;
 top:1px;
}

.continue-reading {
    border: 2px solid #CCCCCC;
    color: #555555;
    display: inline-block;
    float: right;
    font-size: 12px;
    padding: 2px 10px;
}

.continue-reading:hover {
    border-color: #2a5a8e;
    color: #333333;
}

.continue-reading:active {
    position: relative;
    top: 1px;
}

.link-prev a, .link-next a {
    background-color: #2a5a8e;
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
}

.link-prev a:hover, .link-next a:hover {
    color: #e4d516;
}

.rp_item div{
  padding: 5px 5px 5px 5px;
  width: 100%;
/*background-color: #2a5a8e;
  background-color: #1d3c75;*/
background-color: rgba(30, 61, 118, 0.92);
/*background-color:rgba(10, 24, 41, 0.7);
background-color:rgba(27, 37, 55, 0.3);*/

  color: rgba(255, 255, 255, 0.7);
  outline: none;
  border-radius: 5px;
}

.rp_item  div:hover {
/*  color: #eecd00;
background-color:rgba(10, 24, 41, 0.7);*/
color: rgba(255, 255, 255, 1);
background-color: rgba(30, 61, 118, 1);
}

.rp_item  table{
    margin:0;
    width: 100%;
}

.rp_item  th, td {
    border: 0;
}

.rp_item td.icon {
    width: 52px;
}

.rp_item span.rarlogo {
    background-image: url("/files/img/fsrar1.png");
    background-repeat: no-repeat;
    display: block;
    height: 54px;
    width: 49px;
}

.rp_item span.reglogo {
    background-image: url("/files/img/reg-logo.png");
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 44px;
}

.rp_item span.rologo {
    background-image: url("/files/img/ro-logo.png");
    background-repeat: no-repeat;
    display: block;
    height: 42px;
    width: 40px;
}

.rp_item span.gulogo {
    background-image: url("/files/img/gu-logo.png");
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 46px;
}

.rp_item span.elogo {
    background-image: url("/files/img/e-logo.png");
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 88px;
}


.rp_item span.jir {
    background-image: url("/files/img/jir.png");
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 48px;
}

.rp_item span.just {
/*    background-image: url("/files/img/minjust.png");*/
    background-image: url("/files/img/reg-logo.png");
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 44px;
}

.rp_item span.donmade {
    background-image: url("/files/img/donmadem.png");
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 48px;
}

.rp_item span.donpotreb {
    background-image: url("/files/img/donpotreb.png");
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 48px;
}
