CSS - http://www.langstonecourtfarm.co.uk/

    * Collapse All
    * Expand All

http://www.langstonecourtfarm.co.uk/
http://www.langstonecourtfarm.co.uk/assets/templates/organic/layout.css

* {

        margin: 0;

        padding: 0;

}



body {

        background: #E3E3E6 url(images/img01.gif) repeat;

        font:76% Verdana,Tahoma,Arial,sans-serif;

        color:#000000;

        line-height: 187%;

}







 p {

        margin-bottom: 1.5em;

}







ul {

        list-style: none;

}



ul li {

        padding-left: 1em;

}



a {

        text-decoration: none;

        color: #006D06;

}

h1, h2, h3 {

        text-decoration: none;

        color: #006D06;

}

a:hover {

        text-decoration: underline;

        color: #006D06;

}







/* Logo */







#logo {

        width: 760px;

        height: 200px;

        background-image: url(images/newbanner.jpg);

        background-repeat: no-repeat;

        margin: 0 auto;

}







/* Page */



#page {

        width: 760px;

        margin: 0 auto;

        background-color: #ffffff;

}



/* Content */



#content {

        float: left;

        width: 439px;

        padding: 20px 30px 20px 50px;



}











/* Sidebar */



#sidebar {

        float: right;

        width: 200px;

        padding: 20px;

}







#links {

}







#links li {

        padding: 5px 0;

}



#links a {

        padding-left: 1em;

        background: url(images/navbullet.jpg) no-repeat left center;

        color: #006D06;

        font-weight:bold;

        height:20px;

        text-decoration:none;

        display:block;

        padding:0 0 0 20px;

        font-size:95%;

        margin-top:6px;

}



#address {

font-weight:bold;

font-style:none;

margin-top:4em;

padding-left:5px;

color:#323232;

border:2px solid #006D06;

border-top:0;

border-bottom:0;

}



/* Footer */



#footer {

        height: 20px;

}



#footer .wrapper {

        width: 760px;

        margin: 0 auto;

        background: #FFFFFF;

}



#footer .links {

        float: left;

        width: 439px;

        height: 20px;

        padding: 6px 30px 0 30px;

        background: #FFFFFF;

        border-left: 20px solid #006D06;

        font-size: 85%;

}



#footer .legal {

        float: right;

        width: 221px;

        height: 20px;

        margin: 0 auto;

        padding: 6px 20px 0 0;

        background: #006D06;

        text-align: right;

        font-size: 85%;

        color: #FFFFFF;

}



img {

       border: none;

}



/*Css to allow user to position images on site*/





img.imageleft {

        float:left;

        border: 1px solid black;

        margin-right:10px;

        margin-bottom:10px;

        margin-top:10px;

}



img.imageright {

        float:right;

        border: 1px solid black;

        margin-left:10px;

        margin-bottom:10px;

        margin-top:10px;

}



img.imagealone {

       border: 1px solid black;

        margin-bottom:10px;

        margin-top:10px;

}







