@charset "utf-8";
/* CSS Document */

		
#fbevents {
}
#fbevent {
	margin: 4px 4px 10px 4px; 
	padding:4px; 
	box-shadow:2px 2px 4px #ccc;  
	min-height:80px;
	height:auto;
	float:left;
}
.etitle {
	font-size:16px;
	margin: 0 0 4px 4px;
	color:#006699;
}
.etitle a{
	color:#006699;
}
.edesc {
	font-size:12px;
	margin: 0 0 4px 4px;
	#444;
}
#date {
    float: left;
    height: 76px;
    margin: 6px;
    overflow: hidden;
    width: 76px;
}
#month {
    color: #FFFFFF;
    display: block;
    font-size:13px;
    font-weight:Normal;
	text-align: center;
}
#tdate {
    color: #006699;
    display: block;
    font-size: 18px;
    margin-left: 24px;
    margin-top: 4px;
}
span#time {
    color: #006699;
    display: inline;
    font-size: 11px;
    padding: 2px 0 2px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

#going,#ntsure{
	padding:2px 4px;
	margin-top:4px;
	font-weight: bold;
	font-size: 10px;
	background-color:#006699;
	color: rgb(255,255,255) ;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	font-weight:bold;
	max-width:80px;
}
#going:hover,#ntsure:hover{
	background-color: #ddd;
	color: rgb(0,0,0); 
	font-weight:bold;
}
a#face img{
	margin-top:5px;
	position:absolute;
}
a#link{
	color:#333;
	text-decoration:none;	
}
#author a{
	color:#333;
	opacity:0.5;
}
#author a:hover{
	color:#333;
	opacity:1;
}