/*
Shirley Bowling Club is a not for profit sports organisation aimed at fostering great relationships in the local community.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/grassbackground.jpg) ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #121212;
}

h1, h2, h3, h4 {
	margin-bottom: 1em;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990050;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

ul, ol {
	margin-left: 3em;
}


a {
text-decoration: strong;
color: black;
}



/* Banner */

#header {
	width: 1080px;
	height: 160px;
	margin: 0 auto;	
}


/* Border between page & header */

#border {
	width: 1080px;
	height: 10px;
	margin: 0 auto;
	background: #820010 ;
}


/* Page */

#page {
	width: 1080px;
	margin: 0 auto;	
}

/* Sidebars */

.sidebar {
	float: left;
	width: 180px;
	height: 590px;
	padding-top: 10px;
	background: black;	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* button padding */

.sidebar li {
	padding-bottom: 1px;
	padding-left: 2px;
	list-style: none;
}


/* Sidebar1 */

.sidebar 
	a {display: block; padding: 4px; text-decoration: none; width: 12em; margin:2px; font-family: "Trebuchet MS", Verdana, sans-serif;}
	a:link, a:visited {background: #DF0024; border: 2px outset white;}
	a:focus, a:hover {background: #E6E100; border 2px outset white; colour black;}
	a:active {background: white; border: 2px outset: green;}


#sidebar1 {
	text-align: center;
	font-weight: bold;
	background: black;	
}




/* Content */


#content {
	float: left;
	width: 720px;
	height: 600px;
	background: white repeat-x;
}



.post {
	padding: 20px 10px 10px 10px;
}


/* Distance between header and post */

.post .title {
	margin: 0;
	padding: 0 5px;
}


/* Allows page to scale automatically */

.post .entry {
	padding: 20px;
	background: white;
}

.entry a {
	display: table-row;
	padding: 5px; 
	text-decoration: underline; 
	color: white;
}

/* Footer */

#footer {
	width: 1080px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	background: #FFFFFF url(images/grassbackground.jpg);
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: smaller;
	color: white;
	line-height: normal;
}
