/* Start of CMSMS style sheet 'Newspaper' */
/*
A CSS Framework by Mike Stenhouse of Content with Style 
-------------------------------------------------------

Copyright (c) 2005, Mike Stenhouse of Content with Style

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * Neither the name of CSS Framework nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/* remove doted border in mozila */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
/* end remove doted border in mozila */
/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        width: auto;
        
        margin: 0px auto 0px auto;
        padding: 0;
        
        text-align: left;
    }
    div#main {
        /*width: 100%;*/
        padding: 0 20px;
        min-height: 400px;
        
    }
    div#local {
        width: 100%;

    }
    div#sub {
        width: 100%;
    }
    div#nav, div#bottom_nav {
        position: relative;
        
        margin-bottom: 0px;
        text-align: left;
        
    }
   div#nav {
      border: none;
    }
div#nav div#wrapper{
  font-size: 0.9em;
  line-height: 0.5em;
}
/* END CONTENT */


/* NAV */
    div#nav  {
        font-size: 1em;
        font-weight: bold;
    }
    div#bottom_nav{
        font-size: 0.8em;
    }
    * html div#nav {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#nav div.wrapper,
       div#bottom_nav div.wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    div#nav ul, #bottom_nav {
        width: 100%;
                
        margin: 0;
        padding: 0;
        
        line-height: 1em;
        list-style: none;
        /*border-bottom: 7px solid #b2b2b2;*/
    }
    div#nav li, div#bottom_nav li {
        float: left;
        display: inline;
        
        margin: 0px 0px;
        padding: 0;
        list-style: none;
        
        /*line-height: 1em;*/
        line-height: 0.5em;
        font-size: 1em;
    }
   div#bottom_nav li {
  }
    
    div#nav a,
    div#nav a:link,
    div#nav a:active,
    div#nav a:visited {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        margin: 0 auto;
        padding: 10px 0 0 0;
        text-align: center;
        text-decoration: none;
        line-height: 20pt;
    }

    div#nav a:hover {
       filter:alpha(opacity=70);
       -moz-opacity:0.7;
       opacity:0.7;
      color: #99cccc;
      color: #000;
    }
    div#nav .menuactive a {
      filter:alpha(opacity=70);
       -moz-opacity:0.7;
       opacity:0.7;
   }
    div#bottom_nav a,
    div#bottom_nav a:link,
    div#bottom_nav a:active,
    div#bottom_nav a:visited {
        display: inline-block;
        display: block;
        /*width: 100px;*/
        height: 5px;
        margin:0 auto;
        padding: 8px 0px 0px 0px;
        text-align: center;
        text-decoration:none;
        color:#4f453c;
    }

    div#bottom_nav a:hover {
       color: #333333;
       text-decoration: none;
    }

    div#bottom_nav .menuactive a {
       color: #666666;
   }

    div#nav strong {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        color: white;
        background: black;
    }
    div#nav strong a,
    div#nav strong a:link,
    div#nav strong a:active,
    div#nav strong a:visited,
    div#nav strong a:hover {
       color: white;
     
    }
   div#nav strong a:hover {
       
   }

    #local ul {
        margin: 0;
        list-style-type: none;
    }
     div#nav a.link5{
       border-right: none;
    }
/* END NAV */

/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 0px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

/* accessibility */
     span.accesskey {
         text-decoration: none;
     }
     .accessibility {
         position: absolute;
         top: -999em;
         left: -999em;
     }
/* end accessibility */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
              
        text-align: center;
        
        
    }
    div#page {
        width: 957px;
        margin:  0 auto;
        padding: 0;
        text-align: center;
    }
    
    /* HEADER */
        div#header {
            padding: 0;
            position: relative;
            overflow: hidden;
            text-align: left;
            width: 957px;
            margin: 0 auto 0 auto;
        }
        div#search {
            display: none;
            position: absolute;
            right: 0px;
            bottom: 10px;
            margin: 0;
            padding: 16px 20px 0 0;
            
            text-align: right;
        }
        div#branding img {
             /*behavior: url(uploads/iepngfix.htc);*/
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
            
        }
        
        /* MAIN */
            div#main {
                
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
              background: #fafafa url(/uploads/images/interface/bottomCorners.jpg) no-repeat bottom;
        }
        div#footer p {
            margin: 0;
            padding: 20px 20px 5px 0px;
            text-align: right;
            font-size: 0.8em;
            color: #999;
        }
    /* END FOOTER */
