/*  
Theme Name: Hotwire2
Theme URI: http://wordpress.org/
Description: Hotwire Theme based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Jason Ungos
Author URI: http://jason.ungos.com/
	The original WP Kubrick v1.5 theme was designed and built by Michael Heilemann, http://binarybonsai.com/.
	Hotwire modifications by Jason Ungos, http://jason.ungos.com/.
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
Hotwire Red: #cc0201
Dark Grey: #6f6f6f
Light Grey: #f2f2f2
*/
* {
	margin: 0;
	padding: 0;
}
.printonly {
	display: none;
}
.clearit {
	clear: both;
}
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
#page {
	text-align: left;
	border: none;
	}
#content {
	font-size: 1.2em
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.widecolumn {
	line-height: 1.6em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
div#footer p {
	border-top: 1px solid #000;
	width: 650px;
	margin: 0 auto;
}
#print-footer {
	display:none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: left;
	}
h1 {
	font-size: 2em;
	text-align: left;
	border-bottom: 5px solid #CC0201;
	width: 75%;
	margin: 0 0 1em -.5em;
	text-indent: .5em;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
h2 {
	font-size: 1.3em;
	clear: left;
	}
h2.pagetitle {
	font-size: 1.6em;
	}
#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	}
h3 {
	font-size: 1.2em;
	clear: left;
	}
h4 {
	font-size: 1.2em;
	text-transform:uppercase;
	text-align:left;
}
h5 {
        font-size: 1.2em;
        text-transform: uppercase;
        color: #dd0201;
        margin-bottom: -0.8em;
        margin-top: 1.2em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
.entry p {
	margin: 0 0 1em;
}
.entry p a:visited {
	color: #b85b5a;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}	
.commentlist li {
	font-weight: bold;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}	
#wp-calendar #prev a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
/* Begin Structure */
body {
	}
#page {
	margin: 0 auto;
	padding: 4.5em 0 0;
	_padding: 2em 0 0;
	width: 760px;
	overflow: hidden;
	}	
#header {
	margin: 5pt auto 0 auto;
	height: 132px;
	width: 742px;
	}
#headerimg {
	height: 123px;
	width: 760px;
	}
#header .head, #header .description {
	visibility: none;
	text-indent: -9999px;
}
#logo{
/*	padding: 1.9em 0; */
        margin-left: 114px;
        padding-top: 19px;
}
.narrowcolumn {
	float: left;
	padding: 0 0 4em 4em;
	width: 450px;
	}
.fullcolumn {
	padding: 0 0 4em 4em;
	width: 650px;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 750px;
	}	
.post {
	margin: 0 0 40px;
	text-align: left;
	}
.widecolumn .post {
	margin: 0;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
#footer {
	border: none;
	padding: 0 0 1em;
	margin: 0 auto;
	width: 742px;
	clear: both;
	}
#footer p {
        font-size: 105%;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */
/*	Begin Headers */
h1 {
	}
h2 {
	margin: 30px 0 0;
	}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	}
h3 {
	margin: 30px 0 0;
	}
h3.comments {
	margin: 40px auto 20px ;
	}
/* End Headers */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.alignrightx {
	padding: 1em 0 1em 1em;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignright {
	padding: 0 0 0 0;
	display: inline;
	clear: right;
	}
img.alignleft {
	padding: 1em 1em 1em 0;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
.aligncenter {
	text-align:center;
}
/* End Images */
/* Begin Lists
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin: 1em 0 0;
	padding: 0 0 0 2.5em;
	list-style-type: disc;
	} 
html>body .entry li {
	margin: 0 0 .25em 0;
	_padding: 0 0 .25em 2em;
	}
.entry ul {
	_margin: 0 0 0 2.5em;
	_padding: 0 0 0 1em;
}
.entry ul li {
	_margin: 0 0 1em 0;
}
li.video, .video > li {
/*	bac\kground: url(/files/icons/film.png) no-repeat left; */
	bac\kground: url(/files/icons/television.png) no-repeat left;
	padding: .25em 0 .25em 2em;
	list-style-type: none;
}
ul.feature > li {
	bac\kground: url(/files/icons/tick2.png) no-repeat left;
	padding: .25em 0 .25em 2em;
	/*  padding: .25em 0 .25em 0em;  */
	list-style-type: none;
	_list-style-type: disc;
	}
@media tty {
 li{content:"\";/*" "*/}} @import 'main-ie5.css'; /*";}
}/* */
dl.feature dt {
	font-weight: bold;
	margin: 1em 0 0 0;
	background: url(http://www.hotwiredirect.com/files/icons/tick2.png) no-repeat left;
	padding: .10em 0 0 2em;
}
dl.feature dd {
	padding: 0 0 0 2em;
}
.feature.cnc dt,
.feature.cnc dd {
	width: 300px;
}
.feature.cnc {
	height: 25.5em;
}
.feature.cnc .reset {
	margin-top: -24.5em;
}
.feature.cnc .col2 {
	margin-left: 28em;
}
ul.specification > li {
	/*  background: url(/files/icons/tick2.png) no-repeat left;
	padding: .25em 0 .25em 2em;  */
	padding: .25em 0 .25em 0em;
	list-style-type: disc;
	_list-style-type: disc;
	}
dl.specification dt {
	font-weight: bold;
	margin: 1em 0 0 0;
	background: url(/files/icons/bullet_black_solid.png) no-repeat left;
	padding: .10em 0 0 2em;
}
dl.specification dd {
	padding: 0 0 0 2em;
}
.entry ul li:before, #sidebar ul ul li:before {
	/*	content: "\00BB \0020";	*/
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}	
#sidebar ul, #sidebar ul ol {
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px; 
	width: 190px;
	}
