/*
Theme Name: Aptech
Author: Eben Design
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.gfunc {
	color: #00557f; 
        font-weight: bold;
}

.gkeyword {
	color: #0000ff; 
}

.gcomment {
	color: #007f00;
}

.goperator {
	color: #ff0000;
}

.gstring {
	color: #7f007f;
}

.gnumber {
	color: #00007f;
}

.indent {
    padding-left: 20px;
}

.math,.math * {
    font-family: serif !important;
    font-style: italic !important;
    font-size: large !important;
}

.math sub, .math sup {
    font-size: smaller !important;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 0;
	padding: 0;
}

#main {
	margin: 0;
	padding: 0;

}
#content {
	width: 640px;
	padding: 12px;
	padding-right: none;
	float: left;
	display: inline-block;
}
#primary,
#secondary {
	float: right;
	display: inline-block;
	overflow: hidden;
	width: 240px;
	padding: 12px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Open Sans", sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	margin-top: 20px;
	padding: 0;
	background: #fff url(images/bg_wrapper.png) no-repeat;
	height: 100%;
	min-height: 680px;
	-moz-box-shadow: 0 0 1px 1px #a8a8a8;
	-webkit-box-shadow: 0 0 1px 1px #a8a8a8;
	box-shadow: 0 0 1px 1px #a8a8a8;
	margin-bottom: 40px;
	position: relative;
	behavior: url(http://www.aptech.com/wp-content/themes/aptech/scripts/PIE.php);
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff url(images/bg_orange.jpg) no-repeat;
	background-position: center top;
	
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 0.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	margin: 0;
	background: url(images/bg_header.png) repeat-x;
	height: 83px;
	width: 100%;
	position: relative;
	z-index: 1;
	-moz-box-shadow: 0 0 10px 1px #313131;
	-webkit-box-shadow: 0 0 10px 1px #313131;
	box-shadow: 0 0 10px 1px #313131;
	behavior: url(http://www.aptech.com/wp-content/themes/aptech/scripts/PIE.php);
	*margin-bottom: 20px; /* IE7  */
}

#header-inner-wrap {
	margin: 0 0 0 12px;
	display: inline-block;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 26px;
	width: 1150px;
}

#logo {
	display: inline-block;
	margin-top: 0px;
	margin-left: 9px;
	margin-right: 30px;
	float: left;
}

#header-search {
	float: right;
	display: inline-block;
	margin: 3px 12px 0 0;
	position: relative;
	z-index: 1000;
}

#header-search #s {
	background: #545d62 url(images/search_mag.png) 98% 0% no-repeat;
	border: none;
	border-radius: 12px;
	color: #bbb8b1;
	padding-left: 15px;
	width: 230px;
	behavior: url(http://www.aptech.com/wp-content/themes/aptech/scripts/PIE.php);
}

#header-search #searchsubmit {display: none;}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: inline-block;
	float: left;
	margin: 0 auto;
	margin-top: 4px;
	width: 800;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

.menu-header #menu-primary-navigation li:first-child {
	display: none;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #ffad01;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-page-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffad01;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-page-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #ffad01;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}
#content {
	margin-bottom: 36px;
}	

#content {
	color: #465760;
	font-size: 14px;
	line-height: 18px;
}


#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 16px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content ul ul {
	margin-top: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content ul ul li:last-child {
	padding-bottom: 0px;
}

.greyborder {
	border: 3px solid #cfcece;
	-moz-box-shadow: 0 0 1px 1px #a8a8a8;
	-webkit-box-shadow: 0 0 1px 1px #a8a8a8;
	box-shadow: 0 0 1px 1px #a8a8a8;
}

/*#content*/ pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #475761;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 4px;
}

#content h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #465760;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}

#content a{
	font-size: 14px;
	color: #e24a02;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {color: #FFAD01;}

#content .breadcrumbs,
#userforumBreadcrumb {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	margin: 6px 0 6px;
	}
	
#content .breadcrumbs a,
#userforumBreadcrumb a{
	color: #e24a02;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}

.hentry {
	margin: 0 0 0px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

#content .entry-title {
	font-size: 30px;
	color: #e24a02;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3em;
	margin-bottom: 0;
	background-image: url(images/bg_entrytitle.png);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%), url(images/bg_entrytitle.png);
	display: block;
	width: 626px;
	height: 24px;
	vertical-align: sub;
	padding-top: 48px;
	padding-bottom: 14px;
	padding-left: 12px;
	border: 1px solid #e0e0e0;
}

.home #content .entry-title {
	display: none;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	display: none;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

#content .entry-summary p:last-child,
#content .entry-summary p.last-child{
	margin-bottom: 12px;

}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* Homepage */
.home .breadcrumbs {display: none;}

/* .home #slider { height: 370px; display: block; margin: 0 ; padding: 0;}
.home #slider  .jshowoff-slidelinks{ overflow:hidden; list-style: none; margin: 0px 0 0 500px; position: absolute; top: 40px; z-index: 1; width: 130px;}
.home #slider  .pager li { float: left; }
.home #slider  .jshowoff-slidelinks a { background: url(images/pager-dot.png) no-repeat; font-size: 0; color: transparent; #fff; padding: 5px 2px; display: inline-block; height: 20px; width: 20px; }
.home #slider  .jshowoff-slidelinks a.jshowoff-active { background: url(images/pager-dot-active.png) no-repeat; } */

