#contentArea div#feedbody {
  width:410px;
}

#contentArea .hidden
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#contentArea h2
{
	margin:0 0 0.2em;
}

#contentArea a
{
	text-decoration:none;
}


#contentArea .item h3
{
	font-size:1.2em;
	margin-bottom:0.5em;
}

#contentArea a img
{
	border:none;
}

#contentArea #header_events {
	border-bottom:1px dashed #CCCCCC;
	height:100%;
	min-height:5.6em;
}
#contentArea #feedbody div.individual_story{
	border-bottom:none;
	min-height:1em;
}
#contentArea #newsForm
{
	padding:0;
	margin:0;
	margin-top:3em;
	margin-bottom:.2em;
	padding-bottom:.8em;
	/* border-top:2px solid threedlightshadow;
	clear:right; */
}

#contentArea #newsForm fieldset
{
	border:1px #C7C7C7 dashed;
	padding: .5em;
	color:#666;
	margin-bottom:.6em;
}

#contentArea #newsForm fieldset  input{
	
}

#contentArea #newsForm fieldset label#search_label {
          position:absolute;
          margin-left:-3000px;
}

#contentArea #newsForm fieldset input#searchTerm
{
	width:280px;
	border:1px solid #cccccc;
	margin:2px 0 2px 2px;
	color:#00abdf;
	height:14px;
	padding:3px;
 /*	-moz-box-shadow:0 1px 3px #A7A7A7;
	-webkit-box-shadow:0 1px 3px #A7A7A7; */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#contentArea #newsForm fieldset input#searchSubmit, #contentArea #newsForm fieldset input#filterSubmit
{
	margin:0;
	padding:0;
	border:1px solid #cccccc;
	margin-bottom:2px;
	margin-left:10px;
	height:22px;
	width:90px;
	cursor:pointer;
	 background:url(../images/on_off_icon.gif) no-repeat 2px 2px;
	-moz-box-shadow:0 1px 1px #A7A7A7;
	-webkit-box-shadow:0 1px 1px #A7A7A7; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: #FFFFFF;
}

#contentArea #newsForm fieldset input#searchSubmit:hover, #contentArea #newsForm fieldset input#filterSubmit:hover
{
	background:url(../images/on_off_icon.gif) no-repeat 2px -14px; 
	border:1px solid #999;
	/*background-color: #F7F7F7;*/
}
#contentArea #newsForm fieldset input#searchSubmit:active, #contentArea #newsForm fieldset input#filterSubmit:active
{
	background:url(../images/on_off_icon.gif) no-repeat 2px 2px;
	border:1px solid #000;
	font-color: #000;
}



#contentArea #titleRSSFeed
{
	
	width:100%;
	margin-bottom:0.4em;
}

#contentArea #titleRSSFeed h2
{
 margin:0;
 border-bottom:1px dashed #CCCCCC; 

}
#contentArea #addFeeds {
	margin:0;
	width:60%;
	float:left;
}
#contentArea #addFeeds .spaceA 
{
	
	color:#888;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

#contentArea #addFeeds  a.rssfeed
{
	background-image:url('../images/rss-feed-icon.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:17px;
	font-size:.7em;	
	color: #888;
	padding-top:5px;
}

#contentArea #addFeeds  a.icsfeed
{
	background-image:url('../images/ical-feed-icon.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:17px;
	font-size:.7em;	
	color: #888;
	padding-top:5px;
}

#contentArea #addFeeds a.addGcal {
	background-image:url('../images/add-gcal.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:16px;
	font-size:.7em;	
	color: #888;
}
#contentArea #addFeeds a.addGcal:hover, #contentArea #addFeeds  a.icsfeed:hover, #contentArea #addFeeds  a.rssfeed:hover {
	text-decoration:underline;
}

#contentArea #showHideSearchBar {
	float:right;
	font-size:.8em;	
	line-height:1.6em;
	color: #888;
}
#contentArea #showHideSearchBar .bracket-seperator {
	font-weight: bold;
}

#contentArea .clearleft
{
	clear:left;
}
#contentArea .clearright
{
	clear:right;
}

#contentArea .item
{
	width:410px;
	min-height:7em;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:.4em;
	margin-bottom:.4em;
}
#contentArea .itemContent p {
    word-wrap: break-word;
    overflow: hidden;        
}
#contentArea .item p.whenItem
{
	font-family:tahoma;
}

#contentArea .dates
{
	height:5em;
	width:56px;
	float:right;
	margin-left:0.5em;
	margin-top:0.8em;
}

