
/* header CSS */
#header-wrapper {
	width: 765px;
	height: 103px;
  
  margin: 0px;
}
#header {
	width: 765px;
	height: 103px;
  
  margin: 0px;
  
	background-image: url('/wp-content/themes/ditablog/images/DITABlogBanner.gif');
	background-position: left;
	background-repeat: no-repeat;
}

/* banner CSS from DITA Users */

#main-menu {
	position: absolute;
	left: -20px;
	top:  77px;
	height: 25px;
	width: 765px;
}

#main-menu ul {
  margin: 0px 0px 0px 40px;
  padding: 0px; 
}

#main-menu li {
	width: 102px;
	height: 25px;
  
	padding: 0px;
	border-left: 1px solid #005CA7;
	margin: 0px;
  
	background-image: url('/design/gfx/main-menu_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
  
	list-style-type: none;
	list-style-position: outside;
	float: left;
	text-align: center;
}

div#main-menu ul li a {
  display: block;
	width: 100%;
  
	padding: 3px 0px;
  
	text-decoration: none;
	color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

div#main-menu ul li a:hover {
	background-image: url('/design/gfx/main-menu_hover_bg.gif');
	color:#000000;
  
  /* 
  20050606 dtd
  added to make the main-menu have the same hover effect as the sub menus
  background-color: #1B588B;
  */
  color: #ffffff;
}

#main-menu ul li a.selected {
	font-weight: bold;
	background-image: url('/design/gfx/main-menu_bg_selected.gif');
	background-position:top;
	background-repeat:repeat-x;
}

#main-menu ul li a.selected:hover {
  /* 
  background-image: none;
	background-color: #B5CFE6;
	color: #000000;
  20050606 dtd
  added to make the main-menu have the same hover effect as the sub menus
  background-color: #1B588B;
	*/
  background-image: url('/design/gfx/main-menu_bg_selected.gif');
	background-position:top;
	background-repeat:repeat-x;
  color: #ffffff;
}

li#main-menu-rightmost {
  border-right: 1px solid #005CA7;
}


#menu {
	padding: 6px;
	margin: 0px;
  font-size: 13px;
  font-weight: bold;
  color: #000066;
}
#menu ul {
	padding: 0px;
	margin: 0px;
  font-size: 13px;
  font-weight: normal;
}

#menu ul li {
	display: block;
	list-style: none;
	width: 158px;
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	display: block;
  
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
  
	text-decoration: normal;
	background-color: #ffffff;
	color: #000066;
    
  font-size: 13px;
}

#menu ul li ul li a {
	display: block;
  
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
  
	text-decoration: none;
	background-color: #ffffff;
	color: #000066;
  font-size: 13px;
}

div#menu ul li a:hover {
	color: #660099;
}

div#menu ul li ul li a:hover {
	color: #660099;
}

#menu ul li a:visited {
	color: #660099;
}

#menu .selected {
	background-color: #ffffff;
	font-weight: bold;
}



div.menu {
  position: absolute !important;
  visibility: hidden;
  left: 0px;
  top: 0px;
  z-index: 101;
  width: 185px !important;

  margin: 0px 0px 0px 0px !important;
  border: none !important;
  padding: 6px 6px !important;
  
  background-color: #307bb6;
}
div.menu a.menuItem {
  display: block;
  width: 170px;
  
  margin-bottom: 4px;
  border-bottom: 1px solid #ffffff;
  padding: 2px 0px 1px 15px;
  
  text-decoration: none;
  cursor: default;
  cursor: pointer !important;
  color: #ffffff;
  line-height: 1.1em;
  font-size: 13px;
}
div.menu a.menuItemSecure {
  width: 170px;
  cursor: default;
  cursor: pointer !important;
  display: block;
  
  margin-bottom: 4px;
  border-bottom: 1px solid #ffffff;
  padding: 2px 0px 1px 15px;
  
  background-image: url('../gfx/low-lock.gif');
  background-position: left top;
  background-repeat: no-repeat;
  
  color: #ffffff;
  text-decoration: none;
  line-height: 1.1em;
  font-size: 13px;
}
div.menu a.menuItem:hover, div.menu a.menuItemSecure:hover, div.menu a.menuItemHighlight {
  cursor: pointer !important;
  
  background-color: #000066;
  color: #ffffff;
}
div.menu a.menuItem span.menuItemText {}
div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}
div.menu div.menuItemSep {
}

div.menu {
  width: 750px;
  margin-left: 10px;
}
div.menu a {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #888;
}

div.hidden { 
	visibility: hidden;
	display: none;
}


/* search bar CSS */
#search_bar {
  width: 735px;
  height: 23px;
  
  border: 0px solid #000000;
}
.search {
  height: 23px;
  padding: 0px;
  
  border: 0px solid #000000;
  
	white-space: nowrap;
}
.search a:link {
  color: #ffffff;
}
.search a:active {
  color: #ffffff;
}
.search a:visited {
  color: #ffffff;
}
.search input {  
  border: 0px solid #005CA7;
}
.search {
	background-color: #307bb6;
	color: #ffffff;
  padding: 0px;
	padding-left:15px;
	padding-right:15px;
  font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.searchButton {
	margin-left: 4px;
  vertical-align: middle;
}
#searchform {
  display: inline;
}
#our_searchform {
	background-color:#eeeeff;
  display: inline;
}
.inline {
  display: inline;
}

#searchGoButton {

}

#mw-searchButton {

}

#helpIcon {
  vertical-align: middle;
}



/* right column */
#rightColumn {
  padding-left: 10px;
}

.feature_head {
  color: #000066;
  font-size: 1.9em;
  font-family: arial,helvetica,sans-serif;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 6px;
}

.feature_subhead {
  color: #000066;
  font-size: 1.2em;
  font-family: arial,helvetica,sans-serif;
  font-weight: bold;
  padding-top: 5px;
}


#filler {
 height:475px;
}

#ditaxml {
 margin-left:25px;
}


/* our footer */

#our_footer_wrapper {
	width: 765px;
  border-bottom: 1px solid #307bb6;
  padding-bottom: 4px;
}
#our_footer {
	width: 765px;
  
	font-size: 13px;
  background-color: #307bb6;
	color: #ffffff;
}
#our_footer a {
	border-left: 1px solid #B5CFE6;
	padding: 2px 10px;
  padding-right: 6px;
  
	color: #ffffff;
  font-family: arial,helvetica,sans-serif;
	text-decoration: none;
}
#nanoSky {
  vertical-align: middle;
  padding-bottom: 2px;
}

.clearBoth {
  clear: both;
}
