/* local style sheet */

@font-face {
    font-family: 'Frutiger LT Std 45 Light';
    src: url('/fonts/FrutigerLTStd-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std 45 Light';
    src: url('/fonts/FrutigerLTStd-LightItalic.otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std 45 Light';
    src: url('/fonts/FrutigerLTStd-Roman.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std 45 Light';
    src: url('/fonts/FrutigerLTStd-Italic.otf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'HP Simplified';
    src: url('/fonts/HPSimplified_Rg.woff');
    font-weight: normal;
    font-style: normal;
}

* {
	font-family: Frutiger LT Std 45 Light, sans-serif;
}

.header, #footer, .changeheader {
	color: #f19a14 !important;
	background-color: #162284 !important;
}

.header {
	height: 48px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .11em;
	padding: .25em .25em;
	line-height: 2em;
}

.header a {
	color: #f19a14 !important;
}

.pageheader .actions ul {
	border: 0;
}

#pageinfo {
	padding: 1px 50px 14px 10px;
}

#footer {
	background-image: url(/glider-orange.png);
	background-repeat: no-repeat;
	background-position: 99%;
}

#searchform {
	position: absolute;
	font-size: 15px;
	top: 28px;
	right: 30px;
}

span.header {
	background-image: none !important;
	text-align: right;
}

.actions {
	text-align: right;
	background-color: #162284;
	color: #f19a14 !important;
	padding: 2px 0px;
}

.actions a {
	color: #f19a14 !important;
}

.actions li {
	display: inline;
}

.actions ul {
	border-bottom: 40px;
}

#sidebar a:link {color: #f19a14 !important; }
#sidebar a:visited { color: #f19a14 !important; }

#sidebar h2 {
	font-weight: normal;
	color: white !important; 
}

#sidebar {
	background-color: #162284 !important;
	color: #f19a14 !important;
	padding: 0;
}

#sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#backlinks { float: right; }
#backlinks a:link {color: #f19a14 !important; }
#backlinks a:visited { color: #f19a14 !important; }

body {
	padding: 1em;
	margin: 0;
	line-height: 1.5em;
	color: black;
	background-color: white;
	right: -20px;
}

body a:link {
	color: #162284;
}

body a:visited {
	color: black;
}

h1, h2, h3, h4, h5, h6, dl, dt {
    font-weight: bold;
    background-color: inherit;
    color: #162284 !important;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: .11em;
}

pre {
        margin: 0px 96px 0px 48px;
        padding: 12px 12px 12px 12px;
}

pre, tt, code {
        font-family: "Bitstream Vera Sans Mono", "Andale Mono", monospace;
        color: inherit;
        background-color: #e0e0e0;
}

#tripit-badge {
	padding-left: 2em;
}
