﻿/* -------------------
   General Styles
   -----------------*/

body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;  /* default set here for easier sizing using ems */
    color: #666666;
}

h1
{
    font-size: 1.8em;
    color: #FF0000;
}

h2
{
    font-size: 1.4em;
    font-weight: bold;
    color: #666666;
}

a
{
    color: #666666;
}

p
{
    font-size: 1.2em;
    line-height: 1.4;
}

hr
{
    color: #666666;
}


strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

blockquote
{
    font-size: 1.4em;
    font-style: italic;
    font-weight: bold;
}

blockquote p.by
{
    font-size: 0.8em;
    font-weight: normal;
    text-align: right;
}

label, input, textarea, select
{
    font-size: 1.4em;
}

.h1inline
{
    font-size:1.8em;
    display:inline;
}

.stdGray
{
    color: #999999;
}

.caps
{
    text-transform: uppercase;
}

.brightred
{
    color:#FF0000;
}

.brightredcaps
{
    color: #FF0000;
    text-transform: uppercase;
}

.darkredcaps
{
    color: #CC0000;
    font-weight: bolder;
    text-transform: uppercase;
}

.validation
{
    font-size:14px;
}

/* -------------
   Master Page
   ------------- */

#topMenu a 
{
    font-family: 'Century Gothic', 'Arial', 'Sans-Serif';
    font-weight: bold;
    font-size: 1.4em;
}

#topMenu a:hover
{
    color: #ffffff;
}

#ul_MainPageLeft li
{
    font-size:1.4em;
}

#ul_MainPageRight li a
{
    font-size: 1.2em;
    line-height: 1.4;
}

#ul_MainPageRight a:hover .darkredcaps
{
     color: #FF0000;
     background-image: url('a_hover_underline.png');
     background-repeat:repeat-x;
     background-position:bottom;
}

#frmFooter input
{
    font-size: 10px;    
}

.footertext, #ul_footerMenu li a
{
    font-size: 10px;
    color: #999999;
}

/* ----------------
   Main Geek Corner Page
   ---------------- */

#ul_BlogList li
{
    font-size:1.2em;
    line-height: 1.4em;
}

#ul_BlogList li a
{
    font-size:1.2em;
}

/* -----------------------
   Individual blog pages
   ----------------------- */

.blogPost p
{
    font-size: 1.2em;    
}


p.blogPublishDate
{
    font-size: 1em;
}

/* ----------------
   Case Studies
   ---------------- */

.casestudyheader
{
    color: #FF0000;
    margin-bottom: 10px;
}

.li_CaseStudyMenu_Title
{
    color: #FF0000;
    font-size:1.4em;  
}

.li_CaseStudyMenu_Text
{
    font-size: 1.2em;
}

#ul_CaseStudyMenu a
{
    color: #666666;
    background-image: none;
}

#ul_CaseStudyMenu a:hover
{
    color: #FF0000;
    background-image: none;
}


/* ------------
   Sitemap Page
   ------------  */

.ul_sitemap li 
{
    font-size: 1.2em;
}

.ul_sitemap_blogs li a
{
    font-size: 0.8em;
}


/* ------------
   Newsletter index page
   ------------- */

#ul_newsletters li a
{
    font-size: 1.2em;
    background-image: none;
}

/* ------------
   Main page content 
   ------------ */

.content a
{
     color: #CC0000;
     background-image: url('a_underline.png');
     background-repeat:repeat-x;
     background-position:bottom;
}

.content a:hover
{
     color: #FF0000;
     background-image: url('a_hover_underline.png');
     background-repeat:repeat-x;
     background-position:bottom;
}     

.contentbullet li
{
    font-size: 1.2em;
    color: #666666;
    padding-left: 15px;
    background-image: url('bullet_redchevron.png');
    background-repeat:no-repeat;
    background-position:topleft;
    margin-bottom:10px;
}
 
.linkoverride a
{
     background-image: none;
}

.linkoverride a:hover
{
     background-image: none;
}