.home #slider { height: 370px; display: block; width: 650px; margin: 0 ; padding: 0; position: relative; z-index: 150;}
.home #slider  #pager{ list-style: none; margin: 0px 0 0 500px; position: absolute; top: 40px; z-index: 10000; width: 130px;}
.home #slider  #pager li { float: left; }
.home #slider  #pager li { background: url(images/pager-dot.png) no-repeat; font-size: 0; color: transparent; #fff; padding: 5px 2px; display: inline-block; height: 20px; width: 20px; }
.home #slider  #pager li.activeSlide { background: url(images/pager-dot-active.png) no-repeat; }
.home #slider #pager a {font-size: 0; color: transparent; cursor: pointer; display: inline-block; width: 20px; height: 20px;}
.home #features {height: 370px; width: 650px; display: block; z-index: 100; position: relative;}

.home .rotator-title {
	font-size: 34px;
	color: #e24a02;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	display: inline-block;
	float: left;
	margin-top: 110px;
	margin-left: 36px;
	width: 570px;
	line-height: 1em;
}
.home .rotator-content {
	display: inline-block;
	clear: both;
	width: 570px;
	margin-left: 36px;
	padding-top: 6px;
}

.home .rotator-subhead {
	font-size: 24px;
	color: #e24a02;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	display: inline-block;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 570px;
	line-height: 1em;
}

.home .rotator-learn-more {
	float: right;
	clear: both;
	position: absolute;
	top: 300px;
	left: 348px;
	background: url(images/slider_button.png) no-repeat; 
	display: inline-block;
	width: 262px;
	height: 47px;
}

.home #content .rotator-learn-more a {
	display: block;
	padding-top: 12px;
	width: 262px;
	height: 47px;
	text-align: center;
	color: #ffb200;
}

.home .entry-content {
	width: 400px;
	float: left;
	display: inline-block;
	clear: both;
	padding: 12px 0 0 0;
}

.home #content {
	color: #465760;
	font-size: 13px;
	line-height: 18px;
}

.home #industry-solutions {
	float: right;
	display: inline-block;
	padding-left: 27px;
	margin-top: 12px;
	width: 200px;
	border-left: 1px solid #d6dadd;
}

.home #industry-solutions h2 {
	margin-bottom: 20px;
}

.entry-content ul,
#industry-solutions ul{
	list-style: none;
	list-style-type:none;
	margin: 0;
}

.entry-content ul li,
#industry-solutions ul li{
	background: url(images/bullet_jazzy.png) no-repeat;
	margin: 0;
	padding-left: 24px;
	padding-bottom: 18px;
}

.entry-content li a,
#industry-solutions li a{
	font-size: 14px;
	color: #e24a02;
	text-decoration: none;
	font-weight: bold;
}

ul.jazzy-bullet-indent {
	list-style: none;
	list-style-type:none;
	margin-left: 216px;
	margin-top: 24px;
	max-width: 170px;
}

ul.jazzy-bullet-indent li {
	background: url(images/bullet_jazzy.png) no-repeat;
	padding-left: 24px;
	padding-bottom: 18px;
	*display: inline-block; /*IE7 */
}

ul.jazzy-bullet-indent li a{
	font-size: 14px;
	color: #e24a02;
	text-decoration: none;
	font-weight: bold;
}

.featured-image {
	float: right;
	border: 3px solid #cfcece;
	margin: 0 0px 24px 12px;
	-moz-box-shadow: 0 0 1px 1px #a8a8a8;
	-webkit-box-shadow: 0 0 1px 1px #a8a8a8;
	box-shadow: 0 0 1px 1px #a8a8a8;
	max-width: 280px;
	display: inline-block;
	position: relative;
	behavior: url(http://www.aptech.com/wp-content/themes/aptech/scripts/PIE.php);
}

#highlight-box,
#highlight-box-wide {
	float: right;
	width: 228px;
	border: 3px solid #cfcece;
	margin: 0 0px 6px 24px;
	-moz-box-shadow: 0 0 1px 1px #a8a8a8;
	-webkit-box-shadow: 0 0 1px 1px #a8a8a8;
	box-shadow: 0 0 1px 1px #a8a8a8;
	background: #eeefef;
	position: relative;
	behavior: url(http://www.aptech.com/wp-content/themes/aptech/scripts/PIE.php);
	padding: 16px 12px 0px 16px;
	font-size: 12px;
	line-height: 1.3em;
}

#highlight-box h3,
#highlight-box-wide h3 {
	color: #465760;
	font-weight: 600;
	font-size: 16px;
	max-width: 160px;
	line-height: 1.2em;
	margin-bottom: 6px;
	padding-bottom: 0;
	}
	
#highlight-box a,
#highlight-box-wide a{
	color: #e24a02;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}	

#highlight-box-wide {
	width: 260px;
	padding-right: 36px
}

#highlight-box-wide img {
	margin-top: 12px;
}


/* Right Hand Column Widgets */
#primary .widget-container {
	background: #fff url(images/bg_widget.png) no-repeat;
	min-height: 100px;
	padding: 4px 9px;
	border: 1px solid #bbb;
	border-bottom: none;
	margin-bottom: 0;
}

#primary .widget-container:last-child,
#primary .widget-container.last-child{
	border-bottom: 1px solid #bbbbbb;
}

#primary .widget-container #show-hide {
	color: #cf4605;
	font-size: 24px;
	width: 12px;
	height: 24px;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	float: right;
	font-size: 0;
	color: transparent;
	background: url(images/icon_closed.png) no-repeat;
	position: relative;
	*margin-top: -24px; /* IE7  */
}

#primary .widget-container #show-hide.opened {
	background: url(images/icon_opened.png) no-repeat;	
}


#primary .widget-container h3.widget-title {
  text-transform: uppercase;
  color: #485862;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  padding: 6px 0;
  line-height: 1.1em;
}

#primary .textwidget {
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #465760;
	line-height: 1.2em;
}

#primary .textwidget ul {
	list-style: none;
	margin: 4px 0 12px 6px;
}

