/* @override http://attach-it.com/wp-content/themes/attachit/style.css */
/* @override http://localhost/~eric/wp-dev/wp-content/themes/attachit/style.css */
/*
Theme Name: Attach-It
Theme URI: http://ericjm.com/
Description: Custom theme for Attach-It
Version: 0.1
Author: Eric Montgomery
Author URI: http://ericjm.com/
Tags: fixed width, two columns, widgets
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	width: 900px;
	margin: 0 auto;
}
clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a {
	color: #f48035;
	outline: none;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inline { display: inline; }
.block { display: block; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h2, h3, h4, h5 { margin: 10px 0; }

p {
	margin: 0;
}
.small { font-size: 0.8em; }
.bold { font-weight: bold; }

/* @group header */

#header {
    position: relative;
    height: 210px;
    margin: 20px 0 0 0;
    padding: 0;
    /*
    background-image: url(./images/sale.gif);
    background-repeat: no-repeat;
    background-position: 340px 5px;
    */
}
#header h1 {
    height: 85px;
    width: 290px;
    margin: 0 0 25px 0;
}
#header h1 a {
    display: block;
    text-indent: -9999px;
    background: url(./images/logo.png) no-repeat;
    width: 290px;
    height: 85px;
}
#header #phonenumbers {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #999;
}
#header #phonenumbers a {
    color: #999;
    text-decoration: none;
}
#header #phonenumbers a:hover {
    text-decoration: underline;
}
#header h3 {
	position: absolute;
	right: 5px;
	top: 30px;
}
#header h3 a {
	display: block;
	height: 32px;
	padding: 0 36px 0 0;
	text-decoration: none;
	color: #666;
	font-weight: lighter;
	font-size: 28px;
	background: url(./images/cart.png) no-repeat right 0;
}
#header h3 a:hover {
	color: #888;
}
#header ul#mainnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	height: 75px;
}
#header ul#mainnav li {
	width: 285px;
	height: 75px;
	position: absolute;
	top: 0;
}
#header ul#mainnav li.attachit {
	left: 0;
}
#header ul#mainnav li.instashelf {
	left: 307px;
}
#header ul#mainnav li.barnaclehook {
	right: 0;	
}
#header ul#mainnav li a {
	display: block;
	text-indent: -9999px;
	width: 290px;
	height: 75px;
}
#header ul#mainnav li.attachit a {
	background: url(./images/attachit.png) no-repeat;
}
#header ul#mainnav li.instashelf a {
	background: url(./images/instashelf.png) no-repeat;
}
#header ul#mainnav li.barnaclehook a {
	background: url(./images/barnaclehook.png) no-repeat;
}

/* @end */

#content {
	width: 605px;
	float: right;
	padding: 25px 15px;
	background-color: #f4f4f4;
	min-height: 250px;
}
#content.nosidebar {
    width: 870px;
    float: left;
}
#content .post {
    font-size: 1.5em;
}
#content .post p {
	margin-top: 0;
    margin-bottom: 1.5em;
}
#content .post img {
	border: 1px solid #aaa;
}
#content .post img.margins {
	margin: 5px;
}
#content .post #rotator {
	border: 1px solid #aaa;
}
#content .post #rotator img {
	border: none;
	margin: 0;
}
#content table#bulkpricing {
	margin: 0 0 25px 0;
	width: 200px;
	border-collapse: collapse;
}
#content table#bulkpricing th {
	background: #ccc;
}
#content table#bulkpricing td {
	text-align: center;
}
#content table#bulkpricing, #content table#bulkpricing th, #content table#bulkpricing td {
	border: 1px solid #aaa;
}
#sidebar {
	position: relative;
	width: 215px;
	float: left;
	padding: 25px;
	background: #e4e4e4;
	min-height: 250px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	font-size: 1.5em;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 50px 0;
	padding: 0;
}
#sidebar ul li {
	margin: 0 0 1.25em 0;
}
#sidebar ul li a {
	text-decoration: none;
	color: #333;
	font-size: 1.25em;
	font-weight: bold;
}
#sidebar ul li a:hover {
	color: #666;
}
#sidebar a.buynow {
	display: block;
	width: 215px;
	height: 50px;
	background: url(./images/buynowdouble.png) 0 50px;
	text-indent: -9999px;
	position: absolute;
	bottom: 25px;
}
#sidebar a.buynow:hover {
	background-position: 0 0;
}

