#contentArea {
    position: relative;
}

#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 h2 a
{
	text-decoration:none;
}

#contentArea h2 img#rssicon {
  margin:0;
  float:none;
}
#contentArea .item h2{
    border-top: 1px dashed #CCCCCC;   
}
#contentArea .item h3
{
	font-size:1.2em;
	margin-bottom:0.5em;
}

#contentArea a img
{
	border:none;
}


#newsForm
{
	padding:0;
	margin:0;
	margin-top:0.2em;
	margin-bottom:.2em;
	padding-bottom:.8em;
	padding-top:.8em;
	border-bottom:1px dashed #CCCCCC;
    border-top: 1px dashed #CCCCCC;
}

#newsForm fieldset
{
	border:none;
}
#newsForm fieldset label#search_label {
          position:absolute;
          margin-left:-3000px;
}

#newsForm fieldset input#searchTerm
{
	width:270px;
	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;
}


#titleRSSFeed
{
	display:block;
	width:100%;
	overflow:auto;
/* 	border-bottom:2px solid threedlightshadow;
	margin-bottom:0.2em; */
    position: absolute;
    top:81px;
    left: 100px;
    
}

#titleRSSFeed h2
{
	float:left;
	border:none;
	margin-bottom:0;
}



#titleRSSFeed a.icsfeed , #titleRSSFeed a.rssfeed
{
	float:left;
	background-image:url(../images/ical-feed-icon.gif);
	background-repeat:no-repeat;
	background-position:5px top;
    border-left: 2px solid #CCC;
	width:30px;
	height:11px;
    padding-left: 22px;
    padding-top: 5px;
	margin-top:14px;
    color: #888888;
    font-size: 0.7em;
    text-decoration: none;
}

#titleRSSFeed a.rssfeed
{
	background-image:url(../images/rss-feed-icon.gif);
}

.clearleft
{
	clear:left;
}

.item
{
	width:410px;
	min-height:7em;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:.4em;
	margin-bottom:.4em;
}

.item p.whenItem
{
	font-family:tahoma;
}

.dates
{
	height:5em;
	width:56px;
	float:right;
	margin-left:0.5em;
	margin-top:0.8em;
}

.dates span
{
	margin: 0;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	color:#222;
	text-align:center;
	
}

.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;
}

.dates span.month
{	
	background-color:#8FC400;
	color:white;
	font-weight:bold;
	font-size: .9em;
	line-height:.8em;


}

.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;

}

.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 .itemContent p {
    word-wrap: break-word;
    overflow: hidden;        
}
#contentArea a.feedPrevious
{
	-moz-box-shadow:0 1px 3px #C7C7C7;
	-webkit-box-shadow:0 1px 3px #C7C7C7;
	-webkit-border-radius:29px 0 0 29px;
	-moz-border-radius:29px 0 0 29px;
	padding:3px 15px;
	margin-top:.5em;
	font-size:88%;
	text-decoration:none;
	border:1px solid #BBB;
	float:left;
	width: 8em;
	text-align:center;
}

#contentArea a.feedNext
{
	-moz-box-shadow:0 1px 3px #C7C7C7;
	-webkit-box-shadow:0 1px 3px #C7C7C7;
	-webkit-border-radius:0 29px 29px 0;
	-moz-border-radius:0 29px 29px 0;
	padding:3px 15px;
	margin-right: 1em;
	margin-top:.5em;
	font-size:88%;
	text-decoration:none;
	border:1px solid #BBB;
	float:right;
	width: 8em;
	text-align:center;
}

#contentArea a.feedPrevious:hover,#contentArea a.feedNext:hover
{
	-moz-box-shadow:0 1px 3px #C7C7C7;
	-webkit-box-shadow:0 1px 3px #C7C7C7;
	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 {
           
           
}
#contentArea .item .itemOtherInfo{
             font-size:.8em; color:#666;
             margin-bottom:1.5em;
}
#contentArea .item .itemOtherInfo a {
            color:#666;
            text-decoration: none;
}
#contentArea .item .itemOtherInfo a:hover, #contentArea .item .itemOtherInfo a:focus {
            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;
}  
