
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6, legend { font-family: 'Bentham', Georgia, Times;  } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/

h1 {font-size: 2.4em; letter-spacing: -1px; margin-bottom: 0.5em; line-height: normal;}
h2 {font-size: 2.2em; letter-spacing: -1px; margin-bottom: 0.5em; line-height: normal; }

h3 {font-size: 1.8em; color: #cc0000; margin-bottom: 0.75em; letter-spacing: -1px;}

h4 { font-size: 1.4em; color: #000; font-weight: bold; margin: 0.5em 0; letter-spacing: -1px;}


legend {font-size: 2em; }

html, body {font-size: 75%;}

p {font-size: 14px; color: #333; line-height: 1.5em; padding-bottom: 15px;}

a:link, a:visited {color: #CC0000; text-decoration: none;}


blockquote {font-family: Georgia, Times, serif; font-style: italic; color: #000; margin-bottom: 20px; }
blockquote p {font-size: 14px !important;}


.bqstart {
     float: left;
     height: 50px;
     margin-top: -30px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 500%;
     color: #000;
     font-style: normal; font-weight: normal;
     
 }
 
 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 500%;
     width: 50px;
     color: #000;
 }
 
 hr {height: 50px; border: 0; background: url(../images/hr-black.png) top left no-repeat;  width: 100%;}
 
 
a.post-edit-link {visibility: hidden; display: none;}

