/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


body {
background: #576555 url('images/background.jpg') fixed;
}

#logo .site-description {
color: #fff;
}

#twitter-top div.tweet {
max-width: 440px;
}

form#paypal {
margin:-60px 0 0 50px;
}

#paypal img {
border:0px;
}

.af-form ul, .af-form div, .af-form p {
padding:0 0 2px;
}


/* BULLET LIST */

ul.ticklist {
list-style-position: outside;
list-style: none;
padding: 10px;
margin: 10px;
}
ul.ticklist li {
list-style: none;
background-image: url(http://www.militaryfitnessbootcamp.co.uk/wp-content/themes/headlines/images/checkmark-25.png);
background-repeat: no-repeat;
background-position: left center;
padding: 5px 0px 5px 40px;
font-size: 20px;
font-weight: bold;
}
