@import url(/styles/reset.css);
@import url(/styles/960.css);
/* @import url(/styles/navigation.css); */
@import url(/styles/forms.css);

html {
}
body {
}
#container {
    padding-top: 1px;
    margin-top: 5px;
}

/*
 * Links
 */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/*
 * Colours
 */
html {
    background-color: #EAEAEA;
}
body {
    color: #151515;
    background-color: #EAEAEA;

    background: -moz-linear-gradient(top, #ccc, #EAEAEA 8%);  
    background: -webkit-gradient(linear, 0 0, 0 8%, from(#ccc), to(#EAEAEA));  
    border-top: 1px solid #e1e1e1;
}
#container {
    background-color: #A20101;
}
#container > * {
    background-color: white;
}
a {
    color: #A20101;
}
h2.video-group,
#headlines h2 {
    color: white;
}
#login-status a {
    color: #333;
    text-transform: uppercase;
}
#header-wrapper,
#secondary-content h3,
h2.video-group,
#headlines h2,
#secondary-nav {
    background-color: #A20101;
}
#secondary-nav h3 {
    background: #949191 url(/images/grey-bg.png) top left repeat-x;
}
#login-status {
    /* background-color: #EB0808; */
}
#site-text table th {
    background: #ccc;
    color: #333;
}
#footer {
    background: white;
}
#footer p a {
    color: #666;
}

#secondary-nav ul li,
#secondary-nav ul li a {
    color: white;
}
#secondary-nav ul li.selected {
    background-color: #EB0808;
}
#secondary-nav ul li.selected a {
    color: white;
}

#primary-nav ul li {
   color: white;
}
#datestamp,
#secondary-content h3,
.feed h2,
#primary-nav-wrapper,
#primary-nav-wrapper a {
    color: white;
}
#bottom-site-text h1, #bottom-site-text h2,
#top-site-text h1, #top-site-text h2,
#site-text h5 {
color: #555;
}
#bottom-site-text h1, #bottom-site-text h2,
#top-site-text h1, #top-site-text h2 {
    border-bottom: 1px solid #ccc;
}
#bottom-site-text h1, #bottom-site-text h2 {
    margin: 1em 0;
}
#bottom-site-text {
    padding: 15px 0;
}





/*
 * Spacing
 */
body,
#content {
    line-height: 1.1em;
}
#content h1, #content h2,
#top-site-text h1, #top-site-text h2,
#item-page h3, #site-text div.content h2 {
    line-height: 1.4;
}


/**
 * Fonts (inc. font-weight)
 * ========================
 *
 * Base font
 */
body {
    /* font-family: arial,sans-serif; */
    font-family: Calibri, arial,sans-serif;
    /* font-family: "Droid Sans", Calibri, arial,sans-serif; */
}
/*
 * Alternate Font for Headlines
 */
/* #headlines h2, */
/* #secondary-nav h3, */
/* h2.video-group { */
    /* font-family: "Cantarell", Calibri, arial,sans-serif; */
/* } */
/* [>* Font Sizes for alternate font *<] */
/* h2.video-group { */
    /* font-size: 1.5em !important;  */
/* } */

#datestamp,
#footer p a,
#site-text table th,
#site-text strong,
#login-status li#user-name,
#login-status a,
#primary-nav-wrapper a,
#secondary-nav a {
    font-weight: 600;
}
#login-status li#user-name {
    color: black;
}

/*
 * Font Sizes 
 */
body {
    /* font-size: 1em; */
    font-size: 90%;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
#content h1, #content h2,
#top-site-text h1, #top-site-text h2,
#item-page h3, #site-text div.content h2 {
    font-size: 1.8em;
}
#item-page h3, #site-text div.content h3 {
    font-size: 1.4em;
}
#footer p,
#secondary-nav ul {
    font-size: 0.9em;
}
#secondary-nav h3 {
    font-size: 1.2em;
    font-weight: 900;
    color: #333;
    /* color: white; */
    /* border-bottom: 1px solid white; */
}

#primary-nav a {
    font-size: 0.9em;
}

/*
 * Text-Shadows
 */
