﻿@charset "UTF-8";
/* CSS Document */
/* Stylesheet for Risk Universe Website */
/* Author: Jennie Dawson, Think Graphics, Cumbria */

/* Remove link border from images */

img {
    border-style: none;
}

.clearfix {
    line-height: 0;
    clear: both;
}


/* Global Reset */

* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, p, form, label, ol, fieldset {
    margin: 0.6em 0;
}

ul {
    margin-left: 25px;
}

li {
    padding-left: 6px;
    font-size: 90%;
}

fieldset {
    padding: 1em;
}

/* Current page styles */

body#home a#navhome,
body#news a#navnews,
body#opinion a#navopinion,
body#surveys a#navsurveys,
body#bench a#navbench,
body#magazine a#navmagazine,
body#cartoons a#navcartoons,
body#video a#navvideo,
body#about a#navabout,
body#subscribe a#navsubscribe,
body#register a#navregister,
body#contact a#navcontact {
    color: #fff;
    background: url(images/menu-marker.png) no-repeat bottom center #0382da;
    text-decoration: none;
    border-bottom: none;
    line-height: 29px;
}


/* HTML styles */

body {
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    background: url(images/main-bg.jpg) repeat-x top left #bec9de;
    margin: 20px 0;
    color: #393c47;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    color: #393c47;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: bold;
}

h2 {
    color: rgb(74,106,117); /*#0382da;*/
    font-weight: bold;
    font-size: 1.2em;
}

h3 {
    font-family: "Times New Roman", Times, serif;
    color: #393c47;
    font-weight: bold;
    font-style: italic;
    font-size: 1.4em;
    margin: 18px 0 0 0;
}

h4 {
    color: rgb(74,106,117); /*#0382da;*/
    font-weight: normal;
    font-size: 1.0em;
    margin: 0 0 18px 0;
}

p {
    font-size: 95%;
    line-height: 150%;
}

/* Layout Styles */

/* Header and Banner */

#container {
    width: 964px;
    background: #ffffff; /*#f9fbfd;*/
    margin: 0 auto;
    border: 1px solid #b0b9db;
    -moz-box-shadow: 3px 3px 3px #999;
    -webkit-box-shadow: 3px 3px 3px #999;
    box-shadow: 3px 3px 3px #999;
}

#header {
    width: 984px;
    margin: 8px 0 8px 8px;
    position: relative;
}

/* Main Page layout */
#page {
    width: 948px;
    margin-left: 4px;
}

#maincontent {
    width: 860px;
    margin-left: 15px;
    padding: 15px 0;
}


/* Home Page */
#homeleft {
    float: left;
    padding-left: 6px;
}

#homenewsalerts {
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
}

#homeads {
    float: right;
    margin-top: 12px;
    padding-left: 5px;
    text-align: center;
}

#newsitem {
    width: 30%;
    float: left;
    margin: 0 4px 12px 4px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

#newsitemsep {
    width: 30%;
    float: left;
    margin: 0 4px 12px 4px;
    height: 200px;
    overflow: hidden;
    position: relative;
    padding-left: 18px;
    border-left: solid 2px #bec9de;
}

#newsitemheadline {
    font-size: 1.3em;
    line-height: 100%;
    margin-top: 0;
}

#newsmore {
    position: absolute;
    bottom: 0;
    height: 100px;
    text-align: center;
    width: 100%;
    padding: 5px 0 5px 0;
    font-size: 0.9em;
    /*background-color:rgb(222, 184, 135)*/
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /*rgba(222, 184, 135, 1)*/
}

    #newsmore div {
        margin-top: 85px;
    }

        #newsmore div a {
            text-decoration: none;
            font-weight: bold;
        }

.specialalert {
    overflow: hidden;
    position: relative;
}

.short {
    height: 200px;
}

.specialalertmore {
    position: absolute;
    bottom: 0;
    height: 100px;
    text-align: center;
    width: 100%;
    padding: 5px 0 5px 0;
    font-size: 0.9em;
}

