/*
Theme Name: TPW Theme
Theme URI: http://wordpress.org/
Description: The TPW theme developed in 2008.
Version: 1.0
Author: David Robinson
Author URI: http://www.malimrobin.co.uk/
Tags: blue, gree, orange, custom header, fixed width, two columns

	TPW v1.0
	 http://www.malimrobin.co.uk/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #DDDDDD;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#container {
	position: relative;
	margin: 5px auto;
	padding-bottom: 20px;
	width: 800px;
	background-color: #4A5582;	/* Blue */
}

#container #greenblock {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 800px;
	height: 226px;
	background-color: #A8E854;
}

#whiteblock {
	display: block;
	margin: 0 29px 20px 29px;
	padding: 0;
	padding-bottom: 20px;
	border: 0;
	background-color: #FFFFFF;
	background-image: url('images/whitebg_bottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 300px;
}

#container  #pagetitle {
	position: absolute;
	z-index: 32;
	top: 205px;
	left: 150px;
	width: 590px;
	height: 43px;
}

#orange {
	position: absolute;
	z-index: 15;
	top: 0;
	left: 600px;
	width: 200px;
	height: 160px;
}

#logo {
	margin: 0;
	padding: 0;
	height: 226px;
}

#postbox {
	position: relative;
	margin: 0px 20px 40px 150px;
	padding-top: 40px;
}

#postbox .hr {
	border-top: #A8E854 solid 2px;		/* Pale green */
}

#postbox h2 img {
	float: right;
}
#postbox h2 {
	line-height: 1.2em;
}

.post h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 2em;
}

.post p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.post a, .post a:visited {
	text-decoration: none;
	color: #FE9017;
}

.post a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FE9017;
}

.post .poster {
	border: none;
	color: #A8E854;
	line-height: 1.5em;
	padding-bottom: 5px;
}
	
.post .meta {
	color: #A8E854;
	border-bottom: 2px solid #A8E854;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.post .meta a, .post .meta a:visited {
	color: #A8E854;
	text-decoration: underline;
}
.post .meta a:hover {
	color: #666666;
	background-color: #A8E854;
	text-decoration: none;
}

.entry {
	position: relative;
}

.entry p {
	margin-bottom: 5px;
}



#sidebar {
	position: absolute;
	z-index: 31;
	top: 200px;
	left: 58px;
	width: 100px;
	height: 130px;
}

#pressoffice {
	position: absolute;
	z-index: 30;
	top: 168px;
	left: 58px;
	width: 684px;
	text-align: right;
	height: 28px;
}

#definition {
	position: relative;
	display: block;
	z-index: 40;
	margin: 0px 30px;
}

#definition #littleman {
	position: absolute;
	width: 50px;
	height: 90px;
	top: -113px;
	left: -10px;
}

#footer {
	text-align: center;
}	
#container #footer img {
	vertical-align: top;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


#twitter_div {
	margin-top: 15px;
	padding: 5px;
	background-color: #FE9017;
	width: 80px;
}
#twitter_div h2 {
	font-size: 1.2em;
	color: #FFFFFF;
}
#twitter_div a, #twitter_div a:visited {
	text-decoration: none;
	color: #A8E854;
}

#twitter_div a:hover {
	color: #A8E854;
}
#twitter_div a, #twitter_div a:visited {
	color: #A8E854;
	text-decoration: underline;
}
#twitter_div a:hover {
	color: #666666;
	background-color: #A8E854;
	text-decoration: none;
}

