@charset "utf-8";

@font-face { font-family: 'TextFont'; src: url('../fonts/ConstantiaRegular.ttf') format('truetype'); }    


a {text-decoration: none; color: #535350}

.pismo, h1, h2, h3, h4, #verses_content {
    font-family: TextFont;
}
#verses_content, .verse_text { color: #232220 !important; }

div.body {margin: 30px;}

div.pocitadlo
{
float: left;
padding: 1px 4px 1px 4px;
background-color: #FF6969;
border-radius: 12px; 
-moz-border-radius: 12px; 
-webkit-border-radius: 12px; 
border: 2px solid;
border-color: white;
}   

.tien {
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#D5D5D3')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#D5D5D3');
}

.odznac { float:left; width:38px; height:38px; background-image:url('../img/button-odznac-s-okrajom.png'); }
.tlacitko { float:left; width:69px; height:38px; background-image:url('../img/button-polovicny.png'); text-align:center; vertical-align:middle; background-repeat: no-repeat}

.div.menu {padding: 0 0 0 6px;}

.menu-riadok {width: 152px; height: 39px; vertical-align: bottom; display: table;}
.menu-lave {height:32px; margin-left: 6px; float:left; }
.menu-lave-s-pocitadlom {height:39px; margin-left: 0px; float:left; }
.menu-prave {height:32px; margin-left: 6px; float: right;}

div.int-box { display: table-cell; vertical-align: bottom; }

.menutext { line-height: .1em; font-family: 'Open Sans Condensed', sans-serif; font-size: 16px;}

#msg { }

body {
    padding:0px;
    margin:0px;
    font-family: Arial,Verdana, Geneva, Helvetica;
    font-size: 12px;
}
img {
    border: 0
}

h1, h2, h3 { padding: 0px; margin: 0px; font-family: 'Open Sans Condensed', sans-serif;}
h1 { font-size: 32px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }

#logo {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    margin-top: 10px;
}
#small_logo {
    width: 180px;
    height: 50px;
    margin-top: 12px;
    margin-left: 12px;
    float: left;
    background: url(../img/biblia_small_logo1.png) top left no-repeat;
}
#home {
    float: left;
    margin-top: 22px;
    margin-left: 16px;    
}
#home img {
    width: 24px;
}
#mobile {
    float: left;
    margin-top: 4px;
    margin-left: 16px;    
}
#mobile img {
}
#container {
    margin: 0 auto;
    width: 1000px;
    background-color: #FFF;
    margin-top: 20px;
}
#header {
    background: #FFF url(../img/header.png) no-repeat;
    height: 65px;
    width: 1000px;
}
#sidebar {
    background-color: #FFF;
    width: 145px;
    padding: 15px;
    float: left;
}
#home_sidebar {
    background-color: #FFF;
    width: 160px;
    padding: 15px;
    float: left;
}
#menu ul, .menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#menu ul li, .menu ul li {
    width: 145px;
    height: 35px;
    background: url(../img/menubg.png) no-repeat;
    margin-bottom: 10px;
}
#menu ul li a.main, .menu ul li a.main {
    width: 145px;
    height: 25px;
    color: #000;
    font-weight: bold;
    outline: 0;
    padding-top: 10px;
    text-align: center;
    display: block;
}
#menu ul li a, .menu ul li a {
    color: #000;
    text-decoration: none;
}
#content {
    padding: 15px;
    margin-left: 175px;
    font-size: 16px;
    color: #777777;
    background-color: #FFF;
    min-height: 450px;
    border-left: 1px solid #CCCCCC;
}
#home_content {
    padding: 15px;
    margin-left: 190px;
    font-size: 16px;
    color: #777777;
    background-color: #FFF;
    min-height: 450px;
    border-left: 1px solid #CCCCCC;
}
.translation_title {
    color: #777777;
}
#mainNav ul {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    margin-left: 251px;
    padding: 0px;
    padding-top: 16px;
    list-style: none outside none;
}
#mainNav ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
#mainNav ul li a.first {
    background-image: url("../img/main-menu-item-first-cbg.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 25px;
    margin-right: 1px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 82px;
}
#mainNav ul li a.last {
    background-image: url("../img/main-menu-item-last-cbg.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 25px;
    margin-right: 1px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 82px;
}
#mainNav ul li a {
    background-image: url("../img/main-menu-item-cbg.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 25px;
    margin-right: 1px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 82px;
}
#footer {
    clear: both;
    text-align: center;
    padding: 10px;
    background-color: #EEEEEE;
}

/* TOOLTIP */

.tooltip {
    position:absolute;
    z-index:1000;
    border:8px solid #DDDDDD;
    background-color: #F8F8F8; 
    padding: 15px;
}

