@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "proxima-nova-alt-condensed-1", "proxima-nova-alt-condensed-2", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	background-color: #cfebf4;
	background-image: url(../images/backgrounds/body.jpg);
	
	background-repeat: repeat;
	background-position: center bottom;
}

/*  content wrapper - below navbar */
.content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}


a:link {
	color: #399;
	text-decoration: none;
}
a:visited {
	color: #399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img { 
	border: none;
}
.col-mid img{
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.smaller {
	font-size: 90%;
}
.smallergray {
	font-size: 90%;
	color: #999;
}
.related-events {
	background-image: url(../images/backgrounds/related-events.png);
	background-repeat: no-repeat;
	padding-top:40px;
}
 .events-search-results {
	padding: 0px 5px 10px 15px;
	width: 160px;
	height: 640px;
}

.events-search-results h3{
	margin: 10px 0 -20px -30px;

}
.search-results {
	margin: 0 15px 10px 15px;
	padding: 0px 15px 10px 15px;
	

}
.navigation { padding: 0 10px; }

}