/* ----- TYPOGRAPHY ----- */
/* Here, we are going to arrange the typography and keep it all contained
   We'll use shorthand to keep the code small, which goes:
   font: weight size/line-height stack; color; text-transform; margin;
   
   We want to use <h#>'s as much as possible, as Google reads these in order of importance, it helps the spiders
   know what is important to record and what's not.
   
   Any large-scale italicizing or uppercasing needs to be done here
   
*/


/* ----- CUSTOM ----- */
body { font: normal 14px/20px Verdana, Arial, sans-serif; color: #000000; }
input, textarea { font: normal 14px/20px Verdana, Arial, sans-serif; color: #333; }

/* We use em and strong in the text, instead of <b> or <i> ... these are read by browsers to be emphasis terms, and help for readers
by vision-impaired users and spiders */
em { font-style: italic; }
strong { font-weight: bold; }

#content { font: normal 14px/20px Verdana, Arial, sans-serif; color: #ffffff; text-align: left; }
p { margin: 0 0 17px 0; }

h1 { font: bold 17px/20px Verdana, Arial, sans-serif; color: #f91508; letter-spacing: 1px; margin: 0 0 12px 0; }
h2 { font: bold 16px/20px Verdana, Arial, sans-serif; color: #b0140b; margin: 0 0 13px 0; }
h3 { font: bold 14px/20px Verdana, Arial, sans-serif; color: #c39292; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 10px 0; }

.wine { font: 14px/20px Verdana, Arial, sans-serif; color: #b0140b; }
.redbold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #b0140b; }
.brightredbold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #f91508; }
.whiteheader { font: bold 19px/21px Verdana, Arial, sans-serif; color: #ffffff; }

.brightredhead { font: bold 18px/20px Verdana, Arial, sans-serif; color: #f91508; }
.winehead { font: bold 18px/21px Verdana, Arial, sans-serif; color: #b0140b; }
.blue { font: bold 14px/20px Verdana, Arial, sans-serif; color: #7ca8e8; }
.quote { font: bold italic 14px/20px Verdana, Arial, sans-serif; color: #b0140b; }
.dropcap { font: bold 27px/27px Verdana, Arial, sans-serif; color: #ffffff; }

.question { height: 41px; background: url('/images/q.gif') no-repeat; margin: 15px 0 10px -10px; padding: 10px 0 0 50px; font: bold 14px/20px Verdana, Arial, sans-serif; color: #601c2c; display: block; vertical-align: middle; }


/* ----- LINKS ----- */
/* We change the link color here. The first line color is the color of the link, the second line is the color of the rollover */
a:link, a:visited { font-weight: bold; color: #f91508; text-decoration: none; }
a:active, a:hover { font-weight: bold; color: #960a02; text-decoration: none; }






/* ----- OLD STUFF ----- 

.blue { font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 15pt; color: #41407b; }
.bluebold { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 13px; line-height: 15pt; color: #41407b; }
.bluehead { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 15px; line-height: 15pt; color: #41407b; }
.quote { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-style: italic; font-size: 13px; line-height: 15pt; color: #72334c; }
.red { font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 15pt; color: #811a09; }
.redbold { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 13px; line-height: 15pt; color: #811a09; }
.header { font-family: helvetica,arial,verdana,sans-serif; letter-spacing: 2px; font-weight: bold; font-size: 17px; line-height: 15pt; color: #311f4b; }
.header2 { font-family: helvetica,arial,verdana,sans-serif; letter-spacing: 1px; font-weight: bold; font-size: 15px; line-height: 15pt; color: #2f6f7e; }
.dropcap { font-family: helvetica,arial,verdana,sans-serif; font-weight: bold; font-size: 33px; line-height: 23pt; color: #000000; }
.dropcap2 { font-family: helvetica,arial,verdana,sans-serif; font-weight: bold; font-size: 25px; line-height: 18pt; color: #000000; }
.xuni { font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; line-height: 14pt; color: #af240d; }
input, textarea { font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: #22293b; font-weight: normal;}
.button {color: #22293b;}
h1 {font-family: helvetica,arial,verdana,sans-serif; text-decoration: none; font-size: 19px; margin-bottom: 5px; color: #22293b; font-weight: bold;}
h2 {font-family: helvetica,arial,verdana,sans-serif; text-decoration: none; font-size: 17px; margin-bottom: 0px; color: #22293b; font-weight: bold;}
*/
