/*
Theme Name: Tech-Theme
Theme URI: http://tech.ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.8
Description: Technology is a premium WordPress theme designed by iThemes.
Tags: dark, technology, theme options, image fader, dropdown menus, CMS
All the CSS, XHTML, design, and images are copyrighted. Please don’t steal.

Changelog:
See history.txt

*/
/*CSS Reset*/
@import url(css/reset.css);

body {
	background: #7c1d20;
	width: 780px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 10px;
	padding: 10px 0px 0px 0px;
	}


.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }



/*********************************************
		Universal Lin
		k Styles
*********************************************/
a {
	color: #7c1d20;
	text-decoration: none;
}
a:hover { 
	color: #7c1d20; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
p, ul, ol, blockquote {
	color: #000000;
}
ol, ul {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
blockquote {
	margin: 15px 0px 15px 15px;
	padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin: 0px; padding: 0px;
}

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 20px;
	padding: 0px;
	text-transform: uppercase;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 16px;
	color: #7c1d20;
	margin: 0px; padding: 0px;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 15px;
	font-weight: bold;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
	color: #686530;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 14px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	margin: 0px; padding: 0px;
}
h6 {
	font-size: 14px;
	margin: 0px; padding: 0px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Div
*********************************************/
#container {
	width: 780px;
	margin: 0px auto; 
	padding: 0px;
	text-align: left;
	border: 1px solid #000000;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	width: 780px; height: 234px;

}


/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
.menu {
	float: left;
	font-size: 14px;
	background: #686530;
	width: 648px; height: 39px;
	margin: 0px; padding: 0px;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
.menu ul {
	float: left;
	background: transparent;
	height: 39px; line-height: 39px;
	margin: 0px; padding: 0px;
}
/* This is the style for the top level list items */
.menu ul li {
	display:inline;
	float: left;
	list-style-type: none;
	height: 39px; line-height: 39px;
	margin: 0px 0px 0px 0px; padding: 0px;
	
}
.menu ul li.home {
	background: none;
}
/* The style for all links */
.menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}
/* The universal hover state colors and background for all LI items and links */
.menu li:hover,
.menu li:hover a,
.menu li.sfhover,
.menu li.sfhover a,
.menu li a:hover {
	background: #c1bda4;
	color: #FFFFFF;
	text-decoration: none;

}
/* This is the style for the top level links, if different than the universal */
.menu ul li a {
	float: left;
	display: block;
	height: 39px; line-height: 39px;
	margin: 0px; padding: 0 15px 0 15px;
	text-decoration: none;

}
/* if you want to set a "current page item" style, do it here */
.menu ul li.current_page_item a {
	color:#FFFFFF;

}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}


.menu li ul a { 
	width: 160px;
	}

.menu li ul a:hover, #nav li ul a:active { 
	}

.menu li ul ul {
	margin: 0;
	}

.menu li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover1 ul ul, #nav li.sfhover1 ul ul ul {
	left: -999em;
	}

.menu li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover1 ul, #nav li li.sfhover1 ul, #nav li li li.sfhover1 ul {
	left: auto;
	}

.menu li:hover, #nav li.sfhover { 
	position: static;
	}
	
	
.searchform input{
float:right;
margin-top: -10px;}

	

/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
.menu li ul {
	clear: both;
	position: absolute;
	width: 200px; /* the width of the dropdown */
	left: -999em;

}
/* This shows the nested UL when you hover */
.menu li:hover ul, 
.menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
	
}

/* This is the style for the nested UL */
.menu li:hover ul, .menu li.sfhover ul {
	background: transparent;
	position:absolute;
	z-index:999;
	display: block;
	margin: 39px 0px 0px 0px;
	*margin: 0px 0px 0px 0px;
	padding: 0px;
}
/* This is the style for the LI items within the nested UL */
.menu li:hover ul li,
.menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px;
	height: 26px; line-height: 26px;
	overflow: hidden;
	text-align: left;
}
/* This is the style for the links within the LI items within the nested UL */
.menu li:hover ul li a,
.menu li:hover ul li.current_page_item a,
.menu li.sfhover ul li a,
.menu li.sfhover ul li.current_page_item a {
	width: 180px;
	display: block;
	color: #FFFFFF;
	text-transform:none;
	background: #68652f;
	margin: 0px; 
	padding: 0px 5px 0px 10px;
	height: 25px; 
	border: 1px solid #FFFFFF;
	line-height: 25px;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
.menu li:hover ul li a:hover, 
.menu li.sfhover ul li a:hover {
	background: #c1bda4;
	text-decoration: none;
		text-transform:none;
	margin: 0px; 
	padding: 0px 5px 0px 10px;
	height: 25px; line-height: 25px;
}


	
/*********************************************
		Content Div
*********************************************/
#home-top {
width:100%;
padding:0;
}

#home-top h4 {
display: none;
}

#home-top ul {
margin: 0px;
padding: 0px;
}

.quotescollection_randomquote p{
padding:10px 10px 10px 10px;
line-height:17px;
border-top: 10px solid #990000;
}

.quotescollection_randomquote a {
color: #990000;
margin: 0 0 10px 10px;
}




#content {
	display: block;
	color:#000000;
	background: #FFFFFF;
	padding: 20px 10px 20px 10px;
}

#content h4 {
padding: 5px 0 5px 0;}

#content h1 {
display:block;
color:#000000;
}

#content a {
text-decoration: none;
color:#7c1d20;
}
#content p {
line-height: 17px;
color:#000000;
}
#content ul li {
line-height: 17px;
color:#000000;
}


