/*
 * standard.css
 * Copyright 2007 Richard Lawrence
 * You may use this work under the terms of the Creative Commons 
 * Attribution-Share Alike 3.0 license, found at
 * http://creativecommons.org/licenses/by-sa/3.0/us/ 
 */
body
{ 
  background-color: RGB(102, 21, 70); /*blue; #003315;*/
}

#container
{ 
  width: 800px;
  height: 100%;
  border-style: groove;
  border-color: #484848;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: RGB(146,133,197);
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: grey;
}

h1 
{ 
  font-family: Georgia, Times New Roman; serif; 
  font-size: 20px;
  color: black;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

h2
{
  font-family: Georgia, Times New Roman; serif; 
  font-size: 18px;
  color: black;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

h3
{
  font-family: Georgia, Times New Roman; serif; 
  font-size: 15px;
  color: grey;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

a
{ 
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  color: blue;
}
a:hover
{ 
  color: purple;
}

/*
 * Header
 */
#header
{ 
  width: 780px;
  height: 200px; 
  color: white;
  margin: 10px 0 0 5px;
  padding-left: 10px;
  background-color: white;
  background-image: URL("/images/HeadingBackground.jpg");
/*  border-style: dotted;
  border-color: Red; */
}

/* For images in header: */
#header img
{ 
  display: block; 
  clear: left;
  margin: 10px 10px 10px 0px;

}

#header h1
{
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  font-family: Georgia, serif;
  font-size: 20pt;
  font-style:italic ;
  text-align: left;
  color: blue;
}

#header h2
{
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  font-family: Georgia, serif;
  font-size: 18pt;
  text-align: center;
  color: #FBF970;
}
#topNav
{
  height: 66px;
  position: relative;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0;
  margin-top: 30px;
  overflow: hidden; 
}
#topNav ul
{
  height: 66px;
  position: absolute;
  top: 10;
  left: 0px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  list-style-type: none;
}
#topNav li
{
  height: 66px;
  width: 96px;
  padding: 0 0 0 0;
  margin: 0 1px 0 1px;
  float: left;
  line-height: 66px;
  background-image: url("/images/CovenantLogo.png");
  text-align: center;
}

#topNav li:hover
{
  height: 66px;
  width: 96px;
  padding: 0 0 0 0;
  margin: 0 1px 0 1px;
  float: left;
  line-height: 66px;
  background-image: url("/images/CovenantLogoHover.png");
  text-align: center;
}


#topNav a
{ 
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  color: RGB(212, 213, 232);
}
#topNav a:hover
{ 
  color: #CC3300;
  font-size: 11pt;
  font-weight: bold;
  color: white;
}
/*
 * Left navigation container
 */
#navLeft
{
  width: 250px;
  float: left;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
/*  border-style: dotted;
  border-color: #FFFFFF; */
  clear: left;
  color: black;
}
.navLeftGroup
{
  width: 220px;
  background-color: white;  /*#FFFFCC;*/
  border-style: groove;
  border-color: #000000;
  border-width: 2px; 
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;

  padding: 5px 5px 5px 5px;
}
.navLeftGroup ul
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
.navLeftGroup li
{
  margin: 0 0 2px 4px;
  padding: 0 0 2px 0;
  color: black;
}
.navLeftGroup li:hover
{
/*  border-bottom-style: dotted;
  border-bottom-color: #FF9933;
  border-bottom-width: 1px; */
  color: #CC3300;
}

.navLeftGroup form
{
  margin: 0;
  padding: 0;
}
/*
 * Content container
 */
#content
{
  width: 528px;
  min-height: 500px;
  float: left;
  background-color: #FFFFFF;
  margin: 20px 0 0 0;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}


#content a
{ 
  text-decoration: none;
  color: #0000CC;
}
#content a:hover
{ 
  color: purple;
}

/* "Clippings" that appear in the content div, for presenting testimonials and
   feature summaries */
#content div.clipping
{
  width: 40%;
  float: left;
  background-color: lightgrey;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  margin: 10px 0 10px 4px;
  padding: 2px 4px 2px 4px;
  font-size: 12px;
}

#content .clipping img
{
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
}

#content .clipping a
{ 
  text-decoration: none;
  color: #0000CC;
}
#content .clipping a:hover
{ 
  color: purple;
}

#content .clipping p
{
  margin: 8px 0 0 0;
  padding: 0 0 0 0;
}
#content .clipping ul
{
  display: block;
  list-style-type: disc;
  margin: 0 0 0 13px;
  padding: 0 0 0 0;
}

/* For "news items" in newsmain.htm or on other pages */
#content div.newsitem
{
  width: 95%;
  float: left;
  clear: left;
  background-color: lightgrey;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 20px 0;
  padding: 10px 10px 10px 10px;
  font-size: 18px;
}

#content .newsitem img
{
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
}

#content .newsitem a
{ 
  font-size: 18px;
  text-decoration: none;
  color: #0000CC;
}
#content .newsitem a:hover
{ 
  color: purple;
}


/* Make sure the first paragraph clears the image. */
#content p.first
{
   clear: left;
}


/* For images in articles: */
#content img.smallleft
{ 
  width:150px; 
  display: block; 
  float: left; 
  clear: left;
  margin: 0px 10px 10px 0px;
}
#content img.smallright
{ 
  width:150px; 
  display: block; 
  float: right; 
  clear: right;
  margin: 0px 0px 10px 10px;
}
/* For labels and field headers on forms (e.g. in user.asp): */
#content div.input
{ 
  width: 100%;
}
#content label.input
{ 
  display: block;
  width: 90%;
  text-align: left;
  margin: 8px 0 4px 0;
  background-color: #CCCCCC;
}
/* For lists of links used for navigation (e.g. on myaccount.asp and faq.asp) */
#content ul.navlist
{ 
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
#content .navlist li
{ 
  margin-bottom: 4px;
}
/* Defaults for lists (typically used to itemize features in content body) */
#content ul li
{
  list-style-type: disc;
  margin-bottom: 10px;
}
/* For title information on the books.asp page */
#content .titleBrief
{ 
  width: 100%;
  margin: 10px 0 15px 0;
  overflow: auto;
}
#content .titleBriefForm
{ 
  width: 350px;
  margin: 0;
  padding: 0 0 15px 0;
  float: left;
}
#content .titleBriefForm .title
{ 
  font-size: 1.2em;
  font-weight: bold;
}
#content .titleBriefForm .price
{ 
  font-weight: bold;
}
#content img.titleBrief 
{ 
  display: block;
  float: left;
  clear: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 150px; 
  border: none;
}
/* For displaying an individual title page */
#content .titleviewLeft
{ 
  width: 100%;
  overflow: auto;
}
#content img.titleviewLeft
{ 
  display: block;
  float: left;
  clear: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 300px; 
  border: none;
}
#content .titleviewLeft .shortinfo
{ 
  width: 300px; 
  float: left;
  margin: 0;
  padding: 0;
}
#content .titleviewLeft .shortinfo h2
{ 
  margin: 0;
  padding: 0;
}
#content .titleviewTop
{ 
  margin-top: 20px; 
}
#content .titleviewBody
{ 
  margin-top: 20px; 
  overflow: auto;
}
#content .titleviewBody img
{ 
  max-width: 500px; /* at least one title references a huge image...
                       this prevents overflow */
}

/* For data tables -- WHICH SHOULD BE MINIMAL, such as on compare.asp */
#content .tblHeader th
{ 
  background-color: RGB(146,133,197) ; 
}


/* For title information on the books.asp page */
#content .titleBrief
{ 
  clear: both;
  margin-top: 10px;
}

#content .titleBrief a
{
  color: blue;
  border: none;
}

#content .titleBrief img
{ 
  display: block;
  float: left;
  clear: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 150px; 
  border: none;
}

#content .titleBriefForm
{ 
  width: 350px;
  padding: 0 0 15px 0;
  float: right;
}
#content .titleBriefForm .title
{ 
  font-size: 1.2em;
  font-weight: bold;
}
#content .titleBriefForm .price
{ 
  font-weight: bold;
}



/* For displaying an individual title page */
#titleviewLeft
{ 
  width: 220px;
  margin: 10px;
  padding: 5px;
  float: left;
  overflow: hidden;
  border-style: groove;
  border-color: gray;
}

#titleviewLeft ul.detailnav
{
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}


#titleviewLeft ul.detailnav li
{
  width: 70px;
  text-align: center;
  margin: 0 1px 0 1px;
  float: left;
}

#titleviewLeft img
{ 
  display: block;
  align: center;
  clear: both;
  width: 200px; 
  border: none;
}



/*
 * Footer
 */
#footer
{
  width: 100%;
  clear: both;
  margin-top: 25px;
  padding: 10px 0 0 0;
  color: white;
}
#footer div.footerinfo
{ 
  margin: 20px 0 20px 0;
  padding: 10px; 
  min-height: 135px;
  background-color: #339966; 
  font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
  font-size: 13pt;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}
#footer .footerinfo img
{ 
  display: block;
  float: right;
  margin: 0 10px 0 10px;
  border: none;
}
#footer .footerinfo a
{ 
  text-decoration: none;
  color: #0000CC;
}
#footer .footerinfo a:hover
{ 
  text-decoration: none;
  color: #CC0000;
}

/**** debugging information. */
#debug 
{
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/*
 * #errors -- Error and Warning notices
 */
#errors
{ 
  width: 548px;
  float: left;
  background-color: #ffffff;
  margin: 10px 0 0 0;
  padding: 0;
  border: 1px solid #000000;
}
div.warning, div.notice
{ 
  width: 96%;
  margin-top: 0px;
  padding: 2%;
  background-color: #C8C8C8;
}
div.warning i:before
{ 
  content: "Error message was: " 
}
div.warningTitle, div.noticeTitle
{ 
  width: 100%;
  font-size: 1.5em;
  color: #C80000; 
}
div.finePrint
{ 
  width: 100%;
  padding: 1% 0 1% 0;
  font-size: 0.8em;
}