﻿@import url("layout.css");
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 4px;
	margin-left: 1em;
	margin-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 5px solid #C20000;
}
#navigation a:hover {
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 5px solid #b9d;
	background-color: #b9d;
}

/* Site typography */
#footer p {
	font-size: small;
	color: #000;
}
#Blogbox {
	border: medium solid #FF8080;
	margin: 10px;
	padding: 5px;
}
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;

h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.mediumfont {
	font-size: medium;
}
.indent {
	margin-left: 2em;
}