#primary .textwidget li {
}

#primary .textwidget a {
	color: #e24a02;
	font-size: 14px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#primary .textwidget a:hover {color: #FFAD01;}

#primary #text-3,
#primary #text-4{
	margin-bottom: 12px;
	border-bottom: 1px solid #bbb;
}

#primary #text-3 .textwidget,
#primary #text-4 .textwidget{
	font-size: 14px;
	padding-top: 9px;
}

#primary .widget_nav_menu h3.widget-title #show-hide,
#primary #text-3 h3.widget-title #show-hide,
#primary #text-4 h3.widget-title #show-hide {
	display: none;
}

#primary #text-3 h3.widget-title,
#primary #text-4 h3.widget-title {
	text-transform: capitalize;
	font-weight: 600;
	} 


/* Section Submenu */
#primary .widget_nav_menu {
	background: none;
	border: none;
	margin-bottom: 12px;
}

#primary .menu-products-container {
	margin: 0;
	padding: 0;
}

#primary .widget_nav_menu h3.widget-title{
	color: #ff8600;
	font-size: 19px;
	margin-bottom: 9px;
}

#primary .widget_nav_menu ul{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	margin-left: -7px;
}

#primary .widget_nav_menu ul li{
	margin: 0;
	padding: 0;
	display: block;
	width: 270px;
	height: 29px;
	background: url(images/bg_sectionnav.png) no-repeat;
}

#primary .widget_nav_menu ul li:hover,
#primary .widget_nav_menu ul li.current_page_item {
	background: url(images/bg_sectionnav_active.png) no-repeat;
}

#primary .widget_nav_menu ul li a{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #485862;
	display: inline-block;
	text-decoration: none;
	padding: 6px 10px;
	font-size: 13px\9; /* IE7 -8 fix */
}

#primary .widget_nav_menu ul li a:hover,
#primary .widget_nav_menu ul li.current_page_item a {
	color: #fff;
}

/* The Right Solution Widget (homepage) */
#primary #text-10 {
  background: none;
  border: none;
  margin-top: 12px;
}

#primary #text-10 h3.widget-title {
  color: #ffb400;
  font-size: 19px;
}

#primary #text-10 h3.widget-title .word2 {
  color: #ff8600;
}

#primary #text-10 .textwidget {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 12px 0;
}

#primary #discover-our-products {
	background: url(images/discover-our-products.png) no-repeat;
	display: block;
	width: 253px;
	height: 53px;
	margin-top: 20px;
}

#primary #discover-our-products:hover {
	opacity:0.85;
	filter:alpha(opacity=85); /* IE7 - IE8  */
}

#primary #discover-our-products a {
	font-size: 15px;
	color: #485862;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	padding: 12px 0px;
	text-align: center;
	display: block;
	width: 253px;
	height: 53px;
}

#primary #contact-a-dealer,
#primary #contact-us,
#primary #submit-support-ticket,
#primary #learn-more {
	margin: -6px 0 12px 0px;
	border: 1px solid #b7b8b8;
	width: 90px;
	padding: 0px 10px;
	background: url(images/bg_formbutton.png) repeat-x;
}

#primary #contact-us{
	width: 60px;
}

#primary #submit-support-ticket {
	width: 120px;
	margin-top: 12px;
	margin-bottom: 24px;
}

#primary #contact-a-dealer:hover,
#primary #contact-us:hover,
#primary #submit-support-ticket:hover,
#primary #learn-more:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* IE7 - IE8  */
}

#primary #contact-a-dealer a,
#primary #contact-us a,
#primary #submit-support-ticket a{
	width: 60px;
	text-transform: lowercase;
	font-face: "Open Sans", sans-serif;
	color: #272c30;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.type-page {
	background: #fff;
	width: 640px;
	min-height: 600px;
	padding: 3px 2px;
}

.home .type-page {
	min-height: 240px;
}

.entry-content {
	padding: 12px 30px 12px 12px;
	width: 600px;
}

.entry-content p,
.entry-content ul {
	font-family: Arial, sans-serif;
}




/* Forms */
.entry-content form {
	width: 600px;
}

.entry-content label {
	float: left;
	display: inline-block;
	margin: 6px 0px 6px 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-size: 13px\9; /* IE 7-8 */
	color: #465760;
	font-weight: 600;
	width: 210px;
	float: left;
	clear: both;
	display: inline-block;
}

.entry-content input {
	margin: 6px 4px 6px 0px;
	width: 175px;
}
.entry-content textarea {
	width: 330px;
	min-height: 90px;
}

input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #cfcece;
	padding: 4px 6px;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	color: #465760;
	display: inline-block;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
	background: url(images/bg_formbutton.png) repeat-x;
	border: 1px solid #e7e7e7;
}

.entry-content select {
	font-family: "Open Sans", sans-serif;
	color: #465760;
	font-size: 12px;
	border: 1px solid #cfcece;
	padding: 4px 2px 4px 6px;
	width: 194px;
}

input[type="submit"] {
	width: 60px;
	text-transform: lowercase;
	font-face: "Open Sans", sans-serif;
	font-size: 12px;
	clear: both;
	color: #272c30;
	margin: 12px 0 24px 0px;
	border: 1px solid #b7b8b8;
	width: auto;
	padding: 3px 12px;
	background: url(images/bg_formbutton.png) repeat-x;
}

.page-template-contact-us-php input[type="submit"],
.page-template-support-php input[type="submit"]{
	margin-left: 210px;
}

input[type="submit"]:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* IE7 - IE8  */
}

