@charset "UTF-8";
/* Channellock.com Screen Cascading Style Sheet */

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, iframe {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}

/* @group *****  BASE  ***** */
body {
	/* background: #000 url(img/bg-fpo.jpg) no-repeat center top;*/
	background-color: #000;
	color: #fff;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 12px;
}
h1  {
	color: #fff;
	font: bold 28px/30px Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	text-transform: uppercase;
}
h2 {
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	text-transform: uppercase;
}
h3, h5 {
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h4 {
	color: #fff;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
ul {
	padding-left: 25px;
}
a {color: #fff;}
.postcontent a:link, .postcontent a:visited {
	color: #00a0df;
}
a:hover, a:active {
	color: #00a0df;
}
sup {
	/* font-size: smaller;*/
	/* line-height: normal;*/
	vertical-align: top;
}
input#__EVENTVALIDATION, input#__EVENTTARGET, input#__LASTFOCUS, input#__VIEWSTATE, {
	display: none;
	visibility: hidden;
}
#content {
	background: #000 url(img/content-bg.jpg) repeat-y center top;
	overflow: auto;
	position: relative;
	padding-bottom: 1px; /* This is 5:00pm magic! */
	width: 100%;
}
.wrapper {
	height: auto;
	margin: 0 auto;
	width: 960px;
}
/* @end */

/* @group *****  HEAD  ***** */
#head {
	background: #000 url(img/head-bg.jpg) no-repeat center top;
	height: 185px;
	width: 100%;
}

#logocart {
    height:102px;
    overflow:auto;
    position:relative;
    width:100%;
}
#logo {
    height:55px;
    left:0;
    position:absolute;
    top:35px;
    width:250px;
}
#experience {
    height:46px;
    position:absolute;
    right:0;
    top:48px;
    width:280px;
}
/* @end */

/* @group NAV */
#head #nav {
	background: #a00a1c url(img/nav-bg.png) no-repeat center top;
	clear: both;
	height: 32px;
	margin-bottom: 7px;
	position: relative;
	width: 100%;
	z-index: 100;
}
#head #nav ul {
	background: url(img/product-nav-bg.png);
	display: block;
	height: 32px;
	list-style: none;
	padding-left: 0;
	overflow: hidden;
	text-indent: -999em;
}
#head #nav ul li {
	display: inline;
	float: left;
	height: 32px;
	/*padding-left: 5px;*/
	width: 160px;
}
#head #nav ul li a {
	background: url(img/nav.png) left top no-repeat;
	display: block;
	height: 32px;
}
#head #nav ul li a.pliers {background-position:left top;}
#head #nav ul li a.pliers:hover {background-position:left -32px;}
#head #nav ul li a.pliers-sel {background-position:left -64px;}
#head #nav ul li a.wrenches {background-position:-160px top;}
#head #nav ul li a.wrenches:hover {background-position:-160px -32px;}
#head #nav ul li a.wrenches-sel {background-position:-160px -64px;}
#head #nav ul li a.codeblue {background-position:-320px top;}
#head #nav ul li a.codeblue:hover {background-position:-320px -32px;}
#head #nav ul li a.codeblue-sel {background-position:-320px -64px;}
#head #nav ul li a.screwdrivers {background-position:-480px top;}
#head #nav ul li a.screwdrivers:hover {background-position:-480px -32px;}
#head #nav ul li a.screwdrivers-sel {background-position:-480px -64px;}
#head #nav ul li a.specialuse {background-position:-640px top;}
#head #nav ul li a.specialuse:hover {background-position:-640px -32px;}
#head #nav ul li a.specialuse-sel {background-position:-640px -64px;}
#head #nav ul li a.giftsets {background-position:-800px top;}
#head #nav ul li a.giftsets:hover {background-position:-800px -32px;}
#head #nav ul li a.giftsets-sel {background-position:-800px -64px;}
/* @end */

