@charset "UTF-8";
/* CSS Document */

h1, h2, h3 {
	margin-top: 0px;
	}

.layerBorder {
	border-top: solid 6px #EFE094;
	padding-top: 15px;
	padding-bottom: 15px;
    }
.intro {
    color: #B01222;
    }
.more{
    font-size: 0.9em;
    }
.photoIcon {
	padding: 4px;
	border: 1px solid #CCBE85;
	background-color: #FFFFFF;
	margin-right: 3px;
	float: left;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
	}
.photoLeft {
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
	}
.photoRight {
	margin-left: 3px;
	margin-bottom: 3px;
	float: right;
	}

/* Bierberg Merchantile */

		#bierberg {
			width: 100%;
			}
		#bierberg h2, .sponsor h2 {
			font-size: 1.1em;
			}
		#bierberg h3 {
			font-weight: bold;
			margin-bottom: -10px;
			}
		#bierberg p {
			font-size: 0.8em;
			}
		#bierberg .itemBierberg {
			margin: 0px;
			clear: both;
		}

/* Neighborhood Bag Sponsor */

		#sponsor {
			position: relative;
			width: 100%;
			}
		#sponsor p {
			font-size: 0.8em;
			}
		#sponsor .title {
			font-weight: bold;
			font-size: 1.2em;
			}

/* Events */

		#events {
			font-family: Arial, Helvetica, sans-serif;
			font-size: .9em;
			width: 100%;
			position: relative;
			padding-bottom: 15px;
			}
		#events .title{
			font-weight: bold;
			color: #663300;
			margin-bottom: 3px;
			}
		#events .date{
			}
		#events .location{
			}
		.eventListing, .eventListingHero{
			padding-bottom: 10px;
			font-size: 0.9em;
			height: 80px;
			position: relative;
		
			}
		.eventListingHero {
			font-weight: bold;
			font-size: 1em;
			}
		.eventListing {
			height: 75px;
			}
		.eventListingHero .title {
			font-size: 1.15em;
			padding-bottom: 20px;
			}


/* Adopt-A-Family */	

		#family {
			font-size: .9em;
			}

/* Borad Members */	
		#board {
			}
		#board p {
			font-size: .7em;
			}

/* Find a Business */		
		#businesses h2 {
			}
		#businesses {
			position: relative;
			width: 100%;
			}
		#businesses li {
			font-family: Arial, Helvetica, sans-serif;
			list-style-position: outside;
			list-style-type: none;
			margin-bottom: 7px;
			margin-left: -25px;
			}
		#businesses li a:link {
			color: #FE5B17;
			}
		#businesses li a:hover {
			font-weight: normal;
			color: #A7825A;
			text-decoration: none;
			}
			

