/*
Theme Name: Helical
Theme URI: http://everywhererightnow.com/
Description: A custom theme developed exclusively for Helical Products Co.
Author: Everywhere Right Now, Inc.
Author URI: http://everywhererightnow.com/
Template: canvas
Version: 1.0
*/

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

/*--------------------------------------------------------------
>>> Begin Custom Helical Styles:
----------------------------------------------------------------*/

@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800);


body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background:#DDD url(/wp-content/uploads/images/bg-body.png) repeat-x 0px 0px;
	font-size:14px;
	}
a img {
	border:0;
	}
a {
	border:none;
	outline:none;
	}
hr {
	margin:0;
	border:0;
	height:1px;
	background: #EDEDED;
	}

p {
	font-family: 'Open Sans', sans-serif !important;
	}

/* - - - - - - - - END STANDARD DEFAULTS - - - - - - - - - - */


.TopBar {
	height:40px;
	background:url(/wp-content/uploads/images/bg-TopNav.png) repeat-x 0px 0px;
	}
.TopNav {
	margin:0 auto;
	width:960px;
	}
.TopNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
	}
.TopNav li {
	margin:0;
	padding:0;
	float:left;
	}
.TopNav li a {
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	color:#333;
	font-size:0.8em;
	text-transform:uppercase;
	padding: 12px 0 0 20px;
	display:block;
	}
.TopNav li a:hover {
	color:#090;
	text-decoration:underline;
	}

.Masthead {
	height:100px;
	max-width:960px;
	width:100%;
	margin:0 auto;
	background:url(/wp-content/uploads/images/bg-Masthead.png) no-repeat 0px 0px;
	overflow:hidden;
	}
.brand {
	float:left;
	width:325px;
	}
.brand a {
	text-indent:-9999px;
	display:block;
	background:url(/wp-content/uploads/images/helical.png) no-repeat 0px 0px;
	width:325px;
	height:100px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}
.brand a:hover {
	opacity:0.65;
	filter:alpha(opacity=65);
	}
.MHCol2 {
	margin:10px 0 0 0;
	float:right;
	}
.social ul {
	margin:0;
	padding:0 0 0 0;
	list-style-type:none;
	float:right;
	}
.social li {
	margin:0;
	padding:0 0 0 15px;
	float:left;
	}
.social li a {
	text-indent:-9999px !important;
	background:url(/wp-content/uploads/images/sprite-social.png) no-repeat -2px 0px;
	padding:0 0 0 6px;
	display:block;
	width:28px;
	height:34px;
	}
.social li+li a {
	background-position: -45px 0px;
	}
.social li+li+li a {
	background-position: -88px 0px;
	}
.social li a:hover {
	opacity:0.75;
	filter:alpha(opacity=75);
	}
/* - - - - - - - - SEARCH FORM - - - - - - - - - - */

/*.searchbox div {
	float:left;
	}*/
.searchbox {
	clear:both;
	width:250px;
	border:1px solid #CCC;
	border-radius:5px;
	background-color:#FFF;
	overflow:hidden;
	padding:0;
	margin:0;
	}

div.searchBUTTON input[type=submit] {
	background:#FFF url(/wp-content/uploads/images/icon-search.png) no-repeat 0px 0px;
	width: 36px;
	height: 36px;
	border: none;
	float:left;

	padding:0;
	margin:0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

div.searchBUTTON input:hover {
	cursor:pointer;
}

#searchINPUT input[type=text] {
	float:left;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px 0 0 5px;
	border: none;
	margin:0;
	}




/* - - - - - - - - NAVIGAVTION - - - - - - - - - - */
.Nav {
	margin:0 auto;
	height:40px;
	width:960px;
	}



/* - - - - - - - - SLIDER - - - - - - - - - - */

.SliderWrapper {
	margin:0 auto;
	width:960px;
	height:410px;
	background:url(/wp-content/uploads/images/bg-shadow.png) no-repeat 0px bottom;
	}