/* Dealer Resources */
.page-template-dealer-resources-php #newsletter-archive {
	width: 280px;
	float: left;
	padding-right: 10px;
	margin-top: 12px;
	margin-right: 12px;
	
}
.page-template-dealer-resources-php #product-flyer-downloads {
	width: 290px;
	display: inline-block;
	margin-top: 12px;
}


.page-template-dealer-resources-php #newsletter-archive h3,
.page-template-dealer-resources-php #product-flyer-downloads h3{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.page-template-dealer-resources-php #newsletter-archive a,
.page-template-dealer-resources-php #product-flyer-downloads a{
	text-decoration: none;
	color: #e24a02;
}

/* Resources Template */
#resources-tutorials,
#resources-training-events{
	float: right;
	display: block;
	width: 200px;
	display: inline-block;
	margin-bottom: 12px;
}

#resources-case-studies {
	width: 360px;
	float: left;
	display: inline-block;
}

#request-training {
	margin: 0 0 12px 0px;
	border: 1px solid #b7b8b8;
	width: 140px;
	height: 18px;
	padding: 4px 10px;
	background: url(images/bg_formbutton.png) repeat-x;
}

#request-training a {
	text-transform: lowercase;
	font-face: "Open Sans", sans-serif;
	color: #272c30;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* Where to Buy */

.page-template-where-to-buy-php #content input[type="text"], .page-template-where-to-buy-php #content textarea, .page-template-where-to-buy-php #content select {
	padding:0 5px;
	height:24px;
	width:180px;
	line-height:normal;
	border:1px solid #888;
	border-radius:3px;
	margin:0 0 5px 0;
	font-family:inherit;
	font-size:13px !important;
	outline:none;
	outline-width:0;
}
.page-template-where-to-buy-php #content input[type="text"]:focus, .page-template-where-to-buy-php #content textarea:focus, .page-template-where-to-buy-php #content select:focus {
	border-color:#000;
}
.page-template-where-to-buy-php #countryForm select {
	padding:3px;
	height:auto;
	min-width:220px;
	font-family: "Arial", sans-serif;
}

.page-template-where-to-buy-php #countryForm {
	width: 590px;
	padding: 0 12px;
	text-align:center;
	height:34px;
	line-height:33px;
	margin-left: 12px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-shadow:0 -1px 0 #e24a02;
	background-color:#ff9306;
	border:1px solid #e24a02;
	border-radius:6px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffb75a,EndColorStr=#ffff9206);
	background-image: linear-gradient(bottom, rgb(255,147,6) 0%, rgb(255,184,90) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,147,6) 0%, rgb(255,184,90) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,147,6) 0%, rgb(255,184,90) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,147,6) 0%, rgb(255,184,90) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,147,6) 0%, rgb(255,184,90) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,147,6)),
		color-stop(1, rgb(255,184,90))
	);
}

.page-template-where-to-buy-php #countryForm label {
	padding-right:25px;
	margin-right:10px;
	display:inline-block;
	height:33px;
	line-height:33px;
	background:transparent url('images/locationsFormArrow.png') right center no-repeat;
	text-transform:uppercase;
	font-family: "Arial", sans-serif;
}
.page-template-where-to-buy-php #countrySelect {
	margin-bottom:50px;
	font-family: "Arial", sans-serif;
}
.page-template-where-to-buy-php #locations {
	min-height:400px;
	padding:20px;
	background:transparent url('images/worldmap.gif') center top no-repeat;
}
.page-template-where-to-buy-php #locationsText {
	font-family: "Arial", sans-serif;
	float:left;
	width:42%;
}
.page-template-where-to-buy-php #dealerContactForm {
	font-family: "Arial", sans-serif;
	margin-top: -420px;
	float:right;
	display: inline-block;
	width:38%;
	min-height:300px;
	border:1px solid #ccc;
	border-radius:8px;
	background-color:#eee;
	padding:10px 15px;
	margin-right: 48px;
}

.page-template-where-to-buy-php #dealerContactForm input[type="submit"] {
	margin-left: 0;
	width: 120px;
}

.page-template-where-to-buy-php .regField {
	line-height:24px;
	font-size:20px;
	color:red;
	margin-left:2px;
	float:left;
}
.page-template-where-to-buy-php .errorField {
	border-color:red !important;
}
.page-template-where-to-buy-php #dealerContactForm input[type="text"], #dealerContactForm textarea, #dealerContactForm select {
	float:left;
}
.page-template-where-to-buy-php #dealerContactForm br {
	clear:both;
}
.page-template-where-to-buy-php .loading {
	background:transparent url('images/ajax-loader.gif') center center no-repeat !important;
}


/* Products Template */
#product-searchbox {
	width: 100%x;
	border: 3px solid #cfcece;
	margin: 24px 0px 24px 0px;
	-moz-box-shadow: 0 0 1px 1px #a8a8a8;
	-webkit-box-shadow: 0 0 1px 1px #a8a8a8;
	box-shadow: 0 0 1px 1px #a8a8a8;
	background: #eeefef;
	position: relative;
	behavior: url(http://www.aptech.com/wp-content/themes/aptech/scripts/PIE.php);
	padding: 16px 12px 0px 16px;
	font-size: 12px;
	line-height: 1.3em;
	min-height: 240px;
	color: #465760;
}

#product-searchbox h3 {
	font-size: 16px;
	font-weight: 600;
	color: #465760;
	margin: 0 0 12px 0;
	padding: 0;
}

#product-searchbox img.greyborder {
	float:right;
	margin: -20px 16px 0 16px;
	display: block;
}

#product-searchbox .product-searchbox-text {
	width: 280px;
}


.page-template-products-portal-php #product-summary-links {
	clear: both;
}

.content-floatleft {
	float: left;
	display: inline-block;
	width: 50%;
	clear: left;
}

