/*
Theme Name:     woostore child
Description:    Child theme for woostore
Author:         Dustin
Template:       woostore
Version:        0.1.0
*/

@import url("../woostore/style.css");

@import url(https://fonts.googleapis.com/css?family=Signika:400,700);

#header{padding:10px 0 0px;clear:both;position:relative;}
#wrapperFrontFade {
   margin: 0px auto;
   padding: 0;
   width: 960px;
   height: 79px;
   position: relative;
   z-index:1;
}
#Vs {
	width: 69px;
	height: 50px;
	z-index: 10;
}
#blue_box {
	width: 480px;
	height: 640px;
	background: #d9d9d9;
	z-index: 100;
}
#ace_bar {
	width: 140px;
	height: 5px;
	background: #666666;
	z-index: 200;
}
#branch_bar {
	width: 116px;
	height: 5px;
	background: #666666;
	z-index: 200;
}
#textToFront {
   position: relative;
   padding-top:-600px;
	z-index: 100;
}
#aceButton
{
  display: block;
  width: 412px;
  height: 87px;
  z-index: 200;
  background: url("/wp-content/uploads/2013/12/Ace-Button.png") no-repeat 0 0;

}
#shopAce:hover
{ 
  background-position: 0 -104px;
}

#shopAce
{
  display: block;
  width: 155px;
  height: 105px;
  z-index: 200;
  background: url("/wp-content/uploads/2013/12/ShopAce3.png") no-repeat 0 0;
}
#shopBranch:hover
{ 
  background-position: 0 -104px;
}
#shopBranch
{
  display: block;
  width: 155px;
  height: 105px;
  z-index: 200;
  background: url("/wp-content/uploads/2013/12/ShopBranch.png") no-repeat 0 0;
}
#shopEmbeddedPLCs:hover
{ 
  background-position: 0 -104px;
}
#shopEmbeddedPLCs
{
  display: block;
  width: 155px;
  height: 105px;
  z-index: 200;
  background: url("/wp-content/uploads/2013/12/ShopEmbeddedPLCs.png") no-repeat 0 0;
}
#shopSimulators:hover
{ 
  background-position: 0 -104px;
}
#shopSimulators
{
  display: block;
  width: 155px;
  height: 105px;
  z-index: 200;
  background: url("/wp-content/uploads/2014/02/ShopSimulators.png") no-repeat 0 0;
}

#aceButton:hover
{ 
  background-position: 0 -86px;
}
#branchButton
{
  display: block;
  width: 411px;
  height: 87px;
  z-index: 200;
  background: url("/wp-content/uploads/2013/12/Branch-Button.png") no-repeat 0 0;

}
#branchButton:hover
{ 
  background-position: 0 -86px;
}


shopEmbeddedPLCs
/* 2.4 Content */
#contentFrontPage{ padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px; background: #fff; border-top:1px solid #b7b5b6; border-bottom: 1px solid #ccc; border-bottom:1px solid rgba(0,0,0,.25);  }
.home-content { margin-bottom:0px; }
.home-content .post.type-post { border:none; }
#content{ width:900px; padding-top:25px;
padding-bottom:30px;
padding-right:30px;
padding-left:30px; background: #fff url(images/bg-gradient.png) repeat-x left 1px; border-top:1px solid #b7b5b6; border-bottom: 1px solid #ccc; border-bottom:1px solid rgba(0,0,0,.25);  }
.home-content { margin-bottom:30px; }
.home-content .post.type-post { border:none; }
/* hides the spin-button for firefox */input[type=number] {    -moz-appearance:textfield;}
h1  {color:#0054A5; }
#vTitle
{display:inline-block;
font-weight: 400;
width:357px;
color:black;
background-color:#EEEEEE;
padding:5px;padding-top:6px; padding-left:8px;	}
#vPrice
{display:inline-block; 
background-color:#EEEEEE;
width:45px;
padding:5px; padding-top:6px;	}
#vQuantityAndAddToCart{display:inline-block;}
#vQuantityInside{display:inline-block}
#vButtonInside{display:inline-block;
margin-top:-4px;}
#vAddToCart{display:inline-block;}

#footer {
padding: 20px 0;
text-align:right;
color: #999;
margin-bottom: 20px;
}

