@charset "UTF-8";
/* CSS Document */

/* Gary Benn Style Sheet */

*{
	padding: 0;
	margin: 0;
	font-family: "Myriad Pro", Helvetica, "Arial", sans-serif;
}

h1
{
font-weight: bold;
padding-top: 1em;
font-size: 1.8em;
color: #7ebc29;
}
h2
{
font: italic 1.35em "Myriad Pro", Helvetica, "Arial", sans-serif;
padding-top: 0.5em;
padding-bottom: 0.2em;
}
h3
{
font: bold 0.98em "Myriad Pro", Helvetica, "Arial", sans-serif;
padding-bottom: 0.3em;
color: #7ebc29;
}

a{
color: #7ebc29;
text-decoration: none;
}

#pagewrap
{
	margin: 0 auto;
	width: 962px;
/*	background: url(http://www.garybenn.co.uk/wp-content/themes/default/images/underlay.jpg) repeat-y; */
}

.header
{
height: 130px;
	background: url(http://www.garybenn.co.uk/wp-content/themes/default/images/GaryBenn.jpg);
text-indent: -99999999px;
margin-bottom: 0px;
}

h1.header
{
padding: 0;
}

#sidebar
{
	width: 251px;
	float: left;
padding-left: 69px;
}

#content
{
	width: 545px;
	float: left;
padding-left: 30px;
}

#content p
{
padding-bottom: 0.92em;
font-size: 0.92em;
}

ul#content
{
padding-top: 2.1em;
list-style-type: none;
}

#content li
{
display: inline;
padding-right: 5px;
}

#content img
{
padding-bottom: 15px;
}

#footer
{
	clear: both;
padding-top: 20px;
	margin-bottom: 4px;
margin-left: 70px;
color: #7ebc29;
}

/*
#navigation {
	font: 1.2em "Myriad Pro Bold", Helvetica, "Arial Bold", sans-serif;
	padding-left: 345px;
	background: #7ebc29 url(../images/nav.jpg) repeat-x;
}
*/
#navigation ul {
	background: #7ebc29 url(http://garybenn.co.uk/images/nav.jpg) repeat-x;
	list-style-type: none;
padding-left: 345px;
padding-top: 5px;
padding-bottom: 5px;
}

#navigation li {
	display: inline;
padding:5px;
}

#navigation a
{
color: #FFF;
text-decoration: none;
font-size: 1.4em;
}

#navigation a:hover
{
color: #696969;
}
.left
{
float: left;
width: 265px;
padding-bottom: 0.8em;
font-size: 0.92em;
}

.right
{
float: right;
width: 265px;
padding-bottom: 0.8em;
font-size: 0.92em;
}

.thumbs
{
list-style-type: none;
}

.thumbs li
{
float: left;
list-style-type: none;
display: inline;
margin-right: 4px;

}

.thumbs a
{
border: none;
text-decoration: none;
padding: 0px;
margin: 0px;
}

.sidebaryears
{
	width: 251px;
	float: left;
padding-left: 69px;
}

.sidebaryears li
{
list-style-type: none;
display: inline;
padding-right: 4px;
}

input{
width: 250px;
margin-bottom: 4px;
}

textarea{
width: 250px;
margin-bottom: 4px;
}

a img {border: none;}

.list {
	display: list-item;
	list-style: none;
}
