html {
 padding: 0;
 margin: 0;
}

body {
 font-family: arial,helvetica,sans-serif;
 font-size: 75%;
 width: 100%;
 /* content colour liable to be skinned by file */
 background-color:#fff;
 color:#5e6667;
 margin-left: 0px;
 margin-right: 0px;
 text-align: left;
}

/* UTIL */
.bold {
 font-weight: bold;
}
.clear {
 clear: both;
}
img.quotes {
 position: relative;
 left: -30px;
 top: 22px;
 z-index: 0;
}
img.left {
 float: left;
 margin-right: 10px;
}

img.loading { /* spinning "I'm busy" GIF */
 border: none !important;
}

.article_dash {
 position: relative;
 left: -6px;
}

/* used in HTML coming from CRM */
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

.floatcontainer { /* apply to a container to make it as tall as its floats */
    zoom:1; /* for IE6 to trigger overflow */
    overflow: hidden;
}
/* basic borders, colours will skin */
.thinbottomline {
 border-bottom: 1px solid #63D6DD;
}
.thickbottomline {
 border-bottom: 10px solid #63D6DD;
}
.thintopline {
 border-top: 1px solid #63D6DD;
}
.thinleftline {
 border-left: 1px solid  #63D6DD;
}
.thinrightline {
 border-right: 1px solid  #63D6DD;
}

.thicktopline {
 border-top: 10px solid #63D6DD;
}
.dashedthinbottomline {
 background-image: url('../../img/ma/dash.jpg');
 background-repeat:repeat-x;
 background-position: bottom left;
}
.dashedthintopline {
 border-top: 1px dashed #B6B7B2;
 background-image: url('../../img/ma/dash.jpg');
 background-repeat:repeat-x;
 background-position: top left;
}
.article-dashedthintopline {
 background-image: url('../../img/ma/dash.jpg');
 background-repeat:repeat-x;
 background-position: top left;
}
#res-menu-icon-wrap,
.colourize_background_nav,
/*.colourize_background,*/
#responsive-menu .slicknav_nav .slicknav_arrow,
#left-menu-responsive-btn {
    background-color: #63D6DD !important;
}

#responsive-menu .slicknav_nav hr{
    background-color: #63D6DD !important;
    border-color: #63D6DD !important;
}

/* SURROUNDS */
#body {
 width: 1000px;
 background-color:#e8eee6;
 margin-left:auto !important;
 margin-right:auto !important;
 padding-bottom: 25px;
 position: relative; /* needed for positioning of popup login box */
}
#content {
 width: 950px;
 background-color: #fff;
 margin-left: 25px;
 margin-right: 25px;
 /* content colour liable to be skinned by file */
}

#main_column {
 width: 470px;
 float: left;
}
.main_column_large {
 float: left;
}

#landing_highlight {
 padding: 2px;
 margin-bottom: 1px;
 line-height: 1.8em;
 display: inline;
}

/* main column layouts :  TYPE_column_box */

DIV.single_column_box {
 width: 470px;
}
#main_column .single_column_box .articletext {
 vertical-align: top;
 width: 470px;
}

#main_column .single_column_box .standfirst {
 font-size: 1.2em;
 line-height: 1.45em;
 width: 375px;
}
#main_column div.grid_column_box {
 width: 470px;
 clear: both;
}
#main_column div.grid_column_box .standfirst{
 font-size: 1.025em;
 line-height: 1em;
}

#main_column .grid_column_box table tr {
 vertical-align: top;
}
#main_column .grid_column_box table tr td {
 width: 230px;
}
#main_column .grid_column_box table td.column_divider {
 width: 10px;
}
#main_column div.grid_column_box .articletext > div{
 padding-top: 20px;
}
#main_column div.flow_column_box {
 vertical-align: top;
}
#main_column div.flow_column_box .column_1 {
 width: 230px;
 float: left;
}
#main_column div.flow_column_box .column_2 {
 margin-left: 10px;
 width: 230px;
 float: right;
}

