﻿a:link { color:blue; text-decoration:none; }

a:visited { color:purple; text-decoration:none; }

a:hover { color:#90C211; text-decoration: underline; }

a:active { color:blue; text-decoration:none; }

/* W3C CSS validator likes CSS files to start with a class rather than a comment, which is why this comment is below the a:links section. To make sure link styles work properly, set them up in LVHA order. That's link, visited, hover, and active. */

/* NOTE: RGB value is 153, 51, 0 for the hex color, #993300 (burgundy). */

/* NOTE: RGB value is 247, 222, 128 for the hex color, #F7DE80 (light goldenrod). */

/* NOTE: In the links and borders, hex color #003399 is dark blue. */

.Bio
{ 
    border-collapse:collapse; 
    line-height:140%; 
    margin:5px 0px 10px 35px; 
    width:100%; 
}

.BioLink { font-family:Verdana; font-size:12px; margin-top:25px; }

.BioNames
{
    color:#993300;
    list-style-type:disc;
    margin-left:-25px;
}

blockquote { margin-bottom:30px; margin-left:30px; margin-right:20px; }

/* NOTE: Begin Blockquote code added in December 2022. */

.BQBackground 
{ 
	background:#F5F5F5; 
	border-left:solid 5px #DCDCDC; 
	color:#36454F; 
	margin:15px 20px 15px 10px; 
	padding:10px; 
	text-align:justify; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
}

/* NOTE: Blockquote style for Youmans Haibun added in AUG 2023. */ 

.BQHaibun
{
	border-left:solid 2px #ECECEC; 
	color:gray; 
	font-size:11px; 
	margin:0px 0px 0px 70px; 
	padding:10px; 
}


/* .BQBlueGray { border-left:5px solid #CDDEEE; color:#4080BF; margin:20px; padding-left:7px; } */

/* .BQBrown { border-left:5px solid #CD853F; color:#D2691E; margin:30 15 30 0; padding-left:10px; } */

.BQPoem 
{  
	border-left:solid 5px #DCDCDC; 
	color:#36454F; 
	margin:0px; 
	padding:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
}

/* Used in MacQ-22, Kendall Johnson's essay */
.BQJohnson 
{  
	border-left:solid 5px #DCDCDC; 
	color:#36454F; 
	font-family:Georgia; 
	font-size:14px; 
	line-height:130%;
	margin:0px; 
	padding:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
}

.BQPre 
{
	font-family: Verdana, Sans-Serif; 
    font-size: 12px; 
    line-height: 170%; 
    tab-size: 7; 
    overflow-x: auto; 
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    word-wrap: break-word; 
}

/* NOTE: End Blockquote codes added in December 2022. */

body   
{
    background-image:url(../Images/Texture-Gold4.jpg);
    background-repeat:repeat;
    background-size:contain;
    /*background-color:#CCCC66;*/ /* light green-gold */
    font-family:Verdana, Helvetica, Sans-Serif;
    font-size:12px;
    font-weight:400;
    margin: 0;
    padding: 0;
    position:relative;
    -webkit-font-smoothing:antialiased;
}

.BookReview
{
    font-family:Calibri; 
    font-size:12px; 
    margin-bottom:15px; 
    margin-left:35px; 
    text-align:center; 
    width:115px;
}

div.Bottom 
{ 
    clear:both; 
    float:right; 
    padding:0px 5px 10px 10px; 
    text-align:right; 
}

div.Bottom a, div.Bottom a:visited
{
    color:#003399;
    font-size:28px;
    text-decoration:none;
}

div.Bottom a:hover { color:#90C211; text-decoration: none; }

div.Bottom a:active { text-decoration: none; }

.bullet
{
    /*color:#993300;*/ /* burgundy */
    font-size:14px; 
    font-weight:700;
}

.BuyNow
{
    background-color:#DDEE66;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#993300;
    float:left; 
    font-family:Calibri;
    font-size:13px;
    margin:15px;
    padding:6px 4px 4px 6px;
    text-align:center;
    width:175px;
}

.caption
{
    color:gray;
    font-family:Calibri;
    font-size:13px;
    line-height:140%;
    text-align:center;
}

.center { text-align:center; }

.Cicada
{
    background-color:White;
    /*border:1px solid #993300;*/
    border:1px solid #003399;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    font-family:Calibri;
    font-size:12px;
    line-height:135%;
    padding:4px;
    text-align:center; 
    width:158px
}

/* citation confirmed in use */
.citation
{
    color:Gray;
    font-family:Calibri;
    font-size:13px;
    margin:25px 0px 25px 25px;
    padding-left:15px;
    text-indent:-13px;
}

/* clear confirmed in use */
.clear { clear: both; }

.contact
{
    border:1px solid #003399;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    margin-bottom:35px;
    padding:5px;
    text-align:center;
}

.ContentBox
{
    background-color:White;
    width:100%;
}

.ContentFootnotes
{
    line-height:195%;
    padding:0px 82px 5px 75px;
    text-align:justify;
}

.ContentNarrow
{
    line-height:150%;
    padding:0px 82px 25px 75px;
    text-align:justify;
}

/* ContentTitle confirmed in use. */
.ContentTitle { margin-bottom:10px; width:400px; }

/* ContentWide confirmed in use. */
.ContentWide
{
    line-height:165%;
    padding:0px 15px 5px 15px;
    text-align:justify;
}

.copyright
{
    background-color:#80B3E6;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -khtml-border-radius:5px 5px 0 0;
    float:left;
    font-family:Calibri;
    font-size:13px;
    line-height:125%;
    text-align:center;
    width:490px;
}

div.CopyrightLink
{
    font-family:Calibri;
    font-size:13px;
    font-weight:600;
    line-height:135%;
    margin:0px;
    padding:5px;
    text-align:center;
    width:280px;
}

div.CopyrightLink li { list-style-type:none; }

div.CopyrightLink ul
{
    margin: 0;
    padding: 0;
    width: auto;
}

div.CopyrightLink ul li a, div.CoprightLink ul li a:visited
{
    background-color:#F7DE80;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    display: block;
    line-height:125%;
    padding:6px;
    text-decoration:none;
    white-space:nowrap;
}

div.CopyrightLink ul li a:hover
{
    background-color:white;
    color:#003399;
    text-decoration: none;
}

div.CopyrightLink ul li a:active
{
    background-color:#F7DE80;
    color:#003399;
    text-decoration: none;
}

.CopyrightContent
{
    float:left;
    font-family:Calibri;
    font-size:13px;
    line-height:125%;
    text-align:center;
}

div.CopyrightConventions
{
    font-family:Calibri;
    font-size:13px;
    font-weight:600;
    line-height:135%;
    margin:10px 0px 0px 10px;
    padding:5px;
    text-align:center;
    width:140px;
}

div.CopyrightConventions li { list-style-type:none; }

div.CopyrightConventions ul
{
    margin: 0;
    padding: 0;
    width: auto;
}

div.CopyrightConventions ul li a, div.CoprightConventions ul li a:visited
{
    background-color:#F7DE80;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    display: block;
    line-height:125%;
    padding:4px;
    text-decoration:none;
    white-space:nowrap;
}

div.CopyrightConventions ul li a:hover
{
    background-color:white;
    color:#003399;
    text-decoration: none;
}

div.CopyrightConventions ul li a:active
{
    background-color:#F7DE80;
    color:#003399;
    text-decoration: none;
}

.CopyrightLeft
{ 
    padding:0px 5px 0px 0px; 
    width:300px;
}

.CopyrightRight { padding:5px 5px 5px 0px; }

.copyright a, .copyright a:visited
{
    color:#F7DE80;
    text-decoration:none;
}

.copyright a:hover { color:white; text-decoration:underline; }

.copyright a:active { text-decoration: none; }

.DividerPoems 
{ 
    border-bottom:1px solid #993300;
    font-size:10px; 
    margin:15px 0px 30px 0px;
    padding-bottom:0px;
    width:100%; 
}

/* verified as in use */
.Donate
{
    background-color:#F7DE80;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#993300;
    float:right; 
    font-family:Calibri;
    font-size:13px;
    margin:5px;
    padding:6px 4px 4px 6px;
    text-align:center;
    width:155px;
}

.EditorNote { border-top:1px solid gray; font-weight:200; margin:40px 0px 0px 0px; }

.epigram
{
    font-family:Calibri;
    font-size:13px;
    margin-bottom:35px;
    margin-top:-10px;
    padding-left:20px;
}

.feedback
{
    float:left; 
    margin-left:10px; 
    padding:10px;
}

.flash
{
    color:#993300;
    font-size:28px;
    font-weight:600;
    text-align:center;
}

.FlashAbout
{
    color: #993300;
    font-size:32px; 
    font-weight:700;
}

/* FlashHome confirmed in use */
.FlashHome
{
    color:#993300;
    font-size:17px; 
    font-weight:600;
    text-align:center;
}

.FlashLogo
{
    color:#993300;
    font-size:30px;
    font-weight:600;
    margin-top:40px;
    vertical-align:middle;
    text-align:left;
}

.FlashParagraph
{
    padding-left:25px;
    padding-bottom:5px;
    text-indent:-25px;
}

.footer
{
    background-color:White;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    -khtml-border-radius:7px;
    float:left;
    font-family:Calibri;
    font-size:13px;
    margin:10px 0 5px 0;
    text-align:center;
    width:435px;
}

/* confirmed in use: footnote and footnote2 */
.footnote
{
    border-top:1px solid gray;
    color:Gray;
    font-family:Calibri;
    font-size:13px;
    margin:25px 0px 20px 0px;
    overflow-wrap:break-word;
}

.footnote2
{
    color:Gray;
    font-family:Calibri;
    font-size:13px;
    margin:0px 0px 20px 0px;
    overflow-wrap:break-word;
}

.GreenPress
{
    float:right;
    margin-bottom:35px;
    width:87px;
}

h1, h2, h3, h4, h5
{
    color:#993300;
    font-family:Calibri;
    font-weight:700;
    line-height:115%;
    margin: 0px 5px 20px 0;
    padding:0;
    text-transform:none;
}

h1 { font-size:22px; }

h2 { font-size:21px; }

h3 { font-size:20px; }

h4 { font-size:18px; }

h5 { font-size:16px; }

/* content confirmed in use */
h4.content, h5.ContentLong
{
    color:#993300;
    font-family:Calibri;
    font-size:18px;
    font-weight:500;
    margin:5px 0px 0px 0;
    padding:0;
    text-transform:none;
}

/* content confirmed in use */
h5.content
{
    color:gray;
    font-family:Calibri;
    font-size:15px;
    font-weight:500;
    margin:10px 0px 25px 0px;
    padding:0;
    text-transform:none;
}

h6.ContentLong
{
    color:#993300;
    font-family:Calibri;
    font-size:15px;
    font-weight:500;
    letter-spacing:1px;
    margin:5px 5px 10px 0;
    padding:0;
    text-transform:none;
}

h5.section
{
    color:Black;
    font-family:Calibri;
    font-size:16px;
    font-weight:600;
    letter-spacing:1px;
    margin:10px 5px 10px 0;
    padding:0;
    text-transform:none;
}

h5.submissions
{
    color:Black;
    margin: 0px 5px 10px 0;
    padding:0;
    text-transform:none;
}

.haibun
{
    text-align:center;
}

.HaibunItalic
{
    font-style:italic;
    text-align:center;
}

.HaikuRight
{
    float:right; 
    margin-right:75px; 
    text-align:left;
}

/* HeaderBioLower confirmed in use */
.HeaderBioLower
{
    /* color:#993300; */
    color:Gray;
    float:right;
    font-family:Calibri;
    font-size:12px;
    letter-spacing:1px;
    margin-top:-33px;
    text-align:center;
}

/* HeaderBioUpper confirmed in use */
.HeaderBioUpper
{
    border-bottom:solid 1px gray;
    border-top:solid 1px gray;
    /* color:#993300; */
    color:black;
    font-family:Calibri;
    font-size:16px;
    font-weight:500;
    letter-spacing:1px;
    margin:100px 0 15px 0;
    text-align:left;
}

/* HeaderMore confirmed in use */
.HeaderMore
{
    border-bottom:solid 1px gray;
    border-top:solid 1px gray;
    color:black;
    font-family:Calibri;
    font-size:15px;
    font-weight:500;
    letter-spacing:1px;
    margin:75px 0 25px 0;
    text-align:center;
}

.HeaderPoetry { margin-bottom:20px; margin-top:20px; }

.HeaderTOC { font-size:14px; margin:0px; padding:0px; }

img { max-width:100%; }

/* indent confirmed in use*/
.indent { margin-left:22px; text-indent:-15px; }

.IndentResources { margin:0px 0px 10px 20px; text-indent:-18px; }

.IndentResources2 { margin:0px 0px 10px 20px; text-indent:-24px; }

/* confirmed in use */
.Index
{
    float:left;
    margin-bottom:5px;
}

/* confirmed in use */
.IndexIssue
{
    text-align:right;
    width:35px;
}

/* confirmed in use */
.IndexMenu 
{
	list-style:none;
	margin-left:25px;
	text-align:center;
}

/* confirmed in use */
.IndexMenu li 
{
	float:left; 
	list-style-type:none;
}

/* confirmed in use */
.IndexMenu li a 
{
	background-color:#DDEE66;
	border:1px solid #003399;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
	color:#003399;
	display:block;
	font-weight:bold;
	padding:5px;
	text-decoration: none;
}

.IndexMenu li a:hover 
{
	background-color:#fff;
	color:#DDEE66;
}

/* confirmed in use */
.IndexTable 
{
    /*background-color:#DDEE66;*/
    border:1px solid #6960EC;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .8); 
    float:left;
    font-size:11px;
    margin-top:5px;
    text-align:left;
    width:450px;
} 

/* confirmed in use */
.IndexTable td { border-bottom:1px dotted #6960EC; } 


.Journeyman
{
    background-color:White;
    /*border:1px solid #993300;*/
    border:1px solid #003399;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    font-family:Calibri;
    font-size:13px;
    line-height:135%;
    margin-left:4px;
    padding:4px;
    text-align:center; 
    width:210px;
}

.JourneymanCaption
{
    border:1px solid #003399;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    font-family:Calibri;
    font-size:12px;
    line-height:135%;
    margin-left:5px;
    padding:2px;
    text-align:center; 
    width:170px;
}

.JourneymanHome
{
    border:2px solid #003399;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    margin-left:4px;
    text-align:center; 
    width:175px;
}

.KarlssonContent
{
    color:gray;
    font-family:Calibri;
    font-size:13px;
    line-height:150%;
    padding-left:50px;
    text-align:left;
}

.KarlssonPhoto
{
    font-family:Calibri; 
    font-size:13px;
    padding-bottom:10px; 
    padding-left:15px; 
    text-align:center;
}

.KelleyHome
{
    border:2px solid #993300;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    font-family:Calibri;
    font-size:12px;
    line-height:125%;
    margin-left:3px;
    width:106px;
}

.ListNavTop
{
    color: #993300;
    margin: 0;
    padding: 0;
}

.Logo
{
    /*background-color:#CCCC33;*/ /* green-gold */
    background-color:#80B3E6;
    border-radius:0 0px 10px 10px;
    -moz-border-radius:0 0px 10px 10px;
    -webkit-border-radius:0 0px 10px 10px;
    -khtml-border-radius:0 0px 10px 10px;
    color:#993300;
    float:left;
    margin-bottom:10px;
    padding-left:5px;
    width:490px;
}

.LogoButtons
{
    background-color:#80B3E6; /* light blue */
    /*border:1px solid #993300;*/ /* burgundy */
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    font-size:12px;
    font-weight:700;
    line-height:135%;
    margin-left:25px;
    padding:5px;
    text-align:center;
    width:150px;
}

.LogoContent
{
    background-color:#80B3E6;
    border-bottom:2px solid #003399;
    width:100%;
}

.LogoContentFlash
{
    color:#993300;
    font-size:30px;
    font-weight:600;
    margin-top:5px;
    vertical-align:middle;
    text-align:center;
}

.LogoContentRight
{
    color:#993300;
    font-family:Calibri;
    font-size:15px;
    font-weight:700;
    padding-left:4px;
    /*line-height:145%;*/
    /*padding-top:5px;*/
    /*text-align:center;*/
}

.LogoContentTitle
{
    color:#993300;
    font-family:SketchFlow Print, Brush Script MT, Copperplate Gothic Light;
    font-size:39px;
    font-weight:600;
    padding:5px 0px 0px 5px;
    /*width:343px;*/
    /* width:335px; */
    width:295px;
}

.LogoDescription
{
    font-family:Verdana, Sans-Serif;
    font-size:12px;
    line-height:135%;
    padding:10px 5px 0px 0px;
    text-align:center;
}

.LogoFeatured
{
    font-family:Verdana, Sans-Serif;
    font-size:12px;
    font-weight:700;
    line-height:135%;
    text-align:center;
    vertical-align:top;
    width:195px;
}

.LogoImage
{
    color:#993300;
    font-family:Calibri;
    font-size:14px;
    padding-top:5px;
    width:235px;
}

.LogoHeader
{
    /* background: #0020FE;*/ /* bright blue */
    /* background: #B7D11A; */ /* green */
    /* background: #01C39E; */ /* blue-green */
    /* background:#4571CD; */ /* blue */
    /* background:#33CCCC;*/ /* medium blue green */
    /*background-color:#CCCC33;*/  /* green-gold */
    width:435px;
}

/*.LogoLightning
{
    background-image:url(../Images/Lightning_Bolt_Repeat.jpg);
    background-repeat:repeat-y;
    background-size:10%;
    border-radius:0 10px 10px 10px;
    -moz-border-radius:0 10px 10px 10px;
    -webkit-border-radius:0 10px 10px 10px;
    -khtml-border-radius:0 10px 10px 10px;
    float:right;
    height:100%;
    width:115px;
}*/

.LogoTD
{
    font-weight:700;
    padding-top:5px;
    width:220px;
}

.LogoTitle { font-family:SketchFlow Print; font-size:30px; }

/* Begin Lucky Quiz Table formatting ---------------------- */

.LuckyQuiz
{
    font-family:Verdana, Sans-Serif; 
    font-size:11.5px; 
    table-layout:fixed;
}

td.LuckyQuiz { vertical-align:top; }

.one { vertical-align:top; width:45px; }

.two { vertical-align:top; width:250px; }

.three { vertical-align:top; width:25px; }

.four { vertical-align:top; width:250px; }

/* End Lucky Quiz Table formatting ---------------------- */


/* MainContent confirmed in use */
.MainContent
{
    background-color:White;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    width:490px;
}

.MainContent2
{
    background-color:White;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    margin-top:300px;
    width:490px;
}

/* Begin Navigation Menu ---------------------- */

li.spacer { line-height:3px; }

.masthead
{
    border-top:1px solid #993300;
}

.memberships
{
    /*background-color:#80B3E6;*/ /* light blue */
    background-color:#DDEE66;
    border:2px solid #003399; /* dark blue */
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    -khtml-border-radius:7px;
    color:#003399;
    font-family:Calibri;
    font-size:13px;
    font-weight:500;
    margin:0px 0px 5px 5px;
    padding:6px 3px 6px 3px;
    text-align:center;
    width:100px;
}

.MenuContainer { float:right; margin:-25px 25px 0px 10px; width:50px; }

.MenuCool
{ 
    background-color:White;
    border:2px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    font-family:Calibri;
    font-size:13px;
    line-height:125%;
    margin:10px 0px 5px 0px;
    padding:5px;
    text-align:center;
    text-decoration:none;
    width:130px;
}

div.menu
{
    font-family:Calibri;
    font-size:13px;
    font-weight:500;
    padding:2px;
    text-align:center;
    width:145px;
}

div.menu li { list-style-type:none; }

div.menu ul
{
    margin: 0;
    padding: 0;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:#F7DE80; /* gold */
    border:2px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    display: block;
    line-height:125%;
    padding:4px;
    text-decoration:none;
    white-space:nowrap;
}

div.menu ul li a:hover
{
    background-color:white;
    color:#003399;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color:#F1F0A9;
    color:#003399;
    text-decoration: none;
}

/* End Navigation Menu ---------------------- */

/* Begin Nav Menu Bottom --------------------- */

div.MenuBottom
{
    font-family:Calibri;
    font-size:13px;
    float:left;
    font-weight:700;
    padding:5px 0px 5px 0px;
    text-align:center;
    width:490px;
}

div.MenuBottom li
{
    float:left;
    list-style-type:none;
    width:70px;
}

div.MenuBottom ul
{
    list-style-type:none;
    margin:0;
    overflow:hidden;
    padding:0;
    width:auto;
}

div.MenuBottom ul li a, div.MenuBottom ul li a:visited
{
    background-color:#DDEE66;
    border:2px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    display: block;
    line-height:125%;
    padding:4px;
    text-decoration:none;
    white-space:nowrap;
}

div.MenuBottom ul li a:hover
{
    background-color:white;
    color:#DDEE66;
    text-decoration: none;
}

div.MenuBottom ul li a:active
{
    background-color:#DDEE66;
    color:#003399;
    text-decoration: none;
}

/* End Nav Menu Bottom ----------------------- */


/* Begin Nav Menu News ---------------------- */

div.MenuNews

{ font-weight:600; text-align:left; width:425px; }

/* End Nav Menu News ---------------------- */


/* MenuTop confirmed in use */
/* Begin Nav Menu Top --------------------- */
div.MenuTop
{
    font-family:Calibri;
    font-size:13px;
    font-weight:700;
    margin-left:3px;
    padding-bottom:0px;
    text-align:center;
}

div.MenuTop li
{
    float:left;
    list-style-type:none;
    width:70px;
}

div.MenuTop ul
{
    list-style-type:none;
    margin:0;
    overflow:hidden;
    padding:0;
    width:auto;
}

div.MenuTop ul li a, div.MenuTop ul li a:visited
{
    background-color:#F7DE80;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    display: block;
    line-height:125%;
    padding:4px;
    text-decoration:none;
    white-space:nowrap;
}

div.MenuTop ul li a:hover
{
    background-color:white;
    /*color:#DDEE66; */
    color:#003399;
    text-decoration: none;
}

div.MenuTop ul li a:active
{
    background-color:#F1F0A9;
    color:#003399;
    text-decoration: none;
}

/* End Nav Menu Top ----------------------- */


.Nested1
{
    margin-left:75px; 
    margin-right:-75px;
}

.Nested2
{
    margin-left:150px; 
    margin-right:-150px;
}


/* NextLink confirmed in use */
/* Begin NextLink --------------------- */
div.NextLink
{
    font-family:Calibri;
    font-size:13px;
    font-weight:700;
    margin-left:185px;
    padding-bottom:0px;
    text-align:center;
}

div.NextLink li
{
    float:left;
    list-style-type:none;
    width:70px;
}

div.NextLink ul
{
    list-style-type:none;
    margin:0;
    overflow:hidden;
    padding:0;
    width:auto;
}

div.NextLink ul li a, div.NextLink ul li a:visited
{
    background-color:#F7DE80;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    display: block;
    line-height:125%;
    padding:4px;
    text-decoration:none;
    white-space:nowrap;
}

div.NextLink ul li a:hover
{
    background-color:white;
    /*color:#DDEE66; */
    color:#003399;
    text-decoration: none;
}

div.NextLink ul li a:active
{
    background-color:#F1F0A9;
    color:#003399;
    text-decoration: none;
}
/* End NextLink ----------------------- */

.NoBullet 
{ 
    line-height:175%; 
    list-style-type:none; 
    margin-left:15px; 
    text-indent:-14px;
}

.NoBulletPay { line-height:155%; list-style-type:none; }

.NumData 
{
    border-bottom:1px dotted #993300; 
    border-top:1px dotted #993300;
    text-align:center; 
    width:75%;
}

.NumDataWide 
{
    text-align:center; 
    width:95%;
}

/* NOTE: Begin Overflow code added in May 2023. */

ol { overflow-wrap:anywhere; }

/* NOTE: End Overflow code added in May 2023. */

.OutLinks { color:#993300; font-weight:600; }

.OutLinksTable { border-top:1px solid #993300; width:99% }

p { margin-bottom:20px; }

p.center { text-align:center; }

p.TOCIndent
{
    padding-left:15px;
    padding-bottom:5px;
    text-indent:-15px;
}

.PageContent
{
    border:3px solid #003399; /* dark blue */
    margin:10px auto 10px auto; /* Allows content to float against background */
    padding:0;
    text-align:left;
    width:613px;
}

.PageResources
{
    background-image:url(../Images/Lightning_Bolt6.jpg);
    background-repeat:repeat-y;
    border:3px solid #993300; /* burgundy */
    margin:10px auto 10px auto; /* Allows content to float against background */
    padding:0;
    text-align:left;
    width:613px;
}

.Peace
{
    color:#003399;
    float:left;
    font-size:20px;
    padding:10px 0px 0px 15px;
}

ul.pay, li.pay
{
    list-style-type:square;
    margin-left:15px;
}

ol.submissions
{
    line-height:165%;
    margin-left:-20px;
}

/* poetry confirmed in use */
.poetry
{
    
    margin-bottom:25px;
    font-family:Verdana, Sans-Serif;
    font-size:12px;
    line-height:170%;
}

.PoetryBraShopping
{
    font-family:Verdana, Sans-Serif; 
    font-size:12px; 
    line-height:170%; 
    margin-left:-31px; 
    margin-right:-36px;
}

.PoetryWide
{
    font-family:Verdana, Sans-Serif; 
    font-size:11.5px; 
    line-height:170%; 
    margin-left:-25px; 
    margin-right:-35px;
}

div.RaineFeather
{
    background-image: url("Images/Raine_Feather.jpg");
    background-repeat: no-repeat;
}

.Search
{
    background-color:#DDEE66;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#993300; 
    font-family:Calibri;
    font-size:13px;
    margin-top:5px;
    padding:6px 4px 4px 6px;
    text-align:center;
    width:227px;
}

.SectionBreak { font-size:15px; margin:25px; text-align:center; }

/* Begin Submit Button ---------------------- */

.SubmitTable
{
    margin-left:110px; 
    margin-top:20px;
}

.SubmitTD
{
    font-family:SketchFlow Print;
    font-size:16px;
    font-weight:700;
    padding:10px;
    text-align:center;
    width:230px;
}

.SubmitTD li { list-style-type:none; }

.SubmitTD ul
{
    margin: 0;
    padding: 0;
    width: auto;
}

.SubmitTD ul li a, .SubmitTD ul li a:visited
{
    background-color:#F7DE80;
    border:2px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    display: block;
    line-height:125%;
    padding:4px;
    text-decoration:none;
    white-space:nowrap;
}

.SubmitTD ul li a:hover
{
    background-color:white;
    color:#DDEE66;
    text-decoration: none;
}

.SubmitTD ul li a:active
{
    background-color:#F1F0A9;
    color:#003399;
    text-decoration: none;
}

/* End Submit Button ---------------------- */

.SiteMap
{
    color:#993300;
    font-size:12px;
    list-style-type:disc;
    margin-left:5px;
}

.SiteMap li
{
    margin-left:10px;
}

.spacer { width:15px; }

/* NOTE: ul.welcome verified as being used. */
ul.welcome, li.welcome { list-style-type:none; margin-left:5px; }

/* stats confirmed in use */
.stats
{
    border-collapse:collapse; 
    float:right;
    color:Gray;
    font-family:Calibri;
    font-size:12px;
    margin:0px;
    text-align:right;
}

/* StatsLeft and StatsRight confirmed in use */
.StatsLeft { text-align:right; }

.StatsRight
{
    padding-left:3px; 
    text-align:left; 
    width:85px;
}

.StatsUpper { border-bottom:solid 1px gray; }

sup 
{ 
	font-size:75%; 
	line-height:0; 
	position:relative;
	top:-0.5em;
	vertical-align:baseline; 
} 

.TableRowBorder
{
    border-bottom:1px dotted #993300;
}

td { vertical-align:top; }


.title { margin:10px 0px 0px 0px; }

.TOC { border-collapse:collapse; font-size:12px; margin-bottom:10px; }

div.TOCBottom { float:right; text-align:right; }

div.TOCBottom a, div.TOCBottom a:visited
{
    color:#003399;
    font-size:27px;
    text-decoration:none;
}

div.TOCBottom a:hover { color:#90C211; text-decoration: none; }

div.TOCBottom a:active { text-decoration: none; }

.TOCLeft
{
    padding:5px 0px 0px 10px;
    text-align: right;
    vertical-align: top;
    width: 160px;
}

.TOCRight
{
    padding:5px 0px 0px 15px;
    text-align: left;
    vertical-align: top;
    width: 295px;
}

/* Begin Nav Menu Table of Contents --------------------- */

.TOCCategories td { text-align:center; vertical-align:top; width:160px; }

.TOCMainCategory
{
    /*background-color:#80B3E6;*/
    background-color:White;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#993300;
    display: block;
    font-family:Calibri;
    font-size:13px;
    font-weight:600;
    line-height:135%;
    padding:4px;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    width:125px;
}

span.TOCMenu
{
    font-family:Calibri;
    font-size:13px;
    font-weight:600;
    line-height:125%;
    padding-bottom:0px;
    text-align:center;
    width:125px;
}

span.TOCMenu a, span.TOCMenu a:visited
{
    background-color:#F7DE80;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    display: block;
    line-height:125%;
    padding:4px;
    text-decoration:none;
    white-space:nowrap;
    width:125px;
}

span.TOCMenu a:hover
{
    background-color:white;
    color:#003399;
    text-decoration: none;
    width:125px;
}

span.TOCMenu a:active
{
    background-color:#F7DE80;
    color:#003399;
    text-decoration: none;
    width:125px;
}

span.TOCMenuNoLink
{
    background-color:white;
    border:1px solid #003399; /* dark blue */
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    color:#003399;
    display:block;
    font-family:Calibri;
    font-size:13px;
    font-weight:600;
    line-height:125%;
    padding:4px;
    text-decoration:none;
    white-space:nowrap;
    width:125px;
}

/* End Nav Menu Table of Contents ----------------------- */

.TOCRow
{
    border-bottom:solid 1px #993300;
}

div.Top
{
    float:right;
    margin-top:100px;
    padding:0px 5px 5px 0px;
    text-align:right;
}

div.Top a, div.Top a:visited
{
    color:#003399;
    font-size:27px;
    text-decoration:none;
}

div.Top a:hover { color:#90C211; text-decoration: none; }

div.Top a:active { text-decoration: none; }

#TopBarQuote
{
    background-color:#80B3E6;
    color:#993300;
    font-family:Calibri;
    font-size:12px;
    line-height:135%;
    margin:0px;
    padding:5px;
    vertical-align:top;
    text-align:center;
}

div.TopContent
{
    float:right;
    margin:0px;
    padding:0px;
    text-align:right;
}

div.TopContent a, div.TopContent a:visited
{
    color:#003399;
    font-size:28px;
    text-decoration:none;
}

div.TopContent a:hover { color:#90C211; text-decoration: none; }

div.TopContent a:active { text-decoration: none; }

ul { margin:0; padding:0; }


/* FORM ELEMENTS ---------------------- */

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p { margin: 2px 12px 10px 10px; }

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline { display: inline; }

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry { width: 320px; border: 1px solid #ccc; }

input.passwordEntry { width: 320px; border: 1px solid #ccc; }

div.accountInfo { width: 42%; }

/* End Form Elements ---------------------- */

/* Full Page Background Image */

/* html code = 
<img src="images/bg.jpg" id="bg" alt="">
*/

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

.SpanBubbleQuote
{
    font-family:Georgia; 
    font-size:25px; 
    font-weight:bolder;
}

/* Begin Speech Bubble on home page */

/* Rectangular bubble with curves at bottom */

.SpeechBubble3
{
    border:1px solid gray;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .8);
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8));
    font-size:11px;
    margin:15px 0px 0px 0px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:15px;
    padding-top:10px;
    position:relative;
    text-align:center;
    width:365px;
}

/* Large curve */

.SpeechBubble3:before 
{
    background:transparent;
    border-bottom-right-radius:80px 50px;
    -moz-border-radius-bottomright:80px 50px;
    -webkit-border-bottom-right-radius:80px 50px;
    border-color:gray;
    border-style:solid;
    border-width:0 1px 1px 0;
    bottom:-40px;
    content:"";
    display:block; /* reduce the damage in FF3.0 */
    height:37px;
    left:290px;
    position:absolute;
    width:50px;
    z-index:10;
}

/* Small curve */

.SpeechBubble3:after
{
    background:transparent;
    border-bottom-right-radius:40px 50px;
    -moz-border-radius-bottomright:40px 50px;
    -webkit-border-bottom-right-radius:40px 50px;
    border-color:gray;
    border-style:solid;
    border-width:0 1px 1px 0;
    bottom:-40px;
    content:"";
    display:block; /* reduce the damage in FF3.0 */
    height:37px;
    left:294px;
    position:absolute;
    width:20px;
    z-index:10;
}

/* Small circle, a rounded point where two curves meet */

.SpeechBubble3 > :first-child:before
{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    bottom:-40px;
    content:"";
    height:1px;
    left:290px;
    position:absolute;
    width:5px;
}

/* Small rectangle to hide portion of box border */

.SpeechBubble3 > :first-child:after
{
    background:white;
    bottom:-10px;
    content:"";
    height:15px;
    left:315px;
    position:absolute;
    width:25px;
}

/*  End Speech Bubble on home page */

/* Force vertical scrollbar in Gecko browsers */
#mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden } 