/*********************************************
		Post Div
*********************************************/
.post {
	clear: both;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
padding: 0px;
color:#000000;
width: 165px;
}

.sidebar a{
	color:#000000;
	text-decoration: none;
	line-height: 20px;
}

.sidebar a:hover{
	text-decoration: underline;
}

.widget {
	padding: 10px;
	margin: 0 0 10px 0;
}

#masters {
	padding: 0px;
}

.sidebar .widget h4 {
}
.sidebar p, {
color:#000000;}
.sidebar img {

	margin: 0;
}
.sidebar form {
	margin: 5px; padding: 0px;
}
.sidebar ul {
	margin: 0px; padding: 0px 0px;
}
.sidebar ul li {
list-style:none;
}
.sidebar ul li a {
	
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px 0px 0px 10px; padding: 0px;
	border-top: 1px dashed #686530;
}
.sidebar ul li ul li {
	margin: 0px 0px 2px 0px; padding: 0px 0px 2px 0px;
	border-bottom: 1px dashed #686530;
}


.sidebar-home {
color: #7c1d20;
text-align:center;}

.sidebar-home a {
color: #7c1d20;
text-align:center;}

.sidebar-home ul li{
color: #7c1d20;
text-align:center;}

.sidebar-home h4{
color: #7c1d20;
text-align:center;}

.sidebar-home p{
color: #7c1d20;
text-align:center;}


.cart {
font-size: 11px;
float:right;
width: 165px;
padding-bottom: 10px;
margin-left:10px;
margin-bottom: 10px;
}

.cart img {
float:right;}

.cart a {
color:#7c1d20;}

.cart-home {
font-size: 11px;
background:url(images/sidebar-right.gif);
}

.cart-home a {
color:#7c1d20;}





/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 20px 0px; padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	float: left;
	padding: 0px 0px 0px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #CCC;
}
#comments ul.children li {
	border: 1px solid #CCC;
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	background: #F2F2F2;
	margin: 10px 0px; padding: 10px;
}
#comments blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
	margin: 0 0 10px 0;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 580px;
	margin: 10px 0px 15px 0px; padding: 5px;
	border: 1px solid #7C1D20;
}

#submit {
	border: 1px solid #7C1D20;
	background-color: #7C1D20;
	color: #ffffff;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	height: 36px;
	clear: both;
	display: block;
	background: #68652f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 0px; padding: 20px 20px 0px 20px;
}
#footer a {
	color: #c6c6c6;
	text-decoration: none;
}
#footer a:hover {
	color: #c6c6c6;
	text-decoration: underline;
}

.clear: {
clear: both;
}

#tablecontent {
float:left;
}

ul.commentlist {
margin: 0px;
padding: 0px;
}

.tdqty, #thqty, .tdprice, #thprice {
display:none;
}

#testimonials {
	float:left;
}

.menu ul li ul li ul {
display: none;
}

.menu ul li ul li ul li {
display: none;
}

.menu ul li ul li ul li a {
display: none;
}

.clear, .breadcrumb {
	clear:both;
	}
	
#products_page_container {
	width:595px; 
}

#products_page_container div.default_product_display div.textcol div.imagecol {
left:0;
margin-left:0 !important;
position:absolute;
top:0;
}

#products_page_container div.single_product_display div.textcol div.imagecol {
left:0;
margin-left:0 !important;
position:absolute;
top:0;
}

#products_page_container div.producttext {
font-size:10pt;
text-align:left !important;
width:485px;
margin:0 0 0 105px;
}

#products_page_container table, #products_page_container tr, #products_page_container td {
border: 0;
padding: 5px;
}

.gocheckout {
font-weight: bold;
text-transform: uppercase;
}

/* Shopp Customizations */


#container #shopp { position: static; margin: 0; padding: 0; }

#container #shopp .category { position: static; margin: 0; padding: 0; }

#container #shopp ul.products li .summary { display: block; }
#container #shopp ul.products li .listview { display: block; }

#container #shopp ul.products li { float: none; width: 100%; clear: both; padding-bottom: 10px; margin:0 0 5px; list-style-type: none; }

#container #shopp ul.products .details li { list-style-type: square; margin: 0; display:list-item; }

#container #shopp ul.products li.product {  border-bottom: 1px solid #ddd; margin:0 0 5px; list-style-type: none; }
#container #shopp ul.products li div.frame { width: 100%;  text-align: left; }
#container #shopp ul.products li img { display:inline; float: left; margin-right: 10px; }
#container #shopp ul.products li .details { float: left; width:480px; margin: 0px; }
#container #shopp ul.products dl.details { float: left; width:480px; margin: 10px 0px; }
#container #shopp ul.products li .listview { display: block; }

#container #shopp .views { display:none; }

#container #shopp ul.products .details .variations li {
list-style-type: none;
}

#container #shopp ul { list-style-position:inside; list-style-type:square; margin: 0 0 0 0; }


#container #shopp ul.variations, #container #shopp ul.products, #container #shopp ul.products li ul, #container #shopp #checkout ul { margin: 0 0 0 0; }
#container #shopp ul li { margin: 0 0 5px 0; }

#container #shopp #checkout ul li { margin: 0 0 0 0; list-style-type:none; }

#container #shopp ul.products { margin: 0 0 0 0; }

#container #shopp ul.products li ul { margin: 0 0 0 0; }

#confirm ul { display: none; }