/** 
 * @file
 * Syndication - Profiles content type
 *  
 * Styles for the Profiles content type. Used to style Blocks, home pages, and individual
 * node views. Please make any new styles in the themes/psu_theme/css/syndication.css file.
 **/

.block-profiles .block-profiles {
float: left;
width: 280px;
}

.block-profiles .thumbnail {
float: left;
width: 146px;
height: 100px;
border: solid 3px #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
/*background: #000;
*/margin-bottom: 9px;
-webkit-box-shadow: -3px 3px 2px rgba(0, 0, 0, .3);
-moz-box-shadow: -3px 3px 2px rgba(0, 0, 0, .3);
box-shadow: -3px 3px 2px rgba(0, 0, 0, .3);
}

.block-profiles .title {
margin: 0 10px 0 110px;
}

.block-profiles .title a {
font-family: Georgia;
font-size: 17px;				
}

.block-profiles .description {
font-size: 11px;
line-height: 15px;
margin: 5px 10px 0 110px;
}

.block-events-news-profiles-simple .block-profiles .description {
/*color: #636158;*/
font-size: 11px;
line-height: 15px;
margin: 5px 10px 0 110px;
}

.block-profiles .thumbnail {
float: none;
}

.block-profiles .title {
margin: 5px 0 0 0;
}


.block-profiles .description {
margin: 0;
}