#calarts-navigator-logo img {
  width:440px;
  height:95px;
}

#calarts-navigator-bottom-left-wrapper {width:250px;}
#calarts-navigator-bottom-right-wrapper {width:470px;}

#navigation {
  float: right; /* LTR */
/*  float: left; /* LTR */
  width: 100%;
  margin-left: 0; /* LTR */
/*  margin-right: -100%; /* LTR */ /* Negative value of #navigation's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 2.3em; /* The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
}


.with-navigation #content,
.with-navigation .region-sidebar-second {
  /* margin-top: 2.3em; */ /* Set this to the same value as the navigation height above. */
}

.with-navigation .region-sidebar-first {
/*  margin-top: 2.3em; /* Set this to the same value as the navigation height above. */
}


#navigation .section {
}

#navigation ul /* Primary and secondary links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}

#navigation li /* A simple method to get navigation links to appear in one line. */ {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
}


#navigation {
	overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/


#calarts-navigator-main-wrapper span {
  display:none !important;
}


/*////////////*/
/* NAVIGATION */
/*////////////*/

/**
 * @file
 * Navigation Styling
 */


/*
 * The active item in a Drupal menu
 */
li a.active {
  color: #000;
}

/*
 * Navigation bar
 */
#navigation {
}

.region-navigation {
}

/*
 * Primary and Secondary menu links
 */
#main-menu {
}

#secondary-menu {
}

/*
 * Menu blocks
 */
.block-menu {
}

/*
 * "Menu block" blocks. See http://drupal.org/project/menu_block
 */
.block-menu_block {
}



