/*
Theme Name: 42Walls
Theme URI: http://www.factory42.co.uk
Description: Theme with many, many options. Most things are changable. Also has the ablity to accept various layout files to change the layout of the page. Also has ajax search box, 6 Widget Areas, Threaded color comments (user changable) sticky posts, tag area, areas set out for adverts, favicon and custom error messages. Features a Admin Control Panel to change things on the theme. Highy customizable theme framework, ready to go out of the box, or ready to be changed by you!
Version: 1.0
Author: David W Knight
Author URI: http://www.factory42.co.uk/42wallstheme
Tags: light, black, two-columns, right-sidebar, fixed-width, flexible-width, custom-colors, custom-header, theme-options, sticky-post, microformats
*/
.advert {
	margin: 15px;
}
.top-sidebar-holder {
	clear: both;
}
html, body, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
	list-style-image: none;
	list-style-type: none;
}
ul{
	list-style-image: none;
}
input:focus,
input:active{
	outline: none;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.block{
	display: block;
}
.clear{
	clear: both;
}
.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 5px;
}
.alignright {
   float: right;
   margin: 5px;
}
#navbar ul{
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#navbar ul li{
	display: inline;
}
#sidebar{
	width: 28%;
	margin-left: 2%;
	float: right;
	clear: right;
	overflow: hidden;
}
#main{
	float: left;
	clear: left;
	overflow: hidden;
	width: 70%;
}
#showhide {
	margin-left: auto;
	margin-right: auto;
  display: none;
  width: 800px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.search-box{
	width: 470px;
	height: 22px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.search-input{
	width: 350px;
	height: 14px;
	color: #333;
	float: left;
	border: 1px solid #ccc;
	background: #FFF;
	font-size: 11px;
	padding: 3px 5px;
}
#comment-block {
	width:650px;
}
#post-container {
	width:650px;
	padding-left:15px;
	padding-top:10px;
}
.commentlist li {
	list-style-type: none;
}
.commentlist li.thread-odd .comment-meta  {
	width:300px;
}
#comment-block {
	margin-bottom:15px;
}
.commentlist li.thread-even .comment-meta  {
	width:300px;
	font-color:white;
}
.commentlist li.bypostauthor .comment-meta  {
	width:300px;
}
.commentlist li.comment ul.depth-1 {
	padding:10px;
}
.commentlist li.comment ul.children li.depth-2 {
	border:1px dotted black;
		width:90%;
		margin-top: 5px;
	padding:10px;
}
.commentlist li.comment ul.children li.depth-3 {
	border:1px dotted black;
	width:90%;
		margin-top: 5px;
	padding:10px;
	margin:5px;
}
.commentlist li.comment ul.children li.depth-4 {
	border:1px dotted black;
	padding:10px;
	width:90%;
		margin-top: 5px;	
}
.commentlist li.comment ul.children li.depth-5 {
	border:1px dotted black;
	padding:10px;
	width:90%;
	margin-top: 5px;
}
.wordpress-logo {
	width:25px;
	height:25px;
	border:0px;
}
.icon {
	border: 0px;
	width: 25px;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
	margin-top: 14px;
}