/*  
Theme Name: consumer128
Theme URI: http://consumer128.co.uk/
Description: raaa.
Version: 0.1
Author: ANdy Galletly
Author URI: http://consumer128.co.uk/

*/

/* global reset */

* {
	margin: 0;
	padding: 0;
	behavior: url("iepngfix.htc");
}

/* end global reset */

*
{
	margin: 0;
	padding: 0;
}

body {
	background: #121212 top center repeat-y;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 15px;
}

img {
	border: none;
}

.rightImg {
	float: right;
	margin: 2px 0 2px 2px;
}

.leftImg {
	float: left;
	margin: 2px 2px 2px 0;
}

.clearingDiv {
	clear: both;
}

#container {
	border-top: #121212 15px solid;
	border-bottom: #121212 15px solid;
	width: 800px;
	margin: 0 auto;
	color: #B7B7B7
}

#links
{
	text-align: right;
	margin: 15px 0 0 0;
	font-size: 10px;
}

a
{
	color: #D4D4D4;
}

a:hover
{
	text-decoration: none;
	background: #b7b7b7;
	color: black;
}

#header
{
	margin-bottom: 20px;
}

.timeLinks
{
	height: 40px;
}

.navigation
{
	height: 20px;
}

.alignleft
{
	text-align: left;
	float: left;
}

.alignright
{
	text-align: right;
	float: right;
}

.textbox {
	background: #080808;
	border-top: 1px solid #010101;
	border-bottom: 1px solid #010101;
	border-left: none;
	border-right: none;
	padding: 10px;
	margin: 5px 0;
	line-height: 22px;
}

.postmetadata,
#sidebar
{
	font-size: 11px;
}



ul#sideLists li
{
    float: left;
    width: 200px;
}

ul#sideLists li ul li
{
    float: none;
}

ol.commentlist
{
	list-style-type: none;
	font-size: 12px;
	line-height: 15px;
}

ol.commentlist li
{
	background: #121212;
	margin: 5px;
	padding: 5px;
}


blockquote
{
	background: #121212;
	border: 1px dashed #222;
	padding: 0 10px;
	font-size: 13px;
}

h1,h2,h3,h4,h5,h6,strong.consumer {
	color: #B7B7B7;
}

h1 a
{
	color: #B7B7B7;
	text-decoration: none;
}

#header h1 a:hover
{
	background: none;
	text-decoration: none;
}

textarea
{
width: 380px;
margin: 2px 10px;
}

p {
	margin: 10px 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 8px 0 5px 0;
	font-size: 20px;
}

#foot {
	margin: 5px 0;
	height: 27px;
}

#foot li
{
	list-style-type: none;
}

#sidebar li
{
	list-style-type: none;
}