/* @group SEARCH/FIND */
#searchfind {
	background: transparent url(img/searchfind-bg.png) no-repeat left top;
	clear: both;
	height: 35px;
	margin-bottom: 7px;
	width: 100%;
}
.placeholder {
	color: #999;
}
#searchfind #search {
	display: inline;
	float: left;
	height: 30px;
	padding-left: 15px;
	padding-top: 5px;
	width: 545px;
}
#searchfind #search div.form {
	position: relative;
}
#searchfind #search div.form label {
	display: none;
	color: #999;
	left: 5px;
	position: absolute;
	top: 4px;
}
#searchfind #search input.txtKeyword {
	border: none;
	border-color: transparent;
	/*color: #999;*/
	font: 12px/12px Arial, Helvetica, sans-serif;
	height: 14px;
	outline: none;
	padding: 4px;
	width: 355px;
}
#searchfind #search input {
	vertical-align: middle;
}
#searchfind #find {
	height: 35px;
	display: inline;
	float: right;
	height: 30px;
	padding-left: 15px;
	padding-top: 5px;
	width: 385px;
}
#searchfind #find p strong {
	padding-right: 6px;
	text-transform: uppercase;
}
#searchfind #search p, #searchfind #find p {
	background-color: transparent;
	color: #fff;
	display: inline;
	font: bold 10px Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: 2px;
}
#searchfind #find div.form {
	display: inline;
	position: relative;
}
#searchfind #find div.form label {
	color: #999;
	display: none;
	left: 5px;
	position: absolute;
	top: 2px;
}
#searchfind #find input.txtFind {
	border: none;
	border-color: transparent;
	font: 12px/12px Arial, Helvetica, sans-serif;
	height: 14px;
	outline: none;
	padding: 4px;
	width: 160px;
}
#searchfind #find p, #searchfind #find input {
	vertical-align: middle;
}
#searchfind #search a:link, #searchfind #search a:visited {
	color: #fff;
}
#searchfind #search a:hover, #searchfind #search a:active {
	color: #00a0df;
}
/* @end */

/* Side Navigation */
#sidenav 
{
    float: left;
	margin: 0 20px 20px 0;
	overflow: visible;
	padding-left: 10px;
	position: relative;
	width: 219px;
}
.widget {margin-bottom: 15px}
#subnav {
    float: left;
    margin-right: 20px;
    width: 219px;
}
.subnav, #subnav {
	background: transparent url(img/brushed-metal-palette-bg2.png) no-repeat right top;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #464646;
    padding-left: 10px;
}
.subnav h2, .subnav h3
{
    padding-top: 15px;
	margin-top: 0;
	/*margin-bottom:12px;*/
}
.subnav ul {
	list-style: none;
	margin-bottom: 20px;
	margin-right: 10px;
	padding-left: 0;
	padding-top: 15px;
}
.subnav li {
	border-bottom: dotted 2px #464646;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.subnav ul ul {
	list-style: none;
	margin-bottom: 0;
	padding: 5px 0 0 30px;
	list-style-type: square;
}
.subnav ul ul li {
	border-bottom: none;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	margin: 2px 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
.subnav ul ul ul {
	padding: 0 0 0 10px;
}
.subnav ul ul ul li {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.subnav a:link, .subnav a:visited {
	color: #464646;
	text-decoration: none;
}
.subnav a:hover, .subnav a:active, .subnav a.selected:link, .subnav a.selected:visited {
	color: #00a0df;
	text-decoration: none;
}
/* @end */

/* SECTION */
.section  {
	display: inline;
	float: right;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 460px;
}
.section#border {
	border-top: dotted #fff 3px;
	margin-top: 10px;
	padding-top: 10px;
}
.section .dark {
	background: transparent url(img/dark-fabric-palette-bg2.png) no-repeat right top;
	margin-right: 11px;
	margin-bottom: 15px;
	padding: 15px 31px 20px 20px;
	position: relative;
	width: 420px;
}
/* @end */

/* @group *****  FOOT  ***** */
#foot {
	background: #000 url(img/foot-bg.jpg) no-repeat center top;
	color: #fff;
	height: 185px;
	padding: 15px 0 0 0;
	text-align: center;
	width: 100%;
}
#foot p {
	font-size: 11px;
}
/* @end */

/* @group E-MAIL */
#email {
	background: #a00a1c url(img/email-nav-bg.png) no-repeat center top;
	clear: both;
	height: 32px;
	margin-bottom: 7px;
	overflow: hidden;
	text-align: left;
	width: 100%;
}
#email h4 {
	background: url(img/email-updates-txt.png) left top no-repeat;
	color: #fff;
	display: inline;
	float: left;
	height: 14px;
	margin: 10px 0 0 20px;
	overflow: hidden;
	text-indent: -999em;
	width: 178px;
}
#email .truncate {
	float: left;
	height: 17px;
	margin: 0;
	overflow: hidden;
	padding-top: 9px;
	width: 420px;
}
#email .truncate p {
	margin-top: 0;
	margin-bottom: 0;
}
#email div.form {
	display: inline;
	float: right;
	height: 30px;
	padding-left: 8px;
	padding-top: 4px;
	_padding-top: 3px;
	position: relative;
	width: 330px;
}
#email div.form label {
	color: #999;
	display: none;
	left: 12px;
	position: absolute;
	top: 8px;
}
#email div.form .txtEmailJoin {
	border: none;
	border-color: transparent;
	font: 12px/12px Arial, Helvetica, sans-serif;
	height: 14px;
	outline: none;
	padding: 4px;
	width: 250px;
}
#email div.form .join {
	display: inline;
	float: left;
	height: 35px;
	width: 447px;
}
#email div.form .join a {
	color: #69C;
	text-decoration: none;
}
#email div.form input {
	vertical-align: middle;
}
/* @end */