.gradientdown {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.gradientup {
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.specialalertmore div {
    margin-top: 85px;
}

    .specialalertmore div a {
        text-decoration: none;
        font-weight: bold;
    }

/* Footer */

#footer {
    width: 948px;
    min-height: 32px;
    clear: both;
    position: relative;
    color: #fff;
    background: rgb(74,106,117); /* #061e75;*/
    margin: 10px 0 8px 8px;
}

#copyright {
    width: 270px;
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 85%;
    text-align: right;
}

#footerlinks {
    position: absolute;
    bottom: 10px;
    left: 12px;
    width: 670px;
    color: #fff;
    font-size: 85%;
}

    #footerlinks a {
        color: #fff;
        text-decoration: none;
    }

        #footerlinks a:hover {
            color: #cde3f3;
        }



/* Main Navigation styles */


#navbar {
    width: 948px;
    height: 35px;
    margin-left: 8px;
}


#nav, #nav ul {
    float: left;
    list-style: none;
    line-height: 1;
    font-weight: normal;
    font-size: 95%;
    padding: 0;
    margin: 0;
}

    #nav a {
        display: block;
        color: #606780;
        text-decoration: none;
        padding: 3px 9px 3px 9px;
        text-align: center;
        font-size: 95%;
        *font-size: 93%;
        font-weight: normal;
        line-height: 28px;
        /*border-right: 1px solid #b0b9db;*/
        border-bottom: 1px solid #b0b9db;
        border-top: 1px solid #b0b9db;
        background: url(images/menu-bg.jpg) repeat-x top left;
    }

    #nav .endnav {
        border-right: 0 !important;
    }

    #nav .firstnav {
        border-left: 1px solid #b0b9db;
    }

.endbox {
    height: 34px;
    width: 100%;
    *width: 25px;
    border: 1px solid #b0b9db;
    border-left: 0;
    background: url(images/menu-bg.jpg) repeat-x top left;
}


#nav li {
    float: left;
    padding: 0;
}

#nav a:link {
    text-decoration: none;
}

#nav a:visited {
    text-decoration: none;
}

#nav a:hover, #nav .current {
    color: #fff;
    background: url(images/menu-marker.png) no-repeat bottom center rgb(74,106,117); /*#0382da*/
    text-decoration: none;
    border-bottom: none;
    line-height: 29px;
}

#nav a:active {
    text-decoration: none;
}

#nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 15em;
    w\idth: 12em;
    font-weight: normal;
    font-size: 100%;
    margin: 0;
}

#nav li li a {
    padding: 8px 6px 11px 12px;
}

#nav li li {
    padding-right: 1em;
    width: 180px;
    border: 1px solid #FFF;
    border-top: none;
    background-color: #b0b9db;
}

    #nav li li.first {
        border-top: 1px solid #FFF;
    }

#nav li ul a {
    width: 17em;
    w\idth: 11em;
    text-align: left;
    border-right: none;
    font-size: 100%;
}

#nav li:hover ul ul, #nav li:hover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
    left: auto;
}

#nav li:hover {
    color: #1C3149;
}

/* Span styles and other misc styles */

.bluerisk {
    color: #294ca3;
    font-weight: bold;
    font-style: italic;
}

.picleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.line {
    width: 100%;
    height: 1px;
    background: #b0b9db;
    margin: 20px 0 10px 0;
}

.advert {
    margin: 0 5px 10px 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #ccc;
}

.newsjumps {
    color: rgb(74,106,117);
    font-weight: bold;
    font-size: 1.2em;
}

/* Links */

a:link {
    color: rgb(74,106,117); /*#0382da;*/
    /*text-decoration: none;*/
}

a:visited {
    color: rgb(74,106,117); /*#0382da;*/
    /*text-decoration: none;*/
}

a:hover {
    color: #061e75;
    text-decoration: wavy;
}

a:active {
    color: rgb(74,106,117); /*#0382da;*/
    /*text-decoration: none;*/
}

.RegisterButton {
    background-color: #FF3333;
    color: White;
    font-size: 11pt;
    padding: 7px 10px 7px 10px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid silver;
}

.SpecialAlert {
    background-color: #ffe0e0;
}

.topstory {
    background-color: #cde3f3;
}
