
/* 

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: #333333;
}


 /* Media Details Title */
.ItemDescription
{
    font-size: 1.00em;
	 color: White;
}


/* Media Details Text */
.ItemDetails
{
    font-size: 0.90em;
	 color: White;
}


#embed_share
{
	display: block !important;
	text-align: center;
	padding: 5px;
	margin-top: 15px; 
}

#embed_share input
{
	width: 360px;
	border: solid 1px #CCCCCC;
	font-family: Arial;
	font-size: 10px;
	background-color: #FFFFFF !important;
	color: #000000 !important;
}
