/*
Theme Name: Microway
Theme URI: http://newbreedmarketing.com/
Description: A theme built for Microway
Author: New Breed Marketing (Zane Gundersen and Christopher Mathieu)
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: white, two-columns, three-colunns, fixed-width, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =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;
}
table, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: Lato, sans-serif;
}
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;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -300px 0 0;
	width: 100%;
}
#content {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 680px;
}
#primary {
	clear: right;
	display: none;
}
#secondary {
	float: right;
	overflow: hidden;
	width: 280px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: Three columns, two sidebars
DESCRIPTION: Three-column fixed layout with two sidebars
*/

body.page-template-threecolumn-page-php #content {
	width: 460px;
	margin-left: 240px;
}

body.page-template-threecolumn-page-php #primary {
	float: left;
	overflow: hidden;
	width: 220px;
	margin-left:-700px;
	clear: none;
	display: block;
}
body.page-template-threecolumn-page-php #secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}


/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 100%;
}

/*
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;
}
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;
}
input[type=submit] {
	font-family: 'Open Sans', sans-serif;
}
/* Use a fixed-width font for <pre> and <code>
 * These are mainly for the blog posts. */
pre, code {
	font-family: "Courier New", monospace, serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 990px;

}
#wrapper {
	margin-top: 0px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	float:right;
}
#footer-widget-area .widget-area {
	float: right;
	margin-right: 15px;
	width: 100px;
}
#footer-widget-area #first {
	margin-right: 0;
}

#footer-widget-area h3 {
	font-size:12px;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-color: #fff;
}
body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.7em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 4em;
}

ol li{
	margin-bottom:8px;
}

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: 1em; /* Eliot: reduced from 1.5em to better fit blog */
}
code {
	background: #f7f7f7;
	color: #222;
}
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;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	padding: 2px 2px 2px 6px;
	margin-right: -3px;
	font-size: 11px !important;
	width: 167px;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
	height: 19px;
}

.search-microway{
	float:right;
	margin-top:6px;
}

a:link {
	color: #CB6848;
	text-decoration:none;
}
a:visited {
	color: #CB6848;
	text-decoration:none;
}
a:active,
a:hover {
	color: #CB6848;
	text-decoration:underline ;
}

img a:active,
img a:hover {
	color: #CB6848;
	text-decoration:none !important;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background: url(images/microway-top.gif) top repeat-x #ffffff;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 0;
	border-bottom: 0;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#access-wrapper {
	background: url(images/microway-nav-bg.gif) top repeat-x #eaeaeb;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 0px;
	width: 990px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #555555;
	display: block;
	line-height: 38px;
	font-size:15px;
	padding: 0 17px;
	text-decoration: none;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #f1f1f1;
}



#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #4284c6;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color:#ffffff;
}

#access ul ul :hover > a { /* Eliot removed: .single-press-room #menu-item-405 a */
	background: #013a72;
	color: #555555;
}
#access li:hover > a,
#access ul li:hover > ul {
	display: block;
	background: url(images/nav-hover-bg.gif) bottom repeat-x #4284c6;
	color:#ffffff;

}
#access ul li.current_page_item > a{
	color: #fff;
	background: url(images/nav-hover-bg.gif) bottom repeat-x #4284c6;

}
#access ul li.current-page-ancestor > a,
#access ul li.current-menu-ancestor > a{
	color: #fff !important;
	background: url(images/nav-hover-bg.gif) bottom repeat-x #4284c6;

}
#access ul ul li.current-menu-item > a{
	color: #555555;
	background: #013a72;

}
#access ul li.current-menu-parent > a {
	color: #fff;
	background: url(images/nav-hover-bg.gif) bottom repeat-x #4284c6;

}


/* Highlight current position in top menu */
.single-preconfiguredsystems #menu-item-166 > a, /* Preconfigured systems custom post type */
.single-product #menu-item-166 > a,              /* Product custom post type */
.single-events #menu-item-164 > a,               /* Event custom post type */
.single-press-room #menu-item-164 > a,           /* Press release custom post type */
.single-incsub_wiki #menu-item-165 > a {         /* Wiki custom post type */
	color: #fff !important;
	background: url(images/nav-hover-bg.gif) bottom repeat-x #4284c6;
}


