/**
* This CSS file will eventually hold all site wide CSS
*/

/* Link Buttons */
a.button { text-decoration: none; background: #beb093; color: #fff; padding: 6px 8px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
a.button:hover { text-decoration: none; background-color: #8c7e62; }

/* Home Page Grid Layout */
div.grid { float: left; width: 50%; }
div.grid-full { clear: both; float: left; width: 100%; margin: 10px 0 0 0; }
div.grid h2, div.grid-full h2 { background: url(../favicon.png) 10px 50% no-repeat; margin: 0; padding: 0; line-height: 42px; border-top: 1px dotted #b3b3b3; border-bottom: 1px dotted #b3b3b3; border-right: 1px dotted #b3b3b3; text-transform: uppercase; color: #695e49; font-family: Georgia; font-size: 0.9em; font-weight: normal; letter-spacing: 2px; text-align: left; text-indent: 70px; }
div.grid h3, div.grid-full h3 { margin: 10px 0 0 0; padding: 0 10px; font: 0.75em/160% Helvetica, Arial, Verdana, sans-serif; font-size: 14px; }
div.end h2 { border-right: none; }
div.grid img.ebook, div.grid div.article-feature-widget img { float: left; margin: 10px 20px 0 10px; border: none; }
div.grid p { font: 0.75em/160% Helvetica, Arial, Verdana, sans-serif; margin: 0; padding: 10px; } 
div.grid br { margin: 0; }
div.grid div.article-feature-widget { margin: 0 0 10px 0; padding: 0 10px; }
div.grid div.article-feature-widget a.read-more { font: 0.75em/160% Helvetica, Arial, Verdana, sans-serif; text-decoration: none; background: #beb093; color: #fff; margin: 0 0 0 10px; padding: 6px 8px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
div.grid div.article-feature-widget a.read-more:hover { text-decoration: none; background-color: #8c7e62; }

/* Obituary Buttons */
a.email { background: url(../images/icons/comment.png) 6px 50% no-repeat #beb093; margin: 0 5px 0 0 !important; padding: 8px 8px 8px 28px !important; }
a.corrections { background: url(../images/icons/pencil_arrow.png) 6px 50% no-repeat #beb093; margin: 0 5px 0 0 !important; padding: 8px 8px 8px 28px !important; }
a.gift { background: url(../images/icons/flowers.png) 6px 50% no-repeat #beb093; margin: 0 5px 0 0 !important; padding: 8px 8px 8px 28px !important; }