/*
Theme Name: WordPress HCI 
Theme URI: /wp-content/themes/HCI
Description: The WordPress theme for HCI by Marisa Design
Version: 2.0
Author: Marisa Design
Author URI: www.marisadesign.com
*/

/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px auto;
	padding: 0;
}
html	{ 					/* force scrollbar to prevent page jump */
	min-height: 100%;
	margin-bottom: 1px;
}
a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

#masthead {
	color: #999999;
	background-color: #340299;
	padding: 0px;
	margin: 0;
	height: 90px;
	border-bottom: 30px solid #34cb00;
}
#masthead img {
	padding-top: 20px;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(assets/img/bkgd.gif);
	background-repeat: repeat-y;
	border: 2px #999 solid;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.img_right, 
.img_right img,
.alignright {
	float: right;
	margin: 5px;
}
.img_left,
.img_left img,
.alignleft {
	float: left;
	margin: 5px 5px 5px 0;
}
td {vertical-align: top;}
#right {
	width: 660px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 20px;
	font-size: 0.75em;
	line-height: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#right .content {
	padding: 40px 24px;
	font-size: 0.8em;
	line-height: 1.3em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #fff;
	background-color: #340299;
	padding: 0px;
	margin: 0;
	font-size: 0.65em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #fff;
	background: #333;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #fff; font-weight: bold; font-size: 1.1em;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink, .current_page_item {
	font-weight: bold !important;
	border-color: #000000 !important;
	color: #fff !important;
}
h1 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 20px 0 10px 0;
	color: #6867CD;
	font-family: "Arial Black", "Book Antiqua", "Bookman Old Style", "Times New Roman", "Times", serif;
}
h2 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
	color: #34cb00;
}
h3 {
	font-size: 1em;
	margin: 20px 0 0 0;
	color: #000;
}
h4 {
	font-size: 1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 8px 0;
}
a:hover {
	color: #DEDECA;
	background-color: #330000;
}
#topNav {
	height: 1.4em;
	width: 18em;
	padding: 6px;
	background-color: #34cb00;
	float: right;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#bottomNav {
	height: 1.4em;
	font-size: 1.5em;
	text-align: center;
	padding: 6px;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#topNav ul, #bottomNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topNav ul li, #bottomNav ul li {
	display: inline;
	font-size: 0.8em;
	font-weight: bold;
}
#topNav ul li a, #bottomNav ul li a	{
	color: #fff
}
#topNav ul li a:hover, #bottomNav ul li a:hover {
	background-color: #333;
	color: #fff;
}
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:4 -Cayenne
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin:0;
	padding:0;
}
#p7PMnav ul {
	z-index: 10000;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #34cb00;
	padding: 4px 8px;
	color: #fff;
	border-top: 1px solid #34cb00;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #34cb00;
	line-height:1.5em;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #333;
	border-top: 1px solid #D9D2BD;
	border-left: 1px solid #D9D2BD;
	color: #FFFFFF;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:hover {
	background-image:  url(assets/img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover {
	background-image:  url(assets/img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #D1CAB1;
	border-top: 1px solid #DED9C7;
	border-left: 1px solid #DED9C7;
	color: #333333;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 180px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #666666;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #E83A00;
}


/****** E-COMMERCE STYLES *********/
.imagecol {
	float: left;
	height: 220px;
	margin: 10px;
	clear: left;
}
.producttext {
	padding: 10px;
	background: #fff;
	border: 3px solid #34cb00;
width: 500px;
}
div#sideshoppingcart {
border: 1px solid #000;
background-color: #fff;
margin-top: 10px;
}
div#sliding_cart a {border: 2px solid #34cb00; padding: 2px; margin-bottom: 6px;}
div#sliding_cart p {margin-bottom: 6px; font-weight: bold;}
ul.PeCategories {
margin-left: 4em;
}