#verses_content .tooltip {
    position:absolute;
    z-index:1000;
    border:1px solid #DDDDDD;
    background-color: #3F3F3F; 
    padding: 5px;
    color: #FFF;
}

.translation_link a {
    padding: 11px;
    display: block;
    text-align: left;
}
.translation_link a:hover {
    background-color: #CCCCCC;
}

.book_link_1, .book_link_2 {
    width: 180px;
    text-align: left;
}
.book_link_1 a, .book_link_2 a {
    padding: 11px;
    font-weight: normal;
    display: block;
}
.book_link_1 a:hover, .book_link_2 a:hover {
    background-color: #CCCCCC;
}

.chapter_link {
    width: 40px;
    height: 40px; 
}

#link_view_bg { width:69px; height:38px; background-image:url('../img/button-zobrazenie.png'); background-repeat: no-repeat; }
#link_compare_bg { width:69px; height:38px; background-image:url('../img/button-paralelne.png'); background-repeat: no-repeat; }

.view_link {
    text-align: left;
}

.view_link a {
    padding: 5px;
    display: block;
}
.view_link a:hover {
    background-color: #CCCCCC;
}
.chapter_link a {
    padding: 10px;
    display: block;
}

.chapter_link a:hover {
    background-color: #CCCCCC;
    padding: 10px;
}

#search_box {
    text-align: center;    
}
#search_box #search {
    margin: 0px auto;
    width: 400px;
    height: 32px;
    background: url( ../img/search2.png ) top left no-repeat;
}
.change_color1 {
    color: #000;
}
input {
    font-size: 12px;
}
#input_search, #submit_search {
    margin-top: 5px;    
    border: 0px;
    font-size: 14px;
    background-color: #FAFAFA
}
#input_search {
    margin-left: 5px;
    width: 350px;
    margin-right: 35px;    
}
#input_search:focus {outline:none;}
#submit_search {
    background: transparent;
    background-color:transparent;
}
.change_color2 {
    color: #CCCCCC;
}
#access {
    float: right;
    margin-right: 30px;
    color: #FFF;
    padding-top: 8px;
}
#access a {
    text-decoration: none;
    color: #FFF;
}
#access a:hover {
    text-decoration: underline;
}
#plans, #login {
    font-size: 12px;
}
#plans th {
    background-color: #5F5B5A;
    color: #FFF;
    text-align: left;
    padding: 5px;
}
#plans td {
    padding: 5px;
    color: #333;
}

#plans a {
    text-decoration: none; color: #333;
}

#plans a:hover { text-decoration: underline; }

#content_tagger {
    padding: 15px;
}

#content .ref {
    padding-bottom: 7px;
    border-bottom: 1px solid #CCCCCC;
}
.even {
    background-color: #EFEFEF;
}
#check_translations {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height:130px;
}

.hdiv30
{
  position:absolute;

  width:150px;
  filter:alpha(opacity=85);
  opacity:0.85;
  padding:5px;
  background:#000000;
  color:#cccccc;
  border:solid #555555 1px;
  display:none;
}

.verse_number { 
    color: #A60D0D;
}

.reading { text-align: justify; padding: 20px; }

.reading_title  {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align:center;
}

.title {
    color: #000;
    font-weight: bold;
}

.reading_book_title {
    color: #000;
    font-weight: bold;
}
.reading_book_title a{
    color: #000;
    font-weight: bold;
    text-decoration: none
}
.reading_book_title a:hover{
    text-decoration: underline;
}

.cancel_reading, .add_reading {
    color: #000;
    background-color: #CCC;
    border: 1px solid #5F5B5A;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 50px;
    text-align: center;
}

.history_page {
    color: #000;
    background-color: #CCC;
    border: 1px solid #5F5B5A;
    padding: 8px 5px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 35px;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}
