/*  
Theme Name: Jands 3
Theme URI: http://jands.com/
Description: Originally by Universal Head / universalhead.com, modified by Melvin Rivera / allforces.com
Version: 1
Author: Universal Head / 
Author URI: http://universalhead.com
Feature Home page 
*/

/* @group basics */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

body {
	line-height: 1;
	font: 62.5%/1.6 "Lucida Grande", Arial, Verdana, sans-serif;
	text-align: center;
	background: #d8d8d8 url(i/bg_inner_v3.gif) top repeat-x;	
	color: #444;
}
/* DM changed for corporate Home page */
/* body.home { : url(i/bg_home_jands.gif) } */
* body.home { background: #d8d8d8 url(i/bg_home_jands2.gif) top repeat-x}

/* @end */

/* @group typography */

p {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	color: #606060;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: bold;
	color: #bc161c;
	padding-bottom: 0.8em;
	clear: both
}

h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #414141;
	padding-bottom: 0.4em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #414141;
	padding-top: 10px;
	padding-bottom: 0.4em;
	border-top: 1px solid #fff;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #414141;
}

h5 {
	font-size: 1em;
	line-height: 1.1em;
	color: #414141;
	padding-bottom: 1.4em;
}

dd, .wp-caption-text {
  margin:0; 
  padding:0; 
  font-size: 1em;
  text-align:left; 
  color:#414141; 
}

th {
	border: 1px solid #E6E6E6;
	padding: 6px 0 6px 20px;
	width: 25%; font-weight: bold;
	font-size: 1.5em
}

td {
	border-bottom: 1px solid #E6E6E6;
	padding: 6px 0 6px 20px;
	width: 25% font-weight: bold;
	font-size: 1.2em
}

td:last-child {
	border-right: none
}

tr.shaded td {
	background-color: #d9d9d9	
}

/* @end */

/* @group links */

a:link {
	color: #9d9d9d;
	text-decoration: none;
}

a:visited {
	color: #9d9d9d;
	text-decoration: none;
	border: none; 
}

a:hover {
	color: #bc161c;
	text-decoration: underline;
}

a:active {
	color: #bc161c;
	text-decoration: none;
}

.external {
	background: url(i/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

/* @end */

/* @group structure */

#wrapper {
	width: 1040px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

#wrapperHome {
	width: 1040px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

#mastheadHome {
	width: 1040px;
	height: 82px;
	margin: 0 auto;
}

#mastheadHome a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 59px;
	width: 141px;
	float: left;
}
#mastheadHome .left { float: left }
#mastheadHome .info-btn:link { background: url('i/btn_mhInfo_on.jpg'); background: url('i/btn_mhInfo_off.jpg') }
#mastheadHome .info-btn:hover { background: url('i/btn_mhInfo_on.jpg') }
#mastheadHome .download-btn:link { background: url('i/btn_mhDemo_on.jpg'); background: url('i/btn_mhDemo_off.jpg') }
#mastheadHome .download-btn:hover { background: url('i/btn_mhDemo_on.jpg') }

#masthead {
	width: 1040px;
	height: 82px;
	margin: 0 auto;
}

#header {
	width: 1040px;
	height: 20px;
	margin: 0 auto;
	text-align: left;
}

#headerHome {
	width: 1040px;
	height: 4px;
	margin: 0 auto;
	text-align: left;
}

#mainNav {
	width: 992px;
	height: 34px;
	padding: 0 0 10px 30px;
	text-align: left;
	background: url(i/bg_mainNav.jpg) no-repeat top left;
}

#contentWrapper {
	width: 810px;
	float: right;
	text-align: left;
}

.sidebar.left {
	width: 184px;
	float: left;
	text-align: left;
	padding-left: 31px;
}

#mainColumn {
	width: 580px;
	float: left;
	text-align: left;
}

.sidebar.right {
	width: 215px;
	float: left;
	text-align: left;
	padding: 0 0 0 13px !important;
}

#footer {
	clear: both;
	width: 1040px;
	text-align: center;
	margin-bottom: 4em;
}

/* @end */

