/*
Theme Name: Woodmaster Tools Child Theme
Theme URI: http://
Author: Woodmaster Tools
Author URI: http://www.woodmastertools.com
Description: Child Theme 
Template: toolbox
Version: 0.3
*/

body {background: #ae7236 url('https://9951f4.claudeassets.com/20250303052619im_/https://www.woodmastertoolsblog.com/wp-content/themes/woodmastertools/images/background.jpg'); font-family:arial, helvetica, sans-serif;}

#branding {width:980px; margin:1em auto;}
#branding h1 {margin:0px auto -20px auto; height:63px; border:0px solid #000; width:980px;}
#branding h1 a {border:0px;}
#branding h1 a:focus {
    outline: 0px solid #000;
}
hgroup {margin:0px;}

#belowfooter {width:980px; margin:0 auto 1em auto;}

a:link {color:#003399;}
a:visited {color:#003399;}
a:active {color:#aa1100;}
a:hover {color:#aa1100;}

#secondary {font-size:.9em; padding-top:10px;}
.widget a:link {color:#003399;}
.widget a:visited {color:#003399;}
.widget a:active {color:#aa1100;}
.widget a:hover {color:#aa1100;}
h1.widget-title {font-size:1.1em; color:#663300;}

.entry-title a {text-decoration:none;}

h1.entry-title {font-size:1.5em;}

h1.assistive-text{display:none;}


h1, h2, h3, h4 {color:#663300;}

h1 a:link {color:#663300;}
h2 a:link {color:#663300;}
h3 a:link {color:#663300;}
h4 a:link {color:#663300;}

.entry-meta {font-size:.8em;}

.wp-caption {
	background: #fff;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
	font-weight:normal;
}

#ad {text-align:center;}

/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 0px auto;
	width:980px;
	border:0px solid #000;
	background:#fcf7df;
	padding-top:10px;
	
}
#primary {
	float: left;
	margin: 0 -200px 0 0;
	width: 750px;
	padding-left:8px;
	padding-top:10px;
	border:0px solid #ccc;
	background:#fcf7df;
}
#content {
	margin: 0 200px 0 0;
	border:0px solid #ccc;
	width:90%;
	padding-left:40px;
	background:#fcf7df;
}

#main {background:#fcf7df;}

#main .widget-area {
background: none repeat scroll 0 0 #FCF8DE;
	float: right;
	overflow: hidden;
	width: 200px;
	padding-right:40px
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
/*
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
*/
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-title a {border:0px;}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0;
}
#site-description a {border:0px;}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display: block;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}

#nav-above h1 {display:none;}
#nav-below h1 {display:none;}

#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {

/*
width:auto;
height: auto;
*/ /* Override height to match resized width for correct aspect ratio. */
max-width: 600px; /* When images are too wide for containing element, force them to fit. */
}

img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
	margin:5px;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

#comments-title {margin-top:12px; padding-top:12px; border-top:1px dashed brown; /*color:#333;*/ font-size: 1.1em;}

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.WpPopularPostsTool li small {color:#FCF7DF;}

#recent-posts-3 li {padding-bottom:10px;}
#secondary ul li {padding-bottom:14px;}

/* =Footer
-------------------------------------------------------------- */



#colophon {
	padding: 10px 1em 0 1em;
	margin: 0px auto;
	z-index:10;
}

/*
     FILE ARCHIVED ON 14:06:09 Mar 01, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:14:20 Aug 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.207
  exclusion.robots: 0.217
  exclusion.robots.policy: 0.091
  esindex: 0.01
  cdx.remote: 3884.51
  LoadShardBlock: 399.978 (3)
  PetaboxLoader3.datanode: 152.073 (4)
  PetaboxLoader3.resolve: 442.541 (3)
  load_resource: 343.161
*/