@import url('libraries.css');
@import url('glyphicons.css');

/* global */
body {
    font-family: "PT Sans", arial, serif; 
    font-size: 10pt;
    background-color: white;
}
#contentSub  {
    display: none;
}
#headerWrapper {
	background: url('../images/banner_bg.png') !important;
}
#headerLogo {
    display: none;
}
#print_headerLogo {
    text-align: center;
}
#print_license {
    font-size: 80%;
}
#headerNav, #wikiNav, #p-personal, #footer {
	display: none;
}
#contentWrapper {
	float: left;
}
.printfooter, .navbox {
	display: none;
}
#barometer_iframe, #barometer_overlay, #barometer_tab {
    display: none;
}
ul, li {
	margin-left: 8pt;
	list-style: square url('../images/square.png');
}

h1, h2 {
    border-bottom: 1px solid #CCCCCC;
}
h1 {font-size: 20px; font-weight: bold;}
h2 {font-size: 16px; font-weight: normal;}
h3 {font-size: 14px; font-weight: bold;}
h4 {font-size: 13px; font-weight: bold;}
h5 {font-size: 12px; font-weight: bold;}
h1, h2, h3, h4, h5 {
    width: 100%;
    position: relative;
    display: block;
	margin: 18px 0 6px 0;
	padding-bottom: 3px;
}
pre {
        border: 0;
        margin: 6px 0 6px 0;
        padding: 6px;
        overflow-x: auto;
}
table.diff {
	clear: both;
}
#catlinks {
	clear: both;
	display: none;
}
#toc {
        border: 0;
        width: 100%;
}
#toc ul, #toc ul li {
        list-style: none;
}

.mbox {
    border: #EBB000 solid 1px;
    background-color: #FFEBCC;
    padding: 12px;
}

.mbox .mbox_message {
    float: right;
    padding: 0;
    width: 85%;
}
.mbox .mbox_icon {
    float: left;
    width: 15%;
    padding: 0;
}

/* color style from twitter bootstrap */
.box-info {
  padding: 8px 10px 6px 10px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.box-warning {
  padding: 8px 10px 6px 10px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.box-info .mbox_message, .box-warning .mbox_message {
  width: 95%;
}
.box-info .mbox_icon, .box-warning .mbox_icon {
  width: 5%;
}


