body {
  background-color: #444343;
  font-family: Tahoma;
  font-size: 12px;
}

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


h1 {
  color: #BA9C3E;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 12px 0;
}


h2 {
  background-repeat: no-repeat;
  color: #BA9C3E;
  /*color: #323131;*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 23px 0 8px 0;
  padding: 6px 0 5px 0px;
  width: 100%;
}

h3 {
  font-size: 14px;
  margin: 16px 0 6px 0;
  /**font-family: Georgia, "Times New Roman", Times, serif;**/
  font-family: arial;
}

  h3 a {
    /*color: #323131;*/
  }

.centered_block {
  width: 950px;  
}

#top {
  width: 100%;
  height: 115px;
  background: #fff url('./gfx/top_bg.gif') repeat-x 0 0;
}

  #top_contents {
    height: 139px;
    background: #fff url('./gfx/top_banner.gif') no-repeat 0 0;
  }

    #top_left {
      float: left;
      width: 250px;
      padding-left: 55px;
    }
    
      a#top_link_home {
        text-indent: -9999px;
        height: 86px;
        display: block;
        outline: none;
      }

      #top_date {
        float: left;
        width: 245px;
        text-align: center;
        font-size: 11px;
        color: #C9BE9B;
      }
  
    #top_right {
      float: left;
      width: 645px;
    }
      
      #top_login {
        margin-left: 50px;
        font-family: Arial;
        height: 44px;
      }
      
        #top_login a {
          color: #fff;
          text-decoration: none;
        }
        #top_login a:hover {
          color: #fff;
          text-decoration: underline;
        }
        
          #top_login_info {
            padding: 18px 0 0 12px;
          }
        
        ul#login_options {
          list-style: none;
          margin: 0;
          padding: 14px 0 0 0;
        }
        
          ul#login_options li {
            margin: 0 0 3px 0;
            font-size: 10px;
            text-align: right;
          }
        
        #top_login_form {
          padding: 16px 0 0 12px;
        }
        
          #top_login_form td {
            vertical-align: middle;
          }
          
          #login_error {
            position: absolute;
            top: 2px;
            margin-left: 1px;
            color: #D50000;
            background-color: #FFB4B4;
            font-size: 10px;
            padding: 1px 8px 1px 8px;
          }
          
          #top_login_form input.text {
            width: 120px;
            border: 1px solid #6A5138;
            margin-right: 3px;
          }
          #top_login_form input.button {
            font-size: 11px;
            padding: 3px 10px 3px 10px;
          }
          
          
        #top_menubar {
          float: right;
          margin-top: 14px;
          padding: 0 12px 0 0;
        }
        
          ul#top_menu {
            float: right;
            list-style: none;
            margin: 0;
          }
          
            #top_menu li {
              float: left;
              padding: 0;
              margin: 0;
              background-image: url('gfx/tab_right.gif');
              background-repeat: no-repeat;
              background-position: top right;
              font-family: tahoma;
              font-size: 13px;
            }
              #top_menu li a {
                display: block;
                padding: 9px 22px 16px 22px;
                background-image: url('gfx/tab_left.gif');
                background-repeat: no-repeat;
                color: #696041;
                outline: none;
              }        
              #top_menu li a:hover {
                color: #000;
              }
              #top_menu li a.selected {
                background-position: bottom left;
                color: #302A13;
                padding: 11px 22px 14px 22px;
              }
              #top_menu li.selected {
                background-position: bottom right;
              }

        #breadcrumbs {
          clear: both;
          font-size: 11px;
          padding: 0 0 0 18px;
          position: relative;
          top: 9px;
        }
        
          #breadcrumbs a {
            color: #BDAE82;
          }
          #breadcrumbs a:hover {
            text-decoration: underline;
          }
          
          .breadcrumb_separator {
            margin: 0 6px 0 6px;
          }
  
