@import url("intranet_global_screen.css"); 
@import url("intranet_page_screen.css");
@import url("style.css");

.blog_post
{
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

.blog_info
{
 width:100%;
 border-bottom:2px solid #e0aa0f;
 position: relative;
}

.blog_category a
{
  font-size:0.9em;
  color:#005399;
  font-weight: bold;
  text-decoration: none;
}

.blog_title
{
  width: 100%;
  font-size: 1.4em;
  color:#005399;
  font-weight: bold;
  padding-left: 5px;
}

.blog_title a
{
  color:#005399;
  text-decoration: none;
}

.blog_title2
{
  width: 100%;
  border-bottom:2px solid #e0aa0f;
  font-size: 1.4em;
  color:#005399;
  font-weight: bold;
  padding-top: 30px;
}

.blog_edit_link a 
{
  color: red;
  text-decoration: none;
  font-size: small;
}

.blog_author
{
 color:#777;
 font-size:0.9em;
 display: inline;
 position: relative;
 left: 10px;
}

.blog_message_string
{
  color:#005399;
  padding-left:20px;
  padding-top:5px;
  padding-bottom: 20px;
  font-weight:bold;
  font-size:1.1em;
}

.blog_message
{
 padding-left: 15px;
 padding-top: 5px;
}

.blog_comments_link
{
 padding-top: 20px;
 padding-left: 5px;
 font-weight: bold;
}

.blog_comments_link a
{
 color:#005399;
 text-decoration: none;
}

.blog_comments
{
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.blog_comment
{
 border-top:1px solid #CCC;
 padding-left: 10px;
 padding-right: 5px;
 padding-bottom: 15px;
}

.blog_comments_author
{
  width: 100%;
  text-align: left;
  color: #777;
}

.blog_post_comments
{
 padding-left: 30px; 
}