/* END LAYOUT */


/* UL.SUBNAV */
    ul.subnav {
        margin: 0;
        padding: 0;
        
        font-size: 0.8em;
        list-style: none;
    }
    ul.subnav li {
        margin: 0 0 1em 0;
        padding: 0;
        
        list-style: none;
    }
    ul.subnav li a,
    ul.subnav li a:link,
    ul.subnav li a:visited,
    ul.subnav li a:active {
        text-decoration: none;
        font-weight: bold;
        
        color: black;
    }
    ul.subnav li a:hover {
        text-decoration: underline;
    }
    ul.subnav li .menuactive {
        padding: 0 0 0 12px;
        
    }
    ul.subnav li strong a,
    ul.subnav li strong a:link,
    ul.subnav li strong a:visited,
    ul.subnav li strong a:active {

    }
/* END UL.SUBNAV */

/* TYPOGRAPHY */
    body {
        text-align: left;
        /*font-family: Arial, Tahoma, Helvetica, sans-serif; */
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 90%;
        line-height: 1.3em;
        

    }
    div {
        font-size: 1em;
    }
    img {
        border: 0;
    }
    
    
/* LINKS */
    a,
    a:link,
    a:active {
        color: #98B85A;
        text-decoration: underline;
        
    }
    a:visited {
        background-color: transparent;
    }
    a:hover {
        text-decoration: none;
    }

    .external span {
        display: none;
    } 

/* END LINKS */
    
/* HEADINGS */
    h1 {
        margin: 0 0 0.5em 0;
        padding: 0;
        
        font-size: 2em;
        line-height: 1.5em;
        
    }
    h2 {
        margin: 0 0 0.5em 0;
        padding: 0;
        margin:0;
        font-size: 1.5em;
        line-height: 1.5em;
    }
    h3 {
        margin: 0 0 0.5em 0;
        padding:0;
        
        font-size: 1.3em;
        line-height: 1.3em;

    }
    h4 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1.2em;
        line-height: 1.3em;
        
        color: black;
    }
    h5 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1.1em;
        line-height: 1.3em;
        
        color: black;
    }
    h6 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1em;
        line-height: 1.3em;
        
        color: black;
    }
/* END HEADINGS */

/* TEXT */
    p {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1em;
        line-height:1.4em;
    }
    blockquote {
        margin-left: 10px;
        
        border-left: 10px solid #ddd;
    }
    pre {
        font-family: monospace;
        font-size: 1.0em;
    }
    strong, b {
        font-weight: bold;
    }
    em, i {
        font-style:italic;
    }
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
    
/* LISTS */
    ul {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height:1.4em;
    }
    ul li {
        margin: 0 0 0.25em 30px;
        padding: 0;
    }
    ol {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1.0em;
        line-height: 1.4em;
    }
    ol li {
        margin: 0 0 0.25em 30px;
        padding: 0;
        
        font-size: 1.0em;
    }
    dl {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height: 1.4em;
    }
    dl dt {
        margin: 0.25em 0 0.25em 0;
        padding: 0;
        
        font-weight: bold;
    }
    dl dd {
        margin: 0 0 0 30px;
        padding: 0;
    }
/* END LISTS */
    
    
/* TABLE */
    table {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1em;
    }
    table caption {
        margin: 0;
        padding: 0 0 1.5em 0;
        
        font-weight: bold;
    }
    th {
        font-weight: bold;
        text-align: left;
    }
    td {
        font-size: 1em;
    }
/* END TABLE */    
    hr {
        display: none;
    }
    div.hr {
        height: 1px;
        
        margin: 1.5em 10px;
        
        border-bottom: 1px dotted black;
    }
    
/* END TYPOGRAPHY */    

/* COLOURS */


