
/* Custom styles for Confluence (included for all themes by default) */

@import url(//fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Open+Sans:400italic,700italic,400,700);

body { font-family: 'Roboto', sans-serif; font-weight: 400; }
h1, h2 { font-family: 'Open Sans', sans-serif; font-weight: 700 !important; }
h3 { font-family: 'Open Sans', sans-serif; }
div.panelHeader b { font-family: 'Open Sans', sans-serif; font-weight: 700; }

/*
#navigator-bar { background: #211B0E; height: 20px; width: 100%; margin: 0; font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif; padding-top: 4px; padding-left: 0; text-align: left; border: 0 !important; }
#navigator-bar a:link { padding: 12px 0; text-decoration: underline !important; font-size: 11px !important; }
#navigator-bar a { display: inline; list-style: none; margin: 1px 10px; color: #B38936 !important; }
#navigator-bar a:hover, #navigator-bar a.yourhere, #navigator-bar a:focus { background: #F0ECE4; padding: 1px 6px 1px 6px; margin: 0 4px; border-radius: 9px; color: #4d4129 !important; }
#navigator-bar a.yourhere { background: #fffbf2; color: #4d4129 !important; text-decoration: none !important; -webkit-box-shadow: inset 0 1px 1px #b38936; -moz-box-shadow: inset 0 1px 1px #b38936; box-shadow: inset 0 1px 1px #b38936; border-radius: 9px; }
#navigator-bar a.yourhere:hover, #user-nav a.yourhere:link, #user-nav a.yourhere:visited { background: #fffbf2; color: #4d4129 !important; }

.deck .tabBar .tab a { 
background-color: #FFF; 
color: #B38936  !important; 
} 

.deck .tabBar.top .tab#current a { 
background-color: #B38936; 
color: #FFF  !important; 
border: 1px solid black !important;
}

.deck .tabBar .tab a:hover { 
background-color: #535353 !important; 
color: #E5D5B5 !important; 
} 


.deck .cards.tabbed {
border: 0px !important;
}*/


/* End custom styles for Confluence */