#main_column div.grid_column_box .column_1 {
 width: 230px;
}
#main_column div.grid_column_box .column_2 {
 padding-left: 10px;
 width: 230px;
}


#main_column img.single_landscape {
 display:block;
}
#main_column img.single_portrait {
 float: left;
}
#main_column div.single_portrait {
 width: 230px !important;
 padding-left: 10px;
}

#main_column img.flow_landscape {
 display:block;
}
#main_column img.flow_portrait {
 float: left;
 padding-right: 5px;
}
#main_column div.flow_portrait {
  width: 110px;
  float: right;
  margin-bottom: 10px;
}
#main_column div.flow_summary {
 margin-bottom: 10px;
}
#main_column div.flow_title {
 margin-bottom: 10px;
}

#main_column img.grid_landscape {
 display:block;
}
#main_column img.grid_portrait {
 float: left;
 padding-right: 5px;
}
#main_column div.grid_portrait {
  width: 110px;
  float: right;
  margin-bottom: 10px;
}
#main_column div.grid_summary {
 margin-bottom: 10px;
}
#main_column div.grid_title {
 margin-bottom: 10px;
}

/* main col layout items */
.articletext {
 padding-top: 2px;
 padding-left: 0px;
}
.simplearticlecell {
 padding-top: 5px;
 padding-bottom: 5px;
}

#left_column {
 /* only on homepage */
 width: 180px;
 padding-left: 50px;
 border-left: 10px solid #E8EDE6;
 float: left;
}

#right_column {
 width: 220px; /*plus 10px left border and 10px padding*/
 float: left;
 clear: right;
 padding: 6px 0px 20px 10px;
 border-left: 10px solid #B8BBB2;
 color:  #5e6667;
}

#right_column h4,
#right_column h4 a,
#right_column h4 a:link,
#right_column h4 a:visited,
#right_column h4 a:active  {
 color: #9a9d96;
}

#right_column .rhc_feature {
 padding-top: 5px;
 padding-bottom: 20px;
}

#right_column .item {
 background-image: url('../../img/ma/dash.jpg');
 background-repeat:repeat-x;
 background-position: top left;
 font-size: 1.025em;
 line-height: 1.3em;
 float: right;
 width: 180px;
 margin-top: 10px;
 padding-top: 5px;
 font-weight: bold;
}
#right_column .details {
 float: right;
 width: 180px;
 padding-top: 3px;
 font-size:1.025em;
}
#right_column .gap {
 height: 50px;
}

#right_column .hotspot {
 margin-top: 10px;
 width: 180px;
 float: right;
}
#right_column .caption {
 float: right;
 width: 180px;
 margin-top: 100px;
}
#right_column .caption h3 {
 color: #63D6DD;
}
#right_column .caption div {
 font-size: 1.35em;
}

#right_column img.rss {
  vertical-align: middle;
}


/* BASICS */
h1 {
 font-size: 3.45em;
 margin-bottom: 2px;
}
h2 {
 font-size: 1.6em;
 padding-top: 5px;
}
h3 {
 font-size: 1.35em;
 padding-top: 4px;
 line-height: 1.8em;
}
h4 {
 font-size: 1.2em;
 padding-top: 2px;
}

a,
a:link,
a:visited,
a:hover,
a:active  {
 text-decoration: none;
}
a.white,
a.white:link,
a.white:visited,
a.white:hover,
a.white:active  {
 color: #fff;
}
a.black,
a.black:link,
a.black:visited,
a.black:active  {
 color: #000;
}


/* HEADER */
#header {
    width: 100%;
}

#header_notification {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    margin: 10px 0px;
    text-align: center;
    font-weight: bold;
}
#header_notification_background {
    background-color: #fffca5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
#header_notification_message {
    position: relative;
    z-index: 2;
}