/* - - - - - - - - CONTENT HOME - - - - - - - - - - */

.ContentWrapper {
	margin:0 auto;
	background:#FFF;
	max-width:1000px;
	width:100%;
	overflow:hidden;
	border-radius:14px;
 	}

.Col1 {
	float:left;
	width: 280px;
	margin:15px 0 15px 20px;
	padding-right:10px;
	/*border-right: 1px solid #CCC;*/
	min-height:500px;
	}
.Col1 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
.Col1 li a {
	font-weight:600;
	color:#333;
	font-size:1.1em;
	}
.Col1 li a:hover {
	color:#06C;
	}
.Col2 {
	float:left;
	width: 290px;
	margin:15px;
	}
.Col2 h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:1.8em;
	}
.Col3 {
	float:left;
	width: 280px;
	margin:15px 20px 15px 0px;
	padding-right:10px;
	/*border-left: 1px solid #CCC;*/
	min-height:500px;
	}
.ctaWrapper {
	clear:both;
	margin:0 auto;
	max-width:960px;
	width:100%;
	background:url(/wp-content/uploads/images/bg-cta.png) repeat-y 50% 0px;
	overflow:hidden;
	text-align:center;
	padding:4px 0 8px 0;
	}
.ctaWrapper img {
	padding:5px;
	}
.ctaWrapper a {
	opacity:1.00;
	filter:alpha(opacity=100);
	}
.ctaWrapper a:hover {
	opacity:0.75;
	filter:alpha(opacity=75);
	}
.ctaWrapper h6 {
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
	font-weight:400;
	margin:0;
	padding:0 0 3px 0;
	}



.CTA-A {
	margin:0;
	padding:0;
	list-style-type:none;
	}
.CTA-A li {
	width:300px;
	border-radius:4px;
	background:url(/wp-content/uploads/images/bg-CTAA.png) repeat-y 0px 0px;
	margin:0 0 8px 10px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;

	}
.CTA-A li:hover {
	background-position:-300px 0px;
	}
.CTA-A li a {
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	display:block !important;
	padding: 8px 5px;
	background:url(/wp-content/uploads/images/icon-go.png) no-repeat 250px 8px;
	}
.CTA-A li a img {
	padding-right:5px;
	}
.CTA-A li a span {
	vertical-align: middle; position: relative; top: -0.3em;	
	}
.CTA-A a:hover {
	color:#FF0;
	}

.CTA-B {
	margin:0;
	padding:0;
	list-style-type:none;
	}
.CTA-B li {
	width:300px;
	margin:0 0 5px 10px;
	}
.CTA-B li a {
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	color:#069;
	display:block;
	padding: 2px 5px;
	}
.CTA-B li a img {
	padding-right:5px;
	}
.CTA-B li a span {
	vertical-align: middle; position: relative; top: -0.7em;	
	}
.CTA-B a:hover {
	color:#F60;
	}

footer {
	margin:20px auto 100px auto;
	max-width:1000px;
	width:100%;
	background:#FFF;
	border-radius:14px;
	overflow:hidden;
	font-size:0.8em;
	padding: 20px 20px 0px 20px;
	}
footer div {
	float:left;
	width:60%;
	text-align:left;
	}
footer div+div {
	text-align:right;
	width:40%;
	}
footer div+div ul {
	float:right;
	}

footer ul {
	margin:0 0 25px 0;
	padding:0;
	list-style-type:none;
	}
footer li {
	float:left;
	border-right:1px solid #AAA;
	line-height:1.0em;
}
footer li:last-child {
	border-right:none;
}
footer li a {
	text-decoration:none;
	color:#069;
	display:inline-block;
	padding: 0px 5px;
	}
footer li a:hover {
	color:#F60;
	}
footer p {
	margin:0;
	padding:0 0 8px 0;
	color:#777;
	font-size:0.9em;
	}


