/***********************************************/
/* AGNI Style Sheet                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
/*	font-family: serif; */
	font-family: "Georgia", "New York", "Times New Roman", Times, serif;   
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	color: #333333;             /*  C01: Color of body text  */
	background-color: white;    /*  C02: Background color of body text  */
}

.centeredHeader {
	font-size: 130%;
	text-align: center;
	color: #282F1D;             /*  C03: Color of header text  */
}


/************* Generic link styles **************/
a{
	text-decoration: none;
	color: #49592D;    /*  C03: Default color of links in any state  */
}
a:hover{
	background-color: white;   /*  CXXXXX Background color of cell when you rollover a link */
	color: #A23227;
}


h1{
/*	font-family: Verdana,Arial,sans-serif;*/
	font-family: "Georgia", "New York", "Times New Roman", Times, serif;   
	font-size: 180%;
	margin: 0px;
	padding: 0px;
	color: #282F1D;             /*  C03: Color of header text  */
}
h2{
	/*font-family: Arial,serif;*/
	font-family: "Georgia", "New York", "Times New Roman", Times, serif;   
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #282F1D;             /*  C03: Color of header text  */
}
h3{
/*	font-family: Arial,sans-serif; */
	font-family: "Georgia", "New York", "Times New Roman", Times, serif;   
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #282F1D;             /*  C03: Color of header text  */
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

label{
/*	font-family: Arial,sans-serif;*/
	font-family: "Georgia", "New York", "Times New Roman", Times, serif;   
	font-size: 100%;
	font-weight: bold;
	color: #282F1D;             /*  C03: Color of label on a search form  */
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #1F2516;
	background: #282F1D;
	clear: none;
}

#navBar{
	width: 132px;    /* Needed for Firefox 1.5.0.1 browsers */
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	background-color: #A23227;      /*  C04: Background color of navBar  */
	border-right: 1px solid #000000;    /*  C05: Border color of navBar  */
	border-bottom: 2px solid #000000;   /*  C05: Border color of navBar  */
}

#currentEvents{
	width: 177px;
	padding: 0px;
	margin: 0px;
	float: right;
	clear: none;
	border-top: 1px solid #4D4342;    /*  C05: Border color of currentEvents  */
	border-left: 2px solid #A23227;    /*  C05: Border color of currentEvents  */
	border-bottom: 2px solid #A23227;  /*  C05: Border color of currentEvents  */
	background-color: #E1D690;         /*  C06: Background color of currentEvents #E1D690 */
}

#Amazon{
	width: 190px;
	padding: 10px;
	margin: 0px;
	float: right;
	clear: none;
	border-top: 1px solid #4D4342;    /*  C05: Border color of currentEvents  */
	border-left: 2px solid #A23227;    /*  C05: Border color of currentEvents  */
	border-bottom: 2px solid #A23227;  /*  C05: Border color of currentEvents  */
	background-color: #E1D690;         /*  C06: Background color of currentEvents #E1D690 */
}

#middleContent{
	padding-top: 2.5em;
	padding-left: 12px;
	padding-right: 8px;
	float: left;
	width: 85%;
	font-size: 80%;
	clear: none;
}

#rightContent{
	margin: 1em 1px 0em 3px;
	padding-top: 2.5em;
	padding-left: 38px;
	float: left;
	width: 93%;
	font-size: 90%;
	clear: none;
}

#fictionContent{
	background: transparent url(images/Fiction.jpg) repeat-x;
	margin: 0em 0em 0em 0em;
	padding: 2.5em 0em 0em 38px;
	width: 95%;
	float: left;
	font-size: 90%;
	clear: none;
}
#essaysContent{
	background: transparent url(images/Essays.jpg) repeat-x;
	margin: 0em 0em 0em 0em;
	padding: 2.5em 0em 0em 38px;
	width: 95%;
	float: left;
	font-size: 90%;
	clear: none;
}
#interviewsContent{
	background: transparent url(images/Interviews.jpg) repeat-x;
	margin: 0em 0em 0em 0em;
	padding: 2.5em 0em 0em 38px;
	width: 95%;
	float: left;
	font-size: 90%;
	clear: none;
}
#reviewsContent{
	background: transparent url(images/Reviews.jpg) repeat-x;
	margin: 0em 0em 0em 0em;
	padding: 2.5em 0em 0em 38px;
	width: 95%;
	float: left;
	font-size: 90%;
	clear: none;
}
#poetryContent{
	background: transparent url(images/Poetry.jpg) repeat-x;
	margin: 0em 0em 0em 0em;
	padding: 2.5em 0em 0em 38px;
	width: 95%;
	float: left;
	font-size: 90%;
	clear: none;
}

