
/*
// Six Arches Caravan Park
// Dark Colour // Highlight Colour */


div.list-page-links{
height: 18px;
background-color: #cca93d;
margin: 10px 0px;
}

div.list-page-links span{
display: block;
width: 80px;
float: left;
color: #222222;
font-weight: bold;
text-transform: uppercase;
padding: 2px;
}

div.list-page-links a{
display: block;
width: 30px;
float: left;
text-align: center;
padding: 4px 8px;
margin: -5px 4px 0px 4px;
background-color: #242d54;
color: #ffffff;
}

div.list-page-links a:hover{
background-color: #444444;
}

div.list-page-links a.current{
color: ;
font-weight: bold;
}

div.lpl-bottom a{
margin: 0px 4px -6px 4px;
}



div.news{
border: 1px solid #bbbbbb;
background-color: #efefef;
padding: 6px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-bottom: 10px;
}

div.news h2{

}

div.news small{
display: block;
margin-top: 6px;
}

p.news-date{
clear: both;
margin-top: 7px;
}
