/* site colours 
light blue = #7ca9d7
dark blue = #3737fe
*/


/* resets */
* {
    font-family: Helvetica, Verdana, Arial, Sans; 
    color: #222;
    font-size: 11px;
}


/* principle block elements */

/* DEBUG: SHOW DIVS
div {border: 0px solid red !important;}
*/
/*   */
body {
    background: #fff;
/*    background: url("/media/img/bg_streamer4.jpg") 100px 0px no-repeat fixed;*/
}

#container {
    border: 0px solid black;
    width: 902px;
    margin: 10px auto;
    padding: 1px;
    background-color: #7ca9d7;
    opacity: 0.85;
}
#container-inner {
    border: 0px solid black;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
#pagehead {
    position: relative;
    border: 0px solid black;
    border-bottom: 1px dotted #7ca9d7;
    height: 140px;
    background-color: #7ca9d7;
}
#pagehead .headlogo {
    border: 0px solid black;
    text-align: left;
    padding: 0;
    position: absolute;
    top: 24px;
    left: 22px;
    z-index: 10;
}
#pagehead .headimage {
    border: 0px solid black;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 294px;
}
#pagehead .headimage img{
    border: 0px solid black;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 902px;
    height: 140px;
}

#pagehead .topnavigation {
    border: 0px solid black;
    width: 150px;
    text-align: right;
    padding-right: 0;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
}

#pagehead .topnavigation a {
    display: block;
    height: 28px;
    padding: 3px 0;
    margin: 0 0 6px;
    color: black;
    border: 1px solid #000;
    /*    background-color: #0010d0;*/
    background-color: #7ca9d7;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.7;
}
#pagehead .topnavigation a:hover {
    background-color: gold;
}
#pagehead .mainnavigation {
    border: 0px solid black;
    position: absolute;
    top: 100px;
    left: 20px;
}

#pagehead .mainnavigation a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 3px;
}

#content {
    border: 0 solid black;
    padding: 5px 0;
    width: auto;
    margin: 10px 20px 0px;
    padding-bottom: 50px;
}

/* site colours 
light blue = #7ca9d7
dark blue = #3737fe
color="#def3fb"
*/
.righthand{
clear: right; float: right; width: 280px; border: 1px solid #7ca9d7; padding: 0; margin:0 0 10px;
background-color: #fff;
}
.righthand .content{
padding: 10px; margin: 0;
}
.newsbox {
padding: 0px; margin: 10px 0
}
.newsbox h1 {
margin: 0; background-color: #fff; border-bottom: 1px solid #999; 
}
.newsbite {
margin: 0 0px; border-bottom: 1px dotted #666; padding: 0 0 10px;
font-size: 90%;
}
.newsbite h2 {
font-size: 90%;
color: #333;
}

#footer {
    border-top: 1px dotted #7ca9d7;
    padding: 5px 0 10px;
    width: auto;
    margin: 10px 0px 0px;
    text-align: center;
}

#footer .navigation a {
    font-size: 90%;
}

.labels { /* for the pagedata div */
    float: left;
    width: 120px;
    color: #FFA500;
    text-align: right;
}

/**/
div.list { height: 20px; width: 100%;}
div.list div {
    float: left;
    width: 24%;
}
div.list {}  


/*   */
p { margin: 10px 0; }

h1,h2,h3,h4,#logo,#strapline {
    color: #4B9FF2;
    font-size: 1em;
}
h1 { font-size: 1.2em; color: #000; margin: 10px 0; font-weight: normal;}
h2, h3, h4 { font-size: 1.2em; color: #666; margin: 10px 0; }

a  { color: 000 }
a:hover {color: #7ca9d7; text-decoration: underline; color: #000; }
a:active {color: #7ca9d7; }

.BOLD { font-weight: bold; }
.floatright { float: right; }
.floatleft { float: left; }

/* classes for navigation */
.navigation a       { color: #999; font-weight: normal; font-size: 0.9em; text-decoration: none; display: inline-block; margin-left: 7px; }
.navigation a:hover {color: #7ca9d7; text-decoration: none; }
.navigation a:active {color: #7ca9d7;}
.navigation a:visited { }

/* text selection styling  */
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

code {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}


/* 2 col layout*/
.lhs {
    margin-bottom: 5px; 
    width: 80px; 
    float: left;
    font-family: helvetica, verdana;
    font-size: 80%;
    color: black;
}
.rhs {
    margin-bottom: 5px; 
    width: 300px; 
    margin-left: 90px;
    font-family: helvetica, verdana;
    font-size: 80%;
}


/* form styles */
#validation_errors { 
    margin: 10px 0px 10px 130px;
}
#validation_errors p, div.error{ 
    margin: 5px 0;
    font-size: 90%;
    color: #cc0000;
}
label { 
    width: 125px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
}


/* form */
form div { clear: left; margin-bottom: 5px; }
form div label { clear: left; float: left; width: 120px;  }

form.users, form.intro  { border: 1px solid #aaa; padding: 10px;}
form.intro  { margin-bottom: 10px;}
form.intro:hover  { background-color: #f2f2f2;}
form.users input { 
    margin-bottom: 0.5em;
    width: 200px;
}
form.users input.submit { 
    width: auto;
}

input.textinput { 
    width: 300px;
}

/**/
.button {
    /*    border: 1px solid #fc9d31;*/
    /*    border: 1px solid #666;
        background-color: gold;
        color: white;*/
    color: black;
    border: 1px solid #000;
    background-color: #7ca9d7;
    font-size: 80%;
    font-weight: bold;
    padding: 0px 3px;
    text-decoration: none;
}
.button:hover {
    color: #000;
    text-decoration: none;
    background-color: gold;
}
.button:disabled {
    border: 1px solid #aaa;
    background-color: #eee;
    color: #999;
}
form .formhelptext {
    font-size: 80%;
    color: #666;
}
/* table stuff*/
tr.odd, tr.odd td { background-color: #e9e9e9; }
tr.even, tr.even td { background-color: #e0e0e0; }
table.sortable td:hover { cursor: pointer; }

/* footer */
#footer  { color: #999;  }
#footer .footercopy { color: #999; float: right; width: 280px; text-align: right; font-size: 80%; margin-top: 3px;}
#footer .footercopy a { color: #999; text-decoration: none; margin-right: 10px;}
#footer .footerlinks { color: #999;  margin-right: 300px; text-align: left; margin-left: 10px; }
#footer  { }



/* site colours 
light blue = #7ca9d7
dark blue = #3737fe
*/

/* footer */
div.news  {  }
div.news .newsitem { border: 1px solid #bbb; margin-bottom: 20px; padding: 3px 3px; }
div.news h1 { padding: 3px; margin: 0px 0; background-color: #7ca9d7; }
div.news h1 .datetag { float: right; font-size: 12px; font-weight: bold; }