#authorPage{
	background: transparent url(images/Author.jpg) repeat-x;
	margin: 0em 0em 0em 0em;
	padding: 2.5em 0em 0em 38px;
	width: 95%;
	float: left;
	font-size: 100%;
	clear: none;
}

#subNav {
	margin-left: 0em;
	padding-left: 0em;
	font-weight: bold;
	float: left;
	clear: none;
	font-size: 90%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/*************  Top Nav styles **************/
.selectedNavCell{
	background: #fcfc89;
	font-family: Georgia;
	font-weight: 900;
	font-size: 90%
}
.subnavCell{
	background: #fcfc89;
	font-family: Georgia;
	font-weight: 900;
	font-size: 90%
}
.newLine{
	font-size: 20%
}


td.topNavCell {
	background: #fcfc89;
	font-family: Georgia;
	font-weight: 900;
}
td.topNavCell a:hover {
	color: #A23227;         /*  C08: color of the text of each item when the mouse hovers over it  */
	background: #fcfc89;  /*  C10: background color of the box when the mouse hovers over it     */
}
td.topNavCellSelected {
	background: #A23227;
	font-family: Georgia;
	font-weight: 900;
}
td.topNavCellSelected a {
	color: #fcfc89;
}
td.topNavCellSelected a:hover {
	color: black;         /*  C08: color of the text of each item when the mouse hovers over it  */
	background: #A23227;  /*  C10: background color of the box when the mouse hovers over it     */
}


td.subNavCell {
	background: #fcfc89;
	border-top: 1px solid black;       /*  C07: Border color over the topNavList  */
	border-bottom: 1px solid black;    /*  C07: Border color over the topNavList  */
	font-family: Georgia;
	font-weight: 900;
	font-size: 80%;
}
td.subNavCell a {
	color: #A23227;
}
td.subNavCell a:hover {
	color: black;         /*  C08: color of the text of each item when the mouse hovers over it  */
	background: #fcfc89;  /*  C10: background color of the box when the mouse hovers over it     */
}


td.subNavCellSelected {
	background: #A23227;
	border-top: 1px solid black;      /*  C07: Border color over the topNavList  */
	border-bottom: 1px solid black;   /*  C07: Border color over the topNavList  */
	font-family: Georgia;
	font-weight: 900;
	font-size: 80%;
}
td.subNavCellSelected a {
	color: #fcfc89;
}
td.subNavCellSelected a:hover {
	color: black;         /*  C08: color of the text of each item when the mouse hovers over it  */
	background: #A23227;  /*  C10: background color of the box when the mouse hovers over it     */
}





td.emptyCell {
	background: white;
}
td.topNavCell a {
	color: black;
}
tr.topNavCell {
	color: white;
	background: yellow;  /*  C02: Background color of body text in a table row  */
}