* html #access ul li.current_page_item a,
* html #access ul li.current-menu-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: #fff;
	background: url(images/nav-hover-bg.gif) bottom repeat-x #4284c6;
}


/* =Content
-------------------------------------------------------------- */

body.home #main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#main {
	clear: both;
	overflow: hidden;
	padding-top: 30px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #515151;
	font-size: 13px;
	line-height: 16px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 15px;
}
#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 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

body.home #content h1{
	color:#013a72;
	font-size:45px;
	line-height:45px;
	margin-bottom:0 !important;
	font-weight:700;
}

body.home #content h2{
	color:#4284c6;
	font-size:30px;
	line-height:32px;
	font-weight:300;
}

#content h1{
	color:#4182C3;
	font-size:28px;
	line-height:28px;
	margin-bottom:15 !important;
	font-weight: bold;
}

#content h2{
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight: bold;
}

#content h3{
	color:#4284c6;
	margin-bottom:0!important;
	clear:both;
}
#content h4{
	color:#515151;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight: 600;
	margin-bottom:0!important;
}


#content table {
	border: none;
	margin: 0;
	text-align: left;
	width: 100%;
}
#content thead th {
	background-color: #4284c6;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: none;
	padding: 6px 24px;
}
#content tr.odd th,
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 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 {
	color: #013a72;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom:15px;
}

.rackmount-server-listing h2,
.page-template-preconfigured-systems-php h2,
.page-template-press-room-php h2,
.page-template-events-php h2  {
display: block !important;
color: #4284c6;
text-transform: uppercase;
font-family: 'Lato', sans-serif !important;
font-weight: 700 !Important;
font-size: 17px !important;
margin-bottom: 0 !important;
}

.entry-title a:link,
.entry-title a:visited {
	color: #4284c6;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #4284c6;
	text-decoration:underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.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 {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.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: #000;
	font-weight: bold;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #cb6848;
}
#content .video-player {
	padding: 0;
}


/* =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 {
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 680px !important; /* prevent too-wide images from breaking layout */
	text-align: center;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 11px;
	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: 10px;
	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;
}
#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 */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	display:none;
}

.blog #respond,
.single-post #respond{
	display:block;
}

#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 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: #222;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 12px;
}
.widget-area a:link,
.widget-area a:visited {
	color: ##cb6848 !important;
	text-decoration: none;
	font-size: 13px;
	font-family: lato, sans-serif;
	font-weight: 600;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
.textwidget p {
	font-size: 13px;
}
#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 */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.9em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
	background-color:#4284c6;
}
#colophon {
	border-top: 0;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =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: 14pt;
		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;
	}
}

/* =Slider CSS
-------------------------------------------------------------- */

.fusion,.fusion div.content{width:707px}
.fusion{position:relative;overflow:hidden;background-image: none;
background-repeat: repeat-x; width:990px !important; z-index:0 !important;}
.fusion ul{clear:both;margin:0 !important;padding:20px 10px 20px 10px;z-index:1000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}


.ie8 .fusion ul{clear:both;margin:0 !important;padding:0;width:284px !important; z-index:1000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}

.fusion{opacity:.5}

.loaded:after{content:'';z-index:-10000;background:transparent}
.fusion ul li{display:inline;margin-right:15px;padding:20px 0; margin-bottom:0 !important;}
.aside ul li{margin-right:0}
.fusion ul li:last-child{margin-right:0}
.fusion ul li a{text-decoration:none;color:white;text-transform:uppercase;font-family:"League-Gothic",Courier;font-size:21px;color:#222;text-shadow:0 2px 3px #555}
.fusion ul li a:hover{text-shadow:0 1px 3px gray}
.fusion ul li a.selected{color:#fbfbfb}
.fusion section{line-height:0}
.fusion div.content{padding:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;overflow:hidden;line-height:21px}
.fusion div.content p:last-child{margin-bottom:0}
.horizontal section{width:20000px}
.horizontal div.content{float:left}
.vertical section{height:20000px}
.vertical div.content{float:none;display:block}
.mixed section{height:100%;position:relative}
.mixed div.content{float:none;display:block;position:absolute;top:0;left:0;background:white;z-index:-1}
.mixed div.content:first-child{z-index:100}
.controls{display:none;}
.aside ul{float:left;padding:0;height:100%;position:absolute}
.aside ul li{display:block}
.aside ul li{padding:0}

#fusion1 ul li a,
#iefusion1 ul li a{
	width:284px;
	height:76px;
	display:block;
}

#iefusion1{
	display:none;
}

