@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://www.hackfall.org.uk/images/back.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;

}

a {
	color:#996633;
}

a:hover{
     color:#cc9933;	
}
a:link a:visited{
    color: #333;
}

h1, h2, h3{
color:#666633;	
}

#pic-back{
	background-image:url(http://www.hackfall.org.uk/images/pic-back.jpg);
}


#inner {
	background-image:url(http://www.hackfall.org.uk/images/body-back.jpg);
	background-repeat:repeat-y;
}

/*                 */
/* Main Navigation */
/*                 */
#nav{

	font-size: 90%;
	padding: 2px 0;
	padding-top:72px;
}

#nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 10px;

}

img {
border:1px solid #ccc;
}

img.noborder {
border:none;
}

#nav a:link, #nav a:visited
{
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover, #nav a:active
{
	color: #fff;
	border-bottom:#FFF 7px solid;
}

/*                 */
/* Sidebar Navigation */
/*                 */

#side-navlist {
list-style-type: none;
text-align: left;
padding-left: 0;
}

#side-navlist li a {
background: transparent url(http://www.hackfall.org.uk/images/oak.gif) left center no-repeat;
padding-left: 20px;
display:block;
padding-top:4px;
text-decoration:none;
color:#996633;
}

#side-navlist li a:hover {
background: transparent url(http://www.hackfall.org.uk/images/oak-hov.gif) left center no-repeat;
color:#cc9933;
}
	
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
} 
#header {
	height:99px;
	background: transparent;
	background-image:url(http://www.hackfall.org.uk/images/top-head.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:right;
	padding-right:50px;

} 
#header h1 {

        margin: 180px 670px 0 0;
	padding: 10px 0;

}

#header a {
      text-decoration:none;
      color:#fff;
}

#header h1 a{
      color:#666633;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; 
	padding: 15px 10px 15px 20px;
	margin-left:36px;
	/*border-right: 1px dotted #666;*/
}
#mainContent {
	margin: 0 50px 0 250px;
	padding: 0 20px; 
	border-left: 1px dotted #666;
} 
#footer { 
	padding: 0 10px 0 20px;
	background-image:url(http://www.hackfall.org.uk/images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:120px;
} 
#footer p {
        font-size:80%;
	margin: 0 0 0 20px; 
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

blockquote {
font-style:italic;
font-size:90%;
}

#events {
width:11.4em;
background-image:url(http://www.hackfall.org.uk/images/event-column.jpg);
background-position:top left;
background-repeat: no-repeat;
padding:35px 20px 0 15px;

}
#events ul li{
margin-left:-2.5em;
}

.imgallery_unstyled li {
list-style-type: none;
}