#contentArea .dates span
{
	margin: 0;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	color:#222;
	text-align:center;
	
}

#contentArea .dates .calendarBox
{
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow:1px 2px 3px #AAA;
	-webkit-box-shadow:1px 2px 3px #AAA; 
	border:1px solid #8FC400;
}

#contentArea .dates span.month
{	
	background-color:#8FC400;
	color:white;
	font-weight:bold;
	font-size: .9em;
	line-height:.8em;


}

#contentArea .dates span.day
{
	/*padding-top:5px;
	border-top:none;
	border-bottom:none;
	font-weight:bold;
	font-size:.8em;
	color:#333333;*/
	color:#222;
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:4px;

}

#contentArea .dates span.year,.dates span.time
{
	border-top:1px dashed #D7D7D7;
	font-size:.8em;
	padding-top:2px;
	padding-bottom:2px;
	color:#666666;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}


#contentArea p.page_nav_container 
{
	margin-left: 1em;
	margin-bottom: 3em;
}

#contentArea a.feedPrevious, #contentArea span.feedPrevious, #contentArea span.feedFirstPage, #contentArea a.feedFirstPage
{
	-moz-box-shadow:0 1px 1px #C7C7C7;
	-webkit-box-shadow:0 1px 1px #C7C7C7;
	
	padding:3px 15px;
	margin-top:.5em;
	font-size:88%;
	text-decoration:none;
	border:1px solid #BBB;
	float:left;
	margin-right: .2em;
	width: 8em;
	text-align:center;
}
#contentArea span.feedPagesCount {
	-moz-box-shadow:0 1px 1px #C7C7C7;
	-webkit-box-shadow:0 1px 1px #C7C7C7;	
	padding:3px 15px;
	margin-top:.5em;
	font-size:88%;
	text-decoration:none;
	border:1px solid #BBB;
	float:left;
	margin-right: .2em;
	width: 4em;
	text-align:center;
}
#contentArea span.feedFirstPage, #contentArea a.feedFirstPage {
	-moz-border-radius:29px 0 0 29px;
	-webkit-border-radius:29px 0 0 29px;
	padding:3px 6px;
	width: 1em;
	margin-right:.2em;
}

#contentArea a.feedNext, #contentArea span.feedNext, #contentArea span.feedLastPage, #contentArea a.feedLastPage
{
	-moz-box-shadow:0 1px 1px #C7C7C7;
	-webkit-box-shadow:0 1px 1px #C7C7C7;
	
	padding:3px 15px;
	margin-top:.5em;
	font-size:88%;
	text-decoration:none;
	border:1px solid #BBB;
	float:left;
	margin-right: .2em;
	width: 8em;
	text-align:center;
}

#contentArea span.feedLastPage, #contentArea a.feedLastPage {
	-webkit-border-radius:0 29px 29px 0;
	-moz-border-radius:0 29px 29px 0;
	padding:3px 6px;
	width: 1em;
	margin-right:.2em;
}

#contentArea span.feedPrevious, #contentArea span.feedNext, #contentArea span.feedFirstPage, #contentArea span.feedLastPage
{
	color: #CCCCCC;
	border-color: #CCCCCC;
}

#contentArea a.feedPrevious:hover,#contentArea a.feedNext:hover,#contentArea a.feedFirstPage:hover,#contentArea a.feedLastPage:hover
{
	border:1px solid #AAA;
	background-color: #EAEFF5;
}

#contentArea a:focus
{
	outline:none;
}

#contentArea p.eventsReadMore {
             text-align:right;
}
#contentArea p.eventsReadMore a {
             text-decoration:none;
}
#contentArea p.eventsReadMore a:hover {
             text-decoration:underline;
}


/* News Item (single) */
#contentArea .item h3 a {
             text-decoration:none;
}
#contentArea .item h3 a:hover {
             text-decoration:underline;
}

#contentArea .item .itemPub {
             font-weight:bold;
             color:#AAA;
}
#contentArea .item .itemOtherInfo{
             font-size:.8em; color:#666;
             margin-bottom:1.5em;
}
#contentArea .item .itemOtherInfo a {
            color:#666;
}
#contentArea .item .itemOtherInfo a:hover, #contentArea .item .itemOtherInfo a:focus {
            color:#666;
            text-decoration: underline;
}

#contentArea .item p.where, #contentArea .item p.when {
             border-left:5px solid #EAEFF5;
             margin-bottom:2px;
             padding-left:5px;
			 font-weight:normal;
}  

