<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Mainstage Center for the Arts
Theme URI: http://www.mainstage.org
Author: Steve Kurtz, Sewell Internet
Author URI: http://www.sewellinternet.com/
Description: Custom theme for Mainstage Center for the Arts
Version: 1.0
License: All rights reserved
*/
/* Stylesheet */

body {
	/* Do NOT use Helvetica!  It causes IE and Chrome to display the Latin Cross instead of &amp;nbsp; */
	font-family: Arial, sans-serif;
	background: #000000;
	font-size: 14px;
	margin: 0px;
    padding: 0px;
	color: #333333;
    }
a { text-decoration: none; }

h1, h2, h3, h4, h5, h6, #TopNav {
	font-family:  'Oxygen', 'Oswald', Arial, sans-serif;
	}
    
p {
	margin-top: 0px;
    margin-bottom: 1.3em;
	}
h3 { 
	margin-bottom: 0px;
	}
td h4 {
	margin-top: 0px
    padding-top: 0px;
    }
    
#Clear {
	clear: both;
	}
#HeaderWrapper {
	width: 100%;
	background-image:url(/wp-content/themes/mainstage/graphics/header-bg-grey.jpg);
	background-repeat:repeat-x;
	background-color: #000000;
    margin: 0px;
    padding: 0px;
	}

#Header {	
	position: relative;
    background-image: url(/wp-content/themes/mainstage/graphics/bg_header_magic.png);   
	background-repeat:none;
	width: 1100px;
	height: 165px;
	margin-left: auto;
	margin-right: auto;
	}
#HeaderRight {
	float: right;
	}
#ADA {
	float: right;
	right: 10px;
	width: 150px;
	}
#ADA-Text {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
#ADA-Color {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	}
#Logo {
	position: absolute;
	bottom: 8px;
	margin-left: 5px;
	float: left;
	left: -1px;
	}
    
#Search {
	position: absolute;
	width: 290px;
	float: right;
	right: 5px;
	bottom: 20px;
	text-align: right;
	}
#SearchBox {
	width: 290px;
	height: 23px;
	background-color: #999999;
	color: #dddddd;
	border: 0px solid;
	}
	
/* Navigation **********/	

#HeaderNav {
	position: absolute;
	float: right;
	right: 10px;

	text-align: right;
    font-weight: bold;
    text-shadow: 2px 2px #000000;
	bottom: 10px;    
	}
#HeaderNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
 	color: #cccccc;
    }
#HeaderNav li {
	display: inline;
  	/* background-color: #304375; */
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
   
    }

#HeaderNav li a {
 	color: #cccccc;
	text-decoration: none;
    }
#HeaderNav li a:hover {
	text-decoration: underline;
 	color: #ffffff;
    }

#NavWrapper {
	width: 100%;
	/* height: 45px;  */
    height: 31px;
	background-color: #304375; 
	border-bottom: #4d7eb2 solid 4px;
	}
#TopNav {
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    }

/* Content ************/

#ContentWrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	}
#LeftColumn {
	width: 800px;
	float: left;
	}
#LeftColumnWide {
	width: 1100px;
	float: left;
	}
#Slideshow {
	width: 780px;
	margin-right: 20px;
	margin-top: 20px;
    margin-bottom: 0px;
    z-index: 1;
	}
.ngg-slideshow, .ngg-slideshow img{
  	max-width:100%;
  	height: auto;
	}
#Content, #content {
	margin-top: 0px;
    }
    
#Content .Header {
	font-size: 21px;
	margin-top: 0px; 
	margin-bottom: 0px;
    margin-right: 20px;
	padding-top: 10px;
    margin-top: 20px;
	padding-bottom: 10px;
    padding-left: 0px;
	text-align: left;
    font-weight: bold;
    display: block;
	/* background-color: #304375; */
	/* color: #ffffff; */
    color: #4d7eb2;
    border-bottom: #4d7eb2 solid 2px;
	}
        
#RightColumn {
	float: left;
	width: 290px;
	}
#RightFeatured img {
	max-width: 290px !important;
    max-height: auto;
    margin-top: 20px;
    }

