/* *** COLOR SCHEME *** */
/*
   Red: BF0218
   Yellow: F9F422
   Blue: D5EAE9
*/


body {
    margin: 0;
    padding: 0;
    font-family: Lucida Grande, Helvetica, verdana, arial, sans-serif;
    font-size: small;
    background: #531500;
}

/* *** TYPOGRAPHY ***/
h1, h2, h3, h4, h5 {
	font-family: Palatino, Georgia, Serif;
}

h2 {
	font-size: 2.1em;
}



/* *** MAJOR DIVS *** */

#page {
    width: 1000px;
    background: white;
    border-width: 5px 5px 5px 5px;
    border: solid black;
    margin-left: auto;
    margin-right: auto;
}

#search {
    padding: 1px;
    background: #D5EAE9;
    border-bottom: 2px solid black;
    text-align: center;
    margin-bottom: 5px;
}

#main {
    float:left;
    width: 630px;
    padding: 0 5px 5px 10px;
    font-size: 120%;
}

#breadcrumbs {
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 8px;
}

#previousNext {
    font-size: 80%;
    text-align: center;
}

/* ***SIDEBAR*** */

#sidebar {
    float: left;
    width: 345px;
    padding: 0 5px 5px 5px;
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 30px 0 10px;
}

#sidebar ul, #sidebar ul ol {
	margin: 20px 0 0;
	padding: 0 0 0 15px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 10px;
}

#sidebar ul p {
	margin: 5px 0 8px;
}

/* *** POST *** */

.post h2 {
	margin-bottom: -3px;
}

.postmetadata {
	font-size: 70%;
}

.timestamp {
	font-size: 80%;
	padding: 0 0 0 2px;
	margin: -5px 0 10px 0;
}

.selected {
    background: #F9F422;
}

#beltway {
    clear: both;
    text-align: center;
    background-image: url(/images/beltway/beltway-background.jpg) repeat-x top left;
    border-top: 4px double #D5EAE9;
    margin-top: 5px;
    list-style: none;
}

#beltway ul {
    margin-left: -18px;
}

#beltway li {
    float: left;
    padding: 0;
    width: 150px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
}

#beltway .title {
    font-size: 125%;
    padding-right: 10px;
    color: #BF0218;
    display: block;
    font-weight: bold;
    margin-bottom: -10px;
    text-align: center;
}

#footer {
    clear: both;
    text-align: center;
    padding: 2px;
    background: #D5EAE9;
    border-top: 2px solid black;
}

/* *** COMMENTS ***/

#commentform input {
	width:  170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width:  500px;
}

/* *** ANCHORS *** */

a {
    font-weight: bold;
    text-decoration: none;
}

h2 a {
	color: #000;
}

h2 a:hover {
	color: #0c28ff;
	text-decoration: underline;
}

/* *** IMAGES *** */

img.centered {
    border: 5px black solid;
    margin-left: auto;
    margin-right: auto;
    display:block;
    margin-top: 5px;
    margin-bottom: 5px;
}