.content-floatright {
	float: right;
	display: inline-block;
	width: 46%;
	margin-left: 12px;
}



/* Search Results */
.search-results #search-wrapper {
	background: #fff;
}

.search-results .breadcrumbs {
	padding: 12px;
}

.search-results #content .page-title {
	font-size: 30px;
	color: #e24a02;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3em;
	margin-bottom: 0;
	background: url(images/bg_entrytitle.png) no-repeat;
	display: block;
	width: 626px;
	height: 24px;
	vertical-align: sub;
	padding-top: 48px;
	padding-bottom: 14px;
	padding-left: 12px;
	border: 1px solid #e0e0e0;
}

.search-results #content .entry-title {
	font-size: 30px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3em;
	margin-bottom: 0;
	background: none;
	display: block;
	width: auto;
	height: auto;
	vertical-align: sub;
	padding-top: 0px;
	padding-bottom: 14px;
	padding-left: 12px;
	border: none;
}

.search-results .type-page {
	min-height: 20px;
	width: 590px;
}

.search-results .entry-summary {
	padding: 0 12px;
}

.search-results .entry-utility,
.search-results .entry-meta {
	display: none;
}

/* Industry Solutions page */
.page-template-industry-solutions-portal-php #learn-more {
	margin: 12px 0 12px 0px;
	border: 1px solid #b7b8b8;
	width: 65px;
	height: 12px;
	padding: 6px 10px;
	background: url(images/bg_formbutton.png) repeat-x;
}

.page-template-industry-solutions-portal-php #learn-more a{
	text-transform: lowercase;
	font-face: "Open Sans", sans-serif;
	color: #272c30;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.page-template-industry-solutions-portal-php #learn-more a:hover {
	color: #272C30;
}

.page-template-industry-solutions-portal-php #learn-more:hover{
	opacity:0.7;
	filter:alpha(opacity=70); /* IE7 - IE8  */}
}

#collapsible-teasers {
	clear: both;
	margin-top: 48px;
	display: block;
	
}

#collapsible-teasers h3,
#webinars h3,
#on-site-training h3,
#training-archives h3 {
	color: #e24a02;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #bbbbbb;
	padding: 6px 0;
	font-size: 16px;
}

#collapsible-teasers #show-hide,
#webinars #show-hide,
#on-site-training #show-hide,
#training-archives #show-hide {
	color: #cf4605;
	width: 12px;
	height: 24px;
	display: inline-block;
	float: right;
	font-size: 0;
	color: transparent;
	background: url(images/icon_closed.png) no-repeat;
	position: relative;
	*margin-top: -24px; /* IE7  */
}

#collapsible-teasers #show-hide.opened,
#webinars #show-hide.opened,
#on-site-training #show-hide.opened,
#training-archives #show-hide.opened{
	background: url(images/icon_opened.png) no-repeat;	
}

#collapsible-teasers .solution-teaser,
#webinars .solution-teaser,
#on-site-training .solution-teaser,
#training-archives .solution-teaser {
	padding: 12px 0;
}

/* Training & Events */
#training-searchbox {
	float: right;
	width: 270px;
	margin: 0px -10px 12px 24px;
	padding: 0;
}

#training-searchbox h3 {
	font-size: 14px;
	margin-top: -3px;
}

#training-searchbox input {
	margin: 0;
}

.page-template-training-events-php #collapsible-teasers {
	margin-top: 24px;
}

.webinar-date {
	width: 144px;
	display: inline-block;
	vertical-align: top;
}
.webinar-location {
	width: 120px;
	display: inline-block;
	vertical-align: top;
}

.column-header {
	font-weight: 600;
}

.webinar-title {
	display: inline-block;
	width: 325px;
	vertical-align: top;
}
.webinar-title a {
	font-weight: normal;
}

.entry-content #webinars ul,
.entry-content #on-site-training ul{
	list-style: none;
	list-style-image: none;
	margin: 0;
}

.entry-content #webinars ul li,
.entry-content #on-site-training ul li{
	background: none;
	padding: 6px 0;
}

.single-webinars .entry-content,
.single-on-sitetraining .entry-content {
	background: #fff;
	padding-right: 28px;
	min-height: 480px;
}