#LoopBox {
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	width: 380px;
		height: 380px; 
	color: #333333;
	background-color: #ffffff;
	background-image: url(/wp-content/themes/mainstage/graphics/bg_more_button_blue.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
    
/*  Old - not used */
#LoopBoxText, #LoopBoxText a {
	margin: 10px 10px 10px 10px;
	font-style:italic;
	text-shadow: 1px 1px #ffffff;
	}
#LoopBox a, #LoopBox a h2 {
	font-style: normal;
	color: #304375;
	font-size: 16px;
	margin-bottom: 2px;
	}
/* New */
#LoopBoxText, a #LoopBoxText {
	margin: 10px 10px 10px 10px;
	font-style: normal;
	font-size: 14px;
	text-shadow: 1px 1px #ffffff;
	}
a #LoopBox, a #LoopBox h2 {
	font-style: normal;
	color: #304375;
	font-size: 16px;
	margin-bottom: 0px;
	/* margin-top: 0px; */
	/* padding-top: 0px; */
	}
#LoopBoxTextContent {
	margin-top: 0.7em;
    }
#LoopBox img.more {
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: #FFF solid 0px;
	z-index: 0;
	}
#LoopBox img {
	border-bottom: #4d7eb2 solid 5px;
	}
#ContentText {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	width: 740px;
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	color: #333333;
	}
#ContentTextWide {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	width: 1050px;
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	color: #333333;
	}
#ContentText h1 {
	color: #304375;
	border-bottom: #4d7eb2 solid 4px;
    margin-bottom: 5px; 
	}
#ContentText h2 {
	margin-top: 0px;
	padding-top: 0px;
	}
#ContentText p a { 
	text-decoration: underline; 
    }
	
/* Sidebar **********/
	
#RightColumn aside {
	margin-top: 20px;
    margin-bottom: 5px;
    }
#RightColumn h3, #TicketButton h3 {
	font-size: 22px;
	margin-top: 0px; 
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #304375; 
	color: #ffffff;
    text-transform: uppercase;
	}

#RightColumn a h3 {
	color: #ffffff;
	}
#RightColumn a:hover h3 {
	color: #4d7eb2;
    }
/* .SidebarButton {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	} */

#TicketButton a H3 {
	background-color: #0fc722 !important;
	color: #ffffff!important;
    }
#TicketButton a H3:hover {
	color: #000000!important;
    }

#RightColumn.widget-title {
    }
#RightColumn.textwidget	{ /* Text Widget Formatting */
	padding: 10px;
    color: #333333;
	background-color: #ffffff;
    }
#RightColumn img {
	max-width: 290px;
    height: auto;
    }
#ContentBlock {
	background-color: #ffffff;
	}
#ContentBlock p {
	padding: 10px 10px 0px 10px;
    margin-top: 0px;
    color: #333333;
    }
#ContentBlock img {
	margin-top: -10px;
	margin-left: -10px;
    max-width: 290px;
    }
#RightColumn aside {
	background-color: #ffffff;
    padding-bottom: 0px;
	}	
#RightColumn aside ul {
	list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    /* margin-left: 10px; */
    text-align: center;
    padding-bottom: 10px;
    }
#RightColumn aside li {
	border-bottom: #cccccc solid 1px;
    }
#RightColumn aside ul li a { 
	display: block;
    padding-bottom: 6px;
	padding-top: 5px;
	color: #333333;
    }
#RightColumn aside ul li a:hover {
	color: #ffffff;
    background-color:  #4d7eb2;
	}
.enhanced-text-widget {
	/* background-color: #ffffff; */
    }
.widget-text {
	/* color: #333333; */
    }
    
.widget_text p {
	margin: 15px;
    }
/* Bottom *************/

#BottomWrapper {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: #304375; 
	border-top: #4d7eb2 solid 4px;
	}
#BottomContent {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-top: 10px;
	}
#BottomContent aside {
	background-color:  #304375;
	color: #ffffff;
    }
#BottomContent p {
	margin-left: 30px;
	margin-right: 30px;
	}
#BottomContent h3 {
	/* background-color: #4d7eb2; */
    color: #ffffff;
	font-size: 21px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	}
#BottomContent ul li a:hover {
	text-decoration: underline;
    }
#Sponsors {
	width: 1090px; /* Why did I have to make this 10px smaller? */
    background-color: #ffffff;
	}
