/* Companion Custom CSS over-rides for [ Bug ]:  -  */

#sidebar-header { 
	float: right; 
	display: inline-block;
	width: 1024px;
	/*height: 100px;*/
	margin-top: 25px;
}
.header-info {
	width: 190px; 
	height: 140px; 
	background: url('/wp-content/uploads/2013/06/bug-martini-logo.png') top left no-repeat; 
	overflow: hidden;
	margin: 0 auto;
}
.header-info h1 {
	padding: 0; margin: 0; 
}
.header-info h1 a {
	display: inline-block; 
	width: 238px; 
	height: 140px; 
	text-indent: -9999px;
	float: left;
}
.header-info .description { display: none!important; }
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #f00;
}
#wp-calendar-wrap { background: #C4E68C; }

