/*
ELENA's Fixes
---------------------

Instructions:

Add your fixes below. Due to order the CSS files are loaded, you will need to use the !important declaration for each line you fix. Once you come to a stopping point, let me know and I'll fold these into the main theme - M*/

.entry, .entry p {
/* 	font-size: 18px !important; */
/* 	line-height: 22px !important; */
}




/*tighten line-height*/

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-weight: 400;
    line-height: 1.2em !important; /* changed from 1.1 to 1.2 by mf on 11/12/13 */
}


/*tighten spacing between sidebar items*/

ul.page-list li {
    border-bottom: 1px solid #666666;
    font-size: 15px;
    padding-bottom: 5px !important;
    padding-left: 0;
    padding-top: 5px !important;
	text-indent: 0;
}

/* footer orange different than what was specced and waht was at the top bar*/

#footer-container {
    background-color: #FFA83E !important;
}


/*for tweaking event-program page

p.hazon-event-location { 
    font-size: 20px !important;
}
*/

h3.hazon-event-date {
	 font-size: 20px !important;
}


/*blockquote*/
.entry p {
    margin-bottom: 0.5em !important;
}

.hazon-event-entry {
/* border-bottom: 1px solid red; */
}