#footer {
	margin: 25px 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
}
#footer a {
	text-decoration: none;
}

/* @group Shop */

#shopp a.cartlink {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.2em;
	z-index: 100;
}
#shopp div.category {
	margin-bottom: 25px;
}
#shopp div.category h3 {
	margin: 0;
}
#shopp li.product {
	margin-bottom: 10px !important;
}
#shopp li.product div.frame {
	margin: 0 auto;
	width: 80%;
	padding: 5px 10px;
	border: 1px solid #aaa;
	background: #e8e8e8;
}
#shopp li.product p {
	margin-bottom: 10px;
}
#shopp li.product a:hover {
	text-decoration: none;
}
#shopp.product ul.previews li {
	margin: 0 10px 0 0;
	width: 242px;
}
#shopp.product ul.variations {
	padding: 10px 0;
}
#shopp.product ul.variations li label {
	margin: 0 25px 0 0;
}
#shopp #cart table.cart {
	border-collapse: collapse;
	width: 800px;
	text-align: center;
	margin: 25px 0;
}
#shopp #cart table tr {
	border-top: 1px solid #aaa;
}
#shopp #cart table tr.firstrow {
	border-top: none;
}
#shopp #cart table {
	border-collapse: collapse;
	width: 800px;
	text-align: center;
	margin: 0 0 25px 0;
}
#shopp #cart td.shipping small {
	margin: 0 0 0 -100px;
}
#shopp #cart td.shipping li {
	padding: 0 0 0 120px;
}
#shopp #cart a.checkoutlink {
	background: url(./images/checkout.png) no-repeat 0 0;
	height: 32px;
	width: 182px;
	text-indent: -9999px;
}
#shopp #cart a.checkoutlink:hover {
	background-position: 0 -33px;
}
#shopp form#checkout {
	margin: 0;
}
#shopp form#checkout div.same-address, #shopp form#checkout div.marketing {
	display: block;
	margin: 10px 0 20px 0;
}
#shopp form#checkout p.submit span {
	font-size: 85%;
	display: block;
}
#shopp form#checkout p.submit {
	margin: 20px 0 0 0;
	text-align: right;
	font-size: 0.8em;
}
#shopp form#checkout label {
	margin: 1px 0 20px 0;	
}
#shopp form#checkout input {
	border: 1px solid #999;
	padding: 3px;
}
#shopp form#checkout input.required {
	border: 1px solid #000;
	background: #ffeedd;
}
#shopp form#checkout label.contactinfo {
	margin: 0;
}
#shopp form#checkout div#requirednote {
	margin: 0 0 20px 0;
}
#shopp form#checkout input#billing-address, #shopp form#checkout input#billing-xaddress {
	width: 99%;
}
#shopp form#checkout input#shipping-address, #shopp form#checkout input#shipping-xaddress {
	width: 98%;
}
#shopp form#checkout input#checkout-button {
	border: none;
	padding: 0;
}
#shopp #checkout ul li input, #shopp #checkout ul li select {
	margin: 0;
}
#shopp form#checkout p.submit input#confirm-button {
	background: url(./images/paynow.png) no-repeat 0 0;
	height: 32px;
	width: 182px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
	cursor: pointer;
}
#shopp form#checkout p.submit input#confirm-button:hover {
	background-position: 0 -33px;
}
#shopp #receipt table.transaction th {
	text-align: left;
	padding: 0 25px 0 0;
}
#shopp #receipt table.order {
	border-collapse: collapse;
	width: 800px;
	text-align: center;
	margin: 0 0 25px 0;
}
#shopp #receipt table.order th.total {
	text-align: right;
}
@media print {
    #shopp div#receiptlogo {
        display: block;
        margin: 0 0 25px 0;
    }
}
#shopp div#receiptlogo {
    display: none;
}

/* @end */