.ie8 #iefusion1,
.ie7 #iefusion1{
	display:block;
}
.ie8 #fusion1,
.ie7 #fusion1{
	display:none !important;
}

.ie8 .home .content{
	float:left !important;
}

.first-slide a{
	background-image:url(images/slider-nav1.gif);
	background-repeat:no-repeat;
}

.first-slide a:hover{
	background-image:url(images/slider-nav1-on.gif);
	background-repeat:no-repeat;
}

.first-slide a.selected{
	background-image:url(images/slider-nav1-on.gif);
	background-repeat:no-repeat;
}


.second-slide a{
	background-image:url(images/slider-nav2.gif);
	background-repeat:no-repeat;
}

.ie8 .second-slide a,
.ie8 .third-slide a,
.ie8 .fourth-slide a,
.ie8 .fifth-slide a{
	margin-top:-16px !important;
}

.second-slide a:hover{
	background-image:url(images/slider-nav2-on.gif);
	background-repeat:no-repeat;
}

.second-slide a.selected{
	background-image:url(images/slider-nav2-on.gif);
	background-repeat:no-repeat;
}

.third-slide a{
	background-image:url(images/slider-nav3.gif);
	background-repeat:no-repeat;
}

.third-slide a:hover{
	background-image:url(images/slider-nav3-on.gif);
	background-repeat:no-repeat;
}

.third-slide a.selected{
	background-image:url(images/slider-nav3-on.gif);
	background-repeat:no-repeat;
}

.fourth-slide a{
	background-image:url(images/slider-nav4.gif);
	background-repeat:no-repeat;
}

.fourth-slide a:hover{
	background-image:url(images/slider-nav4-on.gif);
	background-repeat:no-repeat;
}

.fourth-slide a.selected{
	background-image:url(images/slider-nav4-on.gif);
	background-repeat:no-repeat;
}


.fifth-slide a{
	background-image:url(images/slider-nav5.gif);
	background-repeat:no-repeat;
}

.fifth-slide a:hover{
	background-image:url(images/slider-nav5-on.gif);
	background-repeat:no-repeat;
}

.fifth-slide a.selected{
	background-image:url(images/slider-nav5-on.gif);
	background-repeat:no-repeat;
}





/* =Custom Overides
-------------------------------------------------------------- */

.home .entry-title{
	display:none;
}

#footer .widget-title{
	display:none;
}

.footer-nav-menu{
	width:150px;
	float:left;
}

#footer-widget-area h4,
#footer-widget-area h4 a,
.footer-nav-menu h4,
.footer-nav-menu h4 a,
.preconfigured-footer h4,
.preconfigured-footer h4 a{
	color:#013a72;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	margin-bottom:15px;
	font-weight: 900;
}

.footer-nav-menu ul,
.footer-nav-menu li {
list-style-image:url(images/footer-arrow.gif) !important;
}

.footer-nav-menu li a{
	color:#ffffff;
}

body.home {

	background-repeat: repeat-x;
	background-position: 0px 136px;
}
body.home .entry-content {
	padding-top: 30px;
}
#home-box {
	width: 958px;
	height: 133px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 15px;
	clear: both;
	margin-top: 30px;
}
#home-box p{
	margin-bottom: 11px;
	font-size: 15px;
}
#home-box ul{
	font-size: 11px;
	width: 425px;
}
#home-box li,
#main li{
	list-style-image: url(images/bullet.png);
}
ul.treeview li { list-style-image: none !important; }

#home-box li{
	margin-bottom:0 !important;
}

#main li{
	margin-bottom:8px;
}

#main ul{
	margin-left:4em;
	margin-bottom:15px;
	margin-top:15px;
}



