/* Flash007.lu StyleSheet 
 * 
 * News
 *****************************/
 
#second_menu ul li {
  border: 1px solid #ccc;
}

#second_menu ul li a span {
  border-left: 1px solid #ccc;
}

/* Pagination color scheme */ 
.pagination a:hover, .pagination a:active {
  color: #09f;
}

.pagination span.current {
  color: #09f;
}

/* News */
.atomentry {
  padding: 0;
  margin-bottom: 0;
  background-color: #141414;
  position: relative;
  width: 728px;
}

  .atomentry span.top {
    background: #000 url('../images/backgrounds/news_top.png') no-repeat scroll top left;
    height: 10px;
    display: block;
  }
  
  .atomentry span.bottom {
    background: #000 url('../images/backgrounds/news_bottom.png') no-repeat scroll bottom left;
    height: 10px;
    display: block;
  }
  
  .atomentry .middle {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding: 10px;
  }

  .atomentry .actions {
    position: absolute;
    display: none;
    padding: 4px;
    top: 0;
    right: 0;
  }
  
  .atomentry:hover .actions {
    display: block;
    background-color: #333;
  }
  
    .atomentry .actions a {
      float: left;
      padding-top: 3px;
      padding-right: 10px;
    }
    
    .atomentry .actions form {
      float: left;
      margin: 0;
      padding: 0;
    }

    .atomentry .actions input {
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
    }

  .atomentry .title {
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
    font-size: 100%;
  }
  
  .atomentry abbr.published {
    padding: 0 0 0 15px;
    background: #141414 url('../images/backgrounds/puce_news.png') no-repeat scroll 0 1px;
    float: left;
    border-bottom: none;
  }

  .atomentry .author {
    color: #999;
    margin-top: 0px;
  }

    .atomentry .author cite {
      font-style: normal;
    }

    .atomentry .author a {
      color: #999;
    }

  .atomentry .content {
    padding-left: 15px;
    color: #ccc;
    clear: left;
  }

    .atomentry .content p {
      padding: 10px 0;
      margin: 0;
    }
  
    .atomentry .content p.more {
      margin-top: 20px;
    }
  
  .atomentry .meta {
    list-style-type: none;
    border: 1px solid #999;
    background-color: #555;
    padding: 4px;
    margin: 0;
    color: #999;
  }
  
/* Post new/edit */
form textarea#post_excerpt,
form textarea#post_body {
  margin: 0;
  width: 426px;
}

form textarea#post_excerpt {
  height: 50px;
}

form input#post_tag_list,
form input#post_title {
  margin-left: 0;
  width: 426px;
}

form .textile_toolbar {
  margin-top: 5px;
}
