
/* uptime nav section */

#header .aui-header ul.aui-nav li.uptime-nav a 
{
  margin-left:1px;
  margin-right:1px;
  color: #DADADA; 
  font-family: "Open Sans",sans-serif;
  font-size: 10px;
  font-weight: 300;
  padding: 8px 20px 10px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(1) a
{
  border-top: #4e9944 2px solid;
  color: #DADADA;
}
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(2) a 
{
  border-top: #5eaa44 2px solid;
  color: #DADADA;
} 
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(3) a 
{
  border-top: #6ebb44 2px solid;
  color: #DADADA;
}
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(4) a
{
  border-top: #7ecc44 2px solid;
  color: #DADADA;
} 
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(5) a 
{
  border-top: #8edd44 2px solid;
  color: #DADADA;
}
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(6) a
{
  border-top: #9eee44 2px solid;
  color: #DADADA;
} 
#header .aui-header ul.aui-nav li.uptime-nav a:hover
{
  color:#FFFFFF;
  background-color: #5C5C5F;
}
/* end of uptime nav section */


#children-section
{
  margin-bottom : 50px;

  /* Uncomment this to hide child page section */
  display     : none;
}

#comments-section
{
  /* Uncomment this to hide comments*/
  display     : none;
}

#likes-and-labels-container
{
  /* Uncomment this to hide likes & labels */
  display     : none;
}

#navigation ul.ajs-menu-bar
{
  /* Determines transparency of page menus */
  /* Set to 0 to make menus invisible, except on hover */
  /* Set to 1 to make fully opaque, or a value in between for semi-transparent */
  opacity       : 0;
}

#page-metadata-banner
{
  /* hide attachments paperclip */
  display: none;
}

/***************************************************
** ATLASSIAN DOCUMENTATION THEME 
***************************************************/

#main 
{
  background    : white;
}

p,
body,
.bodytext, 
.stepfield, 
.panelContent,
.wiki-content p 
{
  background    : transparent;
}

p,
tr, 
td,
body, 
table, 
.bodytext, 
.stepfield, 
.panelContent,
.wiki-content p
{
  color         : #333;
  -webkit-font-smoothing: antialiased;
}

.wiki-content h1,
.wiki-content h2,
.wiki-content h3
{
  color         : #333;
  font-weight   : normal;
}

.wiki-content h4,
.wiki-content h5,
.wiki-content h6 
{
  color         : #333;
}

/***************************************************
** THEME HEADER & FOOTER
** (e.g. info panel used for doc versions) 
***************************************************/

#theme-header, 
#theme-footer 
{
  margin        : 30px auto 0px;
  width         : 990px;
  text-align    : center;
}

#theme-footer 
{
  margin        : 30px auto 50px;
}

#theme-header .sectionMacro td,
#theme-footer .sectionMacro td 
{
  text-align    : center;
}

#labels-section
{
  display       : none;
}


/***************************************************
** MAIN HEADER 
***************************************************/
#main-header 
{
  margin        : 40px 0 0;
}

#breadcrumb-section
{
  display : none;
}

h1.pagetitle img 
{
  display       : none;
}

#title-text a  
{
  color         : #87C247 !important;
}

#navigation ul.ajs-menu-bar:hover 
{
  opacity       : 1.0;
}

.page-metadata 
{
  opacity       : 0;
  margin        : 0 0 30px;
}

.page-metadata:hover 
{
  opacity       : 1.0;
}

.page-metadata-modification-info
{
  display       : none;
}

#browse-menu-link,
#navigation ul.ajs-menu-bar,
.page-metadata 
{
  transition         : opacity .25s ease-in-out;
  -moz-transition    : opacity .25s ease-in-out;
  -webkit-transition : opacity .25s ease-in-out;
}