#logo-box {
	float: right;
	height: 101;
	margin-top: 15px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	width:490px;
}
#logo-box img{
	padding-left: 15px;
	float:left;
}
#footer-widget-area img{
	border: 1px solid #013a72;
}
#fbottom {
	clear: both; 	color: #fff;
}
#fbottom p{
	margin-bottom: 11px;
	clear:both;
}
#fbottoml {
	float: left;
	width: 50%;
}
#fbottoml a{
	color: #fff;
}
#fbottomr {
	float: right;
	width: 50%;
	text-align: right;
}
#fbottomr a {
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #013a72;
}
#fbottomr a img{
	padding-left: 20px;
}
p.connect {
	margin-top: 22px;
}
#topLinks {
	float: right;
	text-align: right;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 3px;
}
#topLinks a{
	color: #4284c6;
}
.redLinks a{
	color: #4a9242 !important;
	font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-left: 11px;
	letter-spacing: normal;
	position: relative;
	top: 5px;
}
.widget-title { display: none;}

body.blog .entry-title { display: block;}
body.single .entry-title { display: block;}

body.home #breadcrumbs { display: none;}

p#breadcrumbs {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#breadcrumbs a{
	color: #cb6848;
}

/* Hide duplicate Wiki breadcrumbs */
div.incsub_wiki_top { display: none; }

/* Make the bottom of Wiki pages more spaceous */
div.incsub_wiki_bottom { margin-top: 18px; }
div.incsub_wiki-subscribe { margin-top: 18px; }

/* Default table style for Wikis and Blog posts */
div.incsub_wiki_content table th,
div.incsub_wiki_content table tr,
div.incsub_wiki_content table td,
table.technical th,
table.technical tr,
table.technical td,
body.single-post table th,
body.single-post table tr,
body.single-post table td {
	background-color: #EFEFEF;
	text-align: center;
	padding: 6px 10px !important;
	border: 1px solid #FFF;
}
table td.rowhead {
    text-align: left !important;
    font-weight: bold;
}
table th.vcenter, table tr.vcenter, table td.vcenter {
	vertical-align: middle;
}

/* Make the Wiki discussion/history tabs less obtrusive for regular users */
body.single-incsub_wiki div.incsub_wiki_tabs { display: none; }
body.logged-in div.incsub_wiki_tabs { display: block; }

.clear-both { /* For pages such as: Rackmount servers */
	clear:both;
}

/* Category lists for blog */
#categories-2,
/* Tag cloud for blog */
#tag_cloud-2,
/* Knowledge Center categories */
#incsub_wiki_categories-2,
/* Knowledge Center tags */
#tag_cloud-3,
/* Customer testimonials widget */
#black-studio-tinymce-14,
/* Newsletter signup widget */
#black-studio-tinymce-15,
/* Technical information widget */
#technical-info {
	padding:15px;
	background-color:#f9f9f9;
	border:1px solid #e5e5e5;
	margin-bottom: 30px;
}
#categories-2 .widget-title,
#tag_cloud-2 .widget-title,
#incsub_wiki_categories-2 .widget-title,
#tag_cloud-3 .widget-title,
#black-studio-tinymce-14 .widget-title,
#black-studio-tinymce-15 .widget-title,
#technical-info .widget-title {
	display:block !important;
	color:#4284c6;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700 !Important;
	font-size:17px !important;
}
#technical-info ul{
	font-family: 'Lato', sans-serif !important;
	list-style-image: url(images/widget-bullet.gif);
}


/* Format the customer testimonials widget */
#black-studio-tinymce-14 .testimonial { font-style: italic; }
#black-studio-tinymce-14 .person { margin-top: 0.5em; }
#black-studio-tinymce-14 .person:before {
    content: "\00BB";
    margin-right: 0.2em;
}
#black-studio-tinymce-14 .org {
    font-weight: bold;
    font-size: larger;
}
#black-studio-tinymce-14 .epilogue {
    font-size: smaller;
}


/* Hide author information and permalink */
.single-preconfiguredsystems .entry-meta,     /* Preconfigured systems */
.single-preconfiguredsystems #entry-author-info,
.single-preconfiguredsystems .entry-utility,
.single-preconfiguredsystems .navigation,
.single-product .entry-meta,                  /* Products */
.single-product #entry-author-info,
.single-product .entry-utility,
.single-product .navigation,
.single-events .entry-meta,                   /* Events */
.single-events #entry-author-info,
.single-events .entry-utility,
.single-events .navigation,
.single-press-room .entry-meta,               /* Press releases */
.single-press-room #entry-author-info,
.single-press-room .navigation,
.single-press-room .entry-utility,
.single-wpfb_filepage .entry-meta,     /* File download pages */
.single-wpfb_filepage #entry-author-info,
.single-wpfb_filepage .navigation {
	display:none !important;
}

