/* CSS Document */

body h2.block-title {
    font: bold 14px/1.4 "Maven Pro",arial,sans-serif;
	text-align:center;
}

/* blog headings on home page */
#section-content #zone-preface #region-preface-second h3 {
  font: 17px/1.4 "Maven Pro", arial, sans-serif;

}

/* blog headings on alternate pages */
#section-content #zone-content #region-sidebar-second .block h3 {
  font: 16px/1.4 "Maven Pro", arial, sans-serif;

}

/* horizontal line width*/
body hr {
    height: 2px;
}

/* center button on view blocks (blog) */

.view-footer {
	text-align: center;	
}

/* give hours a bottom margin */
#block-block-3 {
    margin-bottom: 20px;
}


/* christmas hours block*/

#block-block-28 {
    position: relative;
}

#block-block-28 h2.block-title {
    background: url("images/hours-block-title.jpg") repeat-x scroll center top #0f428a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    margin: 0;
    padding: 15px 30px;
}

#block-block-28 p.note {
    color: #ffffff;
    position: absolute;
    right: 30px;
    top: 15px;
}

#block-block-28 table td.closed {
    background: url("images/closed.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#block-block-28 table {
    margin-bottom: 0;
}

#block-block-28 table td {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #e6e7e9;
}
	
#block-block-28 table th {
    background: none repeat scroll 0 0 #c8d3b8;
    border-left: 1px solid #bbc1b3;
}
#block-block-28 table th, #block-block-28 table td {
    color: #3a5799;
    padding: 10px 0;
    text-align: center;
	
}