//==============================================

//jquery.qtip-1.0.0-rc3.min.js
//customize.js

//==============================================

$(document).ready(function() {
	$('dl.eventCal dd span a,div.entry a').qtip({
		position: {
			corner: {
				target: 'topMiddle',
				tooltip: 'bottomMiddle'
				}
			},
		 style: { 
				padding: 5,
				background: '#f8f7f7',
				color: 'black',
				textAlign: 'left',
				border: {
					width: 1,
					radius: 4,
					color: '#bbb3b3'
				},
				tip: 'bottomMiddle',
				width: {
					min: 0,
					max: 240
				}
			}
	});
});