#primary-nav-wrapper a,
#secondary-nav a {
    text-shadow: #333 1px 1px 5px;
}
#secondary-nav ul li.selected a {
    text-shadow: #DB8E8E 0 1px 5px;
}
#login-status a {
    text-shadow: #ccc 1px 1px 2px;
}
#secondary-content h3,
h2.video-group,
#headlines h2
{
    text-shadow: #ffffff 0px 0px 10px;

    box-shadow: #ff0000 0px 0px 25px inset;
    -webkit-box-shadow: #ff0000 0px 0px 25px inset;
    -moz-box-shadow: #ff0000 0px 0px 25px inset;
}
/*
 * Rounded boxes border-radius
 */
#primary-nav ul li {
    /* -moz-border-radius-topright: 5px; */
    /* -khtml-border-top-right-radius: 5px; */
    /* -webkit-border-top-right-radius: 5px; */
    /* border-top-right-radius: 5px; */
}
#secondary-nav h3 {
}
/*
 * Box Shadows
 */
#login-status ul li a:hover {
    box-shadow: #333 5px 5px 20px inset;
    -webkit-box-shadow: #333 5px 5px 20px inset;
    -moz-box-shadow: #333 5px 5px 20px inset;
    color: #222;
    border: 1px solid #444;
}
body {
    box-shadow: #ddd 0px 5px 25px inset;
    -webkit-box-shadow: #ddd 0px 5px 25px inset;
    -moz-box-shadow: #ddd 0px 5px 25px inset;
}
#container {
    box-shadow: #888 0px 10px 15px;
    -webkit-box-shadow: #888 0px 10px 15px;
    -moz-box-shadow: #888 0px 10px 15px;
}
#site-text tbody {
    box-shadow: #ccc 0px 5px 15px;
    -webkit-box-shadow: #ccc 0px 5px 15px;
    -moz-box-shadow: #ccc 0px 5px 15px;
}



/*
 * Useful Elements
 */
div.clear {
	clear: both;
}

/*
 * Header
 */
#header-wrapper{
    background: white url(/images/header-bg.png)  0 0 repeat-x;
    background-position: 10px 0;
}
#header h1 a {
    background: transparent url(/images/header.png) 50% 50% no-repeat;
    text-indent: -3000px;
    height: 190px;
    display: block;
}
/*
 * Primary Navigation
 */
#primary-nav-wrapper ul li {
    padding:  0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
#primary-nav-wrapper ul li a {
    display: inline-block;
    vertical-align: middle;
    padding:  10px 12px;
}
#datestamp {
    width: 220px;
}
#datestamp ul li {
    padding:  10px 0;
}
 
#primary-nav-wrapper {
}
#primary-nav {
    margin: 20px 0 0 0;
    text-align: left;
}
#primary-nav ul li {
    margin-bottom: 5px;
}

#primary-nav ul li a {
    background: transparent url(/images/nav-button.png) top left no-repeat;
    /* background: #A20101; */
}
#primary-nav ul li a:hover,
#primary-nav ul li.selected a {;
    background-position: 0 -75px;
    /* background: #EB0808; */
}

/*
 * Login Status
 */
#login-status {
    margin: 15px 15px 15px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#login-status ul li{
    display: inline;
}
#login-status ul li a {
    padding: 5px 4px;
    margin: 0 1px;
    background: #949191 url(/images/grey-bg.png) top left repeat-x;
    border: 1px solid #999;
    font-size: 0.9em;
}
#login-status ul li a#contact {
    margin-left: 10px;
}
#login-status li#user-name{
    padding: 0 10px;
}

/*
 * Social Network Icons
 */
#social-network {
    margin: 15px 15px 15px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#social-network ul li{
    display: inline-block;
}
#social-network a {
    width: 32px;
    height: 32px;
    margin: 0 5px;
    display: block;
    background: transparent url(/images/icons/facebook_32.png) top left no-repeat;
    text-indent: -3000px;
}
#social-network li.facebook a {
    background-image: url(/images/icons/facebook_32.png);
}
#social-network li.youtube a {
    background-image: url(/images/icons/youtube_32.png);
}
#social-network li.twitter a {
    background-image: url(/images/icons/twitter_32.png);
}
#social-network li.email a {
    background-image: url(/images/icons/email_32.png);
}

#social-network a:hover {
    background-color: #EC0808;
    -moz-box-shadow: 0px 0px 10px #EC0808; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 10px #EC0808; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 10px #EC0808; /* Opera 10.5, IE9, Chrome 10+ */
}




/*
 * Datestamp
 */
#datestamp {
    text-align: center;
}

/*
 * secondary Navigation
 */