.topNavList{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 132px;
	clear: none;
	border-top: 0px solid #FFFFFF;        /*  C07: Border color over the topNavList  */
	border-bottom: 1px solid black;        /*  C07: Border color over the topNavList  */
}
.topNavBorder {
	background: #fff url(images/nav-border2.png) repeat-x top left;
}
.topNavList a {
	font-size: 80%;
	padding: 0px 0px 0px 0px;
}
ul.topNavList {
	margin: 0em;    /* Needed for Firefox 1.5.0.1 browsers */
	padding-left: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	background: white;     /*  C02: background color of box that encloses topNavList items  */
}
ul.topNavList li { display: inline; }
ul.topNavList a {
	display: block;
	float: left;
	padding: .3em 1em;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #000000;   /*  C07: Border color between topNavList items      */
	border-right: 1px solid #000000;  /*  C07: Border color between topNavList items      */
	color: black;                     /*  C08: color of the text of each topNavList item  */
	background-color: #fcfc89;        /*  C09: background color of each list item box     */
}
ul.topNavList a:hover {
	color: #A23227;         /*  C08: color of the text of each item when the mouse hovers over it  */
	background: #fcfc89;  /*  C10: background color of the box when the mouse hovers over it     */
}
li a#selectedTopNav {
	color: #fcfc89;       /*  C11: color of the text of a topNavList item when it's selected  */
	background: #A23227;  /*  C12: background color of the topNavList box when it's selected  */
}
li a#selectedSubNav {
	color: #fcfc89;       /*  C11: color of the text of a topNavList item when it's selected  */
	background: #A23227;  /*  C12: background color of the topNavList box when it's selected  */
}
li a#selectednavBar {
	color: #fcfc89;       /*  C11: color of the text of a topNavList item when it's selected  */
	background: #A23227;  /*  C12: background color of the topNavList box when it's selected  */
}


/************* .aboutSubNav styles **************/
.aboutSubNav{
	border: 0px;
}
.aboutSubNav a {
	font-size: 80%;
	padding: 0px 40px 0px 0px;
}
ul.aboutSubNav {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 14.5em;
	list-style-type: none;
	float: left;
	background: white;  /*  C02: background color of box that encloses aboutSubNav items  */
}
ul.aboutSubNav li { display: inline; }
ul.aboutSubNav a {
	display: block;
	float: left;
	padding: .1em 1em;
	text-decoration: none;
	border-left: 1px solid #000000;     /*  C07: Border color around aboutSubNav items       */
	border-right: 1px solid #000000;    /*  C07: Border color around aboutSubNav items       */
	border-bottom: 1px solid #000000;   /*  C07: Border color around aboutSubNav items       */
	background: #fcfc89;                /*  C12: background color of the aboutSubNav box     */
	color: #A23227;                     /*  C13: color of the text of each aboutSubNav item  */
}
ul.aboutSubNav a:hover {
	color: black;         /*  C08: color of the text of each item when the mouse hovers over it  */
	background: #fcfc89;  /*  C10: background color of the box when the mouse hovers over it     */
}


/************* .patronsSubNav styles **************/
.patronsSubNav{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}
.patronsSubNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px;
}
ul.patronsSubNav {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 7.9em;
	list-style-type: none;
	float: left;
	background: white;  /*  C02: background color of box that encloses patronsSubNav items  */
}
ul.patronsSubNav li { display: inline; }
ul.patronsSubNav a {
	display: block;
	float: left;
	padding: .3em 1em;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #000000;    /*  C07: Border color around patronsSubNav items       */
	border-right: 1px solid #000000;   /*  C07: Border color around patronsSubNav items       */
	border-bottom: 1px solid #000000;  /*  C07: Border color around patronsSubNav items       */
	background: #fcfc89;               /*  C12: background color of the patronsSubNav box     */
	color: #A23227;                    /*  C13: color of the text of each patronsSubNav item  */
}
ul.patronsSubNav a:hover {
	color: #fcfc89;         /*  C08: color of the text of each item when the mouse hovers over it  */
	background: #A23227;  /*  C10: background color of the box when the mouse hovers over it     */
}


/************** .noMarginTop styles *****************/
ul.noMarginTop{
	margin-top: 0px;
}

.tiledBox45{
	width: 45%;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	font-size: 100%;
	clear: none;
}


/************** .story styles *****************/
.story{
	padding-top: 0px;
	padding-right: 22px;
	padding-left: 0px;
	padding-bottom: 10px;
	clear: none;
}
.story p{
	padding: 0px 0px 10px 0px;
}

.story a{
	font-weight: bold;
	color: #49592D;   /*  C09:  Default color of links in any state inside a story  */
}

/************* .endArticle styles ***************/
.endArticle{
	text-align:center;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 1em 0em;
	clear: both;
}

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin-left: 38px;
	width: 93%;
	border: 1px solid #000000;    /*  C05: Separator color  */
	color: #000000;               /*  C07: Color of body text inside siteInfo  */
}

