/*
     Index page styles
------------------------------ */

#article #alpha-inner h2 {
   font-size: 24px;
   line-height: 28px;
}
#alpha-inner h2 a {
   color: #231f20;
   text-decoration: none; 
}
#alpha-inner h2 a:hover, #alpha-inner h2 a:focus {
   color: #766b62;
}
#article h2.asset-name {
   margin-bottom: 10px; 
}
#article div.asset-meta {
   border-bottom: 1px solid gray;
   border-top: 1px solid #D8D8D8;
   font-size: 12px;
   padding: 3px 0;
}
.asset-body {
   margin-top:12px;
}
.asset-more-link {
   margin:12px 0 30px;
}

/*
     Entry page styles
------------------------------ */

#page-title {
   color: #231f20;
   font-size: 28px;
   font-weight: normal;
   line-height: 32px;
   text-transform: uppercase;
}
.entry-tags {
   margin-top: 20px;
}
.entry-tags h4 {
   font-size: 12px;
}
.entry-tags ul {

}
#article .entry-tags ul li {
   float: left;
   background: none;
}
.entry-tags ul li a { color: white; background-color: #0065A4; padding: 3px 5px; text-decoration: none; }
.entry-tags ul li a:hover { background-color: #3683B4; }
.entry-tags ul li span.delimiter { display: none; }

#comments {
   margin-top: 20px;
   padding-top: 10px;
   border-top: 1px dotted gray;
}
#trackbacks h2, #comments h2 {
   font-size: 16px;
   font-weight: bold;
   line-height: 20px;
   margin-bottom: 8px;
}
.asset-content ol {
   margin-bottom: 14px;
}
.asset-content ol li {
   list-style: decimal outside;
   margin-left: 30px;
   line-height: 20px;
   padding-left: 6px;
}
.asset-content ul li {
   line-height: 18px;
   margin-bottom: 2px;
}
.asset-content strong {
   font-weight: bold;
}

/*
     Search Results page styles
------------------------------ */
#search-results h1 {
   font-size: 12px;
   color: #000;
   line-height: 18px;
}

/*
     Advertise Page - Added 4/11/08
------------------------------ */
     #sideitems div.mediakit span.ftborder { margin-top: 37px !important; }