#top_bar {
    width: 100%;
    background-color: #9FA2A2;
    color: #fff;
    height: 19px;
}
#top_bar a,
#top_bar a:link,
#top_bar a:visited,
#top_bar a:hover,
#top_bar a:active  {
    color: #FFFFFF;
    text-decoration: none;
}
#top_bar ul {
    display: inline;
    padding: 0px;
    font-size: 1em;
    line-height: 19px;
}
#top_bar ul li {
    display: block;
    float: left;
    padding: 0px 6px 0px 6px;
    border-left: solid 1px #fff;
}
#top_bar ul li.first {
    border-left: none;
}
#top_bar li .cufon {
    margin-top: 3px;
}
#publications_menu {
    float: left;
}
#user_menu {
    float: right;
}

@media only screen and (min-width : 481px){
    #responsive-menu{
        display: none !important;
    }
}

#logo,
#brand_logo {
    width: 110px;
    height: 80px;
    float: left;
    margin: 10px 0px;
}
#logo img,
#brand_logo img {
    float: left;
    display: inline;
}
#print_logo {
    display: none;
}

#header_advert {
    /* stuff to achieve vertical centering for ads of different sizes */
    position: absolute;
    display: table;
    right: 0px;
    margin-right: 25px;
    width: 728px;
    height: 100px;
}
#header_advert > div {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
#header_advert > div a {
    display: block;
    float: right;
}
#header_advert img {
    display: block;
}

#menu_and_title {
    padding-top: 1px;
}


div.menu {
 /* menu wrapping div */
}

#topmenu1 {
 text-align: left;
 float: left;
 width: 710px; /* fixes cufon-related wrapping issue in Safari */
}
#topmenu1 a,
#topmenu1 a:link,
#topmenu1 a:visited,
#topmenu1 a:hover,
#topmenu1 a:active  {
 color: #9A9D96;
 text-decoration: none;
}
#topmenu1 a.selected {
   color: #656364;
}
#topmenu1 ul li {
 font-size:1.2em;
}

#topmenu2 {
 text-align: left;
 float: left;
 width: 710px; /* fixes cufon-related wrapping issue in Safari */
}
#topmenu2 a,
#topmenu2 a:link,
#topmenu2 a:visited,
#topmenu2 a:hover,
#topmenu2 a:active  {
 color: #9A9D96;
 text-decoration: none;
}
#topmenu2 a.selected {
   color: #656364;
}
#topmenu2 ul li {
 font-size:1.2em;
}

ul.horizontal {
 padding-bottom: 5px;
}
ul.horizontal li {
 display: inline;
 padding-left: 2px;
 padding-right: 8px;
}

#simple_search {
    background-color: white;
    border-collapse: collapse;
    float: right;
    position: relative;
    top: -2px;
    font-size: 1em;
    width: 230px;
    line-height: 19px;
    /* the following allows the drop-down to overlay on the page */
    height: 40px;
    overflow: visible;
    z-index: 1; /* required so bottom elements are clickable */
}
@media print {
    #simple_search {
        display: none !important;
    }
}

#simple_search td {
    border: solid 1px;
}
#simple_search td#simple_search_input {
    width: 200px;
}
#simple_search td#simple_search_button {
    width: 27px;
}
#simple_search td#simple_search_button {
    background-image: url('../../img/ma/search.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#simple_search td#simple_search_button a {
    display: inline-block;
    width: 27px;
    text-indent: -1999px;
    overflow: hidden;
}
#simple_search input {
    border: none;
    width: 190px;
    padding: 0px 5px;
}
#simple_search_dropdown {
    background-color: #fff;
}
#simple_search_dropdown li {
    padding: 2px 5px 0px 5px;
    border: solid 1px;
    border-top: none;
    cursor: pointer;
    max-height: 18px;
}
#simple_search_dropdown li.reveal:hover {
    background-color: #f0f0f0;
}
#simple_search_dropdown li.reveal {
    display: none;
}
#simple_search_dropdown li {
    position: relative;
    display: block;
}
#simple_search_dropdown .toggle {
    display: block;
    position: absolute;
    width: 27px;
    height: 20px;
    right: 0px;
    top: 0px;
    border-left: solid 1px;
    background-image: url('../../img/ma/dropdown_arrow.png');
    background-repeat: no-repeat;
}
#simple_search_dropdown .toggleoff {
}
#simple_search_dropdown .toggleon {
}

