@charset "iso-8859-1";
@import "vnav.css";
@import "other.css";

html {
	background-color: #99c;
	font-family: serif;
  font-size: 76%;
}

body {
	padding: 0;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	max-width: 56em;
	padding: 2em;
	border-left: 1px solid #669;
	border-right: 1px solid #669;
	background-color: white;
	color: #000;
}

/**********************************
 *            HEADER              *
 **********************************/

#header {
	background: #333 url(images/Header.jpg) no-repeat right bottom;
}

#title {
	font-size: 200%;
}

#title h1 a {
	text-decoration: none;
	font-size: 200%;
}

#title {
	margin-left: 3em;
	padding-top: 5ex;
	padding-bottom: 5ex;
	text-align : left;
	color: white;
}

#title h1 {
	margin: 0;
	text-indent: 0;
	font-size: inherit;
}

#title h1 a {
	margin-bottom: 1ex;
	color: white;
}

#title h1 a:hover {
	background: transparent;
	border: none;
}

/************************************************
 *  hnav.css : 2005-08-31 : Ruthsarian Layouts  *
 * -------------------------------------------- *
 *  modified by Rob Rosenbaum 2006-12-31        *
 ************************************************/

.hnav {
	text-align: center;
	border-top: 1px solid #669;
	border-bottom: 1px solid #669;
}

.hnav, .hnav ul li a {
	font-family: sans-serif;
	background-color: #99c;
	color: #003;
}

.hnav ul, .hnav ul li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.hnav ul li a {
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #669;
	border-right: solid 1px #669;
	white-space: nowrap;
	font-weight: bold;
	text-transform: lowercase;
}

.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover {
	text-decoration: none;
}

.hnav ul li a:hover {
	background-color: #336;
	color: #fff;
}

.hnav ul li span.divider {
	display: none;
}

/* Here is where the hacks would go. */

/**********************************
 *            COLUMNS             *
 **********************************/

#center, #right {
	line-height: 1.6em;
	padding-top: 2em;
}

#center {
	float: left;
	width: 64%;
	line-height: 1.3em;
}

#right {
	float: right;
	width: 30%;
	font-size: 0.9em;
	color: #444;
}

/**********************************
 *            LINKS               *
 **********************************/

a:link {
	color : #039;
	text-decoration: none;
}

a:visited {
	color : #36c;
	text-decoration: none;
}

a:active {
	color : #039;
	text-decoration: none;
}

a:hover {
	background-color: #ccf;
	border-top: 1px solid #669;
	border-bottom: 1px solid #669;
	border-left: 0px; 
	border-right: 0px;
	color : #333;
}

img, a img, a.image-link {
  border: none;
	text-decoration: none;
}


/**********************************
 *            HEADINGS            *
 **********************************/

#right h2 {
	padding: 0.1em;
	margin: 1em 0;
	text-align: center;
  color: #003;
  font-size: 1em;
	background-color: #99c;
	border-top: 1px solid #669;
	border-bottom: 1px solid #669;
  letter-spacing: 0.2em;
}

#center h2 {
/*	padding: 0.2em;*/
	margin: 0.1em 0;
	font-family: serif;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	margin-top: 1ex;
	font-size: 1.3em;
}

h1, h2, h3, h4 {
	font-family: sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}
/**********************************
 *         MISCELLANEOUS          *
 **********************************/

div.post {
	padding-bottom: 2em;
}

form {
	text-align: right;
	line-height: 4ex;
}

span.p_m_d_separator {
	padding: 0 1em;
}

.vnav ul li a:hover {
	border: none;
}

dl {
	border: #669 solid 1px;
}

dl dt {
	font-family: sans-serif;
	margin-left: 1em;
}

p.postmetadata {
	font-size: small;
}

.post-date {
	float: left;
	color: #BBC4A3;
	font-family: sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 0.3em 1em 0 0;
	padding: 0.6em 0.3em;
	width: 6.5em;
	line-height:1.3em;
}
.post-info, .page-info 
{
	font-size:0.85em;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	color:#333;
	background-color: #eee;
}
.page-info 
{
	text-align:center;	
}
.post-info a
{
	color:#099;
}
.post-content {
	border-top: #999 1px solid;
	padding-top: 1em;
}

.post-content p {
	margin: 0;
	text-indent: 1.4em;
}

.post-content p.leadingnoindent {
margin: 1em 0;
text-indent: 0;
}

/* WP likes to put <p>s in my blockquotes. yuck. */
blockquote, .post-content blockquote p {
  text-indent: 0;
}

.post-content blockquote {
  font-family: sans-serif;
  font-size: 0.8em;
  color: #666;
  border-left: 5px solid #ddd;
  padding-left: 1em;
}

.aside {
	font-family: sans-serif;
	font-style: italic;
  font-size: inherit;
	/*border-bottom: #999 1px dashed;*/
	padding-bottom: 1em;
}

/**********************************
 *            FOOTER              *
 **********************************/

#footer {
	clear: both;
	padding-top: 4em;
	background-color: white;
	font-size: small;
}
