/* 
    Document   : menu
    Created on : Dec 11, 2009, 1:45:42 PM
    Author     : Kevin Howell
    Description: Menu styling for the site.
*/

body {
	background-image:url('images/backgrounds/oldpaper-lighter.png');
}

#content {
	max-width: 1000px;
	padding-bottom: 2em;
}

#content img, #title {
    max-width: 100%;
}

#content img {
    border-radius: 5px;
}

h1,h2,h3,h4,h5,h6,.btn {
    font-family: 'IM Fell English', serif;
}

#title {
	text-align: right;
    display: inline-block;
}

#menu {
    text-align: center;
}

#menu a {
	background-color: navy;
	font-weight: bold;
    margin-bottom: .5em;
}

#menu a:hover {
    background-color: #3030FF;
}

#headerimages {
	text-align: center;
}

#headerimages img {
    display: inline-block;
}

#divider {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

hr {
    border-color: #333;
    color: #333;
}