.single-webinars #text-3,
.single-webinars #text-4,
.single-webinars #nav_menu-5,
.single-webinars #nav_menu-2,
.single-webinars #nav_menu-4,
.single-webinars #nav_menu-7,
.single-webinars #nav_menu-8,
.single-webinars #nav_menu-9,
.single-webinars #nav_menu-10,
.single-webinars #nav_menu-11,
.single-webinars #text-5,
.single-webinars #text-6,
.single-webinars #text-7,
.single-on-sitetraining #text-3,
.single-on-sitetraining #text-4,
.single-on-sitetraining #nav_menu-5,
.single-on-sitetraining #nav_menu-2,
.single-on-sitetraining #nav_menu-4,
.single-on-sitetraining #nav_menu-7,
.single-on-sitetraining #nav_menu-8,
.single-on-sitetraining #nav_menu-9,
.single-on-sitetraining #nav_menu-10,
.single-on-sitetraining #nav_menu-11,
.single-on-sitetraining #nav_menu-12,
.single-on-sitetraining #nav_menu-13,
.single-on-sitetraining #text-5,
.single-on-sitetraining #text-6,
.single-on-sitetraining #text-7,
.single-question #text-3,
.single-question #text-4,
.single-question #nav_menu-5,
.single-question #nav_menu-2,
.single-question #nav_menu-3,
.single-question #nav_menu-4,
.single-question #nav_menu-7,
.single-question #nav_menu-8,
.single-question #nav_menu-9,
.single-question #nav_menu-10,
.single-question #nav_menu-11,
.single-question #nav_menu-12,
.single-question #nav_menu-13,
.single-question #text-5,
.single-question #text-6,
.single-question #text-7,
.single-question #text-9,
.single-question #text-10,
.single-question #text-11,
.post-type-archive-question #text-3,
.post-type-archive-question #text-4,
.post-type-archive-question #nav_menu-5,
.post-type-archive-question #nav_menu-2,
.post-type-archive-question #nav_menu-4,
.post-type-archive-question #nav_menu-7,
.post-type-archive-question #nav_menu-8,
.post-type-archive-question #nav_menu-9,
.post-type-archive-question #nav_menu-10,
.post-type-archive-question #nav_menu-11,
.post-type-archive-question #text-5,
.post-type-archive-question #text-6,
.post-type-archive-question #text-7,
.post-type-archive-question #text-8,
.post-type-archive-question #text-10,
.post-type-archive-question #nav_menu-12,
.post-type-archive-question #nav_menu-13,
.edit-question #text-3,
.edit-question #text-4,
.edit-question #nav_menu-5,
.edit-question #nav_menu-2,
.edit-question #nav_menu-4,
.edit-question #nav_menu-7,
.edit-question #nav_menu-8,
.edit-question #nav_menu-9,
.edit-question #nav_menu-10,
.edit-question #nav_menu-11,
.edit-question #nav_menu-12,
.edit-question #nav_menu-13,
.edit-question #text-5,
.edit-question #text-6,
.edit-question #text-7,
.edit-question #text-8,
.edit-question #text-10,
.edit-answer #text-3,
.edit-answer #text-4,
.edit-answer #nav_menu-5,
.edit-answer #nav_menu-2,
.edit-answer #nav_menu-4,
.edit-answer #nav_menu-7,
.edit-answer #nav_menu-8,
.edit-answer #nav_menu-9,
.edit-answer #nav_menu-10,
.edit-answer #nav_menu-11,
.edit-answer #nav_menu-12,
.edit-answer #nav_menu-13,
.edit-answer #text-5,
.edit-answer #text-6,
.edit-answer #text-7,
.edit-answer #text-8,
.edit-answer #text-10,
.ask-question #text-3,
.ask-question #text-4,
.ask-question #text-10
{display: none !important;}



/* Q & A */
.post-type-archive-question .breadcrumbs,
.single-question .breadcrumbs,
.ask-question .breadcrumbs,
.edit-question .breadcrumbs,
.edit-answer .breadcrumbs,
.author .breadcrumbs,
.tax-question_tag .breadcrumbs {display: none;}

#single-question,
#question-list,
#qa-menu {
	background: #fff;
}

#single-question,
#question-list {
	min-height: 480px;
}

#qa-page-wrapper {
	padding-bottom: 2em;
}

#qa-content-wrapper {
	padding: 12px;
}

#qa-error-notice {
	background-color: #ffebe8;
	border: 1px solid #c00;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
}

#qa-auth {
	margin-bottom: 20px;
}

/* = Main Navigation
-------------------------------------------------------------- */

#qa-menu {
	clear: both;
	overflow: hidden;
	margin: 12px 0;
}

#qa-menu ul {
	margin: 0;
}

#qa-menu li {
	background-color: #777;
	display: block;
	float: left;
	margin-right: 7px;
}

#qa-menu .qa-search{
	background-color: white;
	display: block;
	float: left;
	margin-right: 7px;
}

#qa-menu #qa-current-url {
	background-color: #e24a02;
}

#qa-menu a {
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 4px 10px;
	text-decoration: none;
}

#qa-menu form {
	padding-top: 3px;
}

#qa-menu input {
	height: 18px;
	line-height: 18px;
	padding: 2px;
	display: block;
	float: left;
}

#qa-menu button {
	margin-left: 6px;
	margin-top: 0px;
	border: 1px solid #b7b8b8;
	width: auto;
	padding: 3px 10px;
	background: url(images/bg_formbutton.png) repeat-x;
}

.qa-pagination {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.qa-pagination a,
.qa-pagination span {
	border: 1px solid #CCC;
	color: #808185;
	display: block;
	float: left;
	font-family: Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;
	font-size: 130%;
	margin-right: 3px;
	padding: 4px 4px 3px;
	text-decoration: none;
}

.qa-pagination .prev,
.qa-pagination .next,
.qa-pagination .dots {
	border: 1px solid #FFF;
}

.qa-pagination .current {
	background-color: #808185;
	border: 1px solid #808185;
	color: #FFF;
	font-weight: bold;
}

/* = Common Question Elements
-------------------------------------------------------------- */

.question-tags a {
	color: #666;
	font-size: 90%;
	line-height: 2.4;
	margin: 6px 6px 6px 0;
	white-space: nowrap;
	width: auto;
	padding: 3px 10px;
	background: #eeeeee;
	color: #272C30;
	text-decoration: none;
	-moz-box-shadow: 1px 1px #a8a8a8;
	-webkit-box-shadow: 1px 1px #a8a8a8;
	box-shadow: 1px 1px #a8a8a8;
	position: relative;
	behavior: url(http://www.aptech.com/wp-content/themes/aptech/scripts/PIE.php);
}

/* = Archive Question
-------------------------------------------------------------- */

.question {
	border-bottom: 1px dotted #999999;
	overflow: hidden;
	padding: 10px 0;
}

.question a:link, .question a:hover {
	color: #07C;
	text-decoration: none;
}

.question a:visited {
	color: #4A6B82;
}

.question a:hover {
	text-decoration: underline;
}

.question-stats {
	float: left;
}

#questions-nav {
	margin: 1em 0;
}

#questions-nav-prev {
	float: left;
}