#secondary-nav {
    margin:  0 0 10px 0;
    border-top: 1px solid #A20101;
}
#secondary-nav h3 {
    padding: 10px 15px;
    margin: 5px;
    text-align: center;
}
#secondary-nav ul {
    border-bottom: 10px solid white;
    padding-bottom: 20px;
    padding-top: 10px;
}
#secondary-nav ul li {
    padding: 5px 5px 5px 15px;
}

#secondary-nav ul li.selected a:hover {
    text-decoration: none;
}
/*
 * Content
 */
#content {
    /* margin: 10px; */
}
/*
 * Secondary Content
 */
#secondary-content {
    margin: 10px 0 0 0;
    text-align: center;
}
#secondary-content h3 {
    text-align: center;
    padding: 10px 5px;
    margin: 10px 0;
}

#secondary-content ul.links {
    margin: .2em 0;
    list-style:disc outside url(/images/bullet_red.png);
    padding:0 0 0 20px;
    text-align:left;
}
#secondary-content img{
    max-width: 220px;
}

/*
 * Footer
 */
#footer {
    padding: 50px 0 20px 0;
    text-align: right;
}
#footer ul {
    text-align: center;
    padding: 20px 0;
}
#footer ul li {
    display: inline;
    padding: 0 1em;
}

#footer p {
margin: 0.5em 25px;
}
/*
 * News Page
 */
#top-site-text {
    padding: 0;
}
#news-grid {
    margin: 0 0 0 0;
    display: inline-block;
}
#news-grid div.feed {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
}

#news-grid #videos {
    margin-bottom: 25px;
}
#news-grid #videos div#video {
    vertical-align: top;
    text-align: center;
    /* background: #151515; */
}
#news-grid #videos div#video object{
    margin: 0 auto;
    display: block;
}
#news-grid #videos div#video h2 {
    padding: 10px 0 5px 0;
    color: #444;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    min-height: 2.2em;
}
#news-grid div#headlines {
    /* margin-bottom: 45px; */
}

/*
 * Red headline titles
 */
h2.video-group,
#news-grid div#headlines h2 {
    font-size: 1.1em;
    padding: 7px 0;
    line-height: 1.1em;
    text-align: center;
    margin: 25px 0 1em 0;
    text-transform: uppercase;
}
h2.video-group a,
#secondary-content h3 a,
#news-grid div#headlines h2 a {
    color: white;
}
 
h2.video-group {
    margin: 10px 0;
}

#news-grid div#headlines h3 {
    font-size: 0.9em;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}
#news-grid div#headlines h4 {
    padding: .5em 0;
    line-height: 1.2;
    text-transform: uppercase;
}
#news-grid #charts div#headlines h4 {
    padding: .1em 0;
    line-height: 1.2;
    text-transform: none;
}

#news-grid div.cell.photo {
}
#news-grid div.cell.photo img {
}
#news-ticker {
    text-align: center;
    margin: 30px 0;
}
/*
 * Item Page
 */
#item-page h3 {
}

/*
 * Site Texts
 */
#site-text div.content {
}

#site-text div.content ol li {
    list-style: decimal outside;
}
#site-text div.content ol,
#item-page h3, #site-text div.content ul {
    margin: 1em 0 1em 40px;
}
#site-text div.content ul li {
    list-style: disc outside url(/images/bullet_red.png);
}
#content h1, #content h2,
#top-site-text h1, #top-site-text h2,
#item-page h3, #site-text div.content h2 {
    margin: .5em 0;
}

#site-text div.content h3 {
    padding: 0 0 5px 0;
    border-bottom: 3px solid #ccc;
}
#site-text div.content h4,
#site-text div.content h5,
#item-page h3, #site-text div.content h3 {
    margin: 1em 0;
}
#site-text table {
    padding: 0.2em 15px 1em 15px;
}
#item-page p, #site-text div.content p {
    margin: 0.5em 0;
}
#site-text table th,
#site-text table td {
border: 1px solid #ccc;
padding: 10px;
}

.grid_12 img {
    max-width: 700px;
}
.grid_12  {
    overflow: hidden;
}

/*
 * Top Ad 
 */
#top-ad {
    margin: 10px 0 0 0;
}
#top-ad img {
    max-width: 700px;
}

/*
 * Error Div
 */
.error {
    padding: 15px;
    background-color:#80FF80;
    border: 1px solid #57AD57;
    width: 500px;
    font-size: 1.2em;
}

