/* 
------------------------------------------------------ 
Media Infusion CSS
------------------------------------------------------
*/

/* Container for entire Media Infusion module */
#pbsmodule_mediainfusion
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3f4249;
	padding: 0;
	margin: 0;
	width: auto;
}

/* Stylizing the links within Media Infusion */
#pbsmodule_mediainfusion a:link
{
	color: #005696;
	text-decoration: none;
	
}
#pbsmodule_mediainfusion a:visited
{
	color: #005696;
	text-decoration: underline;
}
#pbsmodule_mediainfusion a:hover
{
	color: #3f4249;
	text-decoration: underline;
}
#pbsmodule_mediainfusion a:active
{
	text-decoration: underline;
}

/* Text Header for Media Infusion module */
#pbsmodule_mediainfusion h1
{
	/*font-size: 16px;*/
	/*font-weight: bold;*/
	/*color: #3f4249;*/
	/*margin: 0 0 15px 0;*/
	/*padding: 5px 0 0 0;*/
	/*background-color: #f6f3ee;*/
	/* text-transform: uppercase; */
	/*text-align: left;*/
	/*text-indent: 5px;*/
	/*border-bottom: 3px solid #f6f3ee;*/
	display: none; 
}



/* 
------------------------------------------------------ 
Used in the "headlines" view only
------------------------------------------------------ 
*/
/* Container for all headlines */
#pbsmodule_mediainfusion ul
{
        margin: 0;
        padding: 0;
}
/* ... for each headline item shown */
#pbsmodule_mediainfusion li.item
{
        list-style-type: none;
        padding: 0 0 10px 0;
}



/*
------------------------------------------------------ 
Used in the "text" view only
------------------------------------------------------ 
*/
/* For each item shown... */
#pbsmodule_mediainfusion div.item
{
        padding: 4px 0 4px 0;
        border-bottom: 3px solid #660099;
        margin: 0 0 15px 0;
}
/* ... this is the title and link of the post */
#pbsmodule_mediainfusion div.item h2
{
	font-size: 14px;
	color: #660099;
	margin: 0 0 12px 0;
	font-weight: normal;
}
/* ... this is the date of the post */
#pbsmodule_mediainfusion div.item .date
{
        font-size: 10px;
        line-height: 14px;
        padding: 0 0 10px 0;
}
/* ... this is the intro teaser text/description of the post */
#pbsmodule_mediainfusion div.item .description
{
        font-size: 10px;
        line-height: 14px;
}
/* ... this controls the paragraphs within the teaser text/description */
#pbsmodule_mediainfusion div.item .description p
{
	margin: 0 0 10px 0;
}
/* this controls the "read more" link for each post */
#pbsmodule_mediainfusion div.item .description .readmore 
{
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