#login_popup {
    position: relative;
    z-index: 1; /* prevents debug article id overlaying popup */
/*
    background-color: #9fa2a2;
*/
    background-color: #b8bbb2;
}

#login_popup_inner {
    display: block;
    padding: 20px;
    width: 300px;
    margin: auto;
}
#login_popup a,
#login_popup a:link,
#login_popup a:visited,
#login_popup a:hover,
#login_popup a:active {
/*
    color: #5e6667 !important;
*/
    color: #fff !important;
}
#login_popup .login_box input {
    border: none;
    padding: 1px;
}
#login_close {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#login_close:link,
#login_close:visited,
#login_close:hover,
#login_close:active {
    color: inherit;
}

#logout-reason {
    padding: 20px;
    margin-left: -20px;
    margin-bottom: 20px;
    background-color: #e8eee6;
}


/* MENUS */
#leftmenu_wrapper {
 float: left;
 padding-left: 1px;
 padding-right:10px;
 width: 229px;
}
#leftmenu {
 margin-top: 10px;
}
#leftmenu li {
 background-image: url('../../img/ma/dash.jpg');
 background-repeat:repeat-x;
 background-position: top left;
 font-size: 1.2em;
 padding-top:2px;
 padding-bottom:5px;
}

#leftmenu li a {
 color:#5E6667;
}
#leftmenu li a,
#leftmenu li a:link,
#leftmenu li a:visited,
#leftmenu li a:hover,
#leftmenu li a:active  {
 color: #5E6667;
 text-decoration: none;
}
#leftmenu li a.selected {
    color: #63D6DD;
}


/* OTHER */

h1#pagetitle {
    margin-top: 10px;
    float: left;
}
#page-rss {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url('../../img/ma/rss_20x20.png');
    text-indent: -1999px;
    overflow: hidden;
}

div.date,
div.date a,
div.date a:link,
div.date a:visited,
div.date a:hover,
div.date a:active
{
 color:#999999;
}

#central_area {
 text-align: left;
}


/* FOOTER */

#footer {
    clear: both;
    text-align: left;
    color: #9BA197;
    margin-bottom: 0px;
    font-size: 1.025em;
    font-family: Arial;
    font-weight: bold;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active  {
    color: #9A9D96;
    text-decoration: none;
}
#footer a.selected {
    color: #5E6668;
}

#footer_menu,
#footer_social {
    padding-top: 10px;
    padding-bottom: 4px;
}
#footer_menu {
    float: left;
}
#footer_menu li {
    display: inline;
    padding-right: 10px;
}
#footer_social {
    float: right;    
    padding-top: 10px;
}
#footer_social li {
    display: inline;
    padding-left: 10px;
}
#footer_social a {
    display: inline-block;
    height: 15px;
    background-image: url('../../img/ma/social-network-icons.png');
    background-repeat: no-repeat;
    /* hide text labels in a way that screenreaders will ignore */
    text-indent: -1999px;
    overflow: hidden;
}
a#footer_rss {
    background-position: 0px 0px;
    width: 15px;
}
a#footer_twitter {
    background-position: -28px 0px;
    width: 18px;
}
a#footer_facebook {
    background-position: -59px 0px;
    width: 16px;
}
a#footer_instagram {
    background-position: -89px 0px;
    width: 16px;
}
a#footer_googleplus {
    background-position: -119px 0px;
    width: 17px;
}
a#footer_linkedin {
    background-position: -146px 0px;
    width: 16px;
}

a#footer_youtube {
    background-image: url('../../img/ma/social-youtube.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    display: inline-block;
}

#footer_advert {
    margin-top: 20px;
}
#footer_advert img {
    vertical-align: bottom;
}

/* SPECIFIC ELEMENTS */
div.lc_feature {
 margin-bottom:30px;
 width: 180px;
}
div.lc_feature .notlastarticle {
 padding-bottom: 10px;
 margin-bottom:10px;
 background-image: url('../..//img/ma/dash.jpg');
 background-repeat:repeat-x;
 background-position: bottom left;
}