body {
    /*color: #464544;*/
    color: #222;  
    background: #d0d0d4;
}
div#header{
  background: #fafafa url(/uploads/images/interface/titleBg.png) repeat top right;
}
#border{
   border: 10px solid #ffffff;
}
#content{
    background: #fafafa; 
}
#main {

    background: #fafafa; 
}

#main h2.pageTitle {
    margin-bottom: 10px;
}

#branding {
  float: left;
  position: absolute;
  left:35px;
  top: 35px;
}

h1, h2, h3, h4, h5, h6 {
    color: #98b85a; 
}
h2, h3{
  color: #98b85a;
}
#local {
    background-color: #FFF3B2;
    margin: 0;
}

#footer {
    
}
#branding{
  background: #fafafa;
}
#topimg{
  /*background: #fff url(uploads/images/interface/topNewsBg.png) repeat;*/
  background: #E8EDF1;
  border: 1px solid #B1C3D4 ;
}
/* END COLOURS */


/* NEWS */
.NewsSummary {
  border-bottom: 1px dotted #ccc;
}
.NewsSummary .NewsSummaryAuthor {
    /*display: none;*/
  color: #777;
  font-size: 80%;
}

.NewsSummaryPostdate {
}

.NewsSummaryLink {
    font-size: 120%;
    margin-bottom: 1px;
    padding-bottom: 0px;
    padding-top: 6px;
}
 
/* END NEWS */

.banner_output {
    position: relative;
    text-align:center;
    
}

body .banner_title {
text-align: left;
padding: 15px 20px;
padding-left: 30px;
position: absolute;
width: 450px;
background: url(/uploads/images/interface/banner_title_bar.png);

bottom: 0;
left: 0;
font-size: 150%;
font-family: Arial;
color: #eee;
}

.banner_output, .banner_output * {
    padding: 0;
    margin: 0;
}

#main #top {
    display: none;
}

#homepage #main #top h2 {
    font-size: 440% !important;
    font-family: "Arial Black";
}

#middle {
    overflow: auto;
    display: relative;
}

#middle p {
    display: block;
    width: 250px;
    float: left;
    margin: 10px 0px;
    font-size: 140%;
    position: relative;
    top: -0px;
    right: -50px;
    
}

#middle #previewImage {
    float: left;
}

/*#middle #bookImage {
    width: 400px;
    height: 400px;
    display: block;
    float: left;
    position: relative;
    margin-right: 40px;
}

#middle #buy-now, #middle #preview-now {
    width: 150px;
    height: 35px;
    display: block;
   
    margin: 20px 0;
    float: left;
    margin: 10px 0px;
    position: absolute;
    
}

#buy-now {
    background-image: url(/uploads/images/buy-now.gif);
    right: 80px;
    bottom: 40px;
}

#preview-now {
    background-image: url(/uploads/images/preview-now.gif);
    right: 80px;
    bottom: 90px;
    
}
*/

#branding img{
    margin-bottom: 0px;
    width: 110px;
}

#copyrights{
   color:#666666;
}

/* CONTACT PAGE */
#contactform{
    float: left;
    width: 460px;
}
#contactdescription{
    float:right;
    width:230px;
    padding-right: 40px;
    vertical-align: top;
}
#contactdetails{
    padding: 0px 5px 20px 0px;
    

}
#contactmap{
   margin: 0px;
   text-align: left;
   align: center; 
}

/* END CONTACT PAGE */

.link1 {
    background-position: 0 0;
}
.link2 {
    background-position: -125px 0px !important;
}
.link3 {
    background-position: -250px 0px !important;
}
.link4 {
    background-position: -375px 0px !important;

}
.link5 {
    background-position: -500px 0px !important;

}
.link6 {
     background-position: -625px 0px !important;

}
div#nav li.last,
    div#bottom_nav li.last {
        border-right: none;
    }
