@import url("reset.css");

body {
    background-color: #f0f0f0;
    font-family: 'Lato', sans-serif;
    margin: 0 0 12px 0;
    padding: 0;
	color: #4a4a4a;
}

#header {
    background-color: lightgrey;
    background-image: url('brushed.png');
    height: 150px;
    -moz-box-shadow: 0 1px 2px #888;
    -webkit-box-shadow: 0 1px 2px #888;
    box-shadow: 0 1px 2px #888;
    text-align: center;
    margin-bottom: 20px;
}

#header #logo {
    margin: 11px;
    float:  left;
}

#header h1 {
    display: inline;
    font-size: 60px;
    height:  150px;
    line-height: 150px;
    text-align: center;
    font-weight: bold;
	font-family: 'Buenard', serif;
	margin-right: 150px;
	color: #4a4a4a;
    text-shadow: -1px -1px #eee;
}

#header .navigation {
    text-align: left;
    position: absolute;
    top: 5px;
    right: 5em;
}

#header .navigation ul {
    display: inline;
}

#header .navigation ul li {
    display: inline;
    background-color: #888;
    color: #f0f0f0;
    padding: 5px;
    box-shadow: 1px 1px 2px #888;
    border-radius: 0 0 10px 10px;
    margin-left: 0.5em;
}

#header .navigation a {
    text-decoration: none;
    color: #f0f0f0;
}

.page {
    width: 940px;
    margin: 0 auto;
}

#page {
    padding: 10px;
}

div.rule {
	clear: both;
    border-top: 3px double #888;
    text-align: center;
    margin-top: 36px;
    height: 0;
    -webkit-box-shadow: 1px 1px 2px #888;
    box-shadow: 1px 1px 2px #888;
    margin-bottom: 25px;
}

div.rule h2 {
    -webkit-box-shadow: 1px 1px 2px #888;
    box-shadow: 1px 1px 2px #888;
	font-family: 'Buenard', serif;
	letter-spacing: 0.15em;
	font-size: 16px;
	min-width: 150px;
	display: inline-block;
    top: -18px;
    height: 20px;
    line-height: 18px;
    position: relative;
    padding: 5px;
    background-color: white;
    border: 1px solid #888;
    border-radius: 25px;
    z-index: 10;
}

#slider {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 400px;
    overflow: hidden;
    color: black;
    border: 15px solid white;
    -webkit-box-shadow: 1px 1px 2px #888;
    box-shadow: 5px 5px 10px #888;
}

#slider .container {
	position: relative;
    height: 400px;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0px;
    left: 800px;
    width: 800px;
    height: 400px;
    /*overflow: hidden;*/
    font-size: 135%;
    background-position: center;
}

#slider .container .slide:first-child {
    left: 0;
}

#slider .button {
    position: absolute;
    top: 0;
    height: 400px;
    width: 75px;
    background-color: rgba(0,0,0,0.5);
    line-height: 400px;
    font-size: 100px;
    text-align: center;
    color: white;
    cursor: pointer;
}

#slider #next {
    right: -75px;
}

#slider #prev {
    left: -75px;
}

#footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    clear: both;
}

.slide > * {
    padding: 10px;
}

.slide h3 {
    font-size: 150%;
    background-color: #333;
    color: #f0f0f0;
    margin-bottom: 0;
}

.box {
    box-shadow: 1px 1px 2px #888;
    border: 3px double #888;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 42px;
    background-color: #888;
    color: #f0f0f0;
    line-height: 1.1em;
    position: relative;
}

.box a {
	text-decoration: none;
	color: #f0f0f0;
}

.third {
    width: 280px;
    height:  125px;
    float: left;
}

.half {
	width: 45%;
	margin-bottom: 1em;
	float: left;
}

.third + .third {
    margin-left: 11px;
}

p + p {
    margin-top: 0.5em;
}

ul {
    list-style-type: disc;
    margin-left: 1.25em;
}

p.footnote {
    font-size: 75%;
    position: absolute;
	bottom: 0;
}

p.footnote:before {
    content: '* ';
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1em;
	margin-bottom: 0.75em;
}

h3 {
	margin-bottom: 0.25em;
}

ul.downloads {
	font-size: 150%;
	line-height: 150%;
	margin-left: 2em;
}

ul.downloads a {
	text-decoration: none;
	color: #000;
}

form {
	/*float: right;
	display: block;*/
/*	text-align: right;*/
}

a:hover {
	text-decoration: underline;
}