
/* hide all comments from the pages */
#comments-section { display:none; }

/* hide the Space Logo and Space Name */
.acs-side-bar-space-info { display: none; }

/* hide the top right search box since we have one in the nav window */
#quick-search { display: none !important; }

#footer-logo { display: none !important; }
body.theme-documentation #footer {  
    max-height: 30px !important; 
}  

/* hide the top right show/hide nav button*/
#splitter-button { display: none !important; }

/* Header BG color*/  
#header  .aui-header {  
/* adds a gradient to the header. Tried to make it match the GW in Ignition8 */  
  background: linear-gradient(45deg, #023051 0%, #055E89 100%);  
  padding: 0.5rem;  
  padding-bottom: 0; }  

/* set minimum width and bgcolor for the left nav bar */
.ia-splitter .acs-side-bar {
  /*The line below in particular sets a minimum width. Commented out because it causes some display issues if the user manually resizes the width*/
  /*min-width: 340px;*/
  /*background-color: #002143;*/
  background: linear-gradient(45deg, #023051 0%, #055E89 600%);  
} 

/* nav section pagetree text color */
.acs-side-bar .plugin_pagetree li a, 
.acs-side-bar .plugin_pagetree ul{
  font-family: Helvetica; 
  color: #f5f5f5; 
  font-weight: bold;

}
/* external nav section link color */ 
.acs-side-bar a:link,
.acs-side-bar a:visited{
  color: #F0F0F0;
  font-weight: bold;
}
.acs-side-bar a:hover{
  color: #FFFFFF;
}

/* change the text color of the selected page */
.acs-side-bar .plugin_pagetree_children_span.plugin_pagetree_current a{
  font-weight: bold;
  color: #F7901D !important;
}

/* set max page width and center to look nice on a 1920x1024 monitor */
body.theme-documentation #main {  
    /* max-width: 1520px; */
    /* min-width: 900px; */
    margin: 0 auto;  
}  

/* remove the breadcrumbs at the top of the page */
#breadcrumbs { display:none; }

.wiki-content {  
  margin: 2em 0 0; 
} 

.splashPanel {  
    font-family: Verdana;  
    font-size: 15px;  
    color: #567585 !important;  
    /* Changing the color will affect the bullets of the TOC but not the text. */
} 

.space-logo img.logo {  
    border-radius: 0;  
} 

#title-text {  
/* display:none; */
color: #004357 !important; 
font-size: 40px !important;  
}  

/*
p {  
font-family: Verdana;  
font-size: 13px;  
color: #003E68 !important; 
} 
*/

h1.pagetitle {  
    display:none !important;  
}
  
h1 {  
font-family: Verdana;  
font-size: 28px;  
color: #003E68 !important;  
}  
  
h2 {  
font-family: Verdana;  
font-size: 24 px;  
color: #DD7A08 !important; 
}  
  
h3 {  
font-family: Verdana;  
font-size: 19px;  
color: #397893 !important;   
font-weight: bold !important;  
margin-bottom: 6px;   
}  
  
h4 {  
font-family: Verdana;  
font-size: 15px;  
color: #567585 !important;   
font-weight: normal;  
margin-bottom: 6px;   
}  
  
h5 {  
font-family: Verdana;  
font-size: 12px;  
color: #567585 !important;  
font-weight: normal;  
}  
  
/* h6 is used for nav headings */
h6 {  
font-family: Helvetica;  
font-size: 14px;  
//color: #86939E !important; 
color: #919CA6 !important;
font-weight: bold;    
} 

/* hides the delete link on page history*/
.remove-historical-version-trigger { 
display: none; 
}

/* modify the page tree */
{html}
<style>
	h1, h2, h3, #title-heading { font-family: sans-serif !important; }
	#children-section { display: none; }
	.plugin_pagetree { padding-top: 14px; }
	.plugin_pagetree_childtoggle_container > .no-children.icon { visibility: hidden; }
</style>

{/html}



