learn/*
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: 700;
	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: 69%;
}

#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: 100%;
}


/* =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: 90%;
	max-width: 1400px;

}
#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: 25px;
}



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: 90%;
	max-width: 1800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#access-wrapper {
	background: top repeat-x #ffffff;
}




/* =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: 700;
	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-color: #f2f7fc;
}
#content tr.exclude th,
#content tr.exclude td {
	color: #a8a8a8;
	background-color: #f7f7f7;
}
.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;
	width: auto; /* autocorrects the image width from breaking layout */
}
.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: 700;
}
.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:#1f4b8c;
}


#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
-------------------------------------------------------------- */


#homepagecarousel .carousel-caption{
      background-color: #282828;
      opacity: 0.75;
	padding: 15px;
}


body.home #homepagecarousel h1{
	color:#ffffff;
	font-size:45px;
	line-height:45px;
	margin-bottom:5px !important;
	font-weight:700;
}

body.home #homepagecarousel h3{
	color:#2793e6;
	clear:both;
}

body.home #homepagecarousel a:link{
	text-decoration:none!important;
}
body.home #homepagecarousel a:visited{
	text-decoration:none!important;
}
body.home #homepagecarousel a:hover{
	text-decoration:none!important;
}

body.home #homepagecarousel a:active{
	text-decoration:none!important;
}

/* =Cards. Adding our own card CSS that is not present in Boostrap 3
-------------------------------------------------------------- */

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
	padding: 1em;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

/* =Flexbox for CSS Grids
-------------------------------------------------------------- */
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: row;
}

/* =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:#ffffff;
	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 {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 20px;
	clear: both;
	margin-top: 60px;
}
#home-box p{
	margin-bottom: 11px;
	font-size: 15px;
}
#home-box ul{
	font-size: 11px;
}


#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 #d0deec;
}
#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: #d0deec;
}
#fbottomr a img{
	padding-left: 20px;
	box-sizing: initial;
}
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{
	width: 90%;
	max-width:680px;
	height:auto;
}

.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:right;
	margin-left:auto;
}


.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:#FFFFFF;
	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;
}

#homepage-video-slider{
	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;
line-height: 11px;
margin-top: 3px;
}

.ie8 .royalHtmlContent p{
	font-size: 9px;
font-weight: bold;
text-align: center;
padding: 0 82px 0 82px;
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;
}


/* 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; }




.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:3px solid #f1f1f1;
	margin-bottom:35px;
}
/* Needed Still? */
#black-studio-tinymce-10{
	background-color:#1f4b8c !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: #1f4b8c !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;
}

	/*This new Learn More style replaces its predecessor and functions for mobile and desktop */
.learnmore {
    border: 1px solid #e5e5e5;
    background: url(images/learn-more.gif) left no-repeat #f9f9f9;
    padding-left: 100px!important;
    padding-top: 10px;
    margin-top: 20px;
    min-width: fit-content;
}



.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;
}

/* Needed still?*/
.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;
}


/* Master Collection of Media Queries for Low Resolution Screens */


/* Media Queries for the Menu and Navigation related Items  */


 


/* Media Query to Hide Toplinks on low resolution screens */
@media only screen and (max-width: 1024px){


	
		#topLinks{
			display:none;
	}


}


	

/* Media Queries for formatting top level microway.com domain page  */


/* Media Query to Restructure Home Box on low resolution screens */
/* Media Query to Restructure Events Ticker on low resolution screens */
/* Media Query to Hide Carousel low resolution screens */
/* Media Query to Hide Logo Box low resolution screens */
/* Media Query to Hide Homepage Videos on low resolution screens */
@media only screen and (max-width: 1024px){

	#home-box{
	max-width: 90%;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 15px;
	clear: both;
	margin-top: 30px;
	}
		
	#upcoming-events{
	max-width: 90%;
	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;
	
	

}
	
	#homepagecarousel{
	display:none;
	}
	
	#logo-box{
	display:none;
	
	
}
		#homepage-videos{
	display:none;
	
}
}



/* Media Queries for the Widget Areas on low resolution screens both hiding and reflowing  */

 /* Media Query to Move to bottom of page All CTA Buttons/Secondary Widgets for low resolution screens */
/* Set Limits on Width of Secondary Widgets for Reflowed Pages (Technical Info Box)*/
@media only screen and (max-width: 1024px){


#primary,
#secondary
	{ 

		width:100%;
		padding:10px 10px 0 0;
		float:left;

	
}
	
#categories-2,
#tag_cloud-2,
#incsub_wiki_categories-2,
#tag_cloud-3,
#black-studio-tinymce-14,
#black-studio-tinymce-15,
#technical-info {
	padding:15px;
	background-color:#f9f9f9;
	border:1px solid #e5e5e5;
	margin-bottom: 30px;
	max-width: 280px;
	}

}


/* Media Queries for formatting Specialized Microway.com Pages on Low Resolution Screens */

/* Rackmount Server Pages  */
/* Media Query to Hide Wide Rackmount Server Comparision Table Elements that are too large for low resolution screens */

@media only screen and (max-width: 767px){
.rackmount-server-listing table td.product-specs {display:none;}
	.rackmount-server-listing table thead {display:none;}
}

/* Media Query to Restructure the Fixed Width Learn More CSS on Low Resolution Screens */

@media only screen and (max-width: 767px){	
.learn-more{
	border:1px solid #e5e5e5;
	background: url(images/learn-more.gif) left no-repeat #f9f9f9;
	min-height:640px !important;
	max-height: auto;
	width:100%;
	padding-left: 76px;
	margin-bottom: 20px;
	}
	.item-1{
padding-left:26px;
padding-right:26px;
padding-top:26px;
}
.item-2{
padding-right:26px;
padding-top:26px;
}
.item-3{
padding-top:40px;
padding-right:26px;
}

}

@media only screen and (min-width : 768px) 
and (max-width: 1023px){	
.learn-more{
	border:1px solid #e5e5e5;
	background: url(images/learn-more.gif) left no-repeat #f9f9f9;
	min-height:420px !important;
	max-height: auto;
	width:100%;
	padding-left: 76px;
	margin-bottom: 20px;
	}
	.item-1{
padding-left:26px;
padding-right:26px;
padding-top:26px;
}
.item-2{
padding-right:26px;
padding-top:26px;
}
.item-3{
padding-top:40px;
padding-right:26px;
}

}

/* Media Query to Hide Table Borders on pages that use Tabs UI for lowest resolution screens--border is narrower than table elements */
@media only screen and (max-width: 480px){	

	.ui-tabs .ui-tabs-panel { border: 1px solid #CCC !important;
	width:130%;}
}

/* Media Queries Related to the Footer Navigation for low resolution screens */

/* Media Query to Hide Preconfigured Systems on low resolution screens */
/* Media Query to Hide Adjacent Social Links on low resolution screens */
@media only screen and (max-width: 1024px){

	.preconfigured-footer{
	display:none;
	
}
	
		#fbottomr{
	display:none;
	
}
}

/* Media Query to Hide All Footers for lowest resolution screens */

@media only screen and (max-width: 767px){


#footer{ 

	display:none !important;
}
}







/******************************************************/
/* 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 */
/******************************************************/
