﻿
h1, h2, h3
{
    padding:0 0 12px 0;
    font-size:1.2em;
}
h2
{
    font-size:1.1em;
}
.left h2, .right h2
{
    padding:0;
}
h3
{
    font-size:1.0em;
}
p 
{
	padding:0 0 12px 0;
	line-height:130%;
}
a
{
    text-decoration:none;
    color:#000;
}
a:hover, a.active
{
    color:#000;
}
a.boldRed
{
    font-weight:bold;
    text-transform:uppercase;
    color:#da2e20;
}
a img
{
    border:none;
}
/*----------------------------------------------------------------------*/
/*--------*//* MAIN NAVIGATION */
#navigation ul li
{
	float:left;
	padding:3px 8px 0 8px;
	height:25px;
	he\ight:22px;
	background:url(../images/backgrounds/navigation-pipe.gif) right 6px no-repeat;
}
#navigation ul li.last
{
	background:none;
}
#navigation a
{
    display:block;   
    font-size:1.0em;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;    
}
#navigation ul li a:hover, #navigation ul li a.current
{
    color:#ee4130;
}
/*----------------------------------------------------------------------*/
/*--------*//* NEWS TICKER */
#newsTicker
{
    margin:0 0 8px 0;
    padding:4px 0 0 62px;
    width:628px;
    w\idth:566px;
    height:23px;
    he\ight:19px;
    border:#7f7f7f 1px solid;
    background:url(../images/backgrounds/news-ticker.gif) 8px 7px no-repeat;
}
#newsTicker a
{
    color:#818284;
    font-weight:bold;
    font-size:0.95em;
    text-decoration:none;
    text-transform:uppercase;
}
/*----------------------------------------------------------------------*/
/*--------*//* TOP STORY */
#topStory
{
    padding:0 0 10px 0;
}
#topStory .text
{
    float:left;
    width:307px;
}
#topStory .text h3
{
    padding:0 0 10px 0;
    font-family:Times New Roman, Times, serif;
    font-size:1.95em;
}
#topStory .thumb
{
    float:right;
    width:307px;
}
/*----------------------------------------------------------------------*/
/*--------*//* ARTICLES */
ul.articles
{
    padding:0 0 10px 0;
}
ul.articles, ul.articles li
{
    margin:0;
    width:307px;
    list-style-type:none;
}
ul.articles li
{
    padding:10px 0 10px 0;    
    border-bottom:#cccccc 3px solid;
}
ul.articles .thumb
{
    float:left;
    width:112px;
    height:84px
}
ul.articles .thumb img
{
    border:#cccccc 1px solid;
}
ul.articles .text
{
    float:right;
    width:185px;
}
ul.articles .text h3
{
    padding:0 0 10px 0;
    font-size:1.1em;
    font-family:Times New Roman, Times, serif;
}
ul.articles .text h3 a:hover
{
    color:#da2e20;
}
ul.articles .thumb img:hover
{
    border:#58595b 1px solid;
}
ul.articles .text p
{
    padding:0 0 4px 0;
}
/*--------*//* Main artcile page */
.articleImage
{
    float:right;
    margin:0 0 15px 15px;
    width:307px;
    height:230px;
}
/*----------------------------------------------------------------------*/
/*--------*//* MORE LINKS */
.moreLinks h2
{
    padding:0 0 5px 0;
    text-transform:uppercase;
    color:#da2e20;
}
.moreLinks ul li, a.download
{ 
    padding:0 0 3px 13px;
    background:url(../images/backgrounds/arrow.gif) left 3px no-repeat; 
}
/*----------------------------------------------------------------------*/
/*--------*//* SEARCH THE WHITEBOOK */
#search
{
    margin:0 0 10px 0;
    padding:7px 8px;
    width:298px;
    w\idth:282px;
    border:#7f7f7f 1px solid;
    background:url(../images/backgrounds/search.gif) top left repeat-x;  
}
#search h2
{
    padding:0 0 10px 0;
    font-size:0.95em;
    text-transform:uppercase;
    color:#6d6c71;
}
#search ul li
{
    float:left;
    width:207px;
}
#search ul li input
{
    padding:0;
    width:195px;
}
#search ul li.btn
{
    float:right;
    width:75px;
    overflow:hidden;
}
#search ul li.btn input
{
    width:75px;
}
/*----------------------------------------------------------------------*/
/*--------*//* CURRENT ISSUE */
#currentIssue
{
    margin:10px 0 0 0;
    padding:7px 8px;
    width:298px;
    w\idth:282px;
    text-align:center;
    background:#ededed;
    border:#010100 1px solid;
}
#currentIssue h2
{
    padding:0 0 10px 0;
    text-align:left;
    font-size:1.6em;
    text-transform:uppercase;    
    color:#da2e20;
    font-family:Times New Roman, Times, serif;  
}
#currentIssue h2 span
{
    display:block;
    color:#666664;    
}
#currentIssue p
{
    text-align:left;  
}
#currentIssue p.times
{
    padding:10px 0 0 0;
    font-size:1.25em;
    font-family:Times New Roman, Times, serif;  
}