/* 
===================== COLOUR PALETTE =====================
E60000 This red
CC0000 dark red
E2E9F0 light grey.blue
A1A5AB mid grey/blue
696969 dark grey
999999 mid grey
336699 dark blue

===================== COLOUR PALETTE =====================
*/

/* ===================== BASIC SETTINGS ===================== */

body 
{
margin: 0;
padding: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
background: #ffffff;
font-size: x-small; /* IE5 Win */
voice-family: "\"}\""; 
voice-family: inherit;
font-size: small;
}

html>body
{ 
/* be nice to Opera */
font-size: small;
}

h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}

.red
{
color: #E60000;
}

/* ===================== FONTS ===================== */

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
}

h1 {
  font-size: 130%;
  font-weight: bold;
}

h2 {
  font-size: 110%;
  font-weight: bold;
}

h3 {
  font-size: 90%;
  font-weight: bold;
}

/* ===================== NAVIGATION ===================== */

div#navbar 
{
display: none;
}



/* ===================== LEFT COLUMN ===================== */

.leftcolelements
{
display: none;
}


/* ===================== FILM CLUB ===================== */

#filmclub
{
display: none;
}


/* ===================== BLOG THIS ===================== */

#leftblogthis
{
display: none;
}

/* ===================== STORY-SPECIFIC ELEMENTS ===================== */


#storytools
{
display: none;
}

#fontswitch
{
display: none;
}

#story img
{
margin-top: 20px;
margin-left: 5px;
margin-bottom: 10px;
}

#story h4 
{
margin-top: 18px;
font-size: 90%;
font-weight: normal;
text-transform: uppercase;
}

.reversecap
{
width:20px;
text-transform: uppercase;
font-size: medium;
font-weight: bold;
color: white;
background-color: black;
padding-left: 6px;
}

/* ===================== RIGHT COLUMN ITEMS ===================== */

#rightcoltop
{
display: none;
}

#rightcolsub
{ 
display: none;
}

#rightcoldon
{ 
display: none;
}

#rightcolbot
{
display: none;
}

#rightcolspread
{
display: none;
}

/* ===================== GLOBAL ELEMENTS ================ */

strong
{
font-weight: bold;
clear: both;
display: block;
}

em
{
clear: both;
display: block;
}

/* ===================== ADVERTISING ===================== */


.adsSkyscraper
{
display: none;
}

/* ===================== FOOTER ===================== */

#footer
{
display: none;
}

