body
{ text-align: center; /*centers contents of body */
	font-size: 1em; 
	color: #222;
	font-family: Calibri, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif georgia; 
	background: url("/images/write_blkb.gif");
	line-height: 1.5;
	}
#container
{ width: 1000px;
	margin: 2em auto;	/* center contents inner body */
	text-align:left; /* counteract text-align center in body */
	background-color: #fff;
	border-top: 2px solid #bbbbbb;
	border-bottom: 2px solid #bbbbbb;
}
#inner-container
{ margin: 0 4em;
	background-color: #fff;
}

/* ====================================== home page */
ul#chapters
{ margin-left: 0;
	padding-left: 0;
	
}
ul#chapters li
{ margin-left: 4%;
	text-indent: -3%;
	padding-left: 3%;
	border: 0px solid green;
}
ul#chapters ul li
{	margin-left: 0%;
	
	padding-left: 3%;
	border: 0px solid red;
}
/* =====================links================================  */	
a
{ color: #2c7eb6;
	text-decoration: none;
}
a:hover
{ color: #2c7eb6;

}
a:visited
{ color: #4c9ed6;
}

/* ============================================ top banner ======================*/
#banner 
{ padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
#banner-top
{ height: 150px;
	background-color: #ffffff;
	margin-left: 4em;
}
#banner-top h1
{	margin: 0 270px 0 0;
	padding: 2em 0 0 0;
}
#banner-top h1 a
{ color: #000;
}
#banner-top h2
{ color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 0em 0;
	padding: 0;
	font-weight: normal;
}
/* Search Form */
#searchform 
{ position: absolute;
	top: 4.5em;
	right: 25%;
	text-align: right;
	background: url ('/images/search.png') top left no-repeat;
}
#s 
{ float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#s:focus 
{ background-color: #f9f9f9;
	width: 196px;
}
#searchsubmit {
	display: none;
}
/* horizontal menu */
#navbar
{ margin: 0;
	padding: 0;
	height: 25px;
	width: 1000px;
	background-color: #000000;
	height: 2.5em;
}
#navbar li
{ list-style: none;
	float: left;
	padding: 1% 1.5% 0;
	
	font-size: 85%;
}
#navbar li a
{	display: block;
	background-color: #000000;
	opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	margin: 0;

}
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#navbar li a:hover
{ color: #6cbef0;
}
#navbar li ul 
{	display: none;
	width: 10em; /* Width to help Opera out */
	border: none;
}
#navbar li:hover ul 
{	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar ul li.spacer
{ margin-top: 10px;
}

#navbar li:hover li 
{ float: none;
}
#navbar li:hover li a
{ background-color: #000000;
	font-variant: normal;
	padding: 3px 0 3px 5px;
	margin: 0;
	width: 160px;
}
#navbar li li a:hover, ul#navbar li a.on
{ color: #2c7eb6;  /* dropdown menu hover color */
}
/* two-column layout */
#container2 
{ clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
}
#container1 
{ float: left;
	width: 100%;
	position: relative;
	right: 50%;
}
#col1 
{ float: left;
	width: 46%;
	position: relative;
	left: 52%;
	overflow: hidden;
}
#col2 
{	float: left;
	width: 46%;
	position: relative;
	left: 56%;
	overflow: hidden;
}
/* ==========================================posts ========================*/
.read
{ font-size: 120%;
	font-variant: small-caps;
	font-weight: normal;
	
}
.box /* heterodox boxes */
{ padding: 2%;
	background-color: #ddeeff;
}


/* ==========================================general declarations ========================*/
ul
{ list-style-type: none;
	margin: 0;
}
h1, h3
{ font-weight: normal;
}
.caption
{ font-size: 90%;
	font-style: oblique;
}
.bold
{ font-weight: bold;
}
.underline
{ text-decoration: underline;
}
.oblique
{ font-style: oblique;
}
.eight
{ font-size: 8pt;
}
.nine
{ font-size: 9pt;
}
.eleven
{ font-size: 11pt;
}
.twelve
{ font-size: 12pt;
}
.fourteen
{ font-size: 14pt;
}
.red
{ color: #2c4d9a;
}
.white
{ color: #ffffff;
}
.bell
{ font-family: bell MT, serif;
	font-size: 18pt;
}
.dropcap
{ line-height: 30px;
	font-size: 40px;
	float: left;
}
.normal
{ font-style: normal;
}
.right
{ text-align: right;
}
.left
{ text-align: left;
}
.center
{ text-align: center;
}
.nobr
{ white-space: nowrap;
}
table td, table th
{ vertical-align: top;
	padding: 5px;
}
img
{ border: none;
}
/* ================================= footer ========================= */
#footer
{ font-size: 80%;
	background: url("/images/write_blkb.gif");
	text-align: center;
	padding: 5% 0;
	color: #ffffff;
	margin: 0;
}