#sidebar form {
	margin: 0;
	}
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
#rightcolumn {
float: right;
padding: 0 1em 0 3em;
overflow: hidden;
}
#rightcolumn h2 {
	text-align: left;
	border-bottom: 2px solid #CC0201;
}
#rightcolumn p {
	margin: 1em 0 0;
	width: 300px;
}
td.dots {
	background: transparent url(/files/dots.gif) bottom left repeat-x;
	vertical-align: bottom;
	text-align: left;
	width: 250px;
}
td.dots span.item {
	background-color: white; 
	padding-right: 0.5em;
}
td.value {
	text-align: right;
}
.parts td {
padding-right: 2em;
}
/***********************
PRODUCT OPTIONS
***********************/
dl.options dt {
	font-weight: bold;
	margin: 1em 0 0 0;
	clear: left;
}
dl.options dt img{
	padding-top: .25em;
}
/* PHOTO BLOCK */
.photoblock {
}
.photo_caption {
float: left;
padding: .65em;
text-align: center;
_height: 160px;
min-height: 160px;
}
.photo_caption div.header {
text-align: justify;
}
.photo_caption div.header {
font-weight: bold;
font-size: 1.1em;
text-align: center;
}
.thumbnail {
	background: #6f6f6f url(/files/thumbnails-border.gif) no-repeat top left;
	padding: 5px;
	margin: 2px;
}
.thumbnail:hover {
	background: #cc0201 url(/files/thumbnails-border-red.gif) no-repeat top left;
}
.spechighlight {
	color: #f00;
}
.pagebreak {
	page-break-before: always;
	clear: both;
}
.clear {
	clear: both;
}
/* FEATURED */
#featured {
	float: right;
	width: 350px;
}
/* CRAZY LAYOUTS and FORMATTING */
#s4066 {
width: 100%;
position: relative;
}
#s4066-1-1, 
#s4066-1-2, 
#s4066-1-3, 
#s4066-1-4, 
#s4066-1-5, 
#s4066-1-6, 
#s4066-1-7, 
#s4066-1-8,
#s4066-1-9,
#s4066-1-10,
#s4066-1-11,
#s4066-1-12
 {
height: 1.75em;
clear: right;
}
#s4066-1-1 {
width: 18em;
}
#s4066-1-2 {
width: 24em;
}
#s4066-1-3 {
width: 28em;
}
#s4066-1-4 {
width: 29em;
}
#s4066-1-5 {
width: 31em;
}
#s4066-1-6 {
width: 33em;
}
#s4066-1-7 {
width: 33em;
}
#s4066-1-8 {
width: 27em;
}
#s4066-1-9 {
width: 25em;
}
#s4066-1-10 {
width: 23em;
}
#s4066-1-11 {
width: 20em;
}
#s4066-1-12 {
width: 13em;
}
#s4066-3 {
width: 23em;
padding: 0em 1em 1em 20em;
}
#s4066-3 img {
float: left;
margin: 1em 0 10em 0;
}
#s6300-1 {
}
/*Begin Shopping Cart Header*/
#navMain ul {
/*        margin: 0;
	padding: 0em 1em; */
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navMain ul li {
	display: inline;
	}
#navMain ul li a {
	text-decoration: none;
	padding: 1em 0.5em;
	margin: 0;
	color: #000000;
	white-space: nowrap;
	}
#navMain ul li a:hover {
	color: #cc0201;
}
.forward {
	float: right;
        margin: 10px 4px 0 0;
       	}
/*End Shopping Cart Header*/