div.lc_feature img{
 margin-top: 5px;
 margin-bottom: 5px;
}
/* Featured elements of Blog/MJ/MP */
/* designs: */
div.ma_blog_block {
 border-top:10px solid #F060B7;
}
div.ma_blog_block .colourize{
 color:#F060B7;
}
div.mj_block {
 border-top:10px solid #20CAFB;
}
div.mj_block .colourize{
 color:#20CAFB;
}
div.mp_block {
 border-top:10px solid #FD8D21;
}
div.mp_block .colourize{
 color:#FD8D21;
}
/* from data */
div.section_block {
 border-top: 10px solid;
 background-color: transparent;
}
div.section_block h4 {
 margin-top:3px;
 margin-bottom:3px;
}
div.section_item_block {
color:#5e6667;
}


/* EQUAL HEIGHT COLUMNS */
/*For each of the columns:*/
/*For the div containing the columns:*/
.eqcol-container {
 overflow:hidden;
}
.eqcol {
 margin-bottom: -32767px !important;
 padding-bottom: 32767px !important;
}


/* sitemap rendering */
UL.level1 {
 font-size: 150% !important;
}
UL.level2 {
 margin-left: 20px !important;
}

a.title,
a.title:link,
a.title:visited,
a.title:hover,
a.title:active  {
 color: inherit;
 text-decoration: none;
}

a.none,
a.none:link,
a.none:visited,
a.none:hover,
a.none:active  {
 color: #5e6667 !important;
 text-decoration: none;
}


#article {
 width: 375px;
 color:#5D6665;
}
.greytext {
 color:#5D6665;
}
h2#article_title {
 margin-bottom: 10px;
}
div.attribution {
 margin-top: -10px;
 margin-bottom: 10px;
}

div.article_text_content {

}

div#article_standfirst {
 margin-bottom: 10px;
}
div.article_body {
}

div.article_text_content IMG {
 border-top: 10px solid #63D6DD;
}
div.article_text_content .logo_box IMG {
 border-top: 0 !important;
}
div.article_text_content .fullwidth{
 width:460px;
}

div.article_text_content div.emphasis {
/* borders extend to edge of 470px column but the text follows the 375 width of #article */
/* 470 column has its own padding to remember */
 width: 340px;
 /*       t    r    b     l    */
 padding: 10px 120px 10px 0px;
 margin-top: 10px;
 margin-bottom: 10px;
}

div.single_column_box div div.article_text_content div.emphasis {
 width: 355px;
 /*       t    r    b     l    */
 padding: 10px 120px 10px 0px;
 margin-top: 10px;
 margin-bottom: 10px;
}


/* emphasis skin items:*/
div.article_text_content div.emphasis h4{
  font-weight: bold;
  color:#63D6DD;
}
div.article_text_content div.emphasis {
 border-top: 10px solid #63D6DD;
 border-bottom: 10px solid #63D6DD;
}

div.article_text_content div.hotspot {
 margin: 20px 0px 20px 0px;
 border:0;
}
div.article_text_content div.hotspot img {
 border-width:0px;
}

div.article_text_content ul {
 margin-left: 15px;
}
div.article_text_content ol {
 margin-left: 15px;
}
div.article_text_content li {
 list-style-type: disc;
 margin-bottom: 5px;
}
div.article_text_content p {
 margin-top: 5px;
}
div.article_text_content a,
div.article_text_content a:link,
div.article_text_content a:visited,
div.article_text_content a:hover,
div.article_text_content a:active  {
    color: #63D6DD;
    text-decoration: none;
    word-break: break-word;
}
div.article_text_content a.selected {
    color: #5E6668;
}
div.article_text_content div.cross {
 font-size: 1.5em;
 padding-top: 5px;
 padding-bottom: 5px;
}
div.article_text_content div.line span {
 border-style: dashed none;
 border-width: 1px;
 border-color: #000000;
 display: inline;
 padding: 5px 0;
}

#sharing {  /* AddThis block */
    padding-top: 10px;
    margin-bottom: 10px;
}
#sharing .addthis_toolbox {
    margin-left: -2px;   /* correct for a padding issue in the AddThis css */
}