/* @group main nav */

#mainNavBar { 
	margin: 0;
	padding: 0;
	list-style: none;
	width: 930px;
	height: 80px;
	display: inline;
	overflow: hidden;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
	color: #fff;
}
/* DM padding was 5px 0 0 30px */
#mainNavBar li { 
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline;
	padding: 5px 0 0 50px;
}

#mainNavBar li a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#mainNavBar li a:visited {
	color: #fff;
	text-decoration: none;
	border: none; 
}

#mainNavBar li a:hover {
	color: #e28a8c;
	padding-bottom: 3px;
	border-bottom: 3px solid #e28a8c;
}

#mainNavBar li a:active {
	color: #e28a8c;
	text-decoration: none;
}

#mainNavBar li a.here {
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 3px solid #fff;
}

#mainNavBar #searchform, #mainNavBar #searchform div { display: inline }
#mainNavBar #searchform label { display : none }
#mainNavBar #searchform input { 
	/* Remove default */
    -webkit-appearance: none;
    
    position: relative;
    top: -2px;
	background: #A70B12;
	background-origin: border-box;
	background-clip: border-box;
	padding: 1px 10px;
	margin: 2px;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	width: 148px;
	height: 22px;
	border: grey inset 1px;
	outline: none;
	font-size: 13px;
	color: white;
}
/* Safari only */
#mainNavBar #searchform input[type=search] {
	padding: 1px;
	top: -1px;
}
#mainNavBar #searchsubmit {
	display: none;
}

/* @end */

/* @group main column */

#maincolumn p, #maincolumn h2, #maincolumn h3, #maincolumn h4, #maincolumn h5, #maincolumn h6, #maincolumn pre, #maincolumn blockquote, #maincolumn form, #maincolumn fieldset, #maincolumn table, #maincolumn ul, #maincolumn ol {
	padding: 0 20px 1.2em 20px;
}

.right {
	text-align: right;
	padding:  5px 20px 20px 0;
}

h2.page-title { 
	display: block;
	background: url('i/header_blank.gif') no-repeat; 
	color: white; 
	font-size:13px; 
	font-style: normal;
	margin: 0; 
	padding: 6px 0 0 13px; 
	height: 31px;
	width: 567px;
}


/* @end */


/* @group .sidebar */

.sidebar ul{ margin: 0; padding: 0; width: 185px; list-style-position: outside }
.sidebar ul li { margin: 0; padding: 0 0 12px 0; text-align: left }
.sidebar h2 { 
	display: block;
	background: url('i/header_title.gif') no-repeat; 
	color: white; 
	font-size:13px; 
	font-style: normal;
	margin: 0; 
	padding: 6px 0 0 13px; 
	height: 25px;
	position: relative
	}