#homeimgbox{
  width:345px;
  float: left;
  position: relative;
  border-right: 5px solid #fff;
}
.hometopimg p{
 visibility:hidden;
 line-height:0;
 font-size: 0em;
}
#homenewsbox{
  width: 345px;
  position:relative;
  float: left;
  border-right: 5px solid #fff;
}
.homethinbox{
  width: 165px;
  position:relative;
  float: right;
  border-left: 15px solid #fff;
}
.homethinbox div{
 /*margin: 20px 15px;*/
}
#homebox{
  border-top: 6px solid #fff;
  min-height: 300px;
}
.homebottombox{
  float: left;
  position: relative;
}
.homebottombox img{
  width: 120px;
}
/*
.thinhomebottombox{
 width:52px;
 postion:relative;
 float:right;
 border-left:6px solid #fff;
 background: #000;
}
.homebottombox img{
 width:192px;
}
.thinhomebottomboximg{
 width:190px;
}
.hometxt{
 margin: 20px 15px;
}
.homeheader{
 margin: 0px 15px;
}*/
#hometopbox{
 min-height: 250px;
}
#homebottombox{
  min-height: 320px;
}
#main{
  /*width: 848px;*/
}
.homebottombox, .lasthomebottombox{
  min-height: 340px;
}
#main p{

}
#main{
  border-top: 10px solid #fff;
}
#designedBy{
  padding-top: 20px;
  color: #555;
}

div#nav div#wrapper{
 margin-top: 0;
 margin-bottom: 0;
}
#content p{
 text-align:justify;
}
.hometopimg .NewsSummaryField img{
 max-width: 320px;
 padding-bottom: 10px;
 max-height: 214px;
}

.hometopimg .NewsSummaryField{
  text-align: center;
}

/* home page - TOP block */
.hometopimg .NewsSummaryPostdate, .hometopimg .NewsSummaryExtra{
 display:none;
}

a .NewsSummarySummary{
 color: #222;
}
.NewsSummarySummary a{
 color: #222;
}
a:hover .NewsSummarySummary{
 color: #999;
}
.NewsSummarySummary a:hover {
 /*color: #ff3333;*/
 text-decoration: underline;
 
}
.NewsSummarySummary a:hover {
  text-decoratioin: underline;
}
.hometopimg .NewsSummarySummary{
 display:block;
}
.generalnews .NewsSummarySummary, #aap .NewsSummarySummary{
  margin-bottom: 5px;
  
}
.hometopimg .NewsSummaryLink, .hometopimg  .NewsSummaryContent{
  font-size: 120%;
  line-height: 18pt;
  font-weight: bold;
  margin-bottom: 5px;
 padding-left:10px;
}
.hometopimg .NewsSummaryLink a{
  color: #222222;
}
#hometopbox{
 /*border-top: 10px solid #fff;*/
}
div.headline{
  font-weight: bold;
  font-size: 120%;
  line-height: 24pt;
  margin-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 3px solid #333;
}
.NewsSummaryCategory{
 padding-left: 3px;
 text-transform: capitalize;
 display: none;
}
#mostpopular .NewsSummaryPostdate{
 display:none;
}
div#lefthomenews, div#righthomenews{
 position:relative;
 float:left;
 width: 355px;
 min-height: 150px;
 border-right:5px solid #fff;
}
.generalnews .NewsSummaryPostdate {
    font-weight: normal;
    padding-right: 5px;
    color: #999;
}
.generalnews .NewsSummaryLink, #aap .NewsSummaryLink{
  font-size: 100%;
  line-height: 10pt;
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 1px;
  text-transform: capitalize;
  padding:0;
}
.generalnews .NewsSummaryLink a, #aap .NewsSummaryLink a{
  color: #222;
}
#aap .NewsSummaryLink a:hover{
  color: #ff3333;
}
#homebottombox .homethinbox{
 width: 192px;
}
/* end home page - TOP block */

/*home page - BOTTOM block */

