/**
 * CSS para elementos de lista.
 *
 * @author bruno
 */
ul.default
{
	/* Box */
	margin: 25px 0;
	padding: 0 0 0 25px;

	/* Font & Text */
	font-size: 0.75em;
}

ul.default li
{
	/* Box */
	margin-bottom: 10px;
}
 
#ulBlogPosts
{
	/* Box */
	margin: 0;
	padding: 0;
	
	/* Font & Text */
	text-align: left;
	
	/* Misc. */
	list-style: none;
}

#ulBlogPosts li
{
	/* Box */
	margin-bottom: 20px;
}

#ulBlogPosts h1, #ulBlogPosts p
{
	/* Box */
	margin: 0;
}

.pPubDate
{
	/* Font & Text */
	font-size: 0.7em;
	text-align: left;
	
	/* Color & Background */
	color: #333;
}

.pTitle
{
	/* Font & Text */
	font-size: 0.75em;
	text-align: left;
}
 
#ulSolutions
{
	/* Box */
	margin: 0;
	padding: 0;
	
	/* Misc. */
	list-style: none;
	overflow: hidden;
}

#ulSolutions li
{
	/* Box */
	width: 95px;
	padding: 15px 0 0 0;
	
	/* Positioning */
	float: left;
	
	/* Misc. */
	cursor: pointer;
}

#ulSolutions img
{
	/* Box */
	margin: 0 10px;

	/* Font & Text */
	text-align: center;
	
	/* Misc. */
	cursor: pointer;
}

#ulSolutions h1, #ulSolutions p
{
	/* Box */
	margin: 0;

	/* Font & Text */
	text-align: center;
}

#ulSolutions h1
{
    /* Font & Text */
    font-size: 0.8em;
}

#ulSolutions p
{
	/* Font & Text */
}

.ulSiteMap
{
	/* Box */
	margin: 0;
	padding: 0;
	
	/* Font & Text */
	font-size: 0.8em;
	
	/* Misc. */
	list-style: none;
}

.ulSiteMap li
{
	/* Box */
	margin: 12.5px 0 0 0;
}

.ulSiteMap li ul
{
	/* Box */
	margin: 0 0 0 25px;
	padding: 0;

	/* Misc. */
	list-style: none;
}

.ulSiteMap li ul li
{
	/* Box */
	margin: 10px;
}

#divTestimonials
{
    /* Box */
    margin-top: 40px;
    height: 150px;
    width: 600px;
}

#divTestimonials ul
{
    /* Box */
    margin: 0;
    padding: 0;
    
    /* Misc. */
    list-style: none;
}

#divTestimonials .pTestimonial
{
    /* Box */
    margin: 0;
}

#divTestimonials .pAuthor
{
    /* Box */
    margin-right: 5px;

    /* Font & Text */
    text-align: right;
    
    /* Color & Background */
    color: #333;
}