/* Hide Knowledge Center files as temporary workaround for WP-Realtime-Sitemap plugin. */
div#wp-realtime-sitemap-wpfb_filepage {
    display:none !important;
}

.event-details h3 span { color: #000; }

.featured-image,
.single-product .product-image,
.single-preconfiguredsystems .preconfigured-system-image{
	max-width:680px;
}

.page-template-preconfigured-systems-php #content img,
.page-template-events-php #content img{
	max-width:140px !important;
	float:left;
	margin-right:15px;
	border:1px solid #d7d7d7;
}

.rackmount-server-listing img {
	max-width:140px !important;
	float: none;
	margin: 0px;
	border:1px solid #d7d7d7;
}

.rackmount-server-listing table th,
.rackmount-server-listing table tr,
.rackmount-server-listing table td {
	text-align: center;
	padding: 6px 10px !important;
}

.rackmount-server-listing table thead tr { border-bottom: 1px solid #d7d7d7; }

.rackmount-server-listing table h2.entry-title {
	text-align: left;
	padding-top: 10px;
}

.rackmount-server-listing h3 {
	text-align: right;
	padding-top: 10px;
}

.rackmount-server-listing table td.product-photo { width: 144px; }

.events-listing,
.preconfigured-listing{
	clear:both;
	margin-bottom:15px;
	border-bottom:1px solid #f1f1f1;
}

.preconfigured-footer{
	float:left;
	margin-left:60px;
}

.preconfigured-footer-item{
	width:120px;
	float:left;
}

.preconfigured-footer .preconfigured-footer-image-wrap{
	height:70px;
	width:94px;
	overflow:hidden;
	background-color:#ffffff;
	border:1px solid #3f3f3f;
}

.preconfigured-footer .preconfigured-system-image{
	max-width:94px;
}

#fbottomr .preconfigured-footer a img {
padding-left: 0px !important;
}

.preconfigured-footer-item h3 a{
	color:#013a72;
	font-weight: 700;
	font-size:13px;
}

.preconfigured-footer-item p{
	color:#013a72;
	font-size:13px;
}

#homepage-videos{
	float:right;
	width:392px;
	margin-left:25px;
	margin-bottom:16px;
}

.royalSlider .royalSlide, .royalSlider .royalWrapper {
padding:15px 0 0 15px;
background: url(images/royal-bg.gif) top repeat-x #fbfbfb !important;
}


.royalSlider.default .arrow {
background-image: url(images/controls-sprite1.png) !important;
background-color:transparent !important;
width: 66px !important;
height: 18px !important;
margin-top: 105px !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
filter: alpha(opacity=100) !important;
-moz-opacity: 1 !important;
-khtml-opacity: 1 !important;
opacity: 1 !important;
}

.royalSlider.default .arrow.right {
right: 18px !important;
}

.royalSlider.default .arrow.left {
left: 18px !important;
}

.royalHtmlContent p{
	font-size: 10px;
font-weight: bold;
text-align: center;
padding: 0 82px 0 82px;
width: 195px;
line-height: 11px;
margin-top: 3px;
}

.ie8 .royalHtmlContent p{
	font-size: 9px;
font-weight: bold;
text-align: center;
padding: 0 82px 0 82px;
width: 195px;
line-height: 11px;
margin-top: 3px;
}


