
/*  --------------------------------------------    
    news.css
    com.airportbags.www
    regi e.(regi@pushhere.com, Lead Dev)
    - Requires(Location):
      (styles/lib/layout.css)
    --------------------------------------------  */
    
/*  GLOBAL
    --------------------------------------------  */    
    body#news-page li#news a,
    body#news-detail li#news a {
      background: #fff;
      color: #000;
      
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
    }
    body#news-page li#news,
    body#news-detail li#news {
      background: transparent url('/static/images/gui/icons/icon-nav-status.png') 50% 25px no-repeat;
    }
    body#news-page #page-content {
      background: #D1D3D4;
    }
    
/*  NEWS OVERVIEW
    --------------------------------------------  */
    .service-nav h2 {
      padding: 0 0 25px;
      text-indent: 0;
      text-indent: 0;
    }
        

/*  NEWS ARTICLE
    --------------------------------------------  */
    .news-archives {
      padding: 0 5px 0;
      width: 690px;
    }
    .news-archives h2 {
      padding: 0 0 25px;
      text-indent: 0;
      font-weight: 400;
    }
    .article {
      position: relative;
      overflow: auto;
      padding: 5px 15px 20px 225px;
      border-bottom: 1px solid #999;
      margin-bottom: 5px;	    
    }
    .article h3 {
      margin-bottom: 0;
      font-size: 1.15em;
      font-weight: 400;
    }
    .article h4 {
      font-size: 0.75em;
      color: #999;
      margin-bottom: 5px;
    }
    .article img {
      position: absolute;
      top: 10px;
      left: 0;
      border: 1px solid #000;
    }
    .article p {
     margin: 0px;
     padding-bottom: 30px;
    }
    .article p img {
      position: relative;	  
    }
    .article a.read-more {
      position: absolute;
      right: 0;
      bottom: 0;
      background: transparent url('/static/images/gui/btn/btn-alert-overlay.png') 0 0 repeat-x;
	  display: block;
	  padding: 7px 10px 5px;
	  color: #424242;
	  text-decoration: none;
      font-weight: bold;
	  line-height: 1;
	  position: relative;
	  cursor: pointer;
	  background-color: #BDBDBD;
	  font-size: 0.82em;
	  text-align: center;

	  
	  	-moz-border-radius: 5px;
	  	-webkit-border-radius: 5px;
	  	-moz-box-shadow: 0 1px 3px #999;
	  	-webkit-box-shadow: 0 1px 3px #999;
      }
      .article a.read-more:hover {
      	color: #fff;
      }


/*  NEWS DETAILS
    --------------------------------------------  */
    #news-detail .page-information h2 {
    	padding:0 0 25px;
		  border-bottom: 1px solid #AFAFAF;
    }
    #news-detail .page-information span {
      padding-left: 20px;
      display: block;
      font-weight: 700;
    }
    #news-detail .page-information img.news-image {
      border: solid;
      margin: 0 20px 10px 0;
      float: left;
    }
    #news-detail .page-information p {
      /*padding-left: 320px;*/
      margin: 0 20px 10px 0;
    }

    