#downloadButton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#0054A5), to(#65a9d7));
   background: -webkit-linear-gradient(top, #0054A5, #65a9d7);
   background: -moz-linear-gradient(top, #0054A5, #65a9d7);
   background: -ms-linear-gradient(top, #0054A5, #65a9d7);
   background: -o-linear-gradient(top, #0054A5, #65a9d7);
   padding: 7px 15px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-weight: 400;
   font-family: 'Signika', sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
#downloadButton:hover {
   border-top-color: #0054A5;
   background: #0054A5;
   color: #FFF;
   }
#downloadButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
#pdfButton {
   border-top: 1px solid #96d1f8;
   background: #FFF900;
   background: -webkit-gradient(linear, left top, left bottom, from(#FFC000), to(#FFF900));
   background: -webkit-linear-gradient(top, #FFC000, #FFF900);
   background: -moz-linear-gradient(top, #FFC000, #FFF900);
   background: -ms-linear-gradient(top, #FFC000, #FFF900);
   background: -o-linear-gradient(top, #FFC000, #FFF900);
   padding: 7px 15px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000;
   font-size: 24px;
   font-weight: 400;
   font-family: 'Signika', sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
#pdfButton:hover {
   border-top-color: #FFC000;
   background: #FFC000;
   color: #000;
   }
#pdfButton:active {
   border-top-color: #FF5500;
   background: #FF5500;
   }

#toolbarOnOff
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-onoff.png") no-repeat 0 0;}
#toolbarOnOff:hover{ background-position: 0 -18px;}

#toolbarCalculator
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-calculator.png") no-repeat 0 0;}
#toolbarCalculator:hover{ background-position: 0 -18px;}

#toolbarCopy
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-copy.png") no-repeat 0 0;}
#toolbarCopy:hover{ background-position: 0 -18px;}

#toolbarCounter
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-counter.png") no-repeat 0 0;}
#toolbarCounter:hover{ background-position: 0 -18px;}

#toolbarFilter
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-filter.png") no-repeat 0 0;}
#toolbarFilter:hover{ background-position: 0 -18px;}

#toolbarMotionIn
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-MotionIn.png") no-repeat 0 0;}
#toolbarMotionIn:hover{ background-position: 0 -18px;}

#toolbarMotionOut
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-MotionOut.png") no-repeat 0 0;}
#toolbarMotionOut:hover{ background-position: 0 -18px;}

#toolbarPID
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-PID.png") no-repeat 0 0;}
#toolbarPID:hover{ background-position: 0 -18px;}

#toolbarPWM
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/06/PWM.png") no-repeat 0 0;}
#toolbarPWM:hover{ background-position: 0 -18px;}

#toolbarRamp
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-ramp.png") no-repeat 0 0;}
#toolbarRamp:hover{ background-position: 0 -18px;}

#toolbarScale
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-scale.png") no-repeat 0 0;}
#toolbarScale:hover{ background-position: 0 -18px;}

#toolbarShiftRotate
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-ShiftRotate.png") no-repeat 0 0;}
#toolbarShiftRotate:hover{ background-position: 0 -18px;}

#toolbarStatistics
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-statistics.png") no-repeat 0 0;}
#toolbarStatistics:hover{ background-position: 0 -18px;}

#toolbarSubroutine
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-subroutine.png") no-repeat 0 0;}
#toolbarSubroutine:hover{ background-position: 0 -18px;}

#toolbarTimer
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-timer.png") no-repeat 0 0;}
#toolbarTimer:hover{ background-position: 0 -18px;}

#toolbarNote
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-note.png") no-repeat 0 0;}
#toolbarNote:hover{ background-position: 0 -18px;}

#toolbarWireRouter
{ display: block; width: 109px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-wireRouter.png") no-repeat 0 0;}
#toolbarWireRouter:hover{ background-position: 0 -18px;}

#toolbarOn
{ display: block; width: 53px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-on.png") no-repeat 0 0;}
#toolbarOn:hover{ background-position: 0 -18px;}

#toolbarOff
{ display: block; width: 53px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-off.png") no-repeat 0 0;}
#toolbarOff:hover{ background-position: 0 -18px;}

#toolbarLess
{ display: block; width: 53px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-less.png") no-repeat 0 0;}
#toolbarLess:hover{ background-position: 0 -18px;}

#toolbarGreater
{ display: block; width: 53px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-greater.png") no-repeat 0 0;}
#toolbarGreater:hover{ background-position: 0 -18px;}

#toolbarLessEqual
{ display: block; width: 53px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-lessEqual.png") no-repeat 0 0;}
#toolbarLessEqual:hover{ background-position: 0 -18px;}

#toolbarGreaterEqual
{ display: block; width: 53px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-greaterEqual.png") no-repeat 0 0;}
#toolbarGreaterEqual:hover{ background-position: 0 -18px;}

#toolbarEqual
{ display: block; width: 53px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-eual.png") no-repeat 0 0;}
#toolbarEqual:hover{ background-position: 0 -18px;}

#toolbarNotEqual
{ display: block; width: 53px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-notEqual.png") no-repeat 0 0;}
#toolbarNotEqual:hover{ background-position: 0 -18px;}

#toolbarTimerCompare
{ display: block; width: 53px; height: 18px; z-index: 200;
  background: url("/wp-content/uploads/2014/03/toolbox-timerCompare.png") no-repeat 0 0;}
#toolbarTimerCompare:hover{ background-position: 0 -18px;}

 

.entry img, img.thumbnail { padding: 0px; border: 0px solid #e6e6e6; background:#ffffff; max-width:auto; height:auto;  }

.entry h1 { border-bottom:0px solid #e6e6e6; margin-bottom:0px; padding-bottom: 0px; }  
.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a{ color:#0054A5 !important; background: #ddd; text-decoration: none !important;}