#Sponsors h3 {
	color: #333333 !important;
    background-color: #ffffff;
    margin-left: 10px;
	}
#Sponsors aside {
	margin-left: 35px !important;
    }
#Sponsors aside img {
	max-width: 170px !important; 
    height: auto !important;
    }
#AtAGlance {
	width: 780px;
	float: left;
	margin-right: 20px;
	}
#AtAGlanceBox {
	float: left;
    width: 235px;
    margin-left: 20px; 
    }
#AtAGlanceBox h4 {
	border-bottom: #4d7eb2 solid 2px;
    margin-bottom: 0.5em;
    margin-top: 0px;
    }
    
#AtAGlanceBox aside.textwidget, #AtAGlanceBox aside.enhanced-text-widget a {
    background-color: #304375;
	color: #ffffff;
    }

#BottomContent h3 {
	/* background-color: #4d7eb2; */
    color: #ffffff;
	font-size: 21px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
    
#AtAGlanceBox #SeeAlso, #AtAGlanceBox #SeeAlso a, #AtAGlanceBox #SeeAlso a:hover {
	background-color:  #304375;
	color: #ffffff;
    padding-bottom: 1px;
	}	
#AtAGlanceBox #SeeAlso ul {
	/* list-style: none; */
    padding-left: 10px;
    margin-left: 10px;
    }
#AtAGlanceBox #SeeAlso li .divider {
	border-bottom: #cccccc solid 1px;
    }
   
#SidebarBottom {
	width: 290px;
	float: left;
	}
#SidebarBottom h3 {
	text-align: center;
    margin-left: 0px;
    padding-left: 0px;
    }
#SidebarBottom aside {
	background-color: transparent;
    /* color: #ffffff; */
    background-color:  #304375;
	color: #ffffff;
	}
#menu-bottom {
	/* background-color: #ffffff; */
    padding-bottom: 1px;
	}	
#menu-bottom {
    padding-left: 10px;
    margin-left: 10px;
    }
#menu-bottom a {
	background-color:  #304375;
	color: #ffffff;
    }
#menu-bottom li {
	/* padding-bottom: 4px;
	border-bottom: #cccccc solid 1px; */
    }

#menu-featured {
	/* background-color: #ffffff; */
    padding-bottom: 1px;
	}	
#menu-featured {
	/* list-style: none; */
    padding-left: 10px;
    margin-left: 10px;
    }
#menu-featured a { 
	color: #ffffff;
    }
#menu-featured li {
	/* padding-bottom: 4px;
	color: #ffffff;
	border-bottom: #cccccc solid 1px; */
    }

#Footer {
	margin-top: 10px;
	max-width: 1100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	}

/* Posts */

#PostEntry {
	margin-bottom: 5px;
    border-bottom: #cccccc solid 1px;
    }
#PostEntry h2 {
	margin-bottom: 0px;
    padding-bottom: 0px;
    color: #304375;
    }
#PostEntry h2 a{
    color: #304375;
	}
#PostEntry h2 a:hover {
    color: #304375;
	text-decoration: underline;
    }
.PostedDate {
	font-style: italic;
    }
#PostEntry a.MoreLink {
	text-decoration: underline;
    color: #304375;
    white-space: nowrap;
    }
#PostEntry a.MoreLink:hover {
    color: #304375;
	text-decoration: none;
    }

/* Floating Images in Content Area */

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
img.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
.wp-caption-text {
	text-align: center;
    font-family: Times;
    font-size: .95em;
    font-style: italic;
    }
    
.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}


/* Table Element Alignment */

table.alignright {
	float: right;
	}
table.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
    
table.aligncenter {
	margin-left: auto;
    margin-right: auto;
    }
    
/* Ultimate Posts Plugin */
.upw-content, .upw-content.p {
	margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
.upw-content p.post-title {
	margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
    font-weight: bold;
	}
.upw-content p.post-title a {
    color: #304375 !important;
    }
.upw-content p.post-title a:hover {
    color: #ffffff !important;
	}
.upw-content p.post-excerpt, .upw-content p.post-date {
	margin-top: 0px;
    padding-top: 0px;
    text-align: left;
    font-size: 0.9em;
	}
.upw-content p.post-date {
	font-style: italic;
    }
.upw-content p.post-excerpt a.more-link {
	display: block;
	text-align: right;
    }
.upw-content p.post-excerpt a.more-link:hover {
	background-color: #ffffff !important;
    color: #304375 !important;
    text-decoration: underline;
    }
.upw-more a {
	display: block;
    text-align: center;
    color: #304375 !important;
	}
#searchform {
	padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    }