/************* #search styles ***************/
#search{
	padding: 9px 20px 7px 7px;
	margin-top: 10px;
	font-size: 90%;
	border-top: 1px solid BLACK;    /*  C05: Border of search box  */
	border-bottom: 1px solid BLACK;    /*  C05: Border of search box  */
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0px; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {width: 132px; border-bottom: 1px solid #A23227;}  /*  Not generally visible  */

/* fix for browsers that don't need the hack */
html>body #navBar li {width: 132px; border-bottom: none;}


/*********** #sectionLinks styles ***********/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	float: left;
	clear: none;
}

#sectionLinks h3{
	padding: 0px 0px 0px 0px;
}

#sectionLinks a {
	display: block;
	padding: 10px 2px 10px 9px;
	font-weight: bold;
	color: #fcfc89; 
	/*border-top: 1px solid #000000;    C05: Border between section links  */
}

#sectionLinks a:hover {
	background-color: #A23227;  /* Color of cell when you roll over a section link */
	color: black;
}

li a#selectedSectionLink {
	color: #A23227;    /* Color of section link when corresponding genre is on screen */
	background: #fcfc89;    /* Color of bkgrd of section link when corresponding genre is on screen */
}  

#selectedSectionLink a:hover {
	color: black;    /* Rollover color of section link when corresponding genre is on screen */
	/*background-color: #fcfc89;    /* Rollover color of bkgrd of section link when corresponding genre is on screen */
}  

a:hover {color: #A23227;}


/*********** .relatedLinks styles ***********/
#relatedLinks{
	margin: 0px;
	padding: 8px 0px 10px 0px;
	font-size: 90%;
	/*border-top: 2px solid #000000;  /*  C05: Border of related links  */}

#relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#relatedLinks a {
	color: #fcfc89; 
	padding: 5px 0px 0px 3px;
}
	
#relatedLinks a:link,
#relatedLinks a:visited {
	display: block; 
}

#relatedLinks a:hover {
	background-color: #A23227;  /* Color of cell when you rollover a section link */
	color: black;
}

/************** #currentEvents styles **************/
#currentEvents{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 10px;
	font-size: 80%;
}

#currentEvents p{
	padding: 5px 0px 5px 0px;
}

.#currentEvents a{
	font-weight: bold;
	color: #49592D;  /*  Default color of links in any state  */
}

/************* .ShortAGNItable styles **************/
caption.ShortAGNItable {
	font-size: 100%;
	text-align: center;
	margin: 0 0 .5em 0;
	font-weight: bold;
}

table.ShortAGNItable { border-collapse: collapse; }

th.ShortAGNItable {
	font-weight: bold;
	padding: .5em;
	padding: 0;
	border: 1px solid #99B96B;  /*  C05: Border color between table items  */
	background: #49592D;        /*  C12: background color of the table heading box  */
	color: white;
}

td.ShortAGNItable {
	padding: 0em .5em 0em .5em;
	border: 1px solid #99B96B;  /*  C05: Border color between table items  */
}

tr.ShortAGNItable {
	background: #ffffff;  /*  C02: Background color of body text in a table row  */
}


/************* .invisibleTable styles **************/
caption.invisibleTable {
	font-size: 100%;
	text-align: center;
	margin: 0 0 .5em 0;
	font-weight: bold;
}

table.invisibleTable { border-collapse: collapse; }

th.invisibleTable {
	font-weight: bold;
	padding: 0;
	border: 0px solid #99B96B;  /*  C05: Border color between table items  */
	background: #49592D;        /*  C12: background color of the table heading box  */
	color: white;
}

td.invisibleTable {
	padding: 0em .5em 0em .5em;
	border: 0px solid #99B96B;  /*  C05: Border color between table items  */
}

tr.invisibleTable {
	background: #ffffff;  /*  C02: Background color of body text in a table row  */
}

td.authorInvisibleTable {
	padding: 5px 5px 0em 1.5em;
	border: 0px solid #99B96B;  /*  C05: Border color between table items  */
}

.bigBullet {
	padding: 5px 5px 0em 1.5em;
	font-weight: bold;
	font-size: 110%;
}