/* @group SITE NAV */
#sitenav {
	background: transparent url(img/sitenav-bg.png) no-repeat left top;
	clear: both;
	height: 24px;
	margin-bottom: 7px;
	padding-top: 10px;
	width: 100%;
}
#sitenav ul {
	float: right;
	list-style: none;
	margin-top: 0;
	padding-left: 0;
	padding-right: 20px;
	text-align: right;
}
#sitenav ul li {
	display: inline;
	float: left;
	margin-left: 10px;
}
#sitenav ul li a {
	display: block;
}
#sitenav ul li a:link, #sitenav ul li a:visited {
	color: #fff;
}
#sitenav ul li a:hover, #sitenav ul li a:active {
	color: #00a0df;
}
#sitenav #social {
	float: left;
	padding-left: 20px;
	position: relative;
	text-align: left;
	width: 350px;
}
#sitenav #social h4 {
	background: url(img/find-us-on-txt.png) left top no-repeat;
	color: #fff;
	float: left;
	font-size: 12px;
	margin: 3px 10px 0 0;
	text-indent: -999em;
	width: 79px;
}
#sitenav #social ul {
	float: none;
	position: relative;
	top: -2px;
}
#sitenav #social li {
	border-left: 1px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
}
/* @end */

/* @group Blog Stuff */
#postnavigation{
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	padding: 3px;
}

.post .descr {
    margin-bottom: 10px;
}
#relatedPosts a{display: block}
#relatedPosts span {display: block; margin-bottom: 10px}

#blogsearch, #blogcategories, #blogcalendar {
    background: url("img/brushed-metal-palette-bg2.png") no-repeat scroll right top transparent;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    position: relative;
}
#monthList li{
    border-bottom: none;
}
#searchbutton {
    display: block;
    margin-top: 5px;
}

.comment {
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 90%;
	color: #FFFFFF;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	font-size:90%;
}

#addcomment, #comment {
	font-size: 120%;
	letter-spacing:1px;
	font-weight: bold;
}

.self {
	background: #E0EAEF;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	border: 1px solid #fff;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 14px;
}

.commentForm input {
    margin-top: 10px;
	width: 300px;
}

.commentForm select {
    margin-top: 10px;
}

.commentForm textarea {
    border: 1px solid #ccc;
	width: 100%;
	height: 150px;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#666;
}

#commentMenu li.selected{
	background: #ccc;
	border-bottom: 1px solid white;
	color: #000;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    float:right;
    position:relative;
    top:24px;
    padding: 3px;
}

.commentForm .bbcodeNoLivePreview {
	top: 0;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #666;
    border: 1px solid #ccc;
    color: #fff;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
    color: #333;
	border: none;
	margin: 0 auto;
	width: 200px
}

.calendar a {color: #00a0df;}

.calendar .weekend {
	background-color: #ccc;
}

.calendar .other {
    background-color: #ccc;
	color: #666;
}

.calendar a.exist {
    color: #fff;
	display: block;
	font-weight: bold;
	background-color: #666;
}

.calendar td {
	vertical-align: top;
	background: #ccc;
	color: #333;
}

.calendar th {
	vertical-align: top;
	background: #ccc;
}
/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code {
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}
.code p{
	padding: 5px;
}
.code .rem { color: #008000; }
.code .kwrd { color: #0000ff; }
.code .str { color: #006080; }
.code .op { color: #0000c0; }
.code .preproc { color: #0000ff; }
.code .asp { background-color: #ffff00; }
.code .html { color: #800000; }
.code .attr { color: #ff0000; }
.code .alt {	background-color: #f4f4f4; }
.code .lnum { color: #606060;}

/*----------------------------
JF + JS bg fix
----------------------------*/
.postcontent {
    height:         500px;
    overflow:       auto;
    padding-right:  10px;
}
.post .descr, .rating {
    font-weight:    bold;
}

#relatedPosts {
    padding-bottom: 15px;
}
#addcomment, #comment {
    font-size:      140%;
    font-weight:    bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.comment {
    margin-bottom:  15px;
    padding:        0;
}
.comment .date {
    font-size:      90%;
    font-weight:    bold;
    margin:         0;
    padding:        3px 0;
    text-align:     left;
}
.comment .gravatar {
    clear:          both;
    display:        none;
    float:          left;
    margin:         5px 10px 5px 0;
}
.comment .content {
    margin:         0;
}


