@charset "utf-8";

/*------------------------------------------------------------------
   AUTHOR           : Matt Lowe for Mook mattlowe81@hotmail.com
------------------------------------------------------------------*/

/*------------------------------------------------------------------
PRINT - TABLE OF CONTENTS
.........................
1. GENERAL
   1.1 RESETS AND DEFAULTS
   1.2 TEXT
   1.3 LINKS
   1.4 HEADERS
   1.5 IMAGES
   1.6 LISTS
   1.7 TABLES
2. LAYOUT
   2.2 CONTAINERS
        2.2.1 GENERIC CONTAINER
3. HEADER
   3.1 HEADER LAYOUT
4. NAVIGATION
   4.3 SUB-PAGES
       4.3.1 SUB-PAGES ELEMENTS
5. FOOTER
6. ELEMENTS
   6.3 TITLES
   6.7 hENTRY (hAtom) / ENTRY
          6.7.1 GENERIC hENTRY
------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. GENERAL
------------------------------------------------------------------*/

/*------------------------------------------------------------------
1.1 RESETS AND DEFAULTS
------------------------------------------------------------------*/
body
{
 color              : #000;
 font-family        : Arial, Helvetica, sans-serif;
 font-size          : 11px;
 line-height        : 120%;
}

abbr,
hr,
form,
.flash
h1 .meta,
h2 .meta,
h3 .meta,
h4 .meta,
h5 .meta,
h6 .meta,
.hidden,
.named-anchor,
.tools,
.pagination,
.screen-reader-links,
.secondary-navigation,
.tertiary-navigation,
.internal-navigation,
a.mb,
#country-selector,
#navigation,
#footer .interface
{
 display            : none;
}

dl,
ol,
ul
{
 margin-bottom      : 12px;
}

/*------------------------------------------------------------------
1.2 TEXT
------------------------------------------------------------------*/
.lead
{
 color              : #656565;
 font-size          : 13px;
 font-weight        : 700;
}

p
{
 text-align         : justify;
}

/*------------------------------------------------------------------
1.3 LINKS
------------------------------------------------------------------*/
#wrapper a
{
 color              : #000;
 text-decoration    : none;
}

/*------------------------------------------------------------------
1.4 HEADERS
------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
#wrapper h1 a,
#wrapper h2 a,
#wrapper h3 a,
#wrapper h4 a,
#wrapper h5 a,
#wrapper h6 a
{
 color              : #002469;
}

h1
{
 font-size          : 21px;
 letter-spacing     : -1px;
}

h2
{
 font-size          : 16px;
 letter-spacing     : -1px;
}

h3
{
 font-size          : 13px;
 letter-spacing     : -1px;
}

h4,
h5,
h6
{
 font-size          : 11px;
}

/*------------------------------------------------------------------
1.5 IMAGES
------------------------------------------------------------------*/
img
{
 border             : 0;
}

/*------------------------------------------------------------------
1.6 LISTS
------------------------------------------------------------------*/
.functional-modules,
.feed
{
 list-style-type    : none;
 margin             : 0;
 padding            : 0;
}

/*------------------------------------------------------------------
1.7 TABLES
------------------------------------------------------------------*/
table
{
 border-collapse    : collapse;
}

td,
th
{
 border             : 1px solid #d8d8d8;
 text-align         : left;
 vertical-align     : top;
}

caption
{
 text-align         : left;
}

/*------------------------------------------------------------------
2. LAYOUT
------------------------------------------------------------------*/
#content
{
 margin             : 12px 0;
}

/*------------------------------------------------------------------
2.2 CONTAINERS
------------------------------------------------------------------*/

/*------------------------------------------------------------------
2.2.1 GENERIC CONTAINER
------------------------------------------------------------------*/
#content .container
{
 border-top         : 6px solid #d8d8d8;
 margin             : 12px;
 padding            : 0 12px;
}

/*------------------------------------------------------------------
3. HEADER
------------------------------------------------------------------*/

/*------------------------------------------------------------------
3.1 HEADER LAYOUT
------------------------------------------------------------------*/
#header
{
 border-bottom     : 2px solid #d8d8d8;
 padding-bottom    : 12px;
}


/*------------------------------------------------------------------
4. NAVIGATION
------------------------------------------------------------------*/

/*------------------------------------------------------------------
4.3 SUB-PAGES
------------------------------------------------------------------*/

/*------------------------------------------------------------------
4.3.1 SUB-PAGES ELEMENTS
------------------------------------------------------------------*/
.sub-pages .c
{
 border            : 1px solid #d8d8d8;
 margin-bottom     : 1%;
 padding           : 0 12px;
}


/*------------------------------------------------------------------
5. FOOTER
------------------------------------------------------------------*/
#footer
{
 border-top        : 2px solid #d8d8d8;
}


/*------------------------------------------------------------------
6. ELEMENTS
------------------------------------------------------------------*/

/*------------------------------------------------------------------
6.3 TITLES
------------------------------------------------------------------*/
.title
{
 border-bottom    : 1px solid #6a6a6a;
 padding-bottom   : 6px;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6,
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title
{
 color            : #656565;
}

/*------------------------------------------------------------------
6.7 hENTRY (hAtom) / ENTRY
------------------------------------------------------------------*/

/*------------------------------------------------------------------
6.7.1 GENERIC hENTRY
------------------------------------------------------------------*/
.hentry,
.entry
{
 border-bottom    : 1px dotted #6a6a6a;
 margin-bottom    : 12px;
}
