﻿/* Specify Item Styles here */
#Title, #Item
{
    background-color:White;
    margin-bottom:5px;
    padding: 5px 5px 5px 5px;
    width:610px;
}
/* see at Category.css
#Title H1
{
    font-size:1.25em;
    font-weight:bold;
    display:inline;
}
*/

#Item
{
    min-height:550px; /* (ensures white background) */
}

#Item #ItemDetails
{
    padding: 5px;
    vertical-align:top;
}



#Item #MediaBox
{
   margin:0px 5px 10px 5px;
   
   border:solid 1px #cccccc;
   padding:5px;
   float:left;
   clear:none; 
   font-size:90%;
}

#ItemDetails DIV 
{
    padding-bottom:20px;
}

#Item #MediaBox #Actions
{
  margin-top: -20px;
  padding-top: 5px;
  padding-bottom: 10px;  
  border-top:solid 1px #cccccc;
  border-bottom:solid 1px #cccccc;
  text-align:center;
  
}

#Item #MediaBox #Actions .Action 
{
  padding:5px 2px 5px 2px;  
}

#Item #MediaBox #comments
{
    margin-top:10px;
}
    
#Item #ItemDetails .Title .ListImage
{
    margin-left: 10px;
    margin-right: 10px;
}


#Item #ItemDetails .Title
{
    font-size:1.25em;
    font-weight:bold;
}

#Item #ItemDetails .Title a:link,
#Item #ItemDetails .Title a:visited,
#Item #ItemDetails .Title a:active,
#Item #ItemDetails .Title a:hover
{
    text-decoration:none;
    color:Black;
}



.SubTitle
{
    font-weight:bold;
    display:block;
}

.Quote
{
    font-weight:bold;
}

.Comments, DateBroadcast
{
    display:block;
}