#questions-nav-next {
	float: right;
}

/* Archive Question Stats */

.question-score,
.question-status {
	float: left;
	height: 70px;
	margin-right: 5px;
	padding: 5px;
}

.question-stats {
	text-align: center;
}

.mini-count {
	font-size: 12px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.question-score {
	color: #666;
	width: 50px;
	height: 50px;
	font-family: arial, sans-serif;
	font-size: 11px;
	display: inline-block;
	margin-right: 10px;
	-moz-box-shadow:  1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
}

.question-status {
	color: #FFF;
	width: 50px;
	font-size: 11px;
	font-family: arial, sans-serif;
	-moz-box-shadow:  1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
	background: #eee;
	height: 50px;
}

.question-status.answered-accepted,
.question-status.answered {
	color: #494949;
	font-size: 11px;
}

.question-status.answered-accepted .mini-count {
}

.question-status.unanswered {
	color: #494949;
}

/* Archive Question Summary */

.question-summary {
	margin: 0 12px 0 16px;
	float: left;
	width: 450px;
}

.author .question-summary{
	width: 430px;
}


.question h3 {
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.question-summary .question-tags {
	float: left;
}

.question-started {
	float: right;
}

.qa-status-icon {
	width: 30px;
	height: 50px;
	display: none;
	float: left;
	background: no-repeat center center;
}

.qa-unanswered-icon {
        background-image: url(images/not-resolved.png);
}

.qa-answered-icon {
	background-image: url(images/resolved.png);
}

/* QA Widgets*/
.question-tagcloud {
	padding: 6px 0;
}

.question-tagcloud a {
	margin: 0px 6px 12px 0px;
	border: 1px solid #b7b8b8;
	width: auto;
	padding: 3px 10px;
	background: url(images/bg_formbutton.png) repeat-x;
	color: #272C30;
	text-decoration: none;
}

.question-tagcloud a:hover {
	text-decoration: none;
	opacity:0.7;
	filter:alpha(opacity=70); /* IE7 - IE8  */
}

#questions-2 ul {
	list-style: none;
	margin: 0;
}

#questions-2 ul li {
	padding: 6px 0;
}

#questions-2 ul li a {
	color:#E24A02;
	line-height: 1.2em;
	font-weight: 600;
}

#questions-2 ul li a:hover {
	color:#ff9a01;
}

/* = Single Question
-------------------------------------------------------------- */

#single-question h1,
#answer-list h2 {
	border-bottom: 1px solid #475761;
	color: #475761;
	line-height: 1.3em;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	max-width: 610px;
}

#single-question h1 {
	font-size: 24px;
}

#single-question-container {
	padding: 20px 0;
	width: 100%;
}

.question-meta .qa-action-links,
.answer-meta .qa-action-links {
	float: left;
}

.qa-user-box {
	float: right;
	background-color: #F1F1F1;
	padding: 5px;
}

.qa-user-box .avatar {
	float: left;
	margin-right: 5px;
}

.qa-user-details {
	float: left;
	line-height: 17px;
}

.qa-user-rep {
	font-weight: bold;
}

#content .qa-user-link,
.qa-timediff {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

#answer-list {
	width: 100%;
}

.answer {
	border-bottom: 1px solid #475761;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}

#wp-answer-wrap,
#wp-question_content-wrap{
	width: 600px;
}
#content #wp-answer-wrap tr td,
#content #wp-question_content-wrap tr td{
	padding: 0;
	
}

/* Voting box */
#question-body,
.answer-body {
	float: right;
	width: 89%;
}

.qa-voting-box {
	float: left;
	width: 60px;
}

.qa-voting-box input,
.qa-voting-box a,
.qa-voting-box span {
	display: block;
}

input[type=submit].vote-up-on,
input[type=submit].vote-up-off,
input[type=submit].vote-down-on,
input[type=submit].vote-down-off,
input[type=submit].vote-accepted-on,
input[type=submit].vote-accepted-off,
.vote-accepted-on {
	border: 0;
	background-color: #fff !important;
	background-image: url("images/vote.png") !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 auto;
	cursor: pointer;
}

.qa-voting-box input[type=submit] {
	filter: none;
}

.qa-voting-box input[type=submit]:hover {
	filter: none;
}

input[type=submit].vote-accepted-off,
input[type=submit].vote-accepted-on,
.vote-accepted-on {
	background-image: url("images/accept.png") !important;
	display: block;
	height: 40px !important;
	width: 39px !important;
}

input[type=submit].vote-accepted-on,
.vote-accepted-on {
	background-position: 0 0 !important;
}

input[type=submit].vote-accepted-off {
	background-position: 0 -35px !important;
}

input[type=submit].vote-up-on,
input[type=submit].vote-up-off,
input[type=submit].vote-down-on,
input[type=submit].vote-down-off {
	height: 25px !important;
	width: 41px !important;
}

input[type=submit].vote-up-on {
	background-position: 0 0 !important;
}

input[type=submit].vote-up-off {
	background-position: 0 -36px !important;
}

input[type=submit].vote-down-off {
	background-position: 0 -70px !important;
}

input[type=submit].vote-down-on {
	background-position: 0 -101px !important;
}

.qa-voting-box span {
	color: #808185;
	font-weight: bold;
	font-family: "Arial", "Liberation Sans", "DejaVu Sans",sans-serif;
	font-size: 240%;
	line-height: 36px;
	text-align: center;
}

/* = User profile
-------------------------------------------------------------- */

#qa-user-box {
	float: left;
	margin-right: 20px;
	width: 140px;
}

#qa-user-box .qa-user-rep {
	color: #808185;
	font-size: 350%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

#qa-user-details {
	margin-top: 20px;
}

