	/*
	Theme Name: Tony Lloyd V3
	Theme URI: http://www.tonylloydmp.co.uk
	Description: Offical Website of Tony Lloyd MP
	Author: Tanya Horne
	Author URI: http://www.tonylloydmp.co.uk
	*/


	/*positioning*/

	html, body
	{
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 15pt;
	}

	/*positioning*/

	#container {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-color: #E8E8E8;
	padding: 0px;
        border: solid 1px #9F111B; 
	}

	#header {
	background-color: #DCDCDC;
	width: 100%;
	height: 170px;
	text-align: center;
	background-image: url() !important;
	background-repeat: no-repeat;

	}
	

	#main {
	float: left;
	display:inline;
	position: relative;
	width: 68%;
	padding: 25px;
	}

	#sidebar {
	float: left;
	display:inline;
	position: relative;
	width: 22%;
	font-size: 1em;
	font-family: arial, georgia, sans-serif;
	}

	#footer {
        background-color: #D4D4D4;
	clear:both;
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-family: arial, georgia, sans-serif;
	color: #000000;
	padding: 0px;
	}


#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
	}

#navigation li {
   float: left;
}


#navigation a {
   text-align: center;
   background: #D4D4D4;
   color: #000000;
   text-decoration: none;
   display: block;
   width: 196px;
   padding-left: 2px;
   padding-right: 2px;
   padding-bottom: 10px;
   padding-top: 10px;
   font-size: 1.6em;
}


#navigation a:hover {
   background: #E8E8E8;
   color: #9F111B;
   text-decoration: none;
}


	/*posts*/
	.postHead {
	font-size: 1.3em;
	font-family: arial, georgia, sans-serif;
	padding-left: 0px;
	}

	.postinfo
	{
	padding-left: 0px;
	font-size: 0.7em;
	font-family: arial, georgia, sans-serif;
	text-align: left;
	color: #000000;
	margin-top: -10px;
	}

h1 {
	font-size: 1.5em;
	color: #737373;
	}

h2 {
	font-size: 0.9em;
	color: #9F111B;
	}

h3 {
	font-size: 1.1em;
	color: #9F111B;
	}

h4 {
	font-size: 1.3em;
	color: #000000;
	}

h5 {
	font-size: 2em;
	color: #737373;
	}

li {
        list-style-type:none;
        
        }


	/* extras */

	a, a:visited, a:link, a:active { color: #5E5E5E; text-decoration: none; background-color: inherit;}
	a:hover{ color: #9F111B; text-decoration: none;}

	img {border:0px; padding: 3px;}
	}

	input, textarea, select {
	background-color: #282828;
	color: #ccc;
	font-size: 11px;
	font-family: "lucida grande", sans-serif;
	border: 0px;
	}