/* - - - - - - - - - - - Home SLIDESHOW - - - - - - - - - - - - */

#home_slideshow_wrapper {
	max-width: 960px;
	height: 390px;
	position: relative;
	margin:0 auto;
}

#home_slideshow {
	padding: 0px;
	position: relative;
	margin:0;
}

#home_slideshow li {
	margin:0;
	list-style-type: none;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	/* start new */
	width: 960px;
	height: 360px;
	/* end new */
}

#home_slideshow li:first-child {
	display: block;
}

#home_slideshow li img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#home_slideshow li div.wrapper {
	position: absolute;
	top:60px;
	left: 60px;
	width: 300px;
	color: #FFF;
}

#home_slideshow li div.title {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	font-weight:600;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px #000;
	color: #FFF;
}
#home_slideshow li div.title span {
	font-weight:300;
	font-size:0.4em;
	vertical-align: top; position: relative; top: -0.5em;
	}
#home_slideshow li div p {
	font-size: 1.3em;
	line-height: 1.3em;
	color:#FFF;
	margin:5px 0px;
	text-shadow: 2px 2px 2px #000;
	padding-right:60px;
}

#home_slideshow li div a {
	color: #FFF;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 1px #FFF;*/
	text-decoration:none;
	display:inline-block;
	padding: 10px 20px;
	border:1px solid #CCC;
	border-radius:8px;
	background:url(/wp-content/uploads/images/bg-button01.png) repeat-x 0px 0px;	
	margin-top:10px;
	-webkit-box-shadow: 0 8px 6px -6px #333;
	   -moz-box-shadow: 0 8px 6px -6px #333;
	        box-shadow: 0 8px 6px -6px #333;
	}

#home_slideshow li div a:hover {
	background-position:0px bottom;	
}

#home_slideshow_index {
	position: absolute;
	top: 360px;
	left: 0px;
	padding: 5px 0 0 430px;
	text-align:center;
	margin:0;
	background:url(/wp-content/uploads/images/bg-shadow.png) no-repeat 0px -1px;
	width:960px;
	height:51px;
}
#home_slideshow_index li {
	list-style: none;
	display: block;
	float: left;
	margin-left: 2px;
	cursor: pointer;
	background: url(/wp-content/uploads/images/slideshow_bullet.png) no-repeat 0px 2px;;
	text-indent: -9999px;
	overflow: hidden;	
	width: 13px;
	height: 16px;
}

#home_slideshow_index li.active {
	background-position: 0px -14px;
}

#home_slideshow_wrapper .next {
	position: absolute;
	top: 160px;
	right: -18px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background: url(/wp-content/uploads/images/slideshow_arrow_next.png);
	text-indent: -9999px;
	overflow: hidden;
	border:none;
	outline:none;
}

#home_slideshow_wrapper .previous {
	position: absolute;
	top: 160px;
	left: -18px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background: url(/wp-content/uploads/images/slideshow_arrow_previous.png);
	text-indent: -9999px;
	overflow: hidden;
	border:none;
	outline:none;
}

#home_slideshow_wrapper .next:hover, #home_slideshow_wrapper .previous:hover {
	background-position: 0px -36px;
}


.content-area {
	margin:0 auto;
	padding:5px 20px 10px 20px;
	/*background:#FFF url(/wp-content/uploads/images/bg-entry-content.png) repeat-x;*/
	max-width:1000px;
	width:100%;
	overflow:hidden;
	/*border-top: 2px solid #315792;*/
	border-radius:0 0 14px 14px;
	}
.content-area a {
	color:#000;
	}
.content-area a:hover {
	color:#09C;
	text-decoration:none;
	}
.content-area h2 {
	font-size:1.5em;
	}
.content-area h3 {
	font-size:1.2em;
	font-weight:bold;
	}
h3.mc {
	background:#F1F1F1;
	padding:4px 10px;
	border-top:1px solid #CCC;
	}
