/* 
    Document   : style.css
    Created on : 30.03.2009., 17.20.11
    Author     : Milko Leporis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.Core_Head h1 {
    color: white;
    font-family: Georgia, serif;
    font-size: 70px;
    font-weight: normal;
    margin-top: 10px;
}
.Core_PN_widget_text {
    font-size: 18px;
}
.Core_PN_Bible {
    background-image: url(../images/bible.png);
    background-repeat: no-repeat;
    width: 270px;
    height: 210px;
    float: right;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}
.Core_PN_Footer_Copy {
    float: right;
    color: white;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    padding-top: 15px;
}
*html .Core_Head {
    margin-top: -190px;
}
*html .Core_Head h1 {
    margin-top: 0px;
}
*html #Core_HorizontalMenu {
    margin-top: 0px;
}
*:first-child+html .Core_Head {
    margin-top: -200px;
}

*html .Core_PN_Bible {
    behavior: url(http://localhost/www.porukanade.info/images/iepngfix.htc);
    margin-right: 30px;
}

.Core_PN_verse {
    font-size: 30px;
    font-family: Verdana, sans-serif;
    color: #444444;
    height: 200px;
}
.Core_TextWraper h1 {
    font-family: Verdana, sans-serif;
}
.Core_PN_Highlight {
    color: #666666;
}

.Core_PN_korak {
    font-family: Verdana, sans-serif;
    margin-bottom: 35px;
    display: none;
}
.noscript {
    display: block;
}
.prviKorak {
    display: block;
}
.Core_PN_korak p {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
}
.Core_PN_korak .verse {
    padding: 20px;
    font-size: 18px;
    font-style: italic;
    border: 1px solid #cccccc;
    background-color: #EDEDED;
}
.Core_PN_korak .verseFloat {
    float: left;
    width: 270px;
    margin-bottom: 10px;
}
.Core_PN_korak .pitanje {
    text-align: right;
    color: red;
}
.Core_PN_korak img {
    float: left;
}
.Core_PN_korak .legend {
    float: right;
    width: 250px;
    font-size: 14px;
}
.Core_PN_korak .legend ul {
    list-style: none;
}
.Core_PN_korak .legend ul li{
}
.Core_PN_korak .legend ul img{
    float:none;
}
.PutSpasenjaPortlet  {

}

.Core_PN_bilboard {
    margin-left: 200px;
    margin-top: 50px;
    margin-bottom: 100px;
    height: 250px;
}