.generalnews .NewsSummaryCategory{
  display:none;
}
.generalnews .NewsSummaryExtra{
  display:none;
}
.generalnews .NewsSummaryField{
  float:left;
  padding: 4px 10px 5px 0;
  position: relative;
}
.generalnews .NewsSummaryField img {
  width: 90px;
  height: 60px;
}
.generalnews .homenewsCategory, #aap .homenewsCategory{
  line-height: 10pt;
  font-size: 14px;
  display:block;
  text-transform: uppercase;
  color: #026bb0;
  padding: 5px 10px;
  font-weight: 600;
}
.hometopimg .NewsSummaryCategory{
 display:none;
/* line-height: 26pt;
  font-weight: bold;
  font-size: 130%;
  display:block;
  text-transform: uppercase;*/
}
#city .homenewsCategory p{
  margin-bottom: 0px;
}
.hometopimg .NewsSummaryLink{
  text-transform: uppercase;
}
#mostpopular{
 border: medium double #c0c0c0;
 padding: 0 5px 10px 5px;
 background: #ddd;
}
#breakingnews{
 border-left: 5px solid #fff;
}
.link2 a, .link3 a, .link4 a, .link5 a{
 background: #fff url(/uploads/images/interface/menuborder.jpg ) no-repeat top right;
}
#designedBy a{
 color: #464544;
}
#homeotherbox{
  width: 200px;
  position:relative;
  float: right;
}
#homemainbox{
  postition:relative;
  float:left;
  margin:0;
  padding: 0;
  width: 700px
}

