/* CSS Document */

/* Style sheet for orizsoltes.com */

/* -----Color Guide-------
#000000: black | use for body
#394c5d: grayish blue | use for h1, h2, h3, h4, h5, img border & .botLinks 
#4d4e4f: dark gray | use for p
7e8c5e: lime green | use for #LeftContainer background color (left curtain) 
#e7d6a4: yellow | use for #navcontainer a:link, #navlist a:visited
#7a2e40: cherry red | use for #navcontainer a:hover
*/

/* To jump to a specific section, search for the unique character pair at the front of each TOC section */

/* --------- Style Sheet TOC -----------
     =1 Global Constants
	 =2 Global Classes
	 =3 Divisions
	 =3a Header Divisions
	 =3b Footer Divisions
	 =3c Individual page Divisions
	 =4 Navigation and Side Divisions
	 =5 Picture Display Divisions


/* =1 Global Constants */
body {
	background-color: #000;
	font-family: Palatino, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin:0px;
	padding:0px; }
	
h1 {
	color: #394c5d; 
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left; }
	
h2 {
	color: #394c5d;
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left; }
	
h3 {
	color: #394c5d;
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style:italic;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left; }
	
/* Book Title */
h4 {
	color: #394c5d;
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-style:italic;
	font-weight: bold;
	text-align: left; }
	
/* Footnote */
h5 {
	color: #394c5d; 
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-style:italic;
	font-weight: bold;
	text-align: left; }
	
img {
	border: #394c5d solid;
	border-width: medium; }

p {
	color: #4d4e4f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align:justify; }
	

/* =2 Global Classes */
.image {
	display: inline;
	margin: 0; }
	

/* =3 Divisions */
#wrapper {
	margin: 0 auto; }
	
#content {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/curtains-top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border: none;
	left: 0px;
	margin: 0 auto;
	position: relative;
	width: 911px; }
	
/* =Left Curtain */
#LeftContainer {	
	background-color: #7e8c5e;
	background-image: url(images/curtains_left.jpg);
	background-position: left bottom;
	background-repeat: repeat-y;
	border: none;
	left: 0px;
	margin: 0 auto;
	position: relative;
	width: 911px; }
	
/* =Right Curtain */
#RightContainer {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/curtains_right.jpg);
	background-position: right bottom;
	background-repeat: repeat-y;
	border: none;
	margin: 0 auto;
	position: relative;
	right: 0px;
	width: 911px; }


/* =3b Footer Divisions */
#TopLeftFooter {
	background-color: transparent;
	background-image: url(images/curtain_bottom.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	border: none;
	float: left;
	height: auto; 
	left:0px;
	margin: 0 auto;	
	width: 911px; }
	
#TopRightFooter {
	background-color: transparent;
	background-image: url(images/curtain_bottom.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	border: none;
	height: auto;
	left:0px;
	margin: 0 auto;
	position: relative;
	width: 911px; }
	
	
/* =3c Individual page Divisions */

/* Book Blurbs */
#blurbs {
	margin: 0;
	padding: 0;
	width: 500px; }
	
#footer {
	border: none;
	clear: both;
	width: 911px; }
	
#info{
	border: none; 
	height:auto;
	margin-top: 0px;
	padding: 150px 0px 20px 180px;
	width: 600px; }
	
#photo {
	float:left;
	margin: 10px 10px 10px 0;
	padding-left:2px; }
	
/* Top of Page arrow */
#topPage {
	float: right; }
	
#topPage img {
	border: 0; }

#validator {
	border: none;
	clear: both;
	width: 88px; }
	

/* =4 Navigation Divisions */

/* =Bottom Buttons in Footer */
.botLinks {
	color: #394c5d;
	font-family:'Palatino', Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-bottom:2px;
	padding-top:1px;
	text-align: center;
	text-decoration: none;
	width: 911px; }

/*New Left Navigation Container */
#navcontainer {
	border: none;
	float: left;
	width: 130px; }
	
#navcontainer ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	line-height: 1em;
	list-style-type: none;
	padding-left: 0; }
	
#navcontainer a {
	background-color: transparent;
	display: block;
	padding: 3px;
	text-decoration: none;
	width: 70px; }
	
#navcontainer a:link, 
#navlist a:visited {
	color: #e7d6a4; }
	
#navcontainer a:hover {
	background-color: transparent;
	color: #7a2e40; }
	
#navlist {
	list-style: none;
	margin: 300px 0 0 3px; }


/* =li
li {
	margin:0;
	padding: 0; }
ul {
	margin: 0;
	padding: 0; }
*/

/* =a 
a:link, a:visited{
	COLOR:inherit;
	text-decoration:inherit; }
a:focus{
	COLOR:purple;
	text-decoration:inherit; }
a:hover{
	COLOR:green;
	text-decoration:inherit; }
a:active{
	COLOR:blue;
	text-decoration:inherit; }
*/