/* comments */

#com-sort,
#com-toggle-more {
 display: block;
 margin: 10px 20px 10px 0px;
 text-align: right;
}
#com-list {
}
#com-list form {
 padding-left: 10px;
 padding-bottom: 10px;
 margin-right: 20px;
 background-color: #f0f0f0;
}
.com-item-container {
 padding-left: 0px;
 padding-bottom: 14px;
 border-bottom: solid 1px #fff;
 background-image: url('../../img/ma/dash.jpg');
 background-repeat:repeat-x;
 background-position: top left;
 margin-right: 20px;
}
.com-item-highlight {
 background-color: #f0f0f0;
}
.com-nesting-1 {
}
.com-nesting-2 {
 padding-left: 30px;
}
.com-nesting-3 {
 padding-left: 60px;
}
.com-nesting-4 {
 padding-left: 90px;
}
.com-submitbut-waiting {
    cursor: wait;
}
div.comment div.com-title {
 padding-top: 6px;
 padding-bottom: 10px;
}
div.comment div.com-strong {
 font-weight: bold;
}
div.comment div.com-item {
}
div.comment div.com-form {
 padding-bottom: 6px;
}
div.comment div.com-form-label {
 padding-bottom: 4px;
}
div.comment div.com-form-item {
 padding-top: 6px;
}
div.comment div.com-item-name {
 padding-top: 6px;
}
div.comment div.com-item-date {
 padding-bottom: 10px;
}
div.comment div.com-item-body {
 clear: left;
 white-space: pre-wrap;      /* CSS3 */   
 white-space: -moz-pre-wrap; /* Firefox */    
 white-space: -pre-wrap;     /* Opera <7 */   
 white-space: -o-pre-wrap;   /* Opera 7 */    
 word-wrap: break-word;      /* IE */  
}
img.com-item-avatar {
 float: left;
 margin-right: 8px;
 margin-bottom: 8px;
 padding-top: 1px;
 border: none !important;
 width: auto;
 height: auto;
 max-width: 60px;
 max-height: 60px;
 box-sizing: border-box;
}
.com-item-message {
 font-style: italic;
}
.com-item-functions {
 margin-top: 8px;
}
.com-item-function {
 display: block;
 float: left;
}
.com-secondary {
 display: none;
}
div.com-msgbox {
 padding-top: 10px;
}
div.tabbedpanes div.pane {
    display: none;
}
div.tabbedpanes div.selected {
    display: block;
}

div.quote_with_img {
 position: relative;
 font-size: 1.2em;
 padding: 45px 20px 0px 30px;
 left: -75px;
 width: 275px;
 z-index: 10;
 background-image: url('../../img/ma/quotes.jpg');
 background-repeat: no-repeat;
 background-position: 0px 0px;
 overflow: visible;
}
div.quote_with_img b {
 font-weight: bold;
 font-size: 1.025em;
}
div.quote_with_img b,div.quote_with_img div, div.quote_with_img p {
 font-size: 0.8em;
 padding-top: 3px;
}

div.quote {
 font-size: 1.45em;
 position: relative;
 padding: 0px 0px 0px 0px;
 left: -75px;
 width: 275px;
 line-height: 1.8em;
 z-index: 10;
 background-image: url('../../img/ma/lquot.jpg');
 background-repeat: no-repeat;
 background-position: 0px 0px;

}


div.quote div.quote_content {
 padding-left: 15px;
}
div.quote b {
 font-weight: bold;
 font-size: 1.025em;
}
div.quote b,div.quote div, div.quote p {
 font-size: 0.8em;
 padding-top: 3px;
}
/* Middle column quote: */
DIV.middle_col_quote {
 position:relative;
 width:150px;
}

DIV.middle_col_quote BLOCKQUOTE {
 font-size:1.025em;
 line-height:1.3em;
 display:inline;
 z-index:10;
 font-weight: 700;
}

.related-article-img{
    padding-bottom: 5px;
}

