﻿/* CSS - EVENTS LISTNG elements */


div.events-container{ /* Container CSS for In the News sectino of home page */ 
				background-color: #ffffff;
				margin-top:-5px;
				margin-left:0px;
				width: 100%; /*605px; */
				text-align: left;
                }



div.events-main-header {  /* Header banner before the individual news items */
				background-color:#27397a; /*#595959; /*#27397a;*/
				color: #ffffff;
				margin-left: 0px;
				padding-left: 10px;
				padding-top: 10px;
				padding-bottom: 10px;
				font-family: Arial;
				font-weight: bold;
				width: 100%; /*590px; */
				font-size: 22px;
				line-height: 125%;
				margin-bottom:0px;
     }


div.events-category-header {  /* Header banner for an event category */
				
				float:left; 
				background-color:#bbbbbb; /*#27397a;*/
				color: #ffffff;
				margin-left: 0px;
				padding-left: 10px;
				padding-top: 5px;
				padding-bottom: 5px;
				/* margin-bottom:100px; */
				font-family: Arial;
				font-weight: bold;
				width: 100%; /*590px;*/
				font-size: 22px;
				line-height: 100%;
				margin-top:20px;
				margin-bottom:5px;
     }



div.event-item-container {  /* Container CSSS for an individual news item */
				clear:both;
				background-color:#dddddd;
				margin-top:5px; 
				margin-bottom:50px;
				margin-left: 0px;
				padding-left: 0px;
				padding-bottom: 0px;
				width: 100%; /*605px; */
			}


div.event-item-title {  /* Style for individual news item title */
				float:left;
				background-color:#dddddd;
				color:#777777; /*#27397a;*/
				margin-top: 0px;
				margin-left: 0px;
				margin-bottom:5px;
				padding-left: 2%;
				padding-right: 2%;
				padding-bottom: 0px;
				font-family: Arial;
				font-weight: bold;
				height:121px; 
				width: 45%; /*289px; */ 
				font-size: 13px;
				line-height: 150%;
				text-decoration: none;
     }


div.event-item-date {  /* Style for events date */
				background-color: #dddddd;
				color:#999999;
				margin-top:-15px;
				margin-left: 0px;
				padding-left: 0px;
				padding-right:10px;
				padding-bottom: 0px;
				font-family:helvetica;
				font-weight:bold;
				/*width: 390px;*/
				font-size: 13px;
				line-height: 100%;
				text-align:justify;
				text-decoration: none;
     }


div.event-item-address {  /* Style for events address */
				background-color: #dddddd;
				color:#999999;
				margin-top:5px;
				margin-left:0px;
				padding-left: 0px;
				padding-right:10px;
				padding-bottom: 0px;
				font-family:helvetica;
				font-weight:bold;
				/*width: 390px;*/
				font-size: 11px;
				line-height: 100%;
				text-align:justify;
				text-decoration: none;
     }



div.event-item-excerpt {  /* Style for news item text excerpt */
				background-color: #dddddd;
				color:#000000;
				margin-top:5px;
				margin-left: 0px;
				padding-left: 0px;
				padding-right:10px;
				padding-bottom: 0px;
				font-family:helvetica;
				font-weight:normal;
				/*width: 390px;*/
				font-size: 13px;
				line-height: 125%;
				text-align:justify;
				text-decoration: none;
     }




div.event-item-image {  /* Style for news item image */
				float:left; 
				background-color: #ffffff;
				margin-left: 0px;
				width: 51%; /*75px; */ 
				
     }
