/*
Theme Name: Ashburton
Description: Theme for Ashburton Marine.
Author: Matthew Nicoll
Version: 2.0
*/

*{
    margin: 0;
    padding: 0;
}
a img{
    border: none;
}
body{
    background-color: #cccccc;
    background-image: url(images/background.png);
    background-position: top center;
    background-repeat: repeat-x;
    color: #000;
    background-color: #fff;
    color: #000;
font-family: “Lucida Sans Unicode”, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.5em;
}
div#wrapper{
    width: 941px;
    margin: 0 auto 30px;
}
div#logoMenu{

}
div#menu{
    float: right;
    width: 781px;
    height: 101px;
    font-weight: bold;
    font-family: helvetica, arial, sans serif;
    color: #fff;
    text-align: right;
    line-height: 101px;
    font-size: 18px;
}
#menu ul{
    list-style: none;
}
#menu li{
    display: inline;
    padding: 0 0 0 40px;
}
#menu li a, #menu li a:visited{
    color: #fff;
    text-decoration: none;

}



div#content{
    width: 917px;
    padding: 12px;
    background-color: #ffffff;
    margin: 18px 0 0;
    font-size: 14px;
}
div#mainCol{
    float: left;
    width: 703px;
}
div#rightCol{
    width: 214px;
    float: left;
    text-align: right;
padding-top: 265px;
}
div#footer{
    padding: 20px 0 10px;
    text-align: center;
    font-size: 14px;
}
.topMargin{
    margin: 0px 0 0;
}


.clr{
    clear: both;
}
h1.entry-title{
    font-size: 30px;
    padding: 0 0 16px 0;
}
div.entry-utility{
    border-left: 10px solid #000000;
    border-bottom: 1px solid #474747;
    margin: 10px 0 10px;
    padding: 0 0 0 10px;
}
div.entry-utility a{
    color: #000;
    font-weight: bold;
}
div.entry-utility a:hover{
    text-decoration: none;
}

p {
padding-bottom: 15px;
}