#related_articles {
 margin-top: 20px;
}
#related_articles h4{
 padding:10px 0px 10px 0px;
}
#related_articles a,
#related_articles a:link,
#related_articles a:visited,
#related_articles a:active  {
 /*color: #000;*/
 color: #8E9494;
 text-decoration: none;
}
#purchase {
 width: 375px;
 padding: 20px 75px 10px 0px;
 font-size: 1.5em;
}
.grey {
 color: #8E9494;
}

/* Search Results */
div.nav a{
font-weight: bold;
 color:#8E9494;
}
div.nav a:hover{
font-weight: bold;
 color:#63D6DD;
}
div.item_record {
 width: 325px;
}
div.item_title {
 font-size: 1.25em;
}
div.item_title a {
 font-weight: bold;
 color:#63D6DD;
}
div.item_title a:hover {
 font-weight: bold;
 color:#000;
}
div.item_text {
}
div.item_type {
 font-weight: bold;
}
div.item_subtype {
}
div.article_text_content image.left {
 float: left;
 margin-right: 10px;
}
div.article_text_content image.right {
 float: right;
 margin-left: 10px;
}


/* TEST */

div.test:before {
 content: "&8220;"
}
div.test:after {
 content: "&#8221;"
}

/* LOGIN etc */
TABLE.login_box TD{
 padding-bottom: 10px;
}
TABLE.login_box TD INPUT{
 width: 180px;
 margin-left: 20px;
}
TABLE.login_box TD INPUT.rememberme{
 width: auto;
}
/* COMMENTS */
TEXTAREA.COMMENT_TEXT {
 width: 450px;
}

div.lc_feature IMG.middle_right_quote {
 position:relative;
 top:0px;
 display:inline;
 border:0px solid red;
 margin:0;
 padding:0;
}

/* CUFON line-height hack */

.cufon {
 margin:2px 0px 3px 0px;
}

#landing_highlight .cufon {
 margin:0px 0px 3px 0px;
}
#main_column .single_column_box .standfirst .cufon {
 margin:2px 0px 3px 0px;
}
#main_column div.grid_column_box .standfirst .cufon{
 margin:2px 0px 3px 0px;
}
#right_column .item .cufon {
 margin:2px 0px 3px 0px;
}
#right_column .details .cufon {
 margin:2px 0px 0px 0px;
}
h1 .cufon {
}
h2 .cufon {
 margin:2px 0px 3px 0px;
}
h3 .cufon {
 margin:2px 0px 3px 0px;
}
h4 .cufon {
 margin:2px 0px 3px 0px;
}

div.quote .cufon {
 margin:2px 0px 4px 0px;
}
DIV.middle_col_quote BLOCKQUOTE .cufon {
 margin:2px 0px 6px 0px;
}

input {
 /* dropshadow by border */
 border-right: 1px solid #666;
 border-bottom:1px solid #bbb;
 border-top:2px solid #666;
 border-left: 2px solid #bbb;
}
input[type="checkbox"] {
 border: none;
}
input[type="radio"] {
 border: none;
}
input[type="file"] {
 border: none;
}


div.cms_form_intro {
 padding-bottom: 10px;
}

h2 a {
 padding-bottom: 5px;
}

div.flash_container {
  height: 100%;
  width: 100%;
}

/* Begin Web Polls Styling */
.poll_thicktopline {
  border-top: 10px solid #F05FB7;
}
.poll_signatures {
    margin-top: 1em;
    padding-bottom: 1em;
}
.poll_signatures span {
    display: inline !important;
    font-size: 2em;
}