#searchform label {
	display: none;
    }
#searchform input {
	display:block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    }  
#searchform #searchsubmit {
	 display: block;
     width: 100px;

     }
/* Responsive *********/

@media screen and (max-width: 1100px) {
	
#Header {	
	width: 100%;
	}
#HeaderNav { 
    bottom: 0px;    
    background-color: #000000;
    padding-bottom: 10px;  
    }
#ContentWrapper {
	width: 100%;
	}
#Content, #content, #LeftColumnWide, #ContentWide  {
	width: 100%;
	}
#ContentTextWide {
	width: 94%;
    }
#RightColumn {
	width: 100%;
	}
#RightColumn aside {
	margin-top: 10px;
	}
#RightColumn img {
	margin-right: auto;
    margin-left: auto;
    }
.widget_sp_image a {
	display: block;
	text-align: center;
    }
#SidebarImage img {
	display: block;
	width: 100%;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
	}
#BottomContent {
	width: 100%;
	}
#Sponsors {
	width: 100%;
	}
    
#AtAGlance {
	width: 100%;
	}
    
#SidebarBottom {
	width: 100%;
	}
#BottomWrapper {
	margin-top: 0px;
	}
#LeftColumn, #LeftColumnWide {
	margin-right: auto;
	margin-left: auto;
	float: none;
	}
}
@media screen and (max-width: 800px) {

#Header {
	background-image: none;
	}
#HeaderNav {
	display: none;
	}
#LeftColumn {
	width: 100%
	}
#Slideshow {
	width: 100%;
	margin-top: 10px;
	}
#Slideshow img {
	width: 100%;
    }
#LoopBox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	float:none;
	width: 100%;
	height: auto;
	background-size: 45px 45px;
	}
#LoopBox img { /* Change position of LoopBox Image */
	display: block;
	float: left;
	width: 30%;
	margin-right: 10px;
	border-bottom: #000000 solid 0px;
	}
#ContentText {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	}
#Content img {
	max-width: 100%;
    height: auto;
    }
#SidebarButton {
	margin-top: 0px;
	margin-bottom: 0px;
	}
#SidebarButton h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	}
#SidebarImage {
	margin-top: 10px;
	margin-bottom: 10px;
	}
}

#Sponsors aside {
	display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
#Sponsors aside h3 {
	display: none;
	}
#Sponsors aside img {

    }

@media screen and (max-width: 700px) {
#SearchBox {	
	display: none;
	}
#Logo img {
	width: 100%;
	max-width: 392px;
	}
#ContentTextWide {
	width: 92%;
    }
}
@media screen and (max-width: 570px) {
#ADA {
	display: none;
	}
#Header {
	height: 110px;
	}
}
@media screen and (max-width: 360px) {
	
#LoopBox {
	width: 100%;
	}
#LoopBox img.featured {
	/* width: 100%; */
	}
}

/**********************************************************************
 * UberMenu Base Skin: Black &amp; White - Modified for Mainstage
 * From /wp-content/plugins/ubermenu/standard/styles/basic.css?ver=2.4.0.3
 **********************************************************************/
/* Menu Bar */
#megaMenu {
  border: none;
  background-color: #304375;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Top Level Items */
