/*
Theme Name: WLPTA
Theme URI: http://www.wlpta.co.uk/
Description: West London Passenger Transport Association Theme
Version: 1.0
Author: Stephen Page
Author URI: http://stephenpageuk.blogspot.com/
Tags: red, custom, fixed width, two columns, widgets

	This theme was designed and built by Stephen Page,
	whose blog you will find at http://stephenpageuk.blogspot.com/

	The CSS, XHTML and design is copyright 2009 West London Passenger Transport Association.

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FF0000;
	color: #ffffff;
	text-align: center;
}

#wrapper {
	display: block; 
	width:900px; 
	text-align: left;
	margin:0px auto;
}

#header {
}

#wlptalogo {
	background: #ffffff url('images/middle.jpg') bottom center;
	width:100%;
	float: left;
}

#wlptalogoleft {
	float: left;
}

#wlptalogoright {
	float: right;
}

#content {
	width: 75%;
	float: right;
}

.content img {
border-style: solid; 
border-width: 0px; 
border-color: #FFFFFF; 
}

#sidebar {
	width: 23%;
	float: left;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




#both {
	clear: both;
}

#footer {
}

.title {
	font-size: 11pt;
	font-family: arial,helvetica;
	font-weight: bold;
}
