/* Cascading Style Sheet by Gadget, webmaster of BoulevardLane.org */
/* For more information about CSS, visit http://www.w3.org/Style/CSS/ */
/* Feel free to borrow any part of this file.  Credit would be nice. */

body {
	background-color: #9C9;
	background-image: url("http://www.boulevardlane.org/3pxbg.jpg");
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Bulleted lists */
li {   
	text-align: left;
	font-size: 0.75em; 
	color: #000000; 
	list-style-type: square; 
	list-style-position: outside
}
   
/* Paragraph text */   
p.immense       { font-size: 1.8em; color: #006600; font-style: normal; font-weight: bold;   margin: 0em; }
p.demanding   { font-size: 1.4em; color: #006600; margin: 0em; }
p.polite         { font-size: 1.2em; color: #006600; font-weight: bold; margin-bottom: -0.8em; }
p.sincere, p { font-size: 0.8em; color: #000000; line-height: 1.5em; }
p.sincerely   { font-size: 0.8em; color: #000000; font-style: italic; }
p.cute             { font-size: 0.6em; color: #339933}
p.shy               { font-size: 0.6em; color: #66cc66}
.menu               { font-size: 0.9em; color: #000000; font-style: normal; font-weight: bold; line-height: 1.50em; }

/* Body of the page */
#text {
	padding-left: 4em;
	padding-right: 4em;
	padding-top: 2em;
	padding-bottom: 2em;
	border-left: solid 0.5em #9c9;
	border-right: solid 0.5em #9c9;
	border-top: solid 0.15em #9c9;
	border-bottom: solid 0.15em #9c9;
	background-color: #FFF;
	margin-left: 6em;
	margin-right: 6em;
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
	z-index: 2;
}

/* Navigation bar */
#nav {
	background-color: #9c9;
	opacity: 0.7;
	filter: alpha(opacity=70);
	float: left;
	width: 6em;
	border-top: solid 0.15em #060;
	border-bottom: solid 0.15em #060;
	border-right: solid 0.5em #060;
	padding: 1.5em;
	margin-top: 5em;
	margin-left: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	position: fixed;
	z-index: 3;
}
p.page       { font-size: 1.8em; color: #006600; font-style: normal; font-weight: bold;   margin: 0em; }

/*Little title over nav bar */
#title {
	float: left;
	height: 1em;
	text-align: left;
	vertical-align: baseline;
	margin-left: 1.5em;
	margin-top: 0.2em;
	margin-right: 1em;
	position: fixed;
	z-index: 4;
}
p.title		 { font-size: 1em; color: #393; font-weight: bold; line-hieght: 1em; }

/* Links */
a { text-decoration: none; font-weight: bold}
  a:link, a:visited  { color: #393}
  a:hover, a:active { color: #060}
  a.menu, a.menu:visited  { color: #000}
  a.menu:hover, a.menu:active { color: #fff}
  
/* ----- end ------ */