.products-column{
	width:310px;
	margin-right:30px;
	padding-right:30px;
	border-right:1px solid #f1f1f1;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

.products-column2{
	width:305px;
	margin-top:20px;
	float:left;
	margin-bottom:20px;
}

.entry-content input,
.entry-content select {
margin: 0 !important;
}

.contact-left,
.contact-mid,
.contact-right{
	width:210px;
	float:left;
}

.contact-left{
	clear:both;
}

/* Hide newlines between hidden input fields (on Google BuyNow). */
form#BB_BuyButtonForm br { display: none; }

/* Highlight required form items */
input.wpcf7-validates-as-required { border: 1px solid #F00; }

/* Clear floats (input fields) on contact forms */
.wpcf7 h2,
.wpcf7 p {
	clear:both;
}

.wpcf7-textarea{
	width:680px;
	height:150px;
}

/* Tech support request form */
.wpcf7-form .return-address textarea {
	width:400px;
	height:100px;
}
.wpcf7-form .support-issue textarea {
	width:590px;
	height:150px;
}

/* Sometimes we need a wider text input. */
.wpcf7-form .three-columns-wide { width:586px; }
.wpcf7-form .two-columns-wide { width:376px; }

.megadrop-item{
	width:140px;
	margin-right:15px !important;
	float:left !important;
	color:#ffffff !Important;
}

.megadrop-item-last{
	width:140px;
	margin-right:0px !important;
	float:left !important;
	color:#ffffff !Important;
}

.megadrop-item p,
.megadrop-item-last p {
	font-size:11px;
}

.megadrop-item h3,
.megadrop-item-last h3{
	font-size:14px;
	font-weight:700;
	margin-bottom:15px;
}

.megadrop-item h3 a,
.megadrop-item-last h3 a{
	color:#ffffff !important;
}


#megaMenu img{
	border-top:6px solid #c3c3c3 !important;
	border-bottom:6px solid #c3c3c3 !important;
	margin-bottom:15px !important;
	margin-top:15px !important;
}

#megaMenu img:hover{
	border-top:6px solid #013a72 !important;
	border-bottom:6px solid #013a72 !important;
	margin-bottom:15px !important;
	margin-top:15px !important;
}

/* Ubermenu megadrop background color */
.sub-menu-1,
#menu-item-166 #wpmega-ubermenu-widget-area-1,
#menu-item-167 #wpmega-ubermenu-widget-area-1,
#menu-item-168 #wpmega-ubermenu-widget-area-1{
	background-color:#4284c6;
}

#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a, #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > span.um-anchoremulator, #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator, .wpmega-widgetarea h2.widgettitle {
color: #777777;
font-size: 12px;
font-weight: bold;
text-shadow: 0px 1px 1px #ffffff;
padding-bottom: 0em !important;
border-bottom: 0 !important;
margin-bottom: 0em !important;
}

#megaMenu .wpmega-widgetarea h2.widgettitle {
font-size: 12px;
line-height: 1.6em;
display: none !important;
}

/* Hide Ubermenu megadrop menu placeholders.
 * Each megadrop has duplicate list items for each link. */
#menu-item-319, #menu-item-320, #menu-item-321, #menu-item-322, #menu-item-323,
#menu-item-324, #menu-item-325, #menu-item-334, #menu-item-335, #menu-item-336,
#menu-item-337, #menu-item-338, #menu-item-339, #menu-item-524, #menu-item-577,
#menu-item-578, #menu-item-579, #menu-item-580, #menu-item-581, #menu-item-745,
#menu-item-886 {
	display:none !important;
}


/* Style/hide the Ubermenu parent list items */
#megaMenu #menu-item-523 .wpmega-link-title,    /* Products DD */
#megaMenu #menu-item-582 .wpmega-link-title,    /* Technologies DD */
#megaMenu #menu-item-629 .wpmega-link-title {   /* Markets Served DD */
display: none !important;
line-height: 0 !important;
color: inherit;
}
#megaMenu #menu-item-523 a,
#megaMenu #menu-item-582 a,
#megaMenu #menu-item-629 a {
display: none !important;
}
#megaMenu #menu-item-523 .megadrop-item a,
#megaMenu #menu-item-582 .megadrop-item a,
#megaMenu #menu-item-629 .megadrop-item a {
display: block !important;
}
#megaMenu #menu-item-523 .megadrop-item a:hover,
#megaMenu #menu-item-582 .megadrop-item a:hover,
#megaMenu #menu-item-629 .megadrop-item a:hover {
text-decoration:underline;
}

#megaMenu {
border: none;
background-color: transparent !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}


#megaMenu ul li.mega-with-sub > a,
#megaMenu ul li.ss-nav-menu-mega > a {
  background-image:none !important;
  padding-right:10px !important;   /* There is extra padding to show the bkg img normally */
}

