@CHARSET "UTF-8";

body {
  background: #2F7BA2 url('./gfx/feed_bg.gif') repeat 0 0;
  font-family: Tahoma;
  font-size: 12px;
}

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


h1 {
  color: #4E7183;
  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: 35px 0 12px 0;
}


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

h3 {
  font-size: 14px;
  margin: 16px 0 6px 0;
}


#top {
  height: 125px;
  width: auto;  
  background: #D5E6ED url('./gfx/top_bg.gif') repeat-x;
}

  #top_contents {
  
  }

    #upper_top {
      height: 74px;
      background: url('./gfx/top_logo.gif') no-repeat;
    }
    
      #top_logo {
        float: left;
        width: 398px;
        height: 74px;
      }
        
        #top_logo a {
          width: 340px;
          height: 74px;
          display: block;
          outline: none;
        }
        
      #top_login {
        float: left;
        width: 540px;
        padding-right: 12px;
      }

        #top_login a {
          color: #fff;
          text-decoration: none;
        }
        #top_login a:hover {
          color: #fff;
          text-decoration: underline;
        }
        
          #top_login_info {
            padding: 35px 15px 0 0;
            text-align: right;
          }
        
        ul#login_options {
          list-style: none;
          margin: 0;
          padding: 14px 10px 0 0;
        }
        
          ul#login_options li {
            margin: 0 0 0 25px;
            font-size: 11px;
            text-align: right;
            float: left;
            list-style: url('gfx/login_options_square.gif');
          }
          
          ul#login_options li.nodot {
            list-style: none;
          }
        
        #top_login_form {
          padding: 6px 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;
            margin-top: 0;
          }
          
    #lower_top {
      height: 51px;
    }
    
      #top_logobottom {
        width: 165px;
        height: 35px;
        background: url('./gfx/top_logobottom.gif') no-repeat;
        font-size: 11px;
        font-weight: normal;
        color: #76888D;
        padding: 16px 75px 0 0;
        text-align: right;
        float: left;
      }

      #top_menu_container {
        float: left;
        width: 710px;      
      }
      
          ul#top_menu {
            float: right;
            list-style: none;
            margin: 0;
            padding: 0;
          }
          
            #top_menu li {
              float: left;
              padding: 0;
              padding-right: 3px;
              margin: 0;
              background-repeat: no-repeat;
              font-family: Tahoma, sans-serif;
              font-size: 14px;
            }
              #top_menu li a {
                display: block;
                padding: 15px 25px 0 25px;
                color: #535B5C;
                outline: none;
                height: 32px;
              }        
              #top_menu li a:hover {
                color: #000;
              }
              #top_menu li a.selected {
                background-image: url('gfx/menu_active_left.gif');
                background-repeat: no-repeat;
                color: #302A13;
                padding: 15px 22px 0 25px;
              }
              #top_menu li.selected {
                background-position: top right;
                background-image: url('gfx/menu_active_right.gif');
              }


#container {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

  #breadcrumbs {
    
  }
  
  
  #main {
    padding: 5px 0 20px 0;
    text-align: left;    
  }

    #column1 {
      float: left;
      padding: 20px 5px 15px 5px;
      }
      
      div.one_column #column1 {
        width: 940px;
        padding-left: 5px;
      }
    
      div.two_columns #column1 {
        width: 640px;
      }
  
      #column1 > h1:first-child { margin-top: 0; }
  
      #news {
        width: 640px;
        float: left;
        margin-right: 25px;
      }
      
      #posters {
        float: left;
        width: 240px;
        border-left: 1px solid #CDDAE0;
        padding: 0 0 10px 25px;
        
      }
        .poster h2 {
          font-size: 22px;
        }
          
      
    #column2 {
      float: left;
      padding: 30px 40px 18px 10px;
    }
      
      div.two_columns #column2 {
        width: 250px;
      }
        
      ul#sub_menu {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
        border-bottom: 1px solid #E4E4E4;
      }
      
        ul#sub_menu li {
          border-top: 1px solid #E4E4E4;
          padding: 0;
          margin: 0;
        }
        
        ul#sub_menu li a {
          color: #535B5C;
          padding: 12px 40px 12px 30px; 
          display: block;
        }
        ul#sub_menu li a:hover {
          color: #374F55;
          background-color: #F7FAFB;
        }
        
        ul#sub_menu li.level2 a {
          background-image: url('gfx/menu_closed.gif');
          background-repeat: no-repeat;
          background-position: 14px 13px;
        }
        ul#sub_menu li.level2.active a {
          background-image: url('gfx/menu_open.gif');
        }
        ul#sub_menu li.level2.selected a {
          font-weight: bold;
          color: #61583B;
        }
        
        ul#sub_sub_menu {
          list-style: none;
          padding: 0;
          margin: 0;
        }
    
          #sub_sub_menu li.level3 {
            
          }
    
          ul#sub_sub_menu li.level3 a {
            font-size: 12px;
            outline: none;
            padding-left: 40px;
          }
          
          ul#sub_sub_menu li.level3.selected a {
            color: #61583B;
            font-weight: bold;
          }

#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: 344px;
      }
      
      
    #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;
      }
    
    #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;
        }

  p#developer_notice {
    clear: right;
    margin: 20px 15px 20px 5px;
    padding: 0;
    font-size: 10px;
    color: #e0e0e0;
  }
    #developer_notice a {
      color: #e0e0e0;
    }