#homebottombox #NewsSummary{
  border-bottom: 1px solid #c0c0c0;
}
#designedby-content{
 text-align: center;
}
#designedby-content a, #designedby-content a:visited{
 color: #889e5c;
}
#designedBy a:link{
  color: #889e5c;
}
#designedBy a:hover{
  text-decoration: none;
}
div#nav {
 clear: both;
 position: absolute;
 top: 164px;
 left: 635px;
}
/* end ADDS */
.newsblock{
 margin-bottom: 5px;
 margin-left: 10px;
 padding-right: 10px;
}
.NewsSummaryLink a, .NewsSummaryLink a:visited{
  color: #222;
  font-size: 110%;
}
.NewsSummaryLink a:hover{
  color: #ff3333;
}
#detailnewsmain {
 float:left;
 position:relative;
 width: 560px;
 padding: 10px 50px 10px 35px;
 margin-left: 15px;
 border: 1px solid #ccc;
}
#homeadd, #detailphotoBanner{
 float:right;
 position: relative;
 width:200px;
 min-height: 280px;
}
#detailphotoBanner{
  right: 15px;
}
#NewsPostDetailDate{
 display: none;
}
#NewsPostDetailTitle {
    font-size: 120%;
    padding-bottom: 6px;
    letter-spacing: 1px;
}
.NewsDetailField img{
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 330px;
}
#topbannerbox{
 float: right;
 position: absolute;
 width: 468px;
 height: 60px;
 padding: 0;
 top: 15px;
 right: 15px;
}
#topbannerbox p{
  display: none;
}
/*.NewsSummarySummary p{
 display: inline;
}*/
#NewsPostDetailContent{
  padding-bottom: 5px;
}
.NewsSummarySummary .NewsSummaryMorelink a, .NewsSummarySummary .NewsSummaryMorelink a:active{
  color: #026bb0;
  font-size: 80%;
}
.NewsSummarySummary .NewsSummaryMorelink a:hover {
  color:#ff3333;
}
#topbannerbox{
  z-index: 10;
}
.NewsSummaryLink{
  font-family: Arial;
  font-weight: 600;
  letter-spacing: 1px;
}
#topbannerbox{
 display:none;
}
/* Hamish Essay */
#hamishimg{
  border: 1px solid #ccc;
}
#hamishimg img {
 position: relative;
 margin: 30px auto;
 max-width: 120px;
 max-height: 120px;
}
#hamishimg {
  text-align: center;
  width:auto;
  padding: 15px auto 15px auto;
  min-height: 10px;
}
#hamishimg .NewsSummary{
  min-height: 120px;
}
#hamishimg .NewsSummarySummary{
  display: none;
}
#hamishimg .NewsSummaryLink span{
  text-transform: capitalize;
  display: block;
}
#hamishimg .NewsSummaryField {
  display: block;
  float: left;
  position: relative;
  width:auto;
  height: 120px;
  text-align:center;
  width: 140px;
}
#hamishimg .NewsSummaryLink{
  padding-top:30px;
}
#hamishimg .NewsSummaryAuthor{
  display: none;
}
/* end Hamish Essays */
/* CITY */
#city{
  max-width: 345px;
  position:relative;
  border: 1px solid #3A98D6;
  background: #fefefe;
  margin-top: 10px;
}
/* end CITY */
#homepage .NewsSummaryField a:hover {
 filter:alpha(opacity=70);
 -moz-opacity:0.7;
 opacity:0.7;
}
iframe{
 background: #fff;
}
#banner_container{
   width: 200px;
   position: relative;
   right: 15px;
   float: right;
}
#news_container{
  float:left;
  position:relative;
  width: 560px;
  padding: 10px 50px 10px 35px;;
  border: 1px solid #ccc;
  margin-left: 15px;
}
.grayborder{
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.grayborder .homenewsCategory {
  border-bottom: 1px dotted #ccc;
  font-family: "Times New Roman", Arial;
  font-size: 130%;
  text-transform: uppercase;
  background: #f0f5f9;
}
.NewsSummaryAuthor span.postedby{
  display: none;
}
h2.pageTitle{
 font-family: Arial,"Times New Roman" ;
}
#news_container .NewsSummary .NewsSummaryField{
  float: left;
  width: 95px;
  padding-top:5px;
  padding-bottom: 5px;
}
#news_container .NewsSummary .NewsSummaryField img{
  width:90px;
}
.NewsSummary .NewsSummarySummary{
  padding-bottom: 5px;
}
#topimg .NewsSummary .NewsSummarySummary{
  padding: 8px;
}
#topimg .NewsSummaryAuthor{
  padding-left: 8px;
}
.newsblock .NewsSummary{
 padding-top: 5px;
}
.NewsSummarySummary p{
  margin-bottom: 5px;
}
.NewsSummaryLink a{
  font-family: Arial;
  color: #444;
  font-weight: bold;
}
.NewsSummarySummary a{
  color:#555;
}
.NewsSummarySummary a p:hover {
 /*color: #ff3333;*/
 text-decoration: underline;
}
.grayborder .homenewsCategory{
  letter-spacing: 0.1cm;
}
#citybtns a.darwin:hover {
  background: url(uploads/images/interface/city_buttons/darwinBtn_over.jpg) no-repeat;
}
#citybtns a.brisbane:hover {
  background: url(uploads/images/interface/city_buttons/brisbaneBtn_over.jpg) no-repeat;
}
#citybtns a.melbourne:hover {
  background: url(uploads/images/interface/city_buttons/melbourneBtn_over.jpg) no-repeat;
}
#citybtns a.canberra:hover {
  background: url(uploads/images/interface/city_buttons/canberraBtn_over.jpg) no-repeat;
}
#citybtns a.adelaide:hover {
  background: url(uploads/images/interface/city_buttons/adelaideBtn_over.jpg) no-repeat;
}
#citybtns a.sydney:hover {
  background: url(uploads/images/interface/city_buttons/sydneyBtn_over.jpg) no-repeat;
}
#citybtns a.perth:hover {
  background: url(uploads/images/interface/city_buttons/perthBtn_over.jpg) no-repeat;
}
#citybtns a.hobart:hover {
  background: url(uploads/images/interface/city_buttons/hobartBtn_over.jpg) no-repeat;
}
div#citybtns .city_text{
 top: 12px !importnat;
 position: absolute;
 left: 0px;
 color: #fff;
}
.citybtn img{
  margin-left: 2px;
}
div#citybtns{
 padding-left: 10px;
}
div#citybtns .city_active{
 color: #222;
}
div#citybtns div.citybox{
 position: relative;
 float: left;
 width:77px;
 height: 36px;
 display:block;
 margin-top: 4xp;
 margin-left: 3px;
 border:1px solid #eee;
 border:1px solid #3A98D6;
}
div#citybtns div.citybtnfirst{
  margin-left: 0px;
}
#citybtns a.citybtn{
 height: 36px;
 width:77px;
 display:block;
 position: absolute;
 top: 0px;
 left:0px;
}
.citybtn span{
  position: absolute;
  margin-top: 12px;
  color: #fff;
  padding-left: 2px;
}
a.citybox{
 color: #fff;
}
a.citybox:hover{
 color: #000;
}
.citybtn span:hover{
 color: #000;
 cursor: pointer;
}