#qa-user-details th {
	font-weight: normal;
	padding-right: 1em;
	text-align: left;
}

#qa-user-details td {
	padding: 4px 0;
}

.ui-tabs-hide {
	display: none !important;
}

#qa-user-tabs-wrapper {
	clear: both;
	margin-top: 20px;
	width: 600px;
}

#qa-user-tabs {
	border-bottom: 1px solid #666;
	clear: both;
	font-weight: bold;
	list-style: none;
	margin: 0;
	height: 34px;
}

#qa-user-tabs li {
	display: inline;
}

#qa-user-tabs a {
	background: inherit;
	border: 1px solid #FFF;
	color: #777;
	display: block;
	float: left;
	font-size: 120%;
	line-height: 28px;
	margin: 3px 8px 0 0;
	padding: 0 11px;
	text-decoration: none;
}

#qa-user-tabs a:hover,
#qa-user-tabs a.youarehere {
	background: none repeat scroll 0 0 #FFF;
	border-color: #777 #777 #FFF;
	border-style: solid;
	border-width: 1px;
	height: 30px;
}

#qa-user-tabs a.youarehere {
	color: black;
}


#qa-user-answers ul {
	list-style-type: none;
	margin: 0;
}

#qa-user-answers {
	margin-top: 20px;
}

#qa-user-answers li {
	overflow: hidden;
	padding: 3px;
}

#qa-user-answers .answer-link {
	padding-left: 10px;
}

.answer-score {
	color: #555555;
	float: left;
	font-size: 110%;
	font-weight: bold;
	height: 15px;
	padding: 4px 4px 5px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}

/* = QA Form
-------------------------------------------------------------- */

#edit-answer {
	padding-top: 20px;
}

#question-form textarea.wp32,
#answer-form textarea.wp32 {
	width: 600px;
	height: 200px;
}

#question-form textarea.wp32,
#answer-form textarea.wp32,
.cleditorMain {
	margin: 20px 0;
}

/* = Question Form
-------------------------------------------------------------- */

#question-taxonomies {
	margin-bottom: 20px;
}

#question-form table#question-form-table input {
	width: 99%;
}

#question-title-label,
#question-category-td,
#question-tags-label {
	width: 1%;
}

#question-title-label,
#question-tags-label {
	padding-right: .5em;
}

#question-tags-label {
	padding-left: 1em;
}

#question-title,
#question-tags {
	border: 1px solid #999;
	background-color: #fff;
}

#content .question-tags a {
	color: #494949;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 12px;
}

/* = Answer Form
-------------------------------------------------------------- */

#answer-form h2 {
	color: black;
	line-height: 1.75;
}

/* = Suggest
-------------------------------------------------------------- */

.qa-suggest-results {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	display: none;
	z-index: 10000;
	border-width: 1px;
	border-style: solid;
}
.qa-suggest-results li {padding: 2px 5px; white-space: nowrap;	text-align: left}
.qa-suggest-match {text-decoration: underline}
.qa-suggest-over {cursor: pointer}

/* Suggest colors */
.qa-suggest-results {background-color: #fff; border-color: #808080}
.qa-suggest-results li {color: #101010}
.qa-suggest-match {color: #000}
.qa-suggest-over {background-color: #f0f0b8}

/* Support Ticket Form */
#si_contact_ex_field2_12 { width: 178px;}
#si_contact_ex_field2_11 {margin-right: 12px;}
#si_contact_ex_field2_12 {margin-right: 0;}
#si_contact_ex_field2_15, #si_contact_ex_field2_16, #si_contact_ex_field2_17, #si_contact_ex_field2_18, #si_contact_ex_field2_19 {margin-left: 210px;}
#add-file,
#add-file-2,
#add-file-3,
#add-file-4,
#add-file-5{
	font-size: 11px;
	margin-left: 210px;
}
.add-file {
	color: #e24a02;
	font-weight: bold;
	cursor: pointer;
	}
	
/* Site Map */	
.page-template-sitemap-php .type-page {
	min-height: 200px;
}

	
/* 404 */
.error404 .entry-content {
	background: #fff;
	min-height: 400px;
	padding-right: 28px;
}
	
/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	display: none;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area {}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #485862;
	font-weight: 600;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#primary {
	width: 272px;
	margin: 0;
	padding: 12px;
}


#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 100%;
	background: url(images/bg_footer.png) repeat-x;
	color: #c3c8cb;
	min-height: 140px;
	height: 140px;
	margin: 0;
}

#footer .menu-footer {
	width: 1360px;
	display: inline-block;
	margin: 0;
}

#footer .menu {
	margin: 6px 0 0 0;
	padding: 0;
}

#footer .menu-footer li {
	float: left;
	display: block;
	padding: 0 12px;
	border-right: 1px solid #c3c8cb;
	margin-bottom: 8px;
}

#footer .menu-footer li:first-child {
	padding-left: 0;
}

#footer .menu-footer li:last-child {
	border-right: none;
}


#footer .menu-footer li a{
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
}

#colophon {
	overflow: hidden;
	padding: 12px;
	margin-top: -4px;
	margin-left: 12px;
	width: 98%;
	float: left;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

#colophon a {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
}

#footer #youtube {
	float: right;
	margin-top: -24px;
}

#footer-contact-us {
	float: right;
	background: url(images/contact-us.png) no-repeat;
	height: 45px;
	width: 190px;
	margin-top: -24px;
}

#footer-contact-us a {
	font-size: 0;
	color: transparent;
	display: inline-block;
	height: 45px;
	width: 180px;
	cursor: pointer;
}

#footer-contact-us:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* IE7 - IE8  */
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 13px;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
.comment { color: #006600 }