div.poll_box input {
  border-style: none;
}
div.poll_box input.signature {
  box-sizing: border-box;
  border-style: solid;
  width: 100%;
}
div.poll_box input.readonly {
  border-style: none !important;
}
div.poll_box .poll_title {
  padding: 5px 5px 5px 0;
  width: 70%;
  font-weight: bold;
}
div.poll_box h4, div.poll_results_box h4, div.poll_results_grid_box h4 {
  color: #F05FB7 !important;
}
div.poll_box .poll_question {
  font-weight: bold;
  padding-top: 5px;
}
div#right_column div.poll_box .poll_question {
  width: 200px;
}
div.poll_box img.poll_image {
  border-style: none;
  vertical-align: top;
}
div.poll_box .poll_answers {
  padding: 10px 0 0 20px;
  font-weight: bold;
}
div.poll_box .poll_form {
  width: 100%;
}
div.poll_box .poll_form table {
  width: 100%;
}
div.poll_box .poll_form .poll_login_message td:first-child {
  width: 130px;
}
div.poll_box .poll_form a.vote {
  font-weight: bold;
  color: #5E6667 !important;
  padding: 0 0 0 0;
}

div.poll_results_box {
  padding: 0 10px 10px 0;
}
div.poll_results_box .poll_results_title {
  padding: 5px 5px 5px 10px;
  width: 70%;
  font-size: 1.6em;
  font-weight: bold;
}
div.poll_results_box .poll_results_question {
  font-weight: bold;
  padding: 15px 0 0 0;
}
div.poll_results_box .poll_results {
  padding: 10px 0 0 0;
}
div.poll_results_box .poll_results ul {}
div.poll_results_box .poll_results li {
  list-style-type: none;
  display: block;
}
div.poll_results_box .poll_results_bars span {
  display: block !important;
}
div.poll_results_box .poll_results .poll_results_answer {
  font-weight: bold;
  margin-top: 10px;
}
div.poll_results_box .poll_results .first {
  margin-top: 0;
}
div.poll_results_box .poll_results .poll_results_bar,
div.poll_results_grid_box .poll_results .poll_results_bar {
  display: block;
  background-color: #FF0000;
  height: 20px;
  border: 1px solid red;
  float: left;
}
div.poll_results_box .poll_results .poll_results_percentage,
div.poll_results_grid_box .poll_results .poll_results_percentage {
  display: block;
  font-weight: bold;
  padding: 3px 0 0 3px;
  float: left;
}
.poll_results_message, .poll_results_message a,
.poll_login_message, .poll_login_message a {
  color: #000000 !important;
  padding: 10px 0 0 0;
  font-weight: bold;
}

/* End Web Polls Styling */


/* 403 page */

.teaser_403 {
    background-color: #E8EEE6;
    margin: 20px 0px;
    padding: 10px;
}
.teaser_403_img {
    padding-left: 0px;
}
.teaser_403_img img {
    float: left;
}
.teaser_403_img div {
    width: 270px;
    float: right;
}
.teaser_403 div.heading {
    margin-bottom: 10px;
}

/* comments page */

div.comments-avatar {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
div.comments {
    clear: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.comments td {
    vertical-align: top;
    padding-right: 15px;
    padding-bottom: 10px;
}

/* link styles for forms */

.form_link_submitted {
    color: #C0C0C0;
    cursor: wait;
}

/* general error */

.error {
    color: red;
    background-color: yellow;
}

.featured_text_area {
	padding-right:10px;
	vertical-align:top;
}

div.event_background_container {
    width: 710px;
    background-color: #e8ede6;
}

div.event_item_container {
    float: left;
    width: 340px;
    padding: 4px;
    margin-right: 5px;
    padding-bottom: 1000px !important;
    margin-bottom: -1000px !important;
    background-color: #fff;
}

div.event_item {
	height: 150px;
	width: 340px;
	border-bottom: 1px solid #e8ede6;
    overflow: hidden;
}

.error_msg {
	padding-left: 20px;
	background-color: #fff;
	padding-top: 10px;
	font-weight: bold;
}


/* tag display on article etc */

.tags_block h4 {
    padding-top: 6px;
    padding-bottom: 10px;
}
.tags_block span {
    font-weight: bold;
}

#left_column .tags-container {
}

div.tag_page_hotspot {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width : 481px){
    #responsive-banner-nav-wrap,
    #left-menu-responsive{
        display: none;
    }
}


/*----------------------------------------------------------------------
 * Some stuff is only displayed if you're logged in as an administrator
 * We give it a lurid yellow background to make it stand out
 */

.admin-only {
    background-color: #ff0 !important;
}