#feedspage hr{
 display: block;
}
.NewsSummaryExtra{
  display: none;
}
/* AAP NEWS */
#aap{
  position: relative;
  height: 350px;
}
/*#aap .internalbox{
 position:absolute;
 visibility:hidden;
 left:0; 
 top:0; 
 margin:0px; 
 text-align:left;
 padding:0px;
 width: 162px;
}
#aap .internalbox span a{
  font-weight: bold;
}
#aap .newsitembox{
 position:relative; 
 width: 162px; 
 text-align:left;
 padding:0px;
}
#aap .internalbox a, .newsitembox a{
 text-decoration: none;
 color: #333;
}
#aap .internalbox a:hover, .newsitembox a:hover{
 text-decoration: underline;
}*/
/* end AAP NEWS */
#citybtns .clear{
 height: 5px;
}
#citybtns span{
 font-size: 80%;
}

#city .homenewsCategory{
  padding-left: 10px;
  padding-left: 0px;
  padding-right: 0px;
   background: #3a98d6;
  background: #E8EDF1;
}
#hamishimg #imgfirstbox, #hamishimg h4{
 position: relative;
}
#hamishimg h4{
  left: 10px;
}
#homeleftnews{
  margin-top: 10px;
}
#city .ourcity{
 border-bottom: 1px dotted #ccc;
 font-family: "Times New Roman", Arial;
 font-size: 130%;
 text-transform: uppercase;
 letter-spacing: 0.1cm;
 padding-left: 0px;
 color: #000;
 background: #3a98d6;
 margin-left: 0px;
 padding-left: 10px;
}
#hamishimg{
  height: 112px;
  position: relative;
}
.political_feed{
  float:left;
  position: relative;
  width: 276px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px dotted #ccc;
}
#alp {
 border-left: 1px dotted #ccc;
}
#feedspage h2.pageTitle{
  padding-left: 0px;
 }
