/*
Theme Name: WVW New
Theme URI: http://www.peoplesblog.co.uk/
Description: A Custom template based on the Default WP theme
Version: 1b
Author: Dan Taylor
Author URI: http://peoplesblog.co.uk
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/
* {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-image: url(images/gradpng.png);
	background-repeat: repeat-x;
	background-color: #00032a;
}
#wrapper {
	width: 1000px;
	margin:0 auto;
}
#header {
	background-image: url(images/headpng.png);
	background-repeat: no-repeat;
	height: 144px;
}
#mainwrapper {
	background-image: url(images/backpng.png);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/footerpng.png);
	background-repeat: no-repeat;
	height: 19px;
}
*html #content {
	background-image: url(images/backpng.png);
	background-repeat: repeat-y;
}
#content {
	width: 690px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
*html #nav {
	padding-top:70px;
}
*+html #nav {
padding-top:70px;
}
#nav {
	margin: 0px;
	padding-top: 93px;
	padding-top: 92px;
	padding-left: 25px;
}
#nav ul li {
	list-style-type: none;
}
#nav li ul li a {
	float: left;
	background-image: url(images/navpng.png);
	height: 34px;
	width: 134px;
	text-align: center;
	font-size: 24px;
	color: #990000;
	text-decoration: none;
	padding-top: 5px;
	margin-right: 5px;
}
#nav li ul li {
	float:left;
}
#nav li.pagenav {
	list-style-type: none;
}
#nav ul li a:active, #nav ul li a:hover  {
	background-image: url(images/navhoverpng.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 255px;
	padding-right: 15px;
	padding-left: 10px;
}
#content h1, #content h1 a {
	color: #CC6600;
	text-decoration: none;
	margin-bottom:10px ;
	font-size:42px;
}
#content h2, #content h2 a {
	color: #999999;
	text-decoration: none;
	margin-bottom:10px;
	font-size:18px;
}
#content p {
	font-size: 14px;
	color: #666666;
	padding-bottom:10px;
	line-height:24px;
}
#content .meta {
	font-size: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content ul, #content ol {
	margin-left: 30px;
}
#content input, #content textarea {
	border: 1px solid #CCCCCC;
}#comments {
	background-color: #FFFFCC;
	padding: 10px;
}
.post {
	margin-bottom: 15px;
}
*html #sidebar {
	background-image: url(images/backpng.png);
	background-repeat: repeat-y;
	background-position: right;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul li ul li {
	list-style-type: square;
}
#sidebar ul {
}
#sidebar ul li ul {
	margin-left: 20px;
}
#sidebar li a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#sidebar h2 {
	font-size: 18px;
	color: #CC3300;
}
#copy a, #copy {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	text-align: center;
	padding-top: 10px;
}
.feedback a {
	font-size: 12px;
	color: #CC3300;
}
.blogroll {
margin:0;
padding: 0;

}