/* Basic settings */
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
small { font-size: 12px; }

/* Header
 ---------------------------------------------------------------------- */
#header {
	border-bottom: 1px solid #0a0a0a;
	background-color: #1b1b1b;
	height: 86px;
	z-index: 300;
	width: 100%;
}

	/* Title */
	.page-title {
		font-size: 48px;
		color: #ceb570;
	}
	.page-subtitle { font-size: 36px;	 }
		.page-title, .page-subtitle {
			line-height: 1.2em;
			margin-bottom: 0; 
		}
	#page-header .hgroup { 
		max-width: 90%;
		display: inline-block;
		margin-bottom: 20px;
	}
