/*
Theme Name: IHD 3
Theme URI: http://www.imheavyduty.com/
Description: It's Heavy Duty
Author: Tracy Sigler
Author URI: http://www.imheavyduty.com/
Version: 3.0
*/


/* common properties
---------------------------------------------------------- */
* { margin: 0; padding: 0; }

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #000;
	}
a:link {
	color: #369;
	}
a:visited {
	color: #369;
	}
a:hover {
	color: #c30;
	}
a img		{ border: 0; }
:focus		{ outline: none; }

.agate {
	font-size: 9px !important;
	color: #666;
	}
.aligncenter {
	text-align: center;
	}
.kiva {
	padding-left: 18px;
	}
.kiva table table td {
	padding: 1px;
	margin: 1px;
	}
.skipper	{ position: absolute; left: -9999px; }


/* page structure
---------------------------------------------------------- */
#bodywrap {
	clear: both;
	background: #FFF;
	}
#body-inner {
	width: 970px;
	margin: 0 auto;
	padding: 20px 20px;
	background: #FFF;
	}
#content {
	padding-right: 30px;
	width: 640px;
	float: left;
	background: #FFF;
	}
#righnav {
	width: 300px;
	float: left;
	color: #FFF;
	float: right;
	}

/* header
---------------------------------------------------------- */

#header {
	height: 68px;
	border-bottom: 9px solid #000;
	background: #C30;
	}
#header-inner {
	width: 970px;
	margin: 0 auto;
	padding: 9px 20px;
	text-align: left;
	background: #C30;
	}
#header a {
	text-decoration: none;
	border: none;
	}
#logo {
	float: left;
	}
#logo h1 {
	width: 670px;
	height: 50px;
	font-size: 3.2em;
	float: left;
	background: url(images/im-heavy-duty-logo.gif) no-repeat;
	}
#logo h1 a {
	display: block;
	width: 420px;
	height: 50px;
	text-indent: -9999px;
	outline: none;
	}

/* search form */

#searchinput {
	border: 1px solid #000;
	width: 175px;
	padding: 2px;
	}
#searchsubmit {
	background-color: #DDD;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	padding: 2px;
	text-transform: uppercase;
	}
#searchsubmit:hover {
	background-color: #F5DC0D;
	}
#main-nav {
	float: left;
	width: 300px;
	height: 44px;
	padding-top: 6px;
	}
#main-nav li {
	float: left;
	display: inline;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin-top: 8px;
	margin-right: 20px;
	}
#main-nav li a {
	padding: 0;
	color: #DDD;
	text-decoration: none;
	letter-spacing: -.025em;
	}
#main-nav li a:hover {
	text-decoration: underline;
	color: #FFF;
	}


/* content
---------------------------------------------------------- */
#content {
	font-size: 1.3em;
	}
#content h1, h2, h3, h4 {
	color: #000;
	}
#content h1 {
	font-size: 2em;
	}
#content h2 {
	font-size: 1.8em;
	}
#content h3 {
	font-size: 1.5em;
	margin: 1em 0 -.5em 0;
	}
#content h4 {
	font-size: 1.2em;
	margin: .5em 0 .5em 0;
	}
#content p {
	line-height: 1.4em;
	margin: 1.4em 0;
	}
.wp-caption-text {font-size: .8em; color: #999; margin-top: 5px !important; text-align: center; line-height: 1em !important; }
#content li {
	line-height: 1.4em;
	margin-left: 35px;
	}
.recdata {
	margin-top: 15px;
	}
.recdata li {
	list-style: none;
	padding: 0 0 0 25px;
	text-indent: -12px
	}
#content blockquote {
	margin: 1.2em 0;
	padding-left: 35px;
	background: url(images/blockquote-ihd.gif) no-repeat top left;
	}
.storytitle {
	font-size: 2em !important;
	letter-spacing: -.075em;
	line-height: 1em;
	margin-bottom: 4px;
	}
.storytitle a {
	color: #000;
	text-decoration: none;
	}
.storytitle a:hover {
	color: #fff;
	background: #000;
	padding-right: .2em;
	text-decoration: none;
	}
.post {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #C30;
	background: #FFF;
	}
