/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme
Version: .01
Author: Jason Pancake
Author URI: http://www.digitalassociations.com/
Tags: JHA-VA

	The CSS and XHTML are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Layout */
body { background-image: url('images/body_bg.jpg'); background-repeat: repeat-x; padding-top: 45px; }
div.post { padding: 15px 20px 0px 20px; }
div#footer { padding-top: 20px; padding-left: 20px; height: 71px; }
div#content { min-height: 427px; }
p { line-height: 22px; }
div#sidebar ul { list-style-type: none; }
div#content ul li { padding-bottom: 5px; }

/* Fonts */
body { font-family: "Arial"; font-size: 14px; }
h2, ul.top-menu { font-family: "Arial" }
h2 { font-family: "Times New Roman"; font-weight: bold; font-size: 22px; }
ul.top-menu { font-size: 13px; }
#footer { font-size: 10px; }
h3 { font-family: "Times New Roman"; font-style: italic; }

/* Colors */
body { color: #000000; }
h3, hr, ul.top-menu li.active a, h2, a, a:link, a:visited { color: #004181; }
hr, #footer { background-color: #004181; }
#content { background-color: #f2f2f2; }
ul.top-menu a { color: #004181; }
#footer, #footer a { color: white; }

/* Menus */
ul.top-menu { list-style-type: none; float: right; margin-top: 94px; position: absolute; margin-left: 0px; }
ul.top-menu li { display: inline; padding-left: 22px; }

ul.bottom-menu { list-style-type: none; margin: 0px; padding: 0px; margin-top: -10px; }
ul.bottom-menu li { display: inline; padding-right: 10px; }

/* Anchors */
a, a:link, a:visited { text-decoration: none; }

/* Images */
img.sidebar1 { position: absolute; margin-left: -88px; width: 462px; margin-top: -21px; height: 426px; } 