.history_page:hover { background-color: #AAA }

.clear { clear: both; }

.copyright { margin-top: 10px; }


.page_first_off { background-image: url("../img/strankovanie_first_off.jpg"); background-repeat: no-repeat; height: 24px; padding-top: 5px; text-decoration: none; width: 23px;}
.page_previous_off { background-image: url("../img/strankovanie_left_off.jpg"); background-repeat: no-repeat; height: 24px; padding-top: 5px; text-decoration: none; width: 23px; }
.page_first { background-image: url("../img/strankovanie_first.jpg"); background-repeat: no-repeat; height: 24px; padding-top: 5px; text-decoration: none; width: 23px; }
.page_previous { background-image: url("../img/strankovanie_left.jpg"); background-repeat: no-repeat; height: 24px; padding-top: 5px; text-decoration: none; width: 23px; }

.page_last_off { background-image: url("../img/strankovanie_last_off.jpg"); background-repeat: no-repeat; height: 24px; padding-top: 5px; text-decoration: none; width: 23px;}
.page_next_off { background-image: url("../img/strankovanie_right_off.jpg"); background-repeat: no-repeat; height: 24px; padding-top: 5px; text-decoration: none; width: 23px; }
.page_last { background-image: url("../img/strankovanie_last.jpg"); background-repeat: no-repeat; height: 24px; padding-top: 5px; text-decoration: none; width: 23px; }
.page_next {  background-image: url("../img/strankovanie_right.jpg"); background-repeat: no-repeat; height: 24px; padding-top: 5px; text-decoration: none; width: 23px;  }

.page_number { background-image: url("../img/strankovanie_number.jpg"); background-repeat: no-repeat;  color: #000000; font-size: 12px; font-weight: bold; height: 24px; padding-top: 5px; text-align: center; text-decoration: none; width: 23px; }
.page_number_active { background-image: url("../img/strankovanie_number_on.jpg"); background-repeat: no-repeat; color: #FFFFFF; font-size: 12px; font-weight: bold; height: 24px; padding-top: 5px; text-align: center; text-decoration: none; width: 23px; }

.page_first:hover { background-image: url("../img/strankovanie_first_on.jpg"); background-repeat: no-repeat;  color: #FFF; }
.page_previous:hover { background-image: url("../img/strankovanie_left_on.jpg"); background-repeat: no-repeat;  color: #FFF; }
.page_last:hover { background-image: url("../img/strankovanie_last_on.jpg"); background-repeat: no-repeat;  color: #FFF; }
.page_next:hover { background-image: url("../img/strankovanie_right_on.jpg"); background-repeat: no-repeat;  color: #FFF; }

.page_number:hover { background-image: url("../img/strankovanie_number_on.jpg"); background-repeat: no-repeat;  color: #FFF; }

a.bibleCite {
    font-weight:normal; color: #777777; text-decoration: none; border-bottom:1px dotted;
}
a.bibleCite:hover {
    color: #970000;
}

iframe { 

}
.input {
    width: 100px;
}

.copyright a {
    color: #000;
    text-decoration: none;
}
.copyright a:hover { text-decoration: underline; }

ul#favorites_verses { padding: 0px; margin: 0px; }
#favorites_verses li { list-style-type: none; padding: 0px; margin: 0px; padding-bottom: 8px; padding-top: 0px; border-bottom: 1px dotted silver;}
#favorites_verses table { float: right; }

#copy-button { border: 0px; background: #FFF url(../img/button-text.png) top left no-repeat; float: left; width: 32px; height: 32px; cursor: pointer; cursor: hand;}
#copy-button1 { border: 0px; background: #FFF url(../img/button-link.png) top left no-repeat; float: left; width: 32px; height: 32px; cursor: pointer; cursor: hand;}
#button-a { border: 0px; background: #FFF url(../img/button-a.png) top left no-repeat; float: left; width: 32px; height: 32px; cursor: pointer; cursor: hand;}
#button-koment { border: 0px; background: #FFF url(../img/button-koment.png) top left no-repeat; float: left; width: 32px; height: 32px; cursor: pointer; cursor: hand;}
#button-verse { border: 0px; background: #FFF url(../img/button-verse.png) top left no-repeat; float: left; width: 32px; height: 32px; cursor: pointer; cursor: hand;}
#button-facebook { border: 0px; background: #FFF url(../img/button-facebook.png) top left no-repeat; float: left; width: 32px; height: 32px; cursor: pointer; cursor: hand;}

#tabs { font-size: 12px; }
#tabs ul { float: left; padding-top: 4px; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC; width: 770px; padding-left: 0px; margin-left: 0px; }
#tabs li { list-style: none; }
* html #tabs li { display: inline; }
#tabs li, #tabs li a { float: left; font-weight: normal;}
#tabs li { margin-right: 5px; }
#tabs ul li.active { border: 0px; }
#tabs ul li.active a { color: #333333; font-weight: bold; }
#tabs ul li a { text-decoration: none; padding: 8px; color: #000; }
.link-button { padding: 7px; color:#000; border: 1px solid #CCC; text-decoration: none; background-color: #CCCCCC;}
.commentary_title { margin-bottom: 8px; padding: 5px; border: 1px solid #CCC; }
.commentary_title a { font-weight: bold; }

label { width: 150px; display: inline-block; }
input { border: 1px solid #CCC; padding: 3px; }
.helptext { display: block; margin-left: 150px; font-size: 11px; color: #666;}
.login, .registration { text-align: center; margin-top: 40px; margin-bottom: 80px; }
.accounts_form { width: 300px; border: 1px solid #CCC; text-align: center; margin: 0 auto; padding: 0px 0px 20px 0px;}
.accounts_form_title { font-weight: bold; background-color: #CCC; margin: 2px; padding: 8px; }