#feedspage h3 a{
  color: #222;
  font-family: Arial, Helvetica;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 1px
  font-size: 110%;
  padding-top: 6px;
  
}
#feedspage a:hover{
  text-decoration: underline; 
}
#feedspage h3 a:hover{
  color: #ff3333; 
  text-decoration: none;
}
#feedspage p{
  color: #333; 
}
#feedspage td{
 padding: 5px;
}
#header hr{
 display: block;
 font-size:1px;
}
#news_container .NewsSummaryLink {
  border: 1px dotted #ccc;
  font-family: "Times New Roman", Arial;
  font-size: 110%;
  text-transform: uppercase;
  background: #f0f5f9;
 
 line-height: 10pt;
  color: #026bb0;
  padding: 5px 10px;
  font-weight: 600;
}
#news_container .NewsSummaryLink a{
   color: #026BB0;
   font-family: "Times New Roman",Arial;
}
#news_container .NewsSummaryLink a:hover{
  color: #FF3333;
}
#NewsPostDetailSummary{
  margin-bottom: 10px;
}
div.hometopconttxt{
  background: #fafafa url(/uploads/images/interface/contentTop_05.jpg) no-repeat right top;
}
img.hometopcontimg{
  float: left;
  position: relative;
  top: 0;
  left: 0;
}
.hometopconttxt{
  padding-left: 570px;
  padding-right: 30px;
}
#homepage h1{
  padding-top:50px;
  padding-left: 150px;
  font-size:350%;
 font-family: Arial;
}
.homebotimgs img{
  padding-left: 50px;
}
.headerHairpart{
  position: absolute;
  top: 171px;
  left: 113px;
}
div#nav ul li{
   width: 51px;
  height: 50px;
}
div#nav ul li a{
  width: 51px;
  height: 40px;
  color: transparent;
}
div#nav ul li a:hover{
  color: #98B85A;
}
div#nav ul li a{
  background: transparent url(uploads/images/interface/mi1a.gif) no-repeat scroll 5px 0;
}
div#nav ul li a:hover{
  background: transparent url(uploads/images/interface/mi1b.gif) no-repeat scroll 5px 0;
}
div#nav ul li.menuactive1 a{
  background: transparent url(uploads/images/interface/mi1b.gif) no-repeat scroll 5px 0;
}
/*
div#nav ul li a.link2{
  background: transparent url(uploads/images/interface/mi2a.gif) no-repeat scroll 5px 0;
}
div#nav ul li a.link2:hover{
  background: transparent url(uploads/images/interface/mi2b.gif) no-repeat scroll 5px 0;
}
div#nav ul li.menuactive2 a{
  background: transparent url(uploads/images/interface/mi2b.gif) no-repeat scroll 5px 0;
}
div#nav ul li a.link3{
  background: transparent url(uploads/images/interface/mi3a.gif) no-repeat scroll 5px 0;
}
div#nav ul li a.link3:hover{
  background: transparent url(uploads/images/interface/mi3b.gif) no-repeat scroll 5px 0;
}
div#nav ul li.menuactive3 a{
  background: transparent url(uploads/images/interface/mi3b.gif) no-repeat scroll 5px 0;
}
div#nav ul li a.link4{
  background: transparent url(uploads/images/interface/mi4a.gif) no-repeat scroll 5px 0;
}
div#nav ul li a.link4:hover{
  background: transparent url(uploads/images/interface/mi4b.gif) no-repeat scroll 5px 0;
}
div#nav ul li.menuactive4 a{
  background: transparent url(uploads/images/interface/mi4b.gif) no-repeat scroll 5px 0;
}
div#nav ul li a.link5{
  background: transparent url(uploads/images/interface/mi5a.gif) no-repeat scroll 5px 0;
}
div#nav ul li a.link5:hover{
  background: transparent url(uploads/images/interface/mi5b.gif) no-repeat scroll 5px 0;
}
div#nav ul li a.menuactive5{
  background: transparent url(uploads/images/interface/mi5b.gif) no-repeat scroll 5px 0;
}*/
#pricingpage div#main img{
 margin: 0 50px;
}
#navhint{
  position: absolute;
  top: 180px;
  left: 510px;
  color: #fff;
}
/* End of 'Newspaper' */

/* Start of CMSMS style sheet 'slimbox_black' */
/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
       z-index: 199;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
        z-index: 200;
}

.lbLoading {
	background: #000 url(/uploads/images/interface/slimbox/1_loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: 7px solid #000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
        background: transparent url(/uploads/images/interface/slimbox/1_prev.png) no-repeat 0% 30%;
}

#lbPrevLink:hover {
	background: transparent url(/uploads/images/interface/slimbox/1_prev.png) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
        background: transparent url(/uploads/images/interface/slimbox/1_prev.png) no-repeat 0% 30%;
}

#lbNextLink:hover {
	background: transparent url(/uploads/images/interface/slimbox/1_next.png) no-repeat 100% 30%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url(/uploads/images/interface/slimbox/1_close.png) no-repeat center;
	margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}
#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0px;
        outline: none;
        z-index: 202;
        height: 20px;
        width: 70px;
        background: blue;
        padding: 3px;
}

#lbPrevLink {
        left: 4px;
        bottom: 0;
       /* background: transparent url(/modules/Album/templates/db/slimbox/images/prevlabel.gif) no-repeat  0% 50%;*/
       background: transparent url(/uploads/images/interface/slimbox/1_prev.png) no-repeat 0% 50%;
}

#lbPrevLink:hover {
        
}

#lbNextLink {
        right: 4px;
        bottom: 0px;
        /*background: transparent url(/modules/Album/templates/db/slimbox/images/nextlabel.gif) no-repeat 100% 50%;*/
        background: transparent url(uploads/images/interface/slimbox/1_next.png) no-repeat 100% 50%;

}

#lbNextLink:hover {
        /*background: transparent url(/modules/Album/templates/db/slimbox/images/nextlabel.gif) no-repeat 100% 50%;*/
}
#lbBottom {
 padding-top: 30px;
}
/* End of 'slimbox_black' */

