@media print {
	#header, #footer, #sidebar, .btn, #debug-kit-toolbar, .cake-sql-log {
		display: none !important;
	}

	#content {
		border: 0 !important;
		margin: 0 !important;
	}

	#wrapper {
		margin: 0 !important;	
	}
}

html, body {
	height: 100%;
}

body {
	// font-size: 13px;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: relative;
	display: inline-block;	
	margin-bottom: -46px;
}

#push {
	height: 46px;
}

#sidebar {
	width: 250px;
	position: absolute;
	top: 140px;
	left: 0;
	bottom: 41px;
	background: #314c67 url(../img/sidebar.png) top left no-repeat;
}

#content {
	position: relative;
	margin-left: 250px;
	border-top: 5px solid #555;
}
#content > .container, #content > .container-fluid {
	padding: 0;
	margin: 10px;
}

#header {
	height: 140px;
	background: url(../img/header-bg.png) top left repeat-x;
}
#header .navbar {
	margin-top: 90px;
	margin-right: 5px;
	margin-bottom: 0;
}
#header > .pull-right {
	background: url(../img/slogan.png) top right no-repeat;
}

#footer {
	height: 41px;
	background-color: #ddd;
	border-top: 5px solid #555;
}
#footer > .container, #footer > .container-fluid {
	padding: 10px;
}

#sidebar > .nav {
	margin-top: 60px;
}

.nav-list .nav-header {
	color: #f4ad35;
	text-shadow: none;
	font-size: 14px;
	border-bottom: 1px dotted #f4ad35;
}
.nav-list li a {
	color: #fff;
	text-shadow: none;
}
.nav-list li a:hover {
	text-decoration: underline;
	background: none;
}


h1 {
	color: #c1220d;
	font-size: 18px;
	line-height: 24px;
}

.well > h1 {
	margin-top: 0;
}

.page-header {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.page-header h1 {
	margin-top: 0;
}

#sidebar .nav div.nav-header {
	color: #f4ad35;
	text-shadow: none;
	font-size: 14px;
	border-bottom: 1px dotted #f4ad35;
}
#sidebar .nav div.nav-header a {
	color: #f4ad35;
}
#sidebar .nav div.h2 {
	padding: 2px 5px;
	padding-left: 15px;
}
#sidebar .nav div.h2 a, #sidebar .nav div.h3 a, #sidebar .nav div.h4 a, .nav div.h5 a, .nav div.h6 a {
	color: #eee;
}
#sidebar .nav div.h3 {
	padding: 2px 5px;
	padding-left: 40px;
}
#sidebar .nav div.h4 {
	padding: 2px 5px;
	padding-left: 60px;
}
#sidebar .nav div.h5, #sidebar .nav div.h6 {
	padding: 2px 5px;
	padding-left: 80px;
}

.article h1 {
	color: #c1220d;
	font-size: 18px;
	line-height: 22px;
}

.article h2 {
	color: #c1220d;
	font-size: 16px;
	line-height: 20px;
}

.article h3 {
	color: #c1220d;
	font-size: 14px;
	line-height: 18px;
}

.article h4, .article h5, .article h6 {
	color: #c1220d;
	font-size: 14px;
	line-height: 18px;
}

.toc span {
	display: block;
	padding: 3px;
	padding-left: 5px;
	margin-bottom: 1px;
}
.toc ul {
	list-style: none;
}
.toc > li > span {
	background-color: #f4ae35;
	color: #284868;
	font-weight: bold;
}

.toc ul > li > span {
	background-color: #284868;
	color: #eee;
	font-weight: bold;
}

.toc ul ul > li > span {
	background-color: #eee;
	color: #000;
	font-weight: normal;
}

.toc a {
	font-weigh: bold;
}


label, input, select, textarea, .btn-link {
        // font-size: 13px !important;
}

.control-group {
        margin-bottom: 10px !important;
}

.form-horizontal .help-block {
        margin-top: 10px;
}

.required label {
        font-weight: bold !important;
}

.navbar .nav a {
	font-size: 14px;
	font-weight: bold;
}

.divider-vertical {
	margin: 0 !important;
}

.search li {
	margin-bottom: 5px;
}

.article ol li {
	margin-bottom: 10px;
}