.sidebar h2 a:link, .sidebar h2 a:visited{
	display: block;
	width: 185px;
	padding: 6px 0 0 13px; 
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('i/btn_on.gif'); background: url('i/btn_off.gif') no-repeat;
	color: white;
}
.sidebar h2 a:hover {background-image: url('i/btn_on.gif'); color: #d37a7e }
.sidebar #searchform label { display: none }
.sidebar #searchform div { border: 1px solid #e2e2e2; padding: 0 }
.sidebar form { padding: 0; margin: 0 }
.sidebar #s { display: block; width: 136px; margin: 12px auto }

.sidebar ul ul{ 
	width: 152px; 
	border: 1px solid #e2e2e2; 
	padding: 5px 5px 5px 25px; 
	margin: 0; 
	list-style-image: url(i/listStyle.gif);
	}

.sidebar .box { border: 1px solid #e2e2e2; padding: 12px }
.sidebar li li { padding-bottom: 0.7em; border: none }
.sidebar .largeList {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	width: 182px
}	
.sidebar .largeList li {
	padding: 13px;
	list-style: none;
	border-top: 1px solid #e2e3e2;
	
}
.sidebar .largeList li:first-child { border-top: none }
.sidebar .largeList img { float: left; margin-right: 5px; position: relative; top: -2px }

.sidebar .thumbs img { width: 72px; height: 72px; border: 1px solid #e2e2e2; margin: 0 5px 5px 0 }
.sidebar .imagebox { border: 1px solid #e2e2e2; padding: 0px }
.sidebar .tagcloud { border: 1px solid #e2e2e2; padding: 12px }

/* @end */


/* @group mainBox */

.mainBox {
	margin: 0 0 30px 0;
	background: #f9f9f9 url(i/bg_mainBox.gif) top repeat-y;		
} 

.mainBox ul {
	margin: 0;
	padding: 5px 10px 20px 25px;
	list-style-image: url(i/listStyle.gif);
}	

.mainBox ul li {
	padding-bottom: 0.7em;
	font-size: 1.2em;
	padding-left: 5px;
}

.mainBox ol {
	margin: 0;
	padding: 5px 10px 20px 25px;
	list-style: decimal outside;
}	

.mainBox ol li {
	padding-bottom: 0.7em;
	padding-left: 5px;
	font-size: 1.2em;
}

.top {
	margin-top: 20px;
}

/* @end */

/* @group post */

.post {
	padding: 20px;
	border-bottom: 3px solid #fff;		
} 
img.thumbnail { 
	 padding:0;  margin: 0 13px 12px 0;  float: left 
}
.post img {
	border: 1px solid #e2e3e2;		
	/*margin-bottom: 20px;*/
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
em.caption { 
	display: block;
	text-align: right;
	font-size: .8em;
}
.navigation { 
	text-align: center;
	padding: 15px 0;
}
.navigation a { 
	max-width: 200px;
}
.navigation .right { 
	float: right;
	width: 135px;
}
.navigation .left { 
	padding-left: 20px
}

/* DM added  */
.top {vertical-align:text-top;
}
.middle {vertical-align:middle;
}
.bottom {vertical-align:text-bottom;
}
.post-date {
	float:right;
	font-size:.9em;
	color:#414141;
	margin-top:.6em;
}

/* @end */

/* @group comments */
#respond { padding: 20px }
#respond form { padding: 0 }
#comment { width: 538px }

/* @end */


/* @group footer */

#footer {
	text-align: left;
	font-size: 1em;
	padding-top: 40px
}
#footer table { border-collapse: collapse; table-layout: fixed; border-spacing: 0; width: 1040px}
#footer table th { border: 1px solid #E6E6E6; padding: 6px 0 6px 20px; width: 25%; font-weight: bold; font-size: 1.3em }
#footer table td { border-right: 1px solid #E6E6E6; padding: 6px 0 6px 20px; width: 25% }
#footer table td:last-child { border-right: none }

#footerHome {
	text-align: centre;
	font-size: 1em;
	padding-top: 10px
}

#footerHome p {
    color: #8c857b;
    font-size: 1em;
}

/* @end */

/* @group images */

.fLeft {
	float: left;
	margin: 15px 25px 10px 0;
	text-align: center;
}

.fRight {
	float: right;
	margin: 15px 0 10px 25px;
	text-align: center;
}

.fLeft img, .fRight img {
	margin-bottom: 20px;
}

.fLeft p, .fRight p {
	font-size: 1em;
	line-height: 1.5em;
	color:  #8c8c8a;
}

.thumb {
	border: 1px solid #e2e3e2;
	margin: 7px 8px 0 0;
}

/* @end */

/* @group list table */

table.list {
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.list h6 {
	color: #fff;
}

table.list h5 {
	font-weight: bold;
	line-height: 1.3em;
	color: #000;
}

table.list p {
	font-size: 1.1em;
	line-height: 1.4em;
}

table.list tbody tr td {
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 5px 10px;
}

table.list tbody tr.odd td {
	background-color: #fff;
	padding: 10px 10px 5px 10px;
}

table.list tbody tr.topbar td {
	background-color: #d8d8d8;
}

/* @end */	

/* @group forms */

fieldset { border: 1px solid transparent; }
form label { cursor: pointer; }

form fieldset label {
width:auto;	
}

.demoformlabel {
cursor: pointer; 
width: 25%;
float: left;
text-align: right;
padding-right: 15px;
}

input, select, textarea { font-size: 100%; }

form {
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 10px;
	padding-left: 6px;
	width: 100%;
}

form dl dd {
	padding-bottom: 1.5em;
	padding-left: 0px;
	margin: 0;
}

#email-form legend {
	font-size: 1.1em;
	font-weight: bold;
}
.hide {
	display: none;
}
#email-form input, #email-form select {
	width: 300px;
	margin-bottom: 6px;
	color: #333333
}
#email-form input.radio {
	width: auto;
	margin-bottom: 0;
	float: left;
	margin-left: 28%;
	margin-right:2%;
}
#email-form input.disabled, #email-form textarea.disabled, #email-form input.submit.disabled, #email-form input.submit.disabled:active{
	color: #999999
}
#email-form  small {
	display: block;
	text-align: right;
}
.msg-status {
	background: #FDFFD3;
	padding: 6px;
	text-align: center;
	margin: 6px 0;
	display: none;
}
.submit {
	margin-left: 20%;
	text-align: center;
}