#container {
  clear: both;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

  #main {
    padding: 20px 0 20px 0;
    text-align: left;    
  }
  
    div#content_column {
      width: 540px;
    }

    #column1 {
      float: left;
      padding: 10px 5px 15px 5px;
      }
      
      div.one_column #column1 {
        width: 940px;
        padding-left: 5px;
      }
    
      div.two_columns #column1 {
        width: 610px;
      }
  
      #column1 > h1:first-child { margin-top: 0; }

      #news {
        width: 610px;
        float: left;
        margin-right: 25px;
        padding-top: 0;
      }
      
      #posters {
        float: left;
        width: 300px;
      }
        .poster {
        }
        
          h2.dagens_bibelord {
            text-align: left;
            text-indent: -9999px;
            display: block;
            background-image: url('gfx/h2_dagens_bibelord.png');
            background-repeat: no-repeat;
            background-position: center top;
            height: 40px;
          }
          h2.brukerkonto {
            text-align: left;
            text-indent: -9999px;
            display: block;
            background-image: url('gfx/h2_brukerkonto.png');
            background-repeat: no-repeat;
            background-position: center top;
            height: 40px;
          }
      
          a.registrer {
            text-align: left;
            text-indent: -9999px;
            display: block;
            background-image: url('gfx/button_register.png');
            background-repeat: no-repeat;
            background-position: center top;
            height: 37px;
            outline: none;
          }
          a.registrer:hover {
            background-position: center bottom;
          }
          
          ul.ticked {
            padding: 0px 15px 5px 22px;
            margin: -10px 0 10px 0;
          } 
            ul.ticked li {
              margin-left: 20px;
              padding: 3px 5px 3px 5px;
            }
          
      
    #column2 {
      float: left;
      padding: 18px 30px 18px 55px;
    }
      
      div.two_columns #column2 {
        width: 245px;
      }
      
      ul#sub_menu {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
        border-bottom: 1px solid #E4E4E4;
      }
      
        #sub_menu li {
          border-top: 1px solid #E4E4E4;
          padding: 0;
          margin: 0;
        }
        
        #sub_menu li a {
          color: #948967;
          padding: 12px 40px 12px 30px; 
          display: block;
        }
        #sub_menu li a:hover {
          color: #61583B;
          background-color: #FBFAF5;
        }
        
      ul#sub_menu {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
        border-bottom: 1px solid #E4E4E4;
      }
      
        #sub_menu li.level2 a {
          background-image: url('gfx/menu_closed.gif');
          background-repeat: no-repeat;
          background-position: 14px 13px;
        }
        #sub_menu li.level2.active a {
          font-weight: bold;
          background-image: url('gfx/menu_open.gif');
        }
        #sub_menu li.level2.selected a {
          color: #61583B;
          font-weight: bold;
        }
          
        ul#sub_sub_menu {
          list-style: none;
          padding: 0;
          margin: 0;
        }
    
          #sub_sub_menu li.level3 {
            
          }
          #sub_sub_menu li.level3 a { 
            font-size: 12px;
            outline: none;
            padding-left: 40px;
          }
          #sub_sub_menu li.level3.selected a {
            color: #61583B;
            font-weight: bold;
          }
    
      #biblical {
        font-size: 11px;
        color: #BDAE82;
        text-align: center;
        line-height: 16px;
        font-family: Tahoma;
      }
      
        h3.daily_bible {
          text-align: left;
          text-indent: -9999px;
          display: block;
          background-image: url('gfx/daily_bible.png');
          background-repeat: no-repeat;
          background-position: center top;
          height: 32px;
        }
        
        span.bible_location {
          color: #8E8363;
        }
  