.content-area h4 {
	font-size:1.2em;
	font-weight:bold;
	}

h1.entry-title {
	font-family: 'Open Sans', sans-serif !important;
	font-size:1.7em !important;
	font-weight:400 !important;
	color:#FFF !important;
	text-transform:uppercase;
	text-align:center;
	background:#315792;
	padding:5px 0;
	margin:0 0 15px 0!important;
	}

.t1 {
	font-family: 'Open Sans', sans-serif;
    display: block;
    max-width: 96%;
    overflow: scroll; /*<!-- Available options: visible, hidden, scroll, auto -->*/
	}

.t1 td {
	text-align:center !important;
	font-size:0.8em;
	border:1px solid #CCC;
	padding:0 2px !important;
	}
.t1 td a {
	color:#315792;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	padding: 3px 0 !important;
	}

.t1 th {
	text-align:center !important;
	font-size:0.9em !important;
	border:1px solid #315792 !important;
	font-weight:bold;
	color:#FFF;
	background:#315792 !important;
	padding:0 3px !important;
	}
.posted-on {
	display:block;
	padding-top:20px;
	}

h2.widget-title {
	font-weight:600;
	font-size:1.2em;
	color:#000;
	}
.widget h3, h3.widget-title, .widget_recent_entries h3 {
	font-family: 'Open Sans', sans-serif !important;
	color:#000 !important;
	font-size: 1.0em !important;
	font-weight:700 !important;
	border:none !important;
	margin:0;
	padding:0;
	}
.widget ul{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	padding:0;
	}
	

.bottom-double-rule h2 {
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	}
#content {
	margin:0;
	padding:0;
	background:#FFF;
	font-family: 'Open Sans', sans-serif;
	}
#main-content {
	float:left;
	/*width:600px !important;*/
	}
#main-content img {
	border:none;
	margin:none;
	padding:none;
	outline:none;
	}
.full-page {
	width:100% !important;
	}

.TheEdit {
	clear:both;
	float:left;
	}

table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
  ul.nav ul li a {
	  white-space:nowrap;
  }
.columns4  {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
	list-style-type:none !important;
	margin:20px 0 !important;
	padding:0;
	}
.columns4 li {
	width:25%;
	white-space:nowrap;
	list-style-type:none !important;
	}
.columns4 li a{
	padding:2px 10px;
	color:#06C;
	}
.columns4 li a:hover{
	background:#F1F1F1;
	color:#777;
	}
.button {
	border-radius:6px;
	}
.pdf-link {
	border:1px solid #CCC !important;
	}
.pdf-link:hover {
	border:1px solid #06C !important;
	}
#sidebar-left table {
	margin-bottom:50px;
	}
.entry a {
	color:#069;
	font-weight:600;
	}

.sendback {
	z-index:1;
	}
.category-news {
	padding-left:10px;
	}
#ttablee {
	}
#ttablee td {
	border-right:1px solid #CCC;
	padding:0 5px;
	}
#ttablee td:last-child {
	border-right:none;
	}
#ttablee tr:nth-child(even) {
    background-color: #F1F1F1;
}
#ttablee th {
	background:#777;
	color:#FFF;
	}


#field_5_12 .instruction, #field_5_10 .instruction {
	display:none;
	}
#footer-widgets {
	background:#fff;
	border-radius:10px;
	margin-top:10px;
	padding:0 20px;
	}
.cRight p{
	text-align:center;
	font-size:0.9em;
	}
#top-nav {
	float: right;
	}
.page-id-3271 .entry, .page-id-3346 .entry {
	max-width:930px;
	width:98%;
	}
#imap1message p{
	margin:0;
	padding:0 0 7px 0;
	}
#imap1message h2{
	background:#CCC;
	padding-left:4px;
	}
#imap1message h4{
	margin:0;
	padding:0;
	border-top:1px solid #CCC;
	}
#imap1message h6{
	border-top:1px solid #CCC;
	font-size:18px;
	}


