body {
	background: white;
	font-size: 12pt;
	font-family: Garamond, Georgia, Helvetica, sans;
   }

#menu, #header, #enews-image, #footer, #nav, #social,
#thumbs, #featurePieceA, #featurePieceB, #featurePieceC, #featurePieceD, a.btn-rss,
ul.subnav, #give, #bottom,
#give-small, #advocate, #volunteer,
.social-container, .back-link{
   	display: none;
	height: 0px;
   }

#headlines{
	display: block;
	overflow: scroll;
}

#content_wrap {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content_wrap {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#masthead {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }


img.right{
	float: right;
	padding: 0 10px 10px 10px;
}

div#main_content h2{
	height: 12px;
}

div#main_content h2 a{
	color: #191817;
}

p.news_date{
	height: 10px;
}

ul.social-sites{
	display: none;
}

a.social{
	display: none;
}

p#go-back{
	display: none;
}

#content a:link:after, #content a:visited:after {
/*   content: " (" attr(href) ") "; */
   font-size: 90%;
   }
#content a[href^="/"]:after {
/*	content: " (http://www.unitedwaynashville.org/" attr(href) ") "; */
   }


/* Calendar
----------------------------------------------------------------------------- */

.calendarBG{
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	width: 800px;
}
	.calendarBG .center{text-align: center;}
	.calendarBG td{
		height: 80px;
		vertical-align: top;
		width: 105px;
		border-bottom: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
	}
		.calendarBG td.calendarDayHeading {
			border-top: 1px solid #dddddd;
			background-color: #f9f9f9;
			height: 15px;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
		}

		.calendarCell{
			width: 14%;
		}

		tr.calendarHeader{
			height: 30px;
			background-color: #6A6AAA;
			border: 0;
		}

		.calendarBG td div.day{height: 20px;}
		.calendarBG td div.title{height: 45px;}
			.calendarBG td.event-date{background-color: #f9f9ff;}

		th.calendarMonthLinks,
		th.calendarMonthLinks a{
			display: block;
			color: #6A6AAA;
		}

		th.center h2{
			vertical-align: top !important;
			padding-bottom: 5px !important;
			color: #ffffff !important;
		}