/* @end */

/* @group lightbox */

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a { border: none; }
#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(i/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(i/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

/*  Intro */

.introtype{
    font-size:1.4em;
    line-height:1.5em;
    padding-bottom:0.5em;
}

.introtype2 {
    color:#15415f;
    font-size:1.2em;
    line-height:1.4em;
    padding-top:0.5em;
    }

/*  Overflow Hidden */
.noflow {
	overflow: hidden;
}

    
/* Home */
.home #contentWrapper {
	float: none;
	width: auto;
}
.home #mainColumn {
	float: none;
	width: auto;
}
.home .mainBox {
	background-image: none;
	margin: 0;
}
.home .post { 
	padding: 10px 0 0 31px;
	border: none;
}
.sidebar.bottom {
	clear: both;
	text-align: left;
	padding-left: 31px;
}
.sidebar.bottom > ul {
	width: auto;
}
.sidebar.bottom > ul > li { 
	float: left;
	margin-left: 26px;
	width: 225px;
}
.sidebar.bottom > ul > li:first-child {
	margin-left: 0;
}
.sidebar.bottom > ul > li h2 {
	width: auto;
	padding-left: 0;
	text-align: center
}
.sidebar.bottom > ul > li ul {
	width: auto;
}

.sidebar.bottom h2 { 
	background: url('i/header_title_wide.gif') no-repeat; 
	}
.sidebar.bottom h2 a:link, .sidebar.bottom h2 a:visited{
	width: 304px;
	background: url('i/btn_on_wide.gif'); background: url('i/btn_off_wide.gif') no-repeat;
}
.sidebar.bottom h2 a:hover {background-image: url('i/btn_on_wide.gif'); color: #d37a7e }

.sidebar .imagebox { border: 1px solid #e2e2e2; padding: 0px }
.sidebar .tagcloud { border: 1px solid #e2e2e2; padding: 12px }

/* Products Table */

#post-91 h1 {
/* 	padding-top: 2em; */
	padding-bottom: 0.8em;
}
#post-91 table td {
	vertical-align: top;
	border-bottom: none;
}
#post-91 table td:nth-child(1) {
	width: 170px;
	padding-left: 0;
	padding-right: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

 
/* DM removed */
/*
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 
/* End WordPress Core
-------------------------------------------------------------- /* 

/* @end */

/* Multi-column layouts */
.lists {
	float:left;
	margin-right:3%;
	margin-bottom:30px;
}
.lists:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.lists dt {
	display:block;
	padding:6px 0 6px 6px;
	font-size:1.2em;
	background-color:#d9d9d9;
}
.lists dd ul {
	list-style:none;
	font-weight:normal;
	padding:0;
	margin:0;
	background-color:#fff;
}
.lists dd li {
	padding:6px 0 6px 6px;
	margin:0 ;
	border-bottom:1px solid #e6e6e6;
}
.col-33 {
	width:30%;
}
.col-50 {
	width:45%;
}
.col-67 {
	width:61%;
}

/* @end DM */	