﻿@import url("/css/UltraCondensed.css");
@import url("/css/layout.css");
@import url("/css/menu.css");
@import url("/css/vert-menu.css");

body {
	font-family: 'Noto Sans';
	color: #ccc;
	background: #BC722E;
	background: -moz-linear-gradient(-45deg, #AB6422 0%,#CC8039 100%);
	background: -webkit-linear-gradient(-45deg, #AB6422 0%,#CC8039 100%);
	background: linear-gradient(135deg,#AB6422 0%,#CC8039 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AB6422', endColorstr='#CC8039',GradientType=1 );
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.title {
	font-family: 'UltraCondensed';
	font-size: 5em;
	color: #ffffff;
	text-align: center;
	text-shadow: -3px 2px 1px #000000;
}
#main .content {
	border: thin ridge #999;
	background-color: rgba(0, 0, 0, 0.3);
}
h1 {
	margin-top: 0;
	font-size: 20px;
	text-transform:uppercase;
	text-align: center;
	background-color: #CC8039;
	color: #EEEEEE;
}
h2 {
	margin-top: 0;
	font-size: 18px;
	text-transform:uppercase;
	text-align: center;
	background-color: #98591B;
	color: #E0E0E0;
}
p {
	padding: 0 1em;
}

#footer {
	text-align: center;
	font-size: smaller;
	color: #aaa;
}


/* Site typography */

h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Links */
a {
	color: #fa3;
	text-decoration: underline;
}
a:hover {
	color: #ddd;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Decoration */
.advise-box {
	border: 1px solid;
	line-height: 150%;
	font-weight: bold;
}
