/*
Theme Name: WordPress book
Author: Susanne Howard
*/



/* Begin Typography & Colors */
body {
	font: 100% Times,"Times New Roman",serif;
	background: #f5f1ea;
	margin: 0; 
	padding: 0;
	/*text-align: center; */ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

a:visited { outline: none; }

#container {
/*	width: 900px;  
	background: #FFFFFF; */
	background-image: url(images/openbk.jpg);
	background-repeat: repeat-y; 
   /* margin: 0 auto; */ /* the auto margins (in conjunction with a width) center the page */
/*	border-right: 1px solid #300;
	border-left: 1px solid #300;
	border-top: none;
	border-bottom: none; */
	border: none;
/*	text-align: left; */ /* this overrides the text-align: center on the body element. */
	}

#header {
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x; 
	padding: 0;
	margin: 0;
	height: 271px;
	position: relative;
	}

/*#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}*/

#book {
	width: 900px;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px; */
    /*margin: 50px;*/
	padding: 20px 0px 0px 0px;
	position: relative;
}

#ipadad {
	position: relative;
	top: -208px;
	left: 95px;
}

#googlead {
	position: relative;
	top: -190px;
	left: 110px;
}

#sidebar .whitetab {
	background-image: url(images/whitetab.png);
	background-repeat: none;
/*	height: 70px;
	width: 100px;
	padding-top: 12px; */
}

#sidebar .whitetabHover {
	background-image: url(images/whitetabHover.png);
	background-repeat: none;
/*	height: 70px;
	width: 100px;
	padding-top: 12px; */
}

#sidebar h3 {
	font-size: 16px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}

#sidebar h3 a{
	color: black;
	text-decoration: none;
}


#sidebar .pad1 {
	padding-top: 25px;
	height: 45px;
	width: 100px;
}

#sidebar .pad2 {
	padding-top: 17px;
	height: 53px;
	width: 100px;
}

#sidebar .pad3 {
	padding-top: 10px;
	height: 60px;
	width: 100px;
}


#footer { 
	padding: 30px 40px 0px 160px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 490px;
/*	background: #999999; */
} 
#footertext {
	/* margin: 0;  zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size:16px;
}

#footertext a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000099;
	text-decoration:underline;
	font-size:18px;
}

#footerimg 	{
	margin-left: -160px;
	padding: 0;
}
	
#content { 
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 40px 0 160px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 490px;
	margin-top: -20px;
	font-size: 18px;
	min-height: 600px;
} 

#content h1{ 
	font-weight: bold;
	font-size: 140%;
	color:#404040;
	font-family: Times,"Times New Roman",serif;
	text-align: center;
}

#content h2{ 
	font-weight: bold;
	font-size: 130%;
	color:#404040;
	font-family: Times,"Times New Roman",serif;
	text-align: center;
}

#content h3 {
	font-weight: bold;
	font-size: 110%;
	color:#404040;
	font-family: Times,"Times New Roman",serif;	
}

#content h4 {
	font-weight: bold;
	font-size: 110%;
	color:#404040;
	font-family: Times,"Times New Roman",serif;
}

.noindent {
	text-indent: 0; 
	margin-top: 0;
	margin-bottom: 0;
}
.indent {
	text-indent: 3em; 
	margin-top: 0;
	margin-bottom: 0;
}
.outdent {   
	text-indent: -1.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.marginleft3em { 
	margin-left: 3em; 
}
/*.bot0 { 
	margin-bottom: 0; 
}*/

.top1em { 
	margin-top: 1em; 
}

.indenttop1em {
	text-indent: 3em;
	margin-top: 1em;
	margin-bottom: 0;
}

.noindenttop1em {
	text-indent: 0;
	margin-top: 1em;
	margin-bottom: 0;
}

.outdenttop1em {   
	text-indent: -1.5em;
	margin-top: 1em;
	margin-bottom: 0em;
}

blockquote {
	margin-top: 1em;
}

.prev {
	background-image: url(images/prev.png);
	background-repeat: none;
	height: 36px;
	width: 50px;
	position: relative;
}

.prevHover {
	background-image: url(images/prevHover.png);
	background-repeat: none;
	height: 36px;
	width: 50px;
	position: relative;
}
.next {
	background-image: url(images/next.png);
	background-repeat: none;
	height: 36px;
	width: 50px;
	position: relative;
}

.nextHover {
	background-image: url(images/nextHover.png);
	background-repeat: none;
	height: 36px;
	width: 50px;
	position: relative;
}

.hiddenPic {display:none;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

.search-excerpt { background-color:yellow; }

#content .hilite { background-color:yellow; }

.hidden { display: none; }


#silflink {
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: underline;
	position: absolute;
	top:150px;
	left: 544px;
}

#sidebox {
	background-image: url(images/sideboxsq.png);
	background-repeat:no-repeat;
	width: 222px;
	height: 410px;
	position: absolute;
	top: 10px;
	left: 810px;
	padding-left: 20px;
	z-index:50;
}

#navigation{
		/*	background-color: #95242a;
			background-color: #8d5d2f; */
			background-image: url(images/manualmenu.png);
			background-repeat:no-repeat; 
			width: 800px;
			height: 271px;
/*			margin-top: 2px;
			margin-bottom: 20px; */
			 } 