#feed {
  width: 100%;
  min-height: 251px;
  margin: 0 auto;
  border-top: 8px solid #385B71;
  border-bottom: 5px solid #385B71; 
  background: #2F7BA2 url('./gfx/feed_bg.gif') repeat 0 0;
  font-family: arial;
  font-size: 12px;
  padding-bottom: 12px;
}

  #feed_contents {
    margin-top: 14px;
    background: url('gfx/feed_separator.gif') repeat-y 230px;
    padding: 0 5px 0 5px;
    color: #fff;
  }  
  
    
    #feed_contents img.picture {
     background-color: #68A3C2;
     border: 0;
    }

    #feed_contents a {
      color: #fff;
      text-decoration: none;
    }
    #feed_contents a:hover {
      text-decoration: underline;
    }

    #feed_contents h2 {
      text-indent: -9999px;
      background-repeat: no-repeat;
      height: 36px;
      margin-bottom: 0;
    }
    
      h2.latest_news {
        background-image: url('gfx/h2_latest_news.png');
        width: 165px;
        margin-top: 9px;
      }
      h2.active_users {
        background-image: url('gfx/h2_active_users.png');
        width: 177px;
        margin-top: 9px;
      }
      h2.whats_on {
        background-image: url('gfx/h2_whats_on.png');
        width: 302px;
      }
      
      
    #feed_contents h3 {
      /**font-family: Georgia, Times New Roman, Serif;**/
      font-family: Arial;
      font-weight: bold;
      font-size: 13px;
      color: #fff;
      margin: 0;
    }
      
    #latest_news {
      float: left;
      width: 225px;
    }
      
      .feed_icon {
        float: right;
        margin: 13px;
      }
      
      .feed_newsitem {
        margin-bottom: 15px;
      }
      
      .feed_newsitem p {
        margin-right: 14px;
      }
    
    #active_users {
      float: left;
      width: 248px;
      padding: 0 8px 0 15px;
      color: #fff;
    }
    
      .feed_comment {
        margin-bottom: 5px;
      }

        .fc_profile_image {
          border: 2px solid #eee;
          float: left;
          margin: 2px 10px 5px 0;
        }
        
        .feed_comment_age {
          color: #E0EDF4;
          font-size: 10px;
          float: right;
          margin-top: 2px;
        }
    
    #calendar {
      float: left;
      width: 454px;
      position: relative;
      top: -6px;
    }
      
      .calendar_box_top {
        width: 454px;
        height: 18px;
        background: url('./gfx/calendar_box_top.png') no-repeat;
      }
      .calendar_box_contents {
        width: 410px;
        padding: 5px 22px 0 22px;
        background: url('./gfx/calendar_box_bg.png') repeat-y;
      }
      .calendar_box_bottom {
        width: 454px;
        height: 18px;
        background: url('./gfx/calendar_box_bottom.png') no-repeat;
      }
      
      .calendar_item {
        clear: both;
        padding-bottom: 5px;
      }
      
        .calendar_date {
          background: url('./gfx/calendar_item_bg.png') no-repeat;
          width: 50px;
          height: 41px;
          padding-top: 9px;
          float: left;
          color: #333;
        }
        
          span.date_number {
            font-size: 21px;
            line-height: 1em;
            display: block;
          }
          
          span.month_short {
            display: block;
            font-size: 11px;
            line-height: 1em;
            letter-spacing: 2px;
          }
                   
        .calendar_text {
          float: left;
          width: 345px;
          padding: 3px 5px 4px 10px;
          color: #fff;
        }
          
        .bordered {
          border-top: 1px solid #5D9BBD;
          padding-top: 5px;
        }

#bottom {
  background: #444343 url('./gfx/bottom_bg.gif') repeat-x 0 0;
  height: 162px;
}
  
  #bottom_contents {
    padding-bottom: 30px;
  }
  
    #bottom_logo {
      float: right;
      padding: 40px 10px 10px 10px;
    }
    
    p#developer_notice {
      clear: right;
      float: right;
      margin: 20px 15px 20px 0;
      padding: 0;
      font-size: 10px;
      color: #e0e0e0;
    }
      #developer_notice a {
        color: #e0e0e0;
      }
      
      
      

/*** GREEN BOX 300px ***/
div.green_box_300 {
    width: 294px;
    padding-bottom: 1px;
    background: url('./gfx/mosaikk/common_structs/green_box_bg_300.png') repeat-y;
    margin-right: 6px;
}

    div.green_box_contents_300 {
        width: 264px;
        min-height: 40px;
        padding: 5px 15px 0 15px;
        background: url('./gfx/mosaikk/common_structs/green_box_top_300.gif') no-repeat;
    }
    
    div.green_box_bottom_300 {
        width: 294px;
        height: 19px;
        background: url('./gfx/mosaikk/common_structs/green_box_bottom_300.png') no-repeat;
        margin-right: 6px;
    }
    
    
/*** BEIGE BOX 300px ***/
div.beige_box_300 {
    width: 294px;
    padding-bottom: 1px;
    background: url('./gfx/mosaikk/common_structs/beige_box_bg_300.png') repeat-y;
    margin-right: 6px;
}

    div.beige_box_contents_300 {
        width: 264px;
        min-height: 40px;
        padding: 5px 15px 0 15px;
        background: url('./gfx/mosaikk/common_structs/beige_box_top_300.gif') no-repeat;
    }
    
    div.beige_box_bottom_300 {
        width: 294px;
        height: 19px;
        background: url('./gfx/mosaikk/common_structs/beige_box_bottom_300.png') no-repeat;
        margin-right: 6px;
    }