.navbar-inverse
 {
	border: 0;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	/*background-image: url(../img/nav.jpg);
	background-position: 50% 0;
	background-repeat: repeat-x;*/
}

.navbar-collapse {
	background: none;
}

ol {
	list-style-type: none;
	padding-left: 0;
}

ol li {
	margin-bottom: 3px;
}

.tribe-events-widget-link {
	display: none;
}

.table > tbody > tr > td.tribe-events-has-events {
	padding: 4px;
}

.table > tbody > tr > td.tribe-events-has-events > div {
	background-color: #dff0d8;
	padding: 4px;
}

.table > tbody > tr > td.weekend {
	background-color: #fafafa;

}

.table > tbody > tr > td {
	width: 14.2%;
	line-height: 14px;
}

td p {
	line-height: 14px;
	margin: 3px 0;	
}

td p.day {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 9px 0;
}


body {
	background: #ffe4f0 url(../img/bg.jpg) 50% 0 repeat;
}

h2.page-title {
	font-size: 24px;
	background: #efbfd2;
	margin-left: -15px;
	padding: 10px 15px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 300;
}

.navbar-brand {
	font-size: 26px;
	text-shadow: 0 -1px rgba(0,0,0,0.5);
}

.navbar > .container .navbar-brand {
	margin-left: 0;
}


img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img {
	max-width: 100%;
	height: auto !important;
}