/* Global CSS for all bryanlewissaunders.org */
html {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: small;
	color: #cccccc;
	background-color: #222222;
	margin: 0;
	padding: 0;
}

img {
    border-style: none;
}

fieldset {
    margin: 15px;
}

h1 {
	color: #AA0000;
	font-size: large;
}

h1 a {
    text-decoration: none;
}

h2 {
	color: #AA0000;
	font-size: medium;
}

h2 a {
    color: #AA0000;
}

h3 {
	color: #AA0000;
	font-size: small;
}

h3 a {
}

h1 a:link {
	color: #AA0000;
	text-decoration: none;

}
h2 a:link {
	color: #AA0000;
}
h3 a:link {
	color: #AA0000;
}

h1 a:visited {
	color: #AA0000;
	text-decoration: none;
}
h2 a:visited {
	color: #AA0000;
}
h3 a:visited {
	color: #AA0000;
}

#container {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	/* width: 95%; */
	width: 950px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

#header {
	background-image: url('https://storage.googleapis.com/bryanlewissaunders-django-static/images/banner.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	height: 80px;
	border-bottom: 1px solid #444444;
}

a:link {
	color: #EEEEEE;
	text-decoration: underline;
}
a:hover {
	color: #AA0000;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}

#footer {
	position: static;
	bottom: 5px;
	right: 10px;
	margin-left: auto;
    margin-top: auto;
	margin-right: 10px;
    margin-bottom: 5px;
	text-align: right;
	clear: both;
}

/* Make the front_index page fixed width and centered. */
/*
#front_index #container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
*/

#content_title {
    clear: both;
    text-align: center;
}

#content_title #splash {
    /* */
}

#copyright {
	font-size: x-small;
}

#credit {
	font-size: x-small;
}

#content {
    clear: both;
	padding: 5px 10px 5px 10px;
}

#menu {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}
#menu ul {
	/* position: absolute; */
	margin: 0;
	bottom: 0;
	right: 0;
	/*white-space: nowrap; */
}
#menu ul li {
	display: block;
	font-size: medium;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 10px 16px 10px 16px;
}
#menu ul li a:hover {
	color: white;
}
#post_list h3.title {
	/* border-bottom: 1px solid #CCCCCC; */
}
p.date {
	text-align: center;
}
