/*
Theme Name: Toolz v3
Theme URI: http://wordpress.org/
Description: Toolz theme v3
Version: 0.3
Author: Chris Hung
Author URI: http://www.ckch.co.cc/
Tags: toolz

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

*/

body {
	background: url(images/toolz-bg00.jpg) repeat;
	margin:0;
	padding:0;
	text-align: left;
}
/* BEGIN CONTENT */
#headerWrapper {
	display:block;
	border:0px solid red;
	width:928px;
	margin:0 auto;
	padding:0;
}
#footerWrapper {
	display:block;
	border:0px solid red;
	width:928px;
	margin:0 auto;
	padding:0;

	position:relative;
	top:-55px;
}

#contentWrapper{
	display:block; 
	border:0px solid black;
	background: url(images/toolz-bg02.png);

	width:928px;
	margin:0 auto;
	padding:0;
}
#header {
	border:0px solid green;
	width:928px;
	height:128px;
	background: url(images/toolz-bg01.png);
}
#header_nav ul {
	width:500px;
	margin:0;
	padding:0;
	border: 0px solid purple;

	position:relative;
	top:38px;
	left:47px;
}
#header_nav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#content {
	width: 516px;
	margin:20px 0 0 58px;
	border: 0px solid red;
	float: left;
	display: inline;
}
#sidebar {
	width: 200px;
	margin-top: 45px;
	margin-right: 58px;

	float: right;
	display: inline;
	text-align:right;
}
#sidebar ul {
	position:relative;
	top: -15px;
	border: 0px solid yellow;
	text-align:right;
	list-style:none;
}
#both {
	clear: both;
}
#footer {
	border: 0px #0000ff solid;
	width: 928px;
	height: 70px;
	background: url(images/toolz-bg03.png);
	margin:0;
	padding:0;
}
#footer_nav {
	color: #777777; /* GREY */
	font-size: 0.8em;
	line-height:1.2em;
	text-align:center;
	
	position:relative;
	top: 22px;
}
img {
	border: 1px solid #d5d5d5;
	padding: 8px;
	margin-bottom: 20px;
	behavior: url(iepngfix.htc);
}
div, a {
	behavior: url(iepngfix.htc);
}
/* BEGIN TYPOGRAPHY */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #3f2d24; /* DARK BROWN */
	line-height: 1.5em;
}
.date, #sidebar {
	font-family: Georgia, 'Book Antiqua', 'Palatino', serif;
	font-size: 1em;
	color: #777777; /* GREY */
	}
.date {
	text-align:center;
	line-height: 0.1em;
	}
h1 {
	font-family: 'Book Antiqua', 'Palatino', serif;
	color:#ff3e0a; /* RED */
	font-size: 1.5em;
/*	text-transform:uppercase; */
	letter-spacing:0.1em;
	text-align:center;
}
a, a visited {
	color: #777777; /* GREY */
	text-decoration:none;
}
a:hover {
	color: #3f2d24; /* DARK BROWN */
	text-decoration:underline;
}
/* BEGIN SIDEBAR */
.title {
	font-family: 'Book Antiqua', 'Palatino', serif;
	color:#ff3e0a; /* RED */
	font-size: 1.0em;
	font-weight: bold;
	margin: 10px 0 0 0;
}
hr {
	border: 0;
	height: 5px;
	background:url(images/endline.jpg) bottom no-repeat;
	margin: 1em 0;
}
#searchbox {
	float:right;
	width:192px;
	height:35px;
	border:0px black solid;
	background:url(images/searchbox-01.jpg) no-repeat;
}
#s {
	padding:0;
	margin:7px 0 0 7px;
	float:left;
	border:0;
	width:148px;
	}
#searchsubmit {
	padding:0;
	margin:0px;
	float:right;
}