/* UK IMC CSS */
/* handheld */

body {
font: small Arial, Helvetica, sans-serif;
background: #fff;
color: #000;
}

/* Links */
a, a:link {
color: #2750D4;
text-decoration: none;
}
a:visited {
color: #963;
}
a:hover, a:active {
color: #B42323;
text-decoration: underline;
}

/* Standards */
.access {
display: none;
}

.small, small {
font: 80% Verdana, Arial, Helvetica, sans-serif;
line-height: 1.5em;
}

.shout {
font-weight: bold;
color: #CC3333;
}

/* ------ */
/* IMAGES */
/* ------ */
img.inlineimg {
border: none;
}

img.inlineimg-left {
border: none;
}

img.inlineimg-right {
border: none;
}

div#securityalert {
border 2px solid black;
}

/* XML Image */
img.rss {
display: none;
}

/* ----------- */
/* TOP BITS */
/* ----------- */

/* header and top bar */
div.header {
background: none;
}

/* Top navigation */
div.top {
white-space: nowrap;
}
div.top-wide {
white-space: nowrap;
}

/* ---- */
/* Logo */
/* ---- */
#logo {
        background: none;
	font-size: 120%;
}
#logo h1 {
        background: none;
	text-transform: small-caps;
	padding: 0px 0px 5px 0px;
}
#logo h1 :after {
         content: " Mobile";	
}

/* ---------- */
/* Abstract */
/* ---------- */
p#abstract {
display: none;
}
p#abstract-wide {
display: none;
}

/* ------------------- */
/* THREE COLUMNS */
/* ------------------- */

div.leftcolumn {
display: none;
}

div.central {

}
div.central-wide {

}
div.central-full {

}

div.rightcolumn {

}


/* ---------------------- */
/* CENTRAL COL BITS */
/* ---------------------- */

/* Features */
div.feature {
border-bottom: 1px solid #9d9da1;
}

/* Special Feature */
div.special {
margin: 0 0 0 0;
padding: 2px 2px 2px 2px;
border: 1px solid #9d9da1;
background: #eee;
}

/* 'Start', topic index page headers */
div.start{
margin: 0;
padding: 0 0 12px 0;
}
div.start p {
font-style: italic;
}

div.feature h2, div.special h2, div.start h2, div.start h1 {
font: 150%/1.1em "Trebuchet MS", "Bitstream Vera Sans", Verdana,  
Helvetica, sans-serif;
font-weight: bold;
padding: 0 0 0 0;
margin: 0;
}

div.feature h3, div.feature h4, div.feature h5, div.feature h6,  
div.feature h7 {
font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana,  
Helvetica, sans-serif;
padding: 2px 0 0 0;
margin: 0;
}

div.feature p.date, div.special p.date {
font: 80% Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 2px 0 2px 0;
font-weight: bold;
}

/* Read more button */
p.readmore {
font: 80% "Verdana", "Arial", "Helvetica", sans-serif;
}

/* Imgs within features and specials */
div.feature img.mediaimg, div.special img.mediaimg {
border: 1px solid black;
}

/* Homepage / list paras */
div.feature p, div.special p, div.start p {
margin: 0 0 1em 0;
padding: 0;
}

/* Related categories paragraph */
p.related {
font: 80% "Verdana", "Arial", "Helvetica", sans-serif;
}



/* Breaking News */
div.breaking {
margin: 0 0 5px 0;
border: 1px solid #9d9da1;
background: #eee;
}
div.breaking h2 {
font: 150%/1.1em "Trebuchet MS", "Bitstream Vera Sans", Verdana,  
Helvetica, sans-serif;
font-variant: small-caps;
letter-spacing: 0.1em;
font-weight: bold;
padding: 0 0 5px 0;
margin: 0;
}
div.breaking span.date {	
font-weight: bold;
padding: 0 10px 0 6px;
margin: 0 10px 0 0;	
border-right: 1px dashed black;
}
div.breaking p {
margin: 0 0 1em 6px;
padding: 0;
}


/* ------------------- */
/* ARTICLES & COMMENTS */
/* ------------------- */

/* Article Div */
div.article {
border: 1px solid #9d9da1;
}

/* Trash Article */
div.trash div.article {
border: 1px solid #000;
background: #504F4F url(/img/hidden-1.gif) repeat;
}

/* Trash Message */
div.trash div.article div.trash-message {
border: 3px solid #000;
background: #fff;
}

/* Comments Header */
h2#commentsheader {
font: 140%/1.1em "Trebuchet MS", "Bitstream Vera Sans", Verdana,  
Helvetica, sans-serif;
font-weight: bold;
}

/* Comment Div */
div.comment {
border: 1px solid #9d9da1;
}