#menu-item-166 .sub-menu{ /* Products megadrop */
	margin-top:1px !important;
	width:975px !important;
	left:0px !important;
}

#menu-item-167 .sub-menu{ /* Technologies megadrop */
	margin-top:1px !important;
	width:975px !important;
	left:-261px !important;
}

#menu-item-168 .sub-menu{ /* Markets Served megadrop */
	margin-top:1px !important;
	width:650px !important;
	left:-128px !important;
}


.dd-learnmore a,
.dd-learnmore {
	color:#ffffff !important;
	font-weight:bold !important;
	font-size:13px !important;

}

/* Home-page Events ticker */
#upcoming-events {
	background-color: #F9F9F9;
	border: 1px solid #e5e5e5;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 30px;
	font-size:19px !important;
}
.events-title {
	float: left;
}
.events-title a {
	float: left;
	color: #515151;
}
#upcoming-events ul{
	margin-bottom: 8px;
}

#post-163 { /* Home Page */
	margin-bottom: 30px;
}

.fusion{
display: none;
}

.fusion-wrapper{
	height:380px;
	background-image:url(images/285.gif);
	background-repeat: no-repeat;
	background-position: 450px 136px;
}

.partners-wrap{
	border-bottom:1px solid #f1f1f1;
	margin-bottom:15px;
}

#black-studio-tinymce-10{
	background-color:#4284c6 !important;
}

.megadrop-item a{
	padding: 0 !important;
}

#black-studio-tinymce-10 .textwidget .megadrop-item{
	margin-top:3px;
}

#black-studio-tinymce-11 .textwidget .megadrop-item{
	margin-top:3px;
	width:140px !important;
}

.client-column{
	width:216px;
	margin-right:15px;
	float:left;
	margin-bottom:15px;
}

.client-column-last{
	width:216px;
	margin-right:0px;
	float:left;
}

.page-id-36 .alignright{ /* Workstations page */
	clear:right;
}

.products-wrap{
	padding-bottom:0px;
	margin-bottom:15px;
	border-bottom:1px solid #f1f1f1;
}

#black-studio-tinymce-11{
	background-color: #4284c6 !important;
}


.learn-more{
	border:1px solid #e5e5e5;
	background: url(images/learn-more.gif) left no-repeat #f9f9f9;
	height:192px !important;
	padding-left: 76px;
	margin-bottom: 20px;
}
.learn-more p{
    /* The following rule was in-place until Q1 2016 (was then broken by a Wordpress editor update */
	/* display:none !important; */
	float:left;
}

.item-1, .item-2, .item-3{
	float:left;
	text-align: center;
}

.item-1 img, .item-2 img, .item-3 img
{
	margin-bottom:15px;
}

.item-1{
padding-left: 0;
padding-right:26px;
padding-top:26px;
}
.item-2{
padding-left: 26px;
padding-right:26px;
padding-top:26px;
}
.item-3{
padding-left: 26px;
padding-top:40px;
}

#news-ticker{
	margin-top:0 !important;
}


.dd-copy{
	height:75px !important;
}

.dd-copy2{
	height:58px !important;
}

.three-column{
	width:165px;
	margin-right:40px;
	float:left;
}

.three-column img{
	border:1px solid #f1f1f1;
}


/******************************************************/
/* Styling for jQuery tabs                            */
/******************************************************/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0 !important; height: 30px; padding-left: 8px; }
.ui-tabs .ui-tabs-nav li { vertical-align: bottom; list-style: none !important; float: left; position: relative; margin: 0px 4px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-panel { display: block; border: 1px solid #CCC; padding: 1em; background: none; }

/* Custom Microway-specific coloring for tabs         */
.ui-tabs .ui-tabs-nav li { border: 1px solid #CCC; }
.ui-tabs .ui-tabs-nav li a { color: #000; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-state-hover { background-color: #4284c6; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-hover a:hover { color: #FFF; }

/* Hide the unordered lists until the jQuery Javascript kicks in */
div[id^="tabs-"] ul { display:none; }
div[id^="tabs-"] ul.ui-tabs-nav { display:block; }
div[id^="tabs-"] .ui-widget-content ul { display:block; } /* Unhide lists in the tab content that would have been caught by the first rule */
/******************************************************/
