
/**
 * Main stylesheet 
 */

body {
	background-image: url('../images/bg1.jpg');
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 1.0em;
}

h4 {
	font-size: 12px;
	font-weight: bold; 
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#container {
	width: 900px;
	background-color: beige;
	margin: auto;	    
	padding: 5px;

	margin-top: 25px;		 
	border: solid gray 1px;
/*	opacity: 0.90; */
}


/**
  * Top Header
  */
div#header {
	border: none;
	padding: 10px;
}

div#header p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-family: serif;
}

div#header  p.updated {
	text-transform: lowercase;
	font-family:  	'Courier New', monospace;
	margin-top: 	0.5em;
	white-space: 	nowrap;
}

/**
  * Houses navigation bar and content block.
  * Mainly a hack to get the navigation bar color 
  * to go all the way down the side.
  */
#main {
	background-color: #CC5500;
}


/**
  * Navigation bar.
  */
div#navigation {
	float: left;  
	width: 135px; 
	text-transform: lowercase;   
/*	font-size:  smaller; */
	border: none;
}

div#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
} 

div#navigation ul li {
	padding: 0px;
	border-bottom: solid beige 1px;
}

div#navigation ul li a:hover {
	background-color: lightsteelblue;
	color: black;
        text-decoration: none;
}

div#navigation ul li a {
	color: beige;
	display: block;
	padding-left: 3px;
	padding-top: 5px;
	height: 1.5em;
	text-align: left;
	letter-spacing: 2px;
}

/**
  * Footer
  */
div#footer {
	text-align: right;
	font-size: x-small;
}

/**
  * Main content area.
  */
div#content {
	margin-left: 135px;
	padding-left: 25px;
	padding-right: 25px;

	background-color: beige;
	border: none;
}

/* div#content ul {
	font-size: smaller; 
} */

div#content ul li {
	padding: 0.10em; 
}

#content .news {
	border: dashed gray 1px;
	margin-top: 1.5em; 
	margin-bottom: 2.5em;
	margin-left: 30px;
}

/* Hack for piece of shit Internet Explorer */
#content > .news {
	width: 90%; 
}

#content .news .dateline {
	background-color: #CC5500;
	padding: 6px;
	margin-top: 0px; 
	border: none;
	display: block;
}

#content .news p {
	margin-left: 30px;
	margin-right: 30px;
}

#content kbd {
	border: dotted gray 1px;
	background-color: black;
	color: yellow;
	width: 75%;

	margin: 10px;
	padding: 0.45em;
	padding-left: 0.75em;
	padding-right: 0.75em;

/*	font-size: smaller; */
	font-family: 'Courier New', monospace;
	display: block;
}
