body{
    margin: 0;
    margin-top: 15px;
    padding: 0;
    background: top repeat-x fixed white url(../images/blenda.png);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.width900{
    width: 960px;
    margin: 0 auto;
}

#underHeader{
    margin-bottom: 20px;
}


#leftbar{
    width: 290px;
    float: left;
    background: white;
    text-align: center;
}

#leftbar h3{
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    
    background-image: url(../images/menubgn.png);
    background-repeat: repeat-y;
    background-position: 5px;
    color: white;
    margin-bottom: 5px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-shadow: 2px 2px 5px #333;
}

#content{
    float: right;
    width: 650px;
}

.page-header h1{
    font-size: 1.5em;
    font-weight: normal;
    color: #333;
    background: white;
    padding: 10px 20px;
    margin-top: 0;
    text-align: right;
    text-transform: uppercase;
}

.blog{
    /*font-size: 12px;*/
}

.blog p{
    text-align: justify;
}

.blog p.bw{
    text-indent: 0;
}

.blog h3{
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 1px;
}

.blog > div[class^="items"], [itemprop="articleBody"]{
    background: white;
    padding: 10px;
    margin-bottom: 20px;
    /*clear: right;*/
}

.blog > div[class^="items"]:after{
    content:' ';
    display: block;
    clear: both;
}

.blog > div[class^="items"] h2, [itemprop="articleBody"] h3{
    font-weight: normal;
    margin: 0;
    /*padding: 10px;*/
}

.blog > div[class^="items"] h3{
    color: #800000;
    font-weight: normal;
    /*padding: 10px;*/
}

/*
 Menu
*/

#leftbar ul.menu{
    text-align: left;
    list-style-type: none;
    text-indent: 0;
    margin: 0;
    padding: 0;
}

#leftbar ul.menu a{
    border-left: 10px solid #e85858;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    background-image: url(../images/menubgn.png);
    background-repeat: repeat-y;
    background-position: 1px center;
    overflow: hidden;
    color: white;
    margin-bottom: 5px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#leftbar ul.menu a:hover{
    background-image: url(../images/menubg.png);
}

li.item98 a span{
    color: orange;
}

ul#jw-sir li img {
  background-image:none;
  border:none;
  display:none;
  position:absolute;
  top: 0;
}

ul#jw-sir li {
  list-style:none;
}

.readmore{
    margin: 30px 0;
}

.readmore a{
    margin-top: 20px;
    background: #ddd;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

a {
  color: black;
  text-decoration: underline;
}

div.pagination p, div.pagination ul{
    text-align: center;
}

.pagination ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination li{
    display: inline-block;
    padding: 0 5px;
}

.djslider ul{
    list-style-type: none;
    margin:0;
    padding: 0;
}

.djslider li{
    /*display: inline-block;
    font-size: 0;*/
    float:left;
}

.djslider{
    overflow: hidden;
}