
/* 

Saddleback Media Items Style Sheet 

By: Justin Jenkins <justinj@saddleback.net>


*/



 /* Media Title */
.ItemTitle
{
	 width: auto;
	 font-weight: bold;
    font-size: 1.50em;
	 color: #E8E8E8;	 
}


/* Media Series Title */
.ItemSeries 
{
	 font-weight: bold;
	 font-variant: small-caps;
	 font-size:1.0em;
    color: #eea868;
}


 /* Media Details Title */
.ItemDescription
{
    font-size: 1.00em;
	 color: White;
}


/* Media Details Text */
.ItemDetails
{
    font-size: 0.90em;
	 color: White;
}
