@charset "UTF-8";
/* CSS Document */

.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#534231;
         border-bottom:1px dotted #f46789;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#534231;
         border-bottom:1px dotted #f46789;
        }
    .calnk a {
        text-decoration:none; 
        color:#534231; 
        border-bottom:1px dotted #f46789;
       font-size: .9em;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#534231; 
        background:#fce1e6; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
		 .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
        color: #534231;
     }
	 
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#a68462;
     }
	 .event-info {
	 	text-align:center;
		font-size:1em;
		color: #534231;
	}	


	  .hours { 
	 background-image:url(images/calender/hours_bg.png) ;
	 background-repeat: no-repeat; 
	 background-position: 0px 0px;
	 padding-top:5px;
     padding-bottom:10px;
     padding-right:50px;
     padding-left:20px;
	 position: relative;
	 top: 1px;
	 left: 9px;
	 font-size: 15px;
	 
	  
	 
	 
	  }
	  
	

		
 
	 