/* Headers */
div.article h1, div.comments h1 {
font: 150%/1.1em "Trebuchet MS", "Bitstream Vera Sans", Verdana,  
Helvetica, sans-serif;
font-weight: bold;
margin: 0;
}
div.article h2, div.comments h2 {
font: 150%/1.1em "Trebuchet MS", "Bitstream Vera Sans", Verdana,  
Helvetica, sans-serif;
font-weight: bold;
margin: 0;
}
div.article h3, div.comments h3 {
font: 130%/1.1em "Trebuchet MS", "Bitstream Vera Sans", Verdana,  
Helvetica, sans-serif;
font-weight: bold;
margin: 0;
}
div.article h4, div.comments h4 {
font: 120%/1.1em "Trebuchet MS", "Bitstream Vera Sans", Verdana,  
Helvetica, sans-serif;
font-weight: bold;
margin: 0;
}
div.article h5, div.article h6, div.comments h5, div.comments h6 {
font: 110%/1.1em "Trebuchet MS", "Bitstream Vera Sans", Verdana,  
Helvetica, sans-serif;
font-weight: bold;
margin: 0;
}

/* Date Line */
div.article p.date, div.comment p.date {
font: 80% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 0 1px 0;
padding: 0 0 0 0;
font-weight: bold;
}

/* Article Intro Para */
div.article div.intro {
background: #eee;
font-style: italic;
padding: 10px;
}

/* Trash Intro Para */
div.trash div.article div.intro {
background: transparent;
font-style: italic;
padding: 10px;
}


/* Article Media */
div.article div.media, div.article img {
margin: 0 0 10px 0;
}

div.article div.media img {
margin: 4px 10px 0 0;
border: 1px solid black;
}
div.article div.media p {
margin: 0 0 0 0;
padding: 0;
font-weight: bold;
font-style: italic;
}

/* Article & Comment Para */
div.article p, div.comment p {
margin: 0 0 1em 0;
padding: 0;
}

/* Article Lists */
div.article ul {
margin: 0 0 1em 40px;
padding: 0;
}
div.article li {
margin: 0;
padding: 0.5em 0;
}

/* Article & Comment 'Creator' Para */
div.article p.creator, div.comment p.creator {
margin: 10px 0 1em 0;
padding: 0;
font-weight: bold;
font-style: italic;
}

/* Article Follow Up Links */
ul.follow-up {
display: block;
padding: 0 0 10px 5px;
margin: 20px 0 0 0;
}
ul.follow-up li {
display: block;
padding: 0 0 10px 25px;
background: white url(/img/star.gif) top left no-repeat;
}

/* Trash Article Follow Up Links */
div.trash ul.follow-up {
display: block;
background: white;
border: 3px solid #000;
}
div.trash ul.follow-up li {
display: block;
padding: 5px 0 5px 0;
background: none;
}


/* Don't display that dodgy hr tag, tch! */
div.comment hr {
display: none;
}

/* ----------------- */
/* PAST ACTIONS PAGE */
/* ----------------- */

div.actions {
margin: 10px 0 0 0;
}

div.actions h2 {
padding: 0;
margin: 0;
}

div.actions dl{
padding: 0;
margin: 10px 0 30px 0;
}

div.actions dt{
font-weight: bold;
padding: 0;
margin: 5px 0 2px 0;
}

div.actions dd {
padding: 0;
margin: 0 0 10px 5px;
}

/* ----------------- */
/* LEFT COL BITS */
/* ----------------- */

/* ALL STANDARD DL'S IN LEFT COL */
div.leftcolumn dl {
}
div.leftcolumn dt {
}
div.leftcolumn dt.header {
}
div.leftcolumn dt.subheader {
}
div.leftcolumn dd {
}
div.leftcolumn dd img {
}

/* EVENTS */
div.leftcolumn dl#events dd {
}

/* IM ALERTS */
dl#hottopics dt {
display: none;
}

/* IMC's Div */
div.imcs  {
display: none;
}

/* Spacer at the bottom */
div#leftspacer {
display: none;
}


/* ------------------- */
/* RIGHT COL BITS */
/* ------------------- */

/* Top Newswire Image */
#newswireimg {
display: none;
}

div.newswirearea {
}

/* Publish Button */
h3#publish {
}

/* Search Newswire */
div.search {
}

.searchbutton {
}

/* Newswire */
div.newswirearea h2 {
}
div.newswire p {
}
div.newswire img {
}


/* --------------- */
/* Page Navigation */
/* --------------- */
div.pagenav {
}


/* ----- */
/* FORMS */
/* ----- */
form {
border: 0;
padding: 0;
margin: 0;
}
input {
}
textarea {
}
fieldset {
}


/* ------------------- */
/* View all Posts Page */
/* ------------------- */

div.viewallpostsheader h2 {
}

div.viewallpostsheader p {
}

div.viewallpostsarticles div.article {
}

div.viewallpostsarticles h2 {
}

/* Date Line */
div.viewallpostsarticles p.date {
}

/* Article Paragraphs */
div.viewallpostsarticles p {
}

/* ------------------ */
/* OFFLINE PAGE TABLE */
/* ------------------ */

table#offline {
display: none;
}

