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