#megaMenu ul.megaMenu &gt; li.menu-item &gt; a,
#megaMenu ul.megaMenu &gt; li.menu-item &gt; span.um-anchoremulator,
.megaMenuToggle {
  height: 21px;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 15px;
  font-weight: bold;
}
/* Horizontal Menu Items */
#megaMenu.megaMenuHorizontal ul.megaMenu &gt; li.menu-item &gt; a,
#megaMenu.megaMenuHorizontal ul.megaMenu &gt; li.menu-item &gt; span.um-anchoremulator {
  /* border-left: 1px solid #222222; */ /* Vertical line between top level menus */
}
/* Vertical Menu Items */
#megaMenu.megaMenuVertical ul.megaMenu &gt; li.menu-item &gt; a,
#megaMenu.megaMenuVertical ul.megaMenu &gt; li.menu-item &gt; span.um-anchoremulator {
  border-top: 1px solid #222222;
}
/* Menu Items with Dropdowns */
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub &gt; a,
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub &gt; span.um-anchoremulator,
#megaMenu ul li.menu-item.mega-with-sub &gt; a,
#megaMenu ul li.menu-item.mega-with-sub &gt; span.um-anchoremulator,
#megaMenu ul li.menu-item.ss-nav-menu-mega &gt; a,
#megaMenu ul li.menu-item.ss-nav-menu-mega &gt; span.um-anchoremulator {
  padding-right: 20px;
}
/* Top Level Menu Item Titles */
#megaMenu ul.megaMenu &gt; li.menu-item &gt; a span.wpmega-link-title,
#megaMenu ul.megaMenu &gt; li.menu-item &gt; span.um-anchoremulator span.wpmega-link-title {
  text-transform: uppercase;
  text-shadow: none;
}
/* Top Level Items - Hover */
#megaMenu ul.megaMenu &gt; li.menu-item:hover &gt; a,
#megaMenu ul.megaMenu &gt; li.menu-item &gt; a:hover,
#megaMenu ul.megaMenu &gt; li.menu-item.megaHover &gt; a,
#megaMenu ul.megaMenu &gt; li.menu-item:hover &gt; span.um-anchoremulator,
#megaMenu ul.megaMenu &gt; li.menu-item &gt; span.um-anchoremulator:hover,
#megaMenu ul.megaMenu &gt; li.menu-item.megaHover &gt; span.um-anchoremulator {
  color: #ffffff;
  border-bottom-color: transparent !important;
  background-color: #4d7eb2;
}
/* Top Level Items Title - Hover */
#megaMenu ul.megaMenu &gt; li.menu-item:hover &gt; a span.wpmega-link-title,
#megaMenu ul.megaMenu &gt; li.menu-item:hover &gt; span.um-anchoremulator span.wpmega-link-title,
#megaMenu ul.megaMenu &gt; li.menu-item &gt; a:hover span.wpmega-link-title,
#megaMenu ul.megaMenu &gt; li.menu-item &gt; span.um-anchoremulator:hover span.wpmega-link-title,
#megaMenu ul.megaMenu &gt; li.menu-item.megaHover &gt; a span.wpmega-link-title,
#megaMenu ul.megaMenu &gt; li.menu-item.megaHover &gt; span.um-anchoremulator span.wpmega-link-title {
  text-shadow: none;
}
/* Top Level Items - Current Item */
#megaMenu ul.megaMenu &gt; li.menu-item.current-menu-item &gt; a,
#megaMenu ul.megaMenu &gt; li.menu-item.current-menu-parent &gt; a,
#megaMenu ul.megaMenu &gt; li.menu-item.current-menu-ancestor &gt; a {
  color: #ffffff;
  background-color: #4d7eb2;
}
/* Sub Menu Container Style */
#megaMenu ul.megaMenu &gt; li.menu-item.ss-nav-menu-mega &gt; ul.sub-menu-1,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
  border-color: #e0e0e0;
  color: #888888;
  text-shadow: 0px 1px 1px #ffffff;
  -webkit-box-shadow: 1px 1px 1px #dddddd;
  -moz-box-shadow: 1px 1px 1px #dddddd;
  box-shadow: 1px 1px 1px #dddddd;
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
  background: -webkit-linear-gradient(top, #f9f9f9, #fefefe);
  background: -moz-linear-gradient(top, #f9f9f9, #fefefe);
  background: -ms-linear-gradient(top, #f9f9f9, #fefefe);
  background: -o-linear-gradient(top, #f9f9f9, #fefefe);
}
/* Horizontal Sub Menus */
#megaMenu.megaMenuHorizontal ul.megaMenu &gt; li.menu-item.ss-nav-menu-mega &gt; ul.sub-menu-1,
#megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg &gt; ul.sub-menu {
  border-top: none;
}
    
/* Sub Menu Columns */
#megaMenu ul.megaMenu &gt; li.menu-item.ss-nav-menu-mega &gt; ul.sub-menu-1 &gt; li.menu-item {
  border: 0px;
  padding: 0px 10px 0px 10px;
  min-width: 120px;
}
/* Sub Menu Headers */
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 &gt; li.menu-item &gt; a,
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 &gt; li.menu-item:hover &gt; a,
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header &gt; a,
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 &gt; li.menu-item &gt; span.um-anchoremulator,
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header &gt; span.um-anchoremulator,
#megaMenu .wpmega-widgetarea h2.widgettitle {
  color: #111111;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #ffffff;
  padding-bottom: 0em; /* was .4 */
  border-bottom: 1px dotted #e9e9e9;
  margin-bottom: 0em; /* was .6 */
}
/* Sub Menu Links &amp; Fake Links */
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item &gt; a,
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item &gt; span.um-anchoremulator,
#megaMenu ul ul.sub-menu li.menu-item &gt; a,
#megaMenu ul ul.sub-menu li.menu-item &gt; span.um-anchoremulator {
  color: #333333;
  font-size: 14px;
  text-shadow: 0px 1px 1px #ffffff;
  background-color: transparent;
}
/* Sub Menu Link Hover */
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover,
#megaMenu ul ul.sub-menu &gt; li.menu-item:hover &gt; a {
  color: #000000;
  background-color: transparent;
}
/* Top Level Search Bar */
#megaMenu ul.megaMenu &gt; li.menu-item &gt; .wpmega-nonlink &gt; form#searchform.ubersearch-v2 {
  padding-top: 2px;
}
/* Highlight color */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight &gt; a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight &gt; span.um-anchoremulator {
  color: #4d90fe !important;
}
/* Image Spacing */
#megaMenu .ss-nav-menu-with-img &gt; a &gt; .wpmega-link-title,
#megaMenu .ss-nav-menu-with-img &gt; a &gt; .wpmega-link-description,
#megaMenu .ss-nav-menu-with-img &gt; a &gt; .wpmega-item-description,
#megaMenu .ss-nav-menu-with-img &gt; span.um-anchoremulator &gt; .wpmega-link-title,
#megaMenu .ss-nav-menu-with-img &gt; span.um-anchoremulator &gt; .wpmega-link-description,
#megaMenu .ss-nav-menu-with-img &gt; span.um-anchoremulator &gt; .wpmega-item-description {
  padding-left: 25px;
}
.ss-nav-menu-with-img {
  min-height: 16px;
}
/* Item Description */
#megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description,
#megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-item-description {
  font-size: 9px;
  color: #bbbbbb;
  text-transform: uppercase;
}
/* Arrow Colors */
#megaMenu ul.megaMenu li.menu-item.mega-with-sub &gt; a:after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega &gt; a:after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub &gt; span.um-anchoremulator:after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega &gt; span.um-anchoremulator:after {
  border-top-color: #bbbbbb;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub &gt; a:after,
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub &gt; span.um-anchoremulator:after {
  border-left-color: #bbbbbb;
}
/* Vertical */
#megaMenu.megaMenuVertical &gt; ul &gt; li.menu-item &gt; a,
#megaMenu.megaMenuVertical &gt; ul &gt; li.menu-item &gt; span.um-anchoremulator {
  background-color: #222222;
}
#megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub &gt; a:after,
#megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub &gt; a:after,
#megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega &gt; a:after,
#megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub &gt; span.um-anchoremulator:after,
#megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub &gt; span.um-anchoremulator:after,
#megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega &gt; span.um-anchoremulator:after {
  border-left-color: #bbbbbb;
}
#megaMenu.megaMenuVertical ul.megaMenu &gt; li.menu-item.ss-nav-menu-mega &gt; ul.sub-menu-1,
#megaMenu.megaMenuVertical ul.megaMenu li.menu-item.ss-nav-menu-reg &gt; ul.sub-menu {
  border-left: none;
}
/* IE7 Hacks */
#megaMenu.megaMenuHorizontal ul.megaMenu {
  *border-bottom: none;
}
#megaMenu.megaMenuVertical ul.megaMenu {
  *border-right: none;
}

/* Editor Styles */
.side-by-side { display: inline-block; float: left; margin-right: 5px }
</pre></body></html>