.meta {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	}
.meta a {
	color: #000;
	letter-spacing: 0;
	text-decoration: underline;
	}
.meta a:hover {
	color: #C30;
	text-decoration: underline;
	}

/* search results */

.searchtitle {
	font-size: 1.5em !important;
	letter-spacing: -.075em;
	}
.searchtitle a {
	color: #000;
	text-decoration: none;
	}
.searchtitle a:hover {
	color: #fff;
	background: #000;
	padding-right: .2em;
	text-decoration: none;
	}

/* comments */

.feedback {
	color: #000;
	text-align: center;
	clear: both;
	}
.feedback a {
	color: #c30;
	}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #000;
	padding: .2em;
	}
#commentform textarea {
	width: 100%;
	}
#commentsubmit {
	background-color: #DDD;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	padding: 2px;
	text-transform: uppercase;
	}
#commentsubmit:hover {
	background-color: #F5DC0D;
	}
.commentlist li	{
	margin: 0 !important;
	list-style-type: none;
	padding: 10px;
	border-bottom: 1px dotted #C30;
	background: #FFF;
	}
.commentlist li.alt {
	background: #FFE;
	}
h3#comments, h3#respond {
	margin-bottom: 10px;
	font-size: 14px !important;
	color: #000;
	}
.commentmetadata {
	font-size: 11px !important;
	color: #666;
	text-transform: uppercase;
	margin-bottom: -.75em;
	}
.commentmetadata a {
	color: #000;
	}
.commentmetadata a:hover {
	color: #C30;
	text-decoration: underline;
	}


/* sidebar
---------------------------------------------------------- */
#rightnav {
	float: right;
	font-size: 1.2em;
	background: #FFF;
	width: 300px;
	}
#rightnav h2 {
	font-size: 10pt !important;
	color: #000;
	text-transform: uppercase;
	width: 300px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #C30;
	margin-bottom: 5px;
	}
#sidebar {
	text-align: left;
	list-style: none;
	background: #FFF;
	width: 300px;
	}
#sidebar li {
	margin: 0 0 25px 0;
	background: #FFF;
	width: 300px;
	}
#side-about {
	margin-bottom: 10px !important; 
	}
#side-cloud {
	margin-bottom: 10px !important; 
	}
#side-cloud a {
	color: #369;
	text-decoration: none;
	margin-right: 7px;
	}
#side-cloud a:hover {
	color: #FFF;
	background: #000;
	text-decoration: none;
	}
#side-subscribe p {
	margin-bottom: 1.4em;
	}
#subscribeinput {
	border: 1px solid #000;
	width: 175px;
	padding: 2px;
	margin: 3px 0;
	}
#subscribesubmit {
	background-color: #DDD;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	padding: 2px;
	text-transform: uppercase;
	margin: 3px 0;
	}
#subscribesubmit:hover {
	background-color: #F5DC0D;
	}
#side-image {
	}
.sidebar-image {
	float: left;
	background: #FFF;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	}
.sidebar-image img {
	display: block;
	margin: auto;
	}
#side-links li {
	float: left;
	display: inline;
	list-style: none;
	width: 150px;
	margin-bottom: 1em !important;
	}
#side-admin li {
	float: left;
	display: inline;
	list-style: none;
	width: 150px;
	margin-bottom: 1em !important;
	}

/* footer
---------------------------------------------------------- */

#footer {
	clear: both;
	border-top: 10px solid #C30;
	background: #000;
	}
#footer-inner {
	width: 830px;
	margin: auto;
	text-align: left;
	padding: 20px 20px;
	background: #000;
	}
#footer-inner p {
	font-size: 1.2em;
	color: #FFF;
	margin: 1em 0;
	}
#footer-inner a {
	color: #FFF;
	text-decoration: underline;
	}

/* misc.
---------------------------------------------------------- */
hr { display: none;}

/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\"";
 	voice-family: inherit;
	font-size: 62.5%;
	}
html>body { /* be nice to Opera */
	font-size: 62.5%;
	}

/* self-clearing floats */
#side-about:after,
#side-cloud:after,
#side-image:after,
#side-admin:after,
#side-links:after,
#header-inner:after,
#body-inner:after,
#footer-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

