/** 
 * @file
 * Syndication - Events content type
 *	
 *  
 * Styles for the Events 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.
 ********************************* **/

#content .event-item-default .event-date { font-size: .8em; text-transform: uppercase; }

#sidebar-left .event-item-default .event-title,
#four-column .event-item-default .event-title,
#footer-hugger .event-item-default .event-title,
#content .event-item-default .event-title {
	margin-bottom: 10px;
}

.event-item-bubble { margin: 0 0 20px 0; }

.event-item-bubble .date-bubble {
background: url('../img/date_bubble.png') no-repeat;
color: #6b9ea9;
float: left;
height: 30px;
line-height: 10px;
margin: 2px 10px 0 0;
padding: 3px 7px 0 0;
text-align: center;
width: 28px;
}

.event-item-bubble .date-bubble .month {
font-size: 7px;
text-transform: uppercase;
}

.event-item-bubble .date-bubble .day {
font-size: 10px;
border-bottom: 1px #6b9ea9 solid;
}

.event-item-bubble .title {
font-family: Georgia;
font-size: 14px;
line-height: 17px;
margin-left: 45px;
}

.event-item-bubble .description {
font-size: 11px;
line-height: 12px;
margin: 4px 0 0 45px;
}

.event-item-bubble-simple .date {
font-size: 9px;
text-transform: uppercase;
}

.event-item-bubble-simple .title {
margin-bottom: 15px;
}

.block-events .more-goto {